2.2.5.26 Schedule Element

The Schedule XML element specifies a schedule for a calendar event. It is the root element of XML documents that are used in WSRM method parameters.

 <xs:element name="Schedule">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="ScheduleName"
         type="xs:string"
         minOccurs="1"
         maxOccurs="1"
        />
       <xs:element
         maxOccurs="unbounded"
         ref="CalendarEvent"
        />
       <xs:element name="Description"
         type="xs:string"
         minOccurs="0"
         maxOccurs="1"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

ScheduleName

xs:string

The name of the schedule.

CalendarEvent

CalendarEvent

A specification of a calendar event, in the form of a CalendarEvent element (section 2.2.5.8).

Description

xs:string

A text description of the schedule.

Additional XML data formats are specified in section 2.2.5.