SoapWhoIsOnDutyRecipientList data structure

Element

Description

Type

Occurrences

recipient

List of recipients

SoapWhoIsOnDutyRecipient

0-unlimited

Specification:

<xs:complexType name="SoapWhoIsOnDutyRecipientList">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="recipient" nillable="true" type="ns:SoapWhoIsOnDutyRecipient" />
  </xs:sequence>
</xs:complexType>

Example