RecipientList data structure

Element

Description

Type

Occurrences

recipient

Notification recipient

SoapRecipient

0-unlimited

Specification:

<xs:complexType name="RecipientList">

  <xs:sequence>

    <xs:element minOccurs="0" maxOccurs="unbounded" name= "recipient" nillable="true" type="ns:SoapRecipient" />

  </xs:sequence>

</xs:complexType>

Example