heiglandreas/holidayChecker

View on GitHub
share/BI.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/Public_holidays_in_Burundi" lastChecked="2022-10-24">Wikipedia</resource>
    </resources>
    <date day="1" month="1" free="true">New Year's Day</date>
    <date day="5" month="2" free="true">Unity Day</date>
    <date day="6" month="4" free="true">Cyprien Ntaryamira Day</date>
    <date day="1" month="5" free="true">Labour Day</date>
    <easter offset="40" free="true">Ascension</easter>
    <date day="1" month="7" free="true">Independence Day</date>
    <date day="15" month="8" free="true">Assumption</date>
    <date day="13" month="10" free="true">Rwagasore Day</date>
    <date day="21" month="10" free="true">Ndadaye Day</date>
    <date day="1" month="11" free="true">All Saints' Day</date>
    <date day="25" month="12" free="true">Christmas Day</date>
    <date day="10" month="12" calendar="islamic-umalqura" free="true">Eid al-Adha</date>
</holidays>