SoapWhoIsOnDutyHolidayShift data structure

Element

Description

Type

Occurrences

durationHours

Hours part of duration

integer

1

durationMinutes

Minutes part of duration

integer

1

endDate

The shift's end date

string

1

noEndDate

Indicates whether the No End Date flag is selected

Boolean

1

startDate

Start date

string

1

startTime

Start time in the format hh:mm

string

1

Specification:

<xs:complexType name="SoapWhoIsOnDutyHolidayShift">
  <xs:complexContent>
    <xs:extension base="ns:SoapHolidayShift">
      <xs:sequence>
        <xs:element name="durationHours" type="xs:int"/>
        <xs:element name="durationMinutes" type="xs:int"/>
        <xs:element name="endDate" nillable="true" type="xs:string"/>
        <xs:element name="noEndDate" type="xs:boolean"/>
        <xs:element name="startDate" nillable="true" type="xs:string"/>
        <xs:element name="startTime" nillable="true" type="xs:string"/>
      </xs:sequence>
    </xs:extension>
</xs:complexContent>

Example