2.6.202 CT_Mention

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2018/threadedcomments

Referenced by: CT_ThreadedCommentMentions

This complex type specifies the properties of a mention in a threaded comment.

Attributes:

mentionpersonId: An ST_Guid ([ISO/IEC29500-1:2016] section 22.9.2.4) attribute that specifies a unique identifier for the person mentioned. This attribute MUST correspond to the id specified in CT_Person (section 2.6.203).

mentionId: An ST_Guid ([ISO/IEC29500-1:2016] section 22.9.2.4) attribute that specifies a unique identifier for this mention.

startIndex: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute that specifies the index in comment text where the mention starts.

length: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute that specifies the number of characters in the mention from startIndex.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_Mention">
   <xsd:attribute name="mentionpersonId" type="x:ST_Guid" use="required"/>
   <xsd:attribute name="mentionId" type="x:ST_Guid" use="required"/>
   <xsd:attribute name="startIndex" type="xsd:unsignedInt" use="required"/>
   <xsd:attribute name="length" type="xsd:unsignedInt" use="required"/>
 </xsd:complexType>

See section 5.23 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).