3.1.4.40.3.6 SerializedECMTermPropertyTableRowForWrite

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

A write operation on a property of a term defined as follows.

 <xs:complexType name="SerializedECMTermPropertyTableRowForWrite">
   <xs:complexContent mixed="false">
     <xs:extension base="SerializedECMTermPropertyTableRowBase">
       <xs:attribute name="a5" type="CommandActionBasic" use="required"/>
       <xs:attribute name="a24" type="InternalIdentifier" use="optional"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

a5: A CommandActionBasic (section 2.2.5.3) specifying what kind of write operation will be performed on this property.

If the value is 2 (Delete), then the a38 attribute MUST be absent.

a24: The internal identifier of a term set of which the term is a member. <23>