heiglandreas/holidayChecker

View on GitHub
share/ES.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/xml/xsd/holidays.xsd"
>
    <date day="1" month="1" free="true">Año Nuevo</date>
    <date day="6" month="1" free="true">Epifanía del Señor</date>
    <easter offset="-2" free="true">Viernes Santo</easter>
    <date day="1" month="5" free="true">Día del Trabajador</date>
    <date day="15" month="8" free="true">Asunción</date>
    <date day="12" month="10" free="true">Fiesta Nacional de España</date>
    <date day="1" month="11" free="true">Día de todos los Santos</date>
    <date day="6" month="12" free="true">Día de la Constitución</date>
    <date day="8" month="12" free="true">Inmaculada Concepción</date>
    <date day="25" month="12" free="true">Navidad</date>
    <resources>
        <resource href="https://en.wikipedia.org/wiki/Public_holidays_in_Spain" lastChecked="2020-12-19">Wikipedia</resource>
    </resources>
</holidays>