Single schedule:exception

This form of the exception element represents an exception to a schedule that occurs only once. An exception to a schedule is a day on which the scheduled event either:

  • Does not occur at all if start-time and end-time are omitted, or

  • Occurs at a different time than specified in the general schedule, as specified by start-time and end-time

This element belongs to the http://xmlns.escenic.com/2011/schedule namespace. The conventional prefix for this namespace is schedule.

Syntax
<schedule:exception
    date="text"
    start-time="text" end-time="text"?
  />
Attributes
date="text"

The date on which the exception occurs. The date must be specified in ISO-8601 format - that is, YYYY-MM-DD.

start-time="text" (optional)

The event start time, specified in ISO.8601 format - that is, hh:mm:ss.

end-time="text" (optional)

The event end time, specified in ISO.8601 format - that is, hh:mm:ss.