EventStatusList data structure

Element

Description

Type

Occurrences

eventStatus

Event status

string 1

Specification:

<xs:complexType name="EventStatusList">

  <xs:sequence>

    <xs:element minOccurs="0" maxOccurs="unbounded" name="eventStatus" nillable="true" type="xs:string"/>

  </xs:sequence>

</xs:complexType>

Example