holidays.Holidays_ie.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jollyday-core Show documentation
Show all versions of jollyday-core Show documentation
Core module of the jollyday library that contains the API for the developers and
the core concept how to retrieve holiday information for a country of jollyday.
<?xml version="1.0" encoding="UTF-8"?> <Configuration hierarchy="ie" description="Ireland" xmlns="https://focus_shift.de/jollyday/schema/holiday" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://focus_shift.de/jollyday/schema/holiday https://focus_shift.de/jollyday/schema/holiday/holiday.xsd"> <Holidays> <Fixed month="JANUARY" day="1" descriptionPropertiesKey="NEW_YEAR"/> <Fixed month="MARCH" day="17" descriptionPropertiesKey="ST_PATRICK"/> <Fixed month="DECEMBER" day="25" descriptionPropertiesKey="CHRISTMAS"/> <Fixed month="DECEMBER" day="26" descriptionPropertiesKey="STEPHENS"/> <!-- The public holiday is the first Monday in February, except where St Brigid’s Day (1 February) happens to fall on a Friday, in which case Friday 1 February will be a public holiday. --> <Fixed month="FEBRUARY" day="1" validFrom="2023" descriptionPropertiesKey="ST_BRIGID"> <MovingCondition substitute="TUESDAY" with="NEXT" weekday="MONDAY"/> <MovingCondition substitute="WEDNESDAY" with="NEXT" weekday="MONDAY"/> <MovingCondition substitute="THURSDAY" with="NEXT" weekday="MONDAY"/> <MovingCondition substitute="SATURDAY" with="NEXT" weekday="MONDAY"/> <MovingCondition substitute="SUNDAY" with="NEXT" weekday="MONDAY"/> </Fixed> <FixedWeekday which="FIRST" weekday="MONDAY" month="MAY" descriptionPropertiesKey="LABOUR_DAY"/> <FixedWeekday which="FIRST" weekday="MONDAY" month="JUNE" descriptionPropertiesKey="BANK_HOLIDAY"/> <FixedWeekday which="FIRST" weekday="MONDAY" month="AUGUST" descriptionPropertiesKey="BANK_HOLIDAY"/> <FixedWeekday which="LAST" weekday="MONDAY" month="OCTOBER" descriptionPropertiesKey="BANK_HOLIDAY"/> <ChristianHoliday type="EASTER" descriptionPropertiesKey="christian.EASTER"/> <ChristianHoliday type="EASTER_MONDAY" descriptionPropertiesKey="christian.EASTER_MONDAY"/> </Holidays> <Sources> <Source>https://en.wikipedia.org/wiki/Public_holidays_in_the_Republic_of_Ireland</Source> <Source>https://www.citizensinformation.ie/en/employment/employment-rights-and-conditions/leave-and-holidays/public-holidays/</Source> <Source of="ISO 3166">https://www.iso.org/obp/ui/#iso:code:3166:IE</Source> <Source of="ISO 3166-2">https://en.wikipedia.org/wiki/ISO_3166-2:IE</Source> </Sources> </Configuration>