SoapPredicatesParameter data structure

Element

Description

Type

Occurrences

listPredicate

List of list predicates

SoapListPredicateParameter

0-unlimited

textPredicate

List of text predicates

SoapTextPredicate

0-unlimited

Specification:

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

Example