Elemento Exceptions
Colección de excepciones asociadas a un calendario.
<Exceptions>
<Exception>…</Exception>
</Exceptions>
Elementos primarios
Elementos secundarios
Repeticiones
Mínimo: 0 Máximo: 1 |
Ejemplo:
El ejemplo siguiente contiene definiciones de dos excepciones de calendario en el elemento Exceptions. El día del año nuevo se define anualmente por el día del mes (Tipo = 2). Acción de gracias se define anualmente por posición (Tipo = 3), donde el día festivo está en el cuarto (MonthPosition = 3) jueves (MonthItem = 7) en noviembre (Mes = 10).
<Exceptions>
<Exception>
<EnteredByOccurrences>0</EnteredByOccurrences>
<TimePeriod>
<FromDate>2007-01-01T00:00:00</FromDate>
<ToDate>2026-01-01T23:59:00</ToDate>
</TimePeriod>
<Occurrences>20</Occurrences>
<Name>New Year's Day</Name>
<Type>2</Type>
<Month>0</Month>
<MonthDay>1</MonthDay>
<DayWorking>0</DayWorking>
</Exception>
<Exception>
<EnteredByOccurrences>0</EnteredByOccurrences>
<TimePeriod>
<FromDate>2007-11-22T00:00:00</FromDate>
<ToDate>2026-11-30T23:59:00</ToDate>
</TimePeriod>
<Occurrences>20</Occurrences>
<Name>Thanksgiving</Name>
<Type>3</Type>
<Month>10</Month>
<MonthItem>7</MonthItem>
<MonthPosition>3</MonthPosition>
<DayWorking>0</DayWorking>
</Exception>
</Exceptions>