EventToken data structure

Element

Description

Type

Occurrences

name

Name of this event token

string

1

value

Value of this event token

string

1

Specification:

<xs:complexType name="EventToken">

  <xs:sequence>

     <xs:element name="name" nillable="true" type="xs:string"/>

     <xs:element name="value" nillable="true" type="xs:string"/>

  </xs:sequence>

</xs:complexType>

Example