Element |
Description |
Type |
Occurrences |
---|---|---|---|
active |
Whether this Coverage is active or inactive |
Boolean |
1 |
holidayShift |
Holiday-only schedule |
1 |
|
name |
Name of the Coverage |
string |
1 |
oneTimeShift |
One-time Schedule |
1 |
|
recurringShift |
Recurring Schedule |
1 |
|
teamName |
Name of the associated Team |
string |
1 |
<xs:complexType name="SoapCoverageParameter">
<xs:sequence>
<xs:element name="active" type="xs:boolean"/>
<xs:element name="holidayShift" nillable="true" type="ns:SoapHolidayShift"/>
<xs:element name="name" nillable="true" type="xs:string"/>
<xs:element name="oneTimeShift" nillable="true" type="ns:SoapOneTimeShift"/>
<xs:element name="recurringShift" nillable="true" type="ns:SoapRecurrenceShift"/>
<xs:element name="teamName" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>