2.2.4.7 ChangeDataForMergeTerm

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

Change data for a term being merged.

 <xs:complexType name="ChangeDataForMergeTerm">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="Data">
       <xs:complexType>
         <xs:sequence>
           <xs:element minOccurs="1" maxOccurs="1" name="TTId" type="InternalIdentifier"/>
           <xs:element minOccurs="1" maxOccurs="1" name="PTId" type="InternalIdentifier"/>
           <xs:element minOccurs="0" maxOccurs="unbounded" name="row">
             <xs:complexType>
               <xs:attribute name="TId" type="InternalIdentifier" use="required"/>
             </xs:complexType>
           </xs:element>
         </xs:sequence>
       </xs:complexType>
     </xs:element>
   </xs:sequence>
 </xs:complexType>

Data: Root element.

Data.TTId: Internal identifier of the target term of the merge operation into which the term is being merged.

Data.PTId: Internal identifier of a parent term of the term being merged.

Data.row: A term that is a child of the term being merged.

Data.row.TId: Internal identifier of the child term.