2.2.4.4 ChangeDataForAddTermSetMembership

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

Change data for a term being added to a term set.

 <xs:complexType name="ChangeDataForAddTermSetMembership">
   <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="0" maxOccurs="1" name="SourceId" type="InternalIdentifier"/>
         </xs:sequence>
       </xs:complexType>
     </xs:element>
   </xs:sequence>
 </xs:complexType>

Data: Root element.

Data.PTId: Internal identifier of the parent term of the term being added. Zero if the term does not have parent term.

Data.SourceId: Internal identifier of the term from which the newly added term was copied. The word "source" here is unrelated to the concept of a source term.