2.2.4.6 ChangeDataForDeleteTerm

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

Change data for a list of terms being deleted.

 <xs:complexType name="ChangeDataForDeleteTerm">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Data">
       <xs:complexType>
         <xs:sequence>
           <xs:element minOccurs="1" maxOccurs="1" name="PTId" type="InternalIdentifier"/>
           <xs:element minOccurs="1" 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 parent term of the terms being deleted.

Data.row: A term being deleted.

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