heiglandreas/holidayChecker

View on GitHub
share/CC.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="holidays.xsd https://heigl.org/xml/xsd/holidays.xsd"
>
    <resources>
        <resource href="https://en.wikipedia.org/wiki/Cocos_(Keeling)_Islands" lastChecked="2022-10-19">Wikipedia</resource>
    </resources>
    <date day="1" month="1" free="true">New Year's Day</date>
    <date day="26" month="1" free="true">Australia Day</date>
    <easter offset="-2" free="true">Good Friday</easter>
    <easter offset="1" free="true">Easter Monday</easter>
    <date day="6" month="4" free="true">Self Determination Day</date>
    <date day="25" month="4" free="true">Anzac Day</date>
    <date day="1" month="10" free="true" calendar="islamic-civil">Hari Raya Puasa</date>
    <date day="10" month="12" free="true" calendar="islamic-civil">Hari Raya Haji</date>
    <date day="1" month="1" free="true" calendar="islamic-civil">Islamic New Year</date>
    <date day="12" month="3" free="true" calendar="islamic-civil">Hari Maulaud Nabi</date>
    <date day="25" month="12" free="true">Christmas Day</date>
    <date day="26" month="12" free="true">Boxing Day</date>
</holidays>