[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

authors (Authors)

This element is a container that holds a list of comment author names. There may be many comment authors per sheet, but each author name must be unique per sheet. The information for each author is stored only once for that sheet, and comments refer to the author by zero based index.

Note that there can be multiple lists of authors per workbook since each sheet contains its own comments part, and each comments part defines a list of authors for comments on that sheet.

Parent Elements

comments3.7.5)

 

Child Elements

Subclause

author (Author)

§3.7.1

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

<complexType name="CT_Authors">

   <sequence>

   <element name="author" type="ST_Xstring" minOccurs="0" maxOccurs="unbounded"/>

   </sequence>

</complexType>