heiglandreas/holidayChecker

View on GitHub
share/fr_CA-NB.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8" ?>
<holidays xmlns="https://heigl.org/holidays"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="https://heigl.org/holidays https://heigl.org/xml/xsd/holidays.xsd"
          xmlns:xi="http://www.w3.org/2001/XInclude">
    <xi:include href="fr_CA.xml" xpointer="xpointer(*/*)">
        <xi:fallback/>
    </xi:include>
    <relative day="1" month="2" relation="third monday of this month" free="true">Fête de la famille</relative>
    <relative day="25" month="5" relation="previous monday" free="true">Fête de la Reine</relative>
    <relative day="1" month="8" relation="first monday of this month" free="true">Jour de Nouveau Brunswick</relative>
    <date day="11" month="11" free="true">Jour du Souvenir</date>
    <date day="26" month="12" free="true">Lendemain de Noël</date>
</holidays>