Element |
Description |
Type |
Occurrences |
isActive |
Indicates whether the Schedule is active |
Boolean |
1 |
name |
Name of the Schedule |
string |
1 |
recipientList |
List of recipients |
1 |
|
timeframe |
Schedule time frame |
1 |
<xs:complexType name="SoapSchedule">
<xs:sequence>
<xs:element name="isActive" type="xs:boolean" />
<xs:element name="name" nillable="true" type="xs:string" />
<xs:element name="recipientList" nillable="true" type="ns:SoapWhoIsOnDutyRecipientList" />
<xs:element name="timeframe" nillable="true" type="ns:SoapWhoIsOnDutyTimeframe" />
</xs:sequence>
</xs:complexType>