Element |
Description |
Type |
Occurrences |
name |
Name of the event token |
string |
0 |
values |
List of values for this event token |
0 |
<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>