2.2.4.17 GetTermRoot

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

Information about one or more terms.

 <xs:complexType name="GetTermRoot">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="Root">
       <xs:complexType>
         <xs:sequence>
           <xs:element maxOccurs="unbounded" name="T" type="SerializedECMTermTableRowForRead"/>
           <xs:element minOccurs="1" maxOccurs="1" name="NextResult"/>
           <xs:element maxOccurs="unbounded" name="TL" type="SerializedECMTermLabelTableRowForRead"/>
           <xs:element minOccurs="1" maxOccurs="1" name="NextResult"/>
           <xs:element minOccurs="0" maxOccurs="unbounded" name="TD" type="SerializedECMTermDescriptionTableRowForRead"/>
           <xs:element minOccurs="1" maxOccurs="1" name="NextResult"/>
           <xs:element maxOccurs="unbounded" name="TM" type="SerializedECMTermSetMembershipTableRowForRead"/>
           <xs:element minOccurs="1" maxOccurs="1" name="NextResult"/>
           <xs:element minOccurs="0" maxOccurs="unbounded" name="TP" type="SerializedECMTermPropertyTableRowForRead"/>
           <xs:element minOccurs="0" maxOccurs="1" name="NextResult"/>
           <xs:element minOccurs="0" maxOccurs="unbounded" name="CT" type="SerializedECMChildTermTableRow"/>
         </xs:sequence>
       </xs:complexType>
     </xs:element>
   </xs:sequence>
 </xs:complexType>

Root: Root element.

Root.T: A SerializedECMTermTableRowForRead element (section 2.2.4.39) for each term.

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

Root.TL: A SerializedECMTermLabelTableRowForRead element (section 2.2.4.33) for each term label belonging to the terms.

Root.TD: A SerializedECMTermDescriptionTableRowForRead element (section 2.2.4.31) for each term.

Root.TM: A SerializedECMTermSetMembershipTableRowForRead element (section 2.2.4.37) for each term.

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

Root.CT: A SerializedECMChildTermTableRow (section 2.2.4.23) for each term that is a child of the terms.