Element |
Description |
Type |
Occurrences |
durationHours |
Hours part of duration |
integer |
1 |
durationMinutes |
Minutes part of duration |
integer |
1 |
startDate |
Start date |
string |
1 |
startTime |
Start time in the format hh:mm |
string |
1 |
<xs:complexType name="SoapWhoIsOnDutyOneTimeShift">
<xs:sequence>
<xs:element name="durationHours" type="xs:int" />
<xs:element name="durationMinutes" type="xs:int" />
<xs:element name="startDate" nillable="true" type="xs:string" />
<xs:element name="startTime" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>