Element |
Description |
Type |
Occurrences |
holidayShift |
Holiday-only Schedule |
1 |
|
oneTimeShift |
One-time Schedule |
1 |
|
recurringShift |
Recurring Schedule |
1 |
<xs:complexType name="SoapQueryGroupsTimeframe">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="holidayShift" nillable="true" type="ns:SoapFindHolidayShift"/>
<xs:element minOccurs="0" maxOccurs="unbounded" name="oneTimeShift" nillable="true" type="ns:SoapQueryGroupsOneTimeShift"/>
<xs:element minOccurs="0" maxOccurs="unbounded" name="recurringShift" nillable="true" type="ns:SoapQueryGroupsRecurrenceShift"/>
</xs:sequence>
</xs:complexType>