2.2.5.27 Schedules Element

The Schedules XML element specifies one or more schedule objects. It is the root element of XML documents that are used in WSRM method parameters, including methods of the IWRMCalendar interface (section 3.2.4.4).

 <xs:element name="Schedules">
   <xs:complexType>
     <xs:sequence>
       <xs:element
         maxOccurs="unbounded"
         ref="Schedule"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

Schedule

Schedule

A specification of a Schedule element (section 2.2.5.26) that defines an individual schedule object.

Additional XML data formats are specified in section 2.2.5.