SubscriptionList data structure

Element

Description

Type

Occurrences

subscription

List of subscription

SoapSubscription

0-unlimited

Specification:

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

Example