<commentList> (List of Comments)

This element is a container that holds a list of comments for the sheet.

Parent Elements

<comments>3.7.5)

Child Elements

Subclause

<comment> (Comment)

§3.7.3

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

<complexType name="CT_CommentList">
	<sequence>
	<element name="comment" type="CT_Comment" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>