holidays.Holidays_lv.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jollyday Show documentation
Show all versions of jollyday Show documentation
This API determines the holidays for a given year, country/name and eventually state/region. The holiday data is
stored in XML files (one for each country) and will be read from the classpath. You can provide your own holiday
calendar XML file or use any of the provided ones.
Currently there are 63 countries supported like the following: United States, most european countries, Russia,
India, Australia.
Besides those there will be more special calendars like currently existing NYSE calendar (New York Stock
Exchange).
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <tns:Configuration hierarchy="lv" description="Latvia" xmlns:tns="http://www.example.org/Holiday" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.example.org/Holiday /Holiday.xsd"> <tns:Holidays> <tns:Fixed month="JANUARY" day="1" descriptionPropertiesKey="NEW_YEAR"/> <tns:Fixed month="MAY" day="1" descriptionPropertiesKey="LABOUR_DAY"/> <tns:Fixed month="MAY" day="4" descriptionPropertiesKey="INDEPENDENCE_DAY"/> <tns:Fixed month="JUNE" day="23" descriptionPropertiesKey="MIDSUMMER_EVE"/> <tns:Fixed month="JUNE" day="24" descriptionPropertiesKey="MIDSUMMER"/> <tns:Fixed month="NOVEMBER" day="18" descriptionPropertiesKey="INDEPENDENCE_DAY"/> <tns:Fixed month="DECEMBER" day="24" descriptionPropertiesKey="CHRISTMAS_EVE"/> <tns:Fixed month="DECEMBER" day="25" descriptionPropertiesKey="CHRISTMAS"/> <tns:Fixed month="DECEMBER" day="26" descriptionPropertiesKey="BOXING_DAY"/> <tns:Fixed month="DECEMBER" day="31" descriptionPropertiesKey="NEW_YEARS_EVE"/> <tns:ChristianHoliday type="EASTER" /> <tns:ChristianHoliday type="EASTER_MONDAY" /> <tns:ChristianHoliday type="GOOD_FRIDAY" /> </tns:Holidays> </tns:Configuration>