Netherlands

This XML file is used to calculate the holidays in Netherlands.

<?xml version="1.0" encoding="UTF-8"?>
<tns:Configuration hierarchy="nl" description="Netherlands" 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="APRIL" day="30" validTo="2013" descriptionPropertiesKey="QUEENS_BIRTHDAY"/>
	  <tns:Fixed month="APRIL" day="26" validFrom="2014" descriptionPropertiesKey="KINGS_DAY"/>
	  <tns:Fixed month="MAY" day="5" validFrom="2000" every="5_YEARS" descriptionPropertiesKey="LIBERATION"/>
	  <tns:Fixed month="DECEMBER" day="25" descriptionPropertiesKey="CHRISTMAS"/>
	  <tns:Fixed month="DECEMBER" day="26" descriptionPropertiesKey="CHRISTMAS"/>
	  <tns:ChristianHoliday type="EASTER" />
	  <tns:ChristianHoliday type="GOOD_FRIDAY"/>
	  <tns:ChristianHoliday type="EASTER_MONDAY"/>
 	  <tns:ChristianHoliday type="ASCENSION_DAY"/>
 	  <tns:ChristianHoliday type="WHIT_MONDAY" />
  </tns:Holidays>
</tns:Configuration>