3.1.4.40.3.4 SerializedECMTermLabelTableRowForWrite

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

Data for term label. This element specifies a write operation on a term label and has the attributes specified as follows and the attributes of the base type SerializedECMTermLabelTableRowBase (section 2.2.4.32). This is defined as follows.

 <xs:complexType name="SerializedECMTermLabelTableRowForWrite">
   <xs:complexContent mixed="false">
     <xs:extension base="SerializedECMTermLabelTableRowBase">
       <xs:attribute name="a5" type="CommandActionBasic" use="required"/>
       <xs:attribute name="a35" type="xs:boolean" use="optional"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

a5: A CommandActionBasic (section 2.2.5.3) specifying what kind of write operation is performed on this term label. The value MUST NOT be "1" (Edit).

If the value is "2" (Delete), the a31 and a35 attributes MUST be absent.

a35: If the term for this term label is also a member of the keyword term set and the a31 attribute is "true", this attribute MUST be "true". Otherwise, it MUST be absent.