SoapCoverage data structure

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

SoapQueryGroupsTimeframe

1

Specification:

<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>

Example