Element |
Description |
Type |
Occurrences |
---|---|---|---|
predicates |
Predicates to search for |
1 |
|
recipients |
Subscription recipients to search for |
1 |
|
supervisors |
Subscription supervisors to search for |
1 |
<xs:complexType name="QuerySubscriptionSearchParameters">
<xs:sequence>
<xs:element name="predicates" nillable="true" type="ns:SoapPredicateList" />
<xs:element name="recipients" nillable="true" type="ns:SoapRecipientList" />
<xs:element name="supervisors" nillable="true" type="ns:SoapSupervisorList" />
</xs:sequence>
</xs:complexType>