Element |
Description |
Type |
Occurrences |
---|---|---|---|
active |
Whether the Coverage is active |
Boolean |
1 |
name |
Name of the Coverage |
string |
1 |
team |
Name of the Team associated with the Coverage |
string |
1 |
timeframe |
The Coverage's schedule details |
1 |
<xs:complexType name="SoapCoverage">
<xs:sequence>
<xs:element name="active" type="xs:boolean"/>
<xs:element name="name" nillable="true" type="xs:string"/>
<xs:element name="team" nillable="true" type="xs:string"/>
<xs:element name="timeframe" nillable="true" type="ns:SoapQueryGroupsTimeframe"/>
</xs:sequence>
</xs:complexType>