SoapSubscription data structure

Element

Description

Type

Occurrences

name

Name of the Subscription

string

1

predicate

List of predicates

SoapPredicate

0-unlimited

recipientList

List of recipients

RecipientList

1

Specification:

<xs:complexType name="SoapSubscription">
  <xs:sequence>
    <xs:element name="name" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="unbounded" name="predicate" nillable="true" type="ns:SoapPredicate" />
    <xs:element name="recipientList" nillable="true" type="ns:RecipientList" />
  </xs:sequence>
</xs:complexType>

Example