SoapDetailedDynamicTeam data structure

Element

Description

Type

Occurrences

description

Dynamic Team description

string

1

name

Name of the Dynamic Team

string

1

searchCriteria

List of criteria used to define and create the Dynamic Team

SoapDynamicTeamCriteriaList

1

users

List of Users assigned to the Dynamic Team based on search criteria

SoapUserNameList

1

Specification:

<xs:complexType name="SoapDetailedDynamicTeam">

  <xs:sequence>

    <xs:element name="description" nillable="true" type="xs:string"/>

    <xs:element name="name" nillable="true" type="xs:string"/>

    <xs:element name="searchCriteria" nillable="true" type="ns:SoapDynamicTeamCriteriaList"/>

    <xs:element name="users" nillable="true" type="ns:SoapUserNameList"/>

  </xs:sequence>

</xs:complexType>

Example