Element |
Description |
Type |
Occurrences |
activeHolidays |
Active holidays |
1 |
|
dayList |
Days |
1 |
|
durationHours |
Hours part of duration |
integer |
1 |
durationMinutes |
Minutes part of duration |
integer |
1 |
excludeHolidays |
Indicates whether the Exclude Site Holidays flag is selected |
Boolean |
1 |
includeHolidays |
Indicates whether the Add Site Holidays flag is selected |
Boolean |
1 |
recurrence |
Recurrence pattern |
1 |
|
startTime |
Start time |
string |
1 |
<xs:complexType name="SoapWhoIsOnDutyRecurrenceShift">
<xs:sequence>
<xs:element name="activeHolidays" nillable="true" type="ns:SoapActiveHolidays" />
<xs:element name="dayList" nillable="true" type="ns:SoapDayList" />
<xs:element name="durationHours" type="xs:int" />
<xs:element name="durationMinutes" type="xs:int" />
<xs:element name="excludeHolidays" type="xs:boolean" />
<xs:element name="includeHolidays" type="xs:boolean" />
<xs:element name="recurrence" nillable="true" type="ns:SoapRecurrence" />
<xs:element name="startTime" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>