2.2.5.15 Events Element
The Events XML element is used to specify a list of scheduled calendar events. It is the root element of XML documents that are used in WSRM method parameters.
-
<xs:element name="Events"> <xs:complexType> <xs:sequence> <xs:element name="EventData" maxOccurs="unbounded" > <xs:complexType name="EventData"> <xs:sequence> <xs:element name="DtTmStart" type="xs:string" /> <xs:element name="DtTmEnd" type="xs:string" /> <xs:element name="PolicyName" type="xs:string" /> <xs:element name="CalendarName" type="xs:string" /> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Child Elements
Element |
Type |
Description |
---|---|---|
EventData |
EventData |
A specification of a scheduled event. |
DtTmStart |
xs:string |
A string that specifies the start date and time of the event, in date-T-time format (section 2.2.1.3). |
DtTmEnd |
xs:string |
A string that specifies the end date and time of the event, in date-T-time format. |
PolicyName |
xs:string |
The name of the policy to which this event is linked. |
CalendarName |
xs:string |
The name of the calendar to which this event is linked. |
Additional XML data formats are specified in section 2.2.5.