ListEventTokenValue data structure

Element

Description

Type

Occurrences

value

Event token value

string

1

Specification:

<xs:complexType name="ListEventTokenValue">

  <xs:sequence>

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

  </xs:sequence>

</xs:complexType>

Example