Element |
Description |
Type |
Occurrences |
listPredicate |
List of list predicates |
0-unlimited |
|
textPredicate |
List of text predicates |
0-unlimited |
<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>