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

holidays.Holidays_fr.xml Maven / Gradle / Ivy

Go to download

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="fr" description="France"
	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="8" descriptionPropertiesKey="VICTORY_DAY"/>
		<tns:Fixed month="JULY" day="14" descriptionPropertiesKey="NATIONAL_DAY"/>
		<tns:Fixed month="AUGUST" day="15" descriptionPropertiesKey="ASSUMPTION_MARY"/>
		<tns:Fixed month="NOVEMBER" day="1" descriptionPropertiesKey="ALL_SAINTS"/>
		<tns:Fixed month="NOVEMBER" day="11" descriptionPropertiesKey="REMEMBRANCE"/>
		<tns:Fixed month="DECEMBER" day="25" descriptionPropertiesKey="CHRISTMAS"/>
		<tns:ChristianHoliday type="EASTER" />
		<tns:ChristianHoliday type="EASTER_MONDAY" />
		<tns:ChristianHoliday type="ASCENSION_DAY" />
		<tns:ChristianHoliday type="WHIT_MONDAY" validTo="2003" />
		<tns:ChristianHoliday type="WHIT_MONDAY"
			validFrom="2008" />
	</tns:Holidays>
	<tns:SubConfigurations hierarchy="ma"
		description="Martinique">
		<tns:Holidays>
			<tns:Fixed month="MAY" day="22" />
		</tns:Holidays>
	</tns:SubConfigurations>
	<tns:SubConfigurations hierarchy="gu"
		description="Guadeloupe">
		<tns:Holidays>
			<tns:Fixed month="MAY" day="27" />
		</tns:Holidays>
	</tns:SubConfigurations>
	<tns:SubConfigurations hierarchy="gy"
		description="Guyane">
		<tns:Holidays>
			<tns:Fixed month="JUNE" day="10" />
		</tns:Holidays>
	</tns:SubConfigurations>
	<tns:SubConfigurations hierarchy="lr"
		description="La Reunion">
		<tns:Holidays>
			<tns:Fixed month="DECEMBER" day="20" />
		</tns:Holidays>
	</tns:SubConfigurations>
	<tns:SubConfigurations hierarchy="br"
		description="Bas-Rhin">
		<tns:Holidays>
			<tns:Fixed month="DECEMBER" day="26" />
			<tns:ChristianHoliday type="GOOD_FRIDAY" />
		</tns:Holidays>
	</tns:SubConfigurations>
	<tns:SubConfigurations hierarchy="hr"
		description="Haut-Rhin">
		<tns:Holidays>
			<tns:Fixed month="DECEMBER" day="26" />
			<tns:ChristianHoliday type="GOOD_FRIDAY" />
		</tns:Holidays>
	</tns:SubConfigurations>
	<tns:SubConfigurations hierarchy="mo"
		description="Moselle">
		<tns:Holidays>
			<tns:Fixed month="DECEMBER" day="26" />
		</tns:Holidays>
	</tns:SubConfigurations>
</tns:Configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy