2.2.4.38 SerializedECMTermSetTableRow

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

A term set.

 <xs:complexType name="SerializedECMTermSetTableRow">
   <xs:attribute name="a6" type="InternalIdentifier" use="required"/>
   <xs:attribute name="a0" type="ser:guid" use="required"/>
   <xs:attribute name="a7" type="xs:dateTime" use="optional"/>
   <xs:attribute name="a8" type="xs:dateTime" use="optional"/>
   <xs:attribute name="a9" type="ser:guid" use="optional"/>
   <xs:attribute name="a14" type="xs:string" use="optional"/>
   <xs:attribute name="a12" type="xs:string" use="optional"/>
   <xs:attribute name="a11" type="xs:string" use="optional"/>
   <xs:attribute name="a15" type="TermSetType" use="optional"/>
   <xs:attribute name="a16" type="xs:boolean" use="optional"/>
   <xs:attribute name="a17" type="xs:boolean" use="optional"/>
   <xs:attribute name="a18" type="xs:string" use="optional"/>
   <xs:attribute name="a68" type="xs:string" use="optional"/>
   <xs:attribute name="a1" type="InternalIdentifier" use="optional"/>
   <xs:attribute name="a67" type="xs:string" use="optional"/>
   <xs:attribute name="a10" type="InternalIdentifier" use="optional"/>
   <xs:attribute name="a5" type="CommandAction" use="optional"/>
 </xs:complexType>

a6: The internal identifier of the term set.

a0: The identifier of the term store partition to which the term set belongs.

a7: The UTC time when the term set was created.

a8: The UTC time of the last modification to the term set object.

a9: The identifier of the term set.

a14: The name of the owner of the term set. This MUST be less than 255 characters in length.

a12: The list of locale-specific term set names. This value is composed of inner values separated by a semicolon (;). Each inner value defines a locale-specific term set name and is composed of an LCID followed by a vertical bar (|), followed by a term set name. The term set name MUST NOT contain any of the following characters:

  • Semicolon (;)

  • Double quote (")

  • Left angle bracket (<)

  • Right angle bracket (>)

  • Vertical bar (|)

  • Ampersand (&)

  • Tab

The term set name MUST be less than 255 characters in length.

a11: The description of the term set. This MUST be less than 1000 characters in length.

a15: The type of the term set.

a16: Whether a term set allows users without explicit permissions to add terms to the term set.

a17: Whether a term set is visible to users that are not administrators.

a18: A list of users that have an interest in the term set. Each user is separated by a semicolon (;). This MUST be less than 1000 characters in length.

a68: The account to be contacted if a user wants to request the addition of a term to the term set if the a16 is "false". This MUST be less than 320 characters in length.

a1: The internal identifier of the term set group to which this term set belongs.

a67: A list of identifiers for terms separated by a colon (:), which specifies a fixed order in which the terms that are children appear.

a10: The internal identifier of the term set from which the term set was copied. If the value of a5 is 4 (Copy), a10 MUST be present; otherwise, a10 MUST be absent.

a5: The type of write operation, which MUST be a value from the CommandAction enumeration (section 2.2.5.2). This attribute MUST be present when the parent element is a WriteRoot (section 3.1.4.40.3.1); otherwise, it MUST NOT be present. The value MUST NOT be 5 (Merge).

If the value is 2 (Delete), the a7, a14, a12, a11, a15, a16, a17, a18, a68, a1 and a10 attributes MUST be absent.

If a5 is absent, the following attributes MUST be present: a0, a1, a6, a7, a8, a9, a11, a12, a14, a15, a16, a17, a18, a68, and the a10 attribute MUST be absent.