SoapFindEventToken data structure

Element

Description

Type

Occurrences

name

Name of the event token

string

0

values

List of values for this event token

SoapFindValues

0

Specification:

<xs:complexType name="SoapFindEventToken">

  <xs:sequence>

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

    <xs:element name="values" nillable="true" type="ns:SoapFindValues"/>

  </xs:sequence>

</xs:complexType>

Example