2.2.4.1 t:ArrayOfEventIDType Complex Type

The ArrayOfEventIDType complex type specifies the array containing event IDs.

 <xs:complexType name="ArrayOfEventIDType">
     <xs:choice minOccurs="0" maxOccurs="unbounded">
       <xs:element name="EventToDeleteID" type="xs:string" />
     </xs:choice>
   </xs:complexType>
The following table lists the child elements of the t:ArrayOfEventIDType complex type.

Element

Type

Description

EventToDeleteID

xs:string ([XMLSCHEMA2/2])

ID of an event.