SoapQueryGroupsSchedule data structure

Element

Description

Type

Occurrences

active

Indicates whether the Group is active or inactive

Boolean

1

name

Group's name

string

1

team

Name of associated Team

string

1

timeframe

Schedule details

SoapQueryGroupsTimeframe

1

Specification:

<xs:complexType name="SoapQueryGroupsSchedule">
  <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