SoapQuerySubscriptions data structure

Element

Description

Type

Occurrences

subscription

List of Subscriptions

SoapQuerySubscription

0-unlimited

Specification:

<xs:complexType name="SoapQuerySubscriptions">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="subscription" nillable="true" type="ns:SoapQuerySubscription" />
  </xs:sequence>
</xs:complexType>

Example