<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 |
---|---|
|
|
|
|
|
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>