2.2.4.37 SerializedECMTermSetMembershipTableRowForRead

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

Information about a term set of which a term is a member.

 <xs:complexType name="SerializedECMTermSetMembershipTableRowForRead">
   <xs:complexContent mixed="false">
     <xs:extension base="SerializedECMTermSetMembershipTableRowBase">
       <xs:attribute name="a34" type="InternalIdentifier" use="required"/>
       <xs:attribute name="a39" type="xs:string" use="required"/>
       <xs:attribute name="a40" type="xs:string" use="optional"/>
       <xs:attribute name="a71" type="xs:string" use="optional"/>
       <xs:attribute name="a43" type="ser:guid" use="optional"/>
       <xs:attribute name="a42" type="xs:string" use="optional"/>
       <xs:attribute name="a41" type="ser:guid" use="optional"/>
       <xs:attribute name="a15" type="TermSetType" use="optional"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

a34: The internal identifier of the term.

a39: The hierarchical path of the term in identifiers. This value is composed of values separated by a backslash (\). Each value is a level of the hierarchy and consists of an internal identifier of a term. The first value is for the root term in the hierarchy, and the last value is for the term. This MUST be less than 884 characters in length.

a40: The hierarchical path of the term in labels. This value is composed of values separated by a semicolon (;). Each value is a level of the hierarchy and is composed of a term label of a term. The default label of each term is used in the default language of the term store. The first value is for the root term in the hierarchy, and the last value is for the term. If the term is a root term, then this value MUST be empty.

a71: The full path of the term. This value is composed of identifiers separated by the vertical bar (|). The first identifier is the identifier of the term set group, followed by the identifier of the term set, followed by the identifiers of each term in the hierarchy, that is, first value is for the root term, and the last value is for the term.

a43: The identifier of the parent term. If the term is a root term, this MUST be NULL.

a42: The list of locale-specific term set names of the term set for the term. 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.

a41: The identifier of the term set for the term.

a15: The type of term set for the term.