All Downloads are FREE. Search and download functionalities are using the official Maven repository.

holidays.Holidays_is.xml Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 0.32.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>

<Configuration hierarchy="is" description="Iceland"
               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="FEBRUARY" day="18" descriptionPropertiesKey="INTERNATIONAL_WOMAN"/>
    <Fixed month="MARCH" day="1" descriptionPropertiesKey="BEER_DAY"/>
    <Fixed month="MAY" day="1" descriptionPropertiesKey="MAY_DAY"/>
    <Fixed month="MAY" day="13" descriptionPropertiesKey="MOTHERS_DAY"/>
    <Fixed month="JUNE" day="17" descriptionPropertiesKey="NATIONAL_DAY"/>
    <Fixed month="JUNE" day="24" descriptionPropertiesKey="JONSMESSA"/>
    <Fixed month="NOVEMBER" day="16" descriptionPropertiesKey="LANGUAGE_DAY"/>
    <Fixed month="DECEMBER" day="1" descriptionPropertiesKey="SELF_GOVERNANCE"/>
    <Fixed month="DECEMBER" day="24" descriptionPropertiesKey="CHRISTMAS_EVE"/>
    <Fixed month="DECEMBER" day="25" descriptionPropertiesKey="CHRISTMAS"/>
    <Fixed month="DECEMBER" day="26" descriptionPropertiesKey="BOXING_DAY"/>
    <Fixed month="DECEMBER" day="31" descriptionPropertiesKey="NEW_YEARS_EVE"/>
    <FixedWeekday which="FIRST" weekday="MONDAY" month="AUGUST" descriptionPropertiesKey="COMMERCE_DAY"/>
    <ChristianHoliday type="EASTER" descriptionPropertiesKey="christian.EASTER"/>
    <ChristianHoliday type="EASTER_MONDAY" descriptionPropertiesKey="christian.EASTER_MONDAY"/>
    <FixedWeekdayBetweenFixed weekday="FRIDAY" descriptionPropertiesKey="HUSBANDS_DAY">
      <from month="JANUARY" day="19"/>
      <to month="JANUARY" day="25"/>
    </FixedWeekdayBetweenFixed>
    <FixedWeekdayRelativeToFixed which="FIRST" weekday="THURSDAY" when="AFTER" descriptionPropertiesKey="FIRST_DAY_SUMMER">
      <day month="APRIL" day="18"/>
    </FixedWeekdayRelativeToFixed>
  </Holidays>
</Configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy