Exception schedule:pattern

This form of the pattern element defines the characteristics of a weekly recurring exception. On the day specified by the weekdays attribute, 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:pattern
    weekdays="text"
    start-time="text" end-time="text"?
  />
Attributes
weekdays="text"

The weekday on which the exception occurs. Note that only one weekday can be specified in this attribute. For example:

weekdays="monday"

The following English weekday names must be used:

monday
tuesday
wednesday
thursday
friday
saturday
sunday

Abbreviations are not allowed, and the interpreter is case-sensitive (upper case/mixed case values will not be accepted).

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.