SoapWhoIsOnDutyRecipient data structure

Element

Description

Type

Occurrences

category

Recipient type

string

1

escalation

Escalation

string

1

targetName

Target name of the recipient

string

1

Specification:

<xs:complexType name="SoapWhoIsOnDutyRecipient">
  <xs:sequence>
    <xs:element name="category" nillable="true" type="xs:string" />
    <xs:element name="escalation" nillable="true" type="xs:string" />
    <<xs:element name="targetName" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Example