heiglandreas/holidayChecker

View on GitHub
share/AU-WA.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"
          xmlns:xi="http://www.w3.org/2001/XInclude"
>
    <resources>
        <resource href="https://en.wikipedia.org/wiki/Public_holidays_in_Australia" lastChecked="2022-10-14">Wikipedia</resource>
        <resource href="https://www.officeholidays.com/holidays/australia/western-australia/australia-kings-birthday" lastChecked="2022-10-17">King's Birthday in Western Australia</resource>
    </resources>
    <relative day="1" month="3" relation="first monday" free="true">Labour Day</relative>
    <date day="25" month="4" free="true" forwardwhen="saturday sunday" forwardto="monday">Anzac Day</date>
    <relative day="1" month="6" relation="first monday" free="true">Western Australia Day</relative>
    <date day="25" month="9" year="2023" free="true">King's Birthday</date>
    <date day="30" month="9" year="2024" free="true">King's Birthday</date>
    <date day="16" month="9" year="2022" free="true">King's Birthday</date>
    <date day="26" month="12" free="true" forwardwhen="saturday sunday" forwardto="monday">Boxing Day</date>
    <xi:include href="AU.xml" parse="xml" xpointer="xpointer(*/*)">
        <xi:fallback></xi:fallback>
    </xi:include>
</holidays>