SoapPredicates data structure

Element

Description

Type

Occurrences

listPredicate

List of list predicates

SoapListPredicate

0-unlimited

textPredicate

List of text predicates

SoapTextPredicate

0-unlimited

Specification:

<xs:complexType name="SoapPredicates">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="listPredicate" nillable="true" type="ns:SoapListPredicate" />
    <xs:element minOccurs="0" maxOccurs="unbounded" name="textPredicate" nillable="true" type="ns:SoapTextPredicate" />
  </xs:sequence>
</xs:complexType>

Example