QuerySubscriptionSearchParameters data structure

Element

Description

Type

Occurrences

predicates

Predicates to search for

SoapPredicateList

1

recipients

Subscription recipients to search for

SoapRecipientList

1

supervisors

Subscription supervisors to search for

SoapSupervisorList

1

Specification:

<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>

Example