SoapListPredicate data structure

Element

Description

Type

Occurrences

anyValue

Indicates whether the Any Value flag is selected

Boolean

1

name

Name of the predicate

string

1

values

List of predicate values

SoapValues

0-unlimited

Specification:

<xs:complexType name="SoapListPredicate">

  <xs:sequence>

    <xs:element name="anyValue" type="xs:boolean" />

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

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

  </xs:sequence>

</xs:complexType>

Example