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 |
1 |
|
users |
List of Users assigned to the Dynamic Team based on search criteria |
1 |
<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>