2.2.4.8 ChangeDataForMoveOrUpdateTermSetMembership

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

Change data for a term being moved or updated.

 <xs:complexType name="ChangeDataForMoveOrUpdateTermSetMembership">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="Data">
       <xs:complexType>
         <xs:sequence>
           <xs:element minOccurs="1" maxOccurs="1" name="PTId" type="InternalIdentifier"/>
           <xs:element minOccurs="1" maxOccurs="1" name="STSId" type="InternalIdentifier"/>
           <xs:element minOccurs="1" maxOccurs="1" name="SPTId" 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.PTId: Internal identifier of the updated parent term for the term. 0 if the term does not have parent term.

Data.STSId: Internal identifier of the original term set for the term.

Data.SPTId: Internal identifier of the original parent term for the term. 0 if the term does not have original parent term.

Data.row: A descendant term of the updated term.

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