schedule:recurrence

A recurrence element defines the schedule of an event that occurs more than once.

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

Syntax
<schedule:recurrence>
  (<schedule:daily/>|<schedule:weekly>...</schedule:weekly>|<schedule:monthly/>)
    <schedule:range/>
  <schedule:exception>...</schedule:exception>*
</schedule:recurrence>

Only one form of the schedule:weekly element may be used: Schedule schedule:weekly.

Only one form of the schedule:monthly element may be used: Schedule schedule:monthly.

The following forms of the schedule:exception element may be used: Single schedule:exception, Recurring schedule:exception.