EventTokens data structure

Element

Description

Type

Occurrences

eventTokens

List of key/value pairs to associate with the new event

EventToken

0-unlimited

Specification:

<xs:complexType name="EventTokens">

  <xs:sequence>

     <xs:element maxOccurs="unbounded" minOccurs="0" name="eventToken" nillable="true" type="ns:EventToken"/>

  </xs:sequence>

</xs:complexType>

Example