2.2.4.1 AddTermsTermStoreResponseObject

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

AddTermsTermStoreResponseObject is used to return data that describes a collection of terms.

 <xs:complexType name="AddTermsTermStoreResponseObject" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="TermStore">
       <xs:complexType>
         <xs:sequence>
           <xs:element minOccurs="1" maxOccurs="unbounded" name="T" type="SerializedSharedTerm"/>
         </xs:sequence>
       </xs:complexType>
     </xs:element>
   </xs:sequence>
 </xs:complexType>

TermStore: This is the collection of terms that have been returned from the request.

TermStore.T: Each term requested in this request is returned as a SerializedSharedTerm (section 2.2.4.9).