2.2.4.14 GetGroupsAndTermSetsRoot

Namespace: http://schemas.microsoft.com/sharepoint/taxonomy/soap/

Information about the groups that contain one or more term sets, information about those term sets, and the root terms for each term set.

 <xs:complexType name="GetGroupsAndTermSetsRoot">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="Root">
       <xs:complexType>
         <xs:sequence>
           <xs:element maxOccurs="unbounded" name="G" type="SerializedECMGroupTableRow"/>
           <xs:element minOccurs="1" maxOccurs="1" name="NextResult"/>
           <xs:element maxOccurs="unbounded" name="P" type="SerializedECMPermissionTableRow"/>
           <xs:element minOccurs="1" maxOccurs="1" name="NextResult"/>
           <xs:element maxOccurs="unbounded" name="GTSIds" type="SerializedECMGroupTermSetIdsTableRow"/>
           <xs:element minOccurs="1" maxOccurs="1" name="NextResult"/>
           <xs:element maxOccurs="unbounded" name="TS" type="SerializedECMTermSetTableRow"/>
           <xs:element minOccurs="1" maxOccurs="1" name="NextResult"/>
           <xs:element minoccurs="0" maxOccurs="unbounded" name="RT" type="SerializedECMRootTermTableRow"/>
           <xs:element minOccurs="1" maxOccurs="1" name="NextResult"/>
           <xs:element minoccurs="0" maxOccurs="unbounded" name="TP" type="SerializedECMTermPropertyTableRowForRead"/>
         </xs:sequence>
       </xs:complexType>
     </xs:element>
   </xs:sequence>
 </xs:complexType>

Root: Root element.

Root.G: A SerializedECMGroupTableRow (section 2.2.4.24) for each term set group that contains the term sets in "Root.TS".

Root.NextResult: Separates the preceding set of results of one type from the next set of a different type.

Root.P: A SerializedECMPermissionTableRow (section 2.2.4.27) for each security principal that has permissions assigned to the term set groups.

Root.GTSIds: A SerializedECMGroupTermSetIdsTableRow (section 2.2.4.25) for each term set.

Root.TS: A SerializedECMTermSetTableRow (section 2.2.4.38) for each term set.

Root.RT: A SerializedECMRootTermTableRow (section 2.2.4.28) for the root terms for each term set.

Root.TP:  A SerializedECMTermPropertyTableRowForRead element (section 2.2.4.35) for each term set.