SoapRecurrenceShift data structure

Element

Description

Type

Occurrences

dayList

List of days on which the recurring Schedule is active

SoapDayList

1

durationHours

Hours part of daily duration

integer

1

durationMinutes

Minutes part of daily 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

SoapRecurrence

1

startTime

Start time in hh:mm

string

1

Specification:

<xs:complexType name="SoapRecurrenceShift">
  <xs:sequence>
    <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>

Example