2.6.206 CT_ThreadedCommentMentions

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

Referenced by: CT_ThreadedComment

This complex type specifies a collection of mentions in a threaded comment.

Child Elements:

mention: A CT_Mention element that specifies each mention in the collection and its properties.

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

 <xsd:complexType name="CT_ThreadedCommentMentions">
   <xsd:sequence>
     <xsd:element name="mention" type="CT_Mention" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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