2.2.5.11 CalendarsCollection Element

The CalendarsCollection XML element specifies a collection of calendar and schedule objects. It is the root element of XML documents that are used in WSRM method parameters, including methods of the IResourceManager interface (section 3.2.4.1).<12>

 <xs:element name="CalendarsCollection">
   <xs:complexType>
     <xs:choice
       minOccurs="0"
       maxOccurs="unbounded"
     >
       <xs:element
         ref="CalendarEvent"
        />
       <xs:element
         ref="Calendars"
        />
       <xs:element
         ref="Schedules"
        />
     </xs:choice>
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

CalendarEvent

CalendarEvent

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

Calendars

Calendars

A specification of a Calendars element (section 2.2.5.10) that defines one or more calendar objects.

Schedules

Schedules

A specification of a Schedules element (section 2.2.5.27) that defines one or more schedule objects.

Additional XML data formats are specified in section 2.2.5.