blob: a86bd969ea513c7d7aa5037e30dfe308b81a894d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<?xml version="1.0" encoding="UTF-8"?>
<nationaldays>
<description value="UK. Holidays"/>
<entries>
<entry name="New Year's Day" date="01-01"/>
<entry name="Christmas Day" date="12-25"/>
<entry name="Boxing Day" date="12-26"/>
<entry name="St Patrick's Day (Northern Ireland)" date="03-17"/>
<entry name="Bank Holiday (Scotland)" date="01-02"/>
<entry name="Good Friday" type="floating">
<calculation>
<date value="easter"/>
<offset value="-2"/>
</calculation>
</entry>
<entry name="Easter Sunday" type="floating">
<calculation>
<date value="easter"/>
</calculation>
</entry>
<entry name="Easter Monday" type="floating">
<calculation>
<date value="easter"/>
<offset value="+1"/>
</calculation>
</entry>
<entry name="Early May Bank Holiday" type="floating">
<calculation>
<weekday value="monday"/>
<dayofmonth value="first"/>
<month value="may"/>
</calculation>
</entry>
<entry name="Spring Bank Holiday" type="floating">
<calculation>
<weekday value="monday"/>
<dayofmonth value="last"/>
<month value="may"/>
</calculation>
</entry>
<entry name="Battle of the Boyne (Northern Ireland)" date="07-12"/>
<entry name="Summer Bank Holiday" type="floating">
<calculation>
<weekday value="monday"/>
<dayofmonth value="last"/>
<month value="august"/>
</calculation>
</entry>
</entries>
</nationaldays>
|