Element |
Description |
Type |
Occurrences |
name |
Name of the Subscription |
string |
1 |
predicate |
List of predicates |
0-unlimited |
|
recipientList |
List of recipients |
1 |
<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>