Element |
Description |
Type |
Occurrences |
---|---|---|---|
eventTokens |
List of key/value pairs to associate with the new event |
0-unlimited |
<xs:complexType name="EventTokens">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="eventToken" nillable="true" type="ns:EventToken"/>
</xs:sequence>
</xs:complexType>