2.2.4.21 SearchedTermsRootStandard

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

Information about terms in a specific term store partition.

 <xs:complexType name="SearchedTermsRootStandard">
   <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 maxOccurs="unbounded" name="RT" type="SerializedECMRootTermTableRow"/>
           <xs:element minOccurs="1" maxOccurs="1" name="NextResult"/>
           <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 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 maxOccurs="unbounded" name="TP" type="SerializedECMTermPropertyTableRowForRead"/>
           <xs:element minOccurs="1" maxOccurs="1" name="NextResult"/>
           <xs:element maxOccurs="unbounded" name="CT" type="SerializedECMChildTermTableRow"/>
         </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 element (section 2.2.4.25) for each term set. There MUST be one or more Root.GTSIds elements for each Root.G element.

Root.TS: A SerializedECMTermSetTableRow element (section 2.2.4.38) for each term set that contains one or more of the terms. There MUST be one or more Root.TS elements for each Root.T element.

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

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

Root.TL: A SerializedECMTermLabelTableRowForRead element (section 2.2.4.33) for each term label of each term. There MUST be one or more Root.TL elements for each Root.T element.

Root.TD: A SerializedECMTermDescriptionTableRowForRead element (section 2.2.4.31) for the description of each term. There MUST be zero or 1 Root.TD elements for each Root.T element.

Root.TM: A SerializedECMTermSetMembershipTableRowForRead element (section 2.2.4.37) for each term. There MUST be one or more Root.TM elements for each Root.T element.

Root.TP: A SerializedECMTermPropertyTableRowForRead element (section 2.2.4.35) for each custom property of the terms.

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