holidays.Holidays_fi.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="fi" description="Finland" 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="JANUARY" day="6" descriptionPropertiesKey="EPIPHANY"/> <Fixed month="MAY" day="1" descriptionPropertiesKey="LABOUR_DAY"/> <Fixed month="DECEMBER" day="6" descriptionPropertiesKey="INDEPENDENCE_DAY"/> <Fixed month="DECEMBER" day="24" descriptionPropertiesKey="CHRISTMAS_EVE"/> <Fixed month="DECEMBER" day="25" descriptionPropertiesKey="CHRISTMAS"/> <Fixed month="DECEMBER" day="26" descriptionPropertiesKey="STEPHENS"/> <ChristianHoliday type="EASTER" descriptionPropertiesKey="christian.EASTER"/> <ChristianHoliday type="GOOD_FRIDAY" descriptionPropertiesKey="christian.GOOD_FRIDAY"/> <ChristianHoliday type="EASTER_MONDAY" descriptionPropertiesKey="christian.EASTER_MONDAY"/> <ChristianHoliday type="ASCENSION_DAY" descriptionPropertiesKey="christian.ASCENSION_DAY"/> <FixedWeekdayBetweenFixed weekday="FRIDAY" descriptionPropertiesKey="MIDSUMMER_EVE"> <from month="JUNE" day="19"/> <to month="JUNE" day="25"/> </FixedWeekdayBetweenFixed> <FixedWeekdayBetweenFixed weekday="SATURDAY" descriptionPropertiesKey="MIDSUMMER"> <from month="JUNE" day="20"/> <to month="JUNE" day="26"/> </FixedWeekdayBetweenFixed> <FixedWeekdayBetweenFixed weekday="SATURDAY" descriptionPropertiesKey="ALL_SAINTS"> <from month="OCTOBER" day="31"/> <to month="NOVEMBER" day="6"/> </FixedWeekdayBetweenFixed> </Holidays> <SubConfigurations hierarchy="01" description="Åland"> <Holidays> <Fixed month="JUNE" day="9" descriptionPropertiesKey="SELF_GOVERNANCE"/> <ChristianHoliday type="WHIT_SUNDAY" descriptionPropertiesKey="christian.WHIT_SUNDAY"/> </Holidays> <Sources> <Source>https://en.wikipedia.org/wiki/Public_holidays_in_%C3%85land</Source> </Sources> </SubConfigurations> </Configuration>