[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

comments (Comments)

This element is the root container of a set of comments and comment authors for a particular sheet. Each set of comments for a sheet is stored in a separate xml part. The relationship part for a sheet defines a link to the correct comment part for that sheet.

Parent Elements

Root element of SpreadsheetML Comments part

 

Child Elements

Subclause

authors (Authors)

§3.7.2

commentList (List of Comments)

§3.7.4

extLst (Future Feature Data Storage Area)

§3.2.10

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Comments">

   <sequence>

   <element name="authors" type="CT_Authors" minOccurs="1" maxOccurs="1"/>

   <element name="commentList" type="CT_CommentList" minOccurs="1" maxOccurs="1"/>

   <element name="extLst" minOccurs="0" type="CT_ExtensionList"/>

   </sequence>

</complexType>