2.2.4.24 SerializedECMGroupTableRow

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

A term set group.

 <xs:complexType name="SerializedECMGroupTableRow">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="P" type="SerializedECMPermissionTableRow"/>
   </xs:sequence>
   <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="a12" type="xs:string" use="optional"/>
   <xs:attribute name="a11" type="xs:string" use="optional"/>
   <xs:attribute name="a15" type="GroupType" use="optional"/>
   <xs:attribute name="a5" type="CommandActionBasic" use="optional"/>
 </xs:complexType>

P: Additions, deletions or updates to permissions for this term set group. The a1 attribute of each of these elements MUST be equal to the a6 attribute of the parent G element. If attribute a5 of the parent G element is absent or has the value 2, then these P elements MUST be absent.

a6: The identifier of the term set group.

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

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

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

a9: The identifier of the term set group.

a12: The name of the term set group. This MUST be less than 255 characters in length. It MUST NOT contain any of the following characters:

  • Semicolon (;)

  • Double quote (")

  • Left angle bracket (<)

  • Right angle bracket (>)

  • Vertical bar (|)

  • Ampersand (&)

  • Tab

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

a15: The type of term set group.

a5: The type of write operation, which MUST be a value from the CommandActionBasic enumeration (section 2.2.5.3). This attribute MUST be present when the parent element is a WriteRoot (section 3.1.4.40.3.1) during a Write operation (section 3.1.4.40.2.1); otherwise, it MUST NOT be present.

If the value is 2 (Delete), the a12, a11, a15 attributes and P child elements MUST be absent.

If a5 is absent, the following attributes MUST be present: a0, a6, a7, a8, a9, a11, a12, a15.