[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

comments (Comments Collection)

This element specifies all of the comments defined in the current document. It is the root element of the Comments part of a WordprocessingML document.

[Example: Consider the following WordprocessingML fragment for the content of a comments part in a WordprocessingML document:

<w:comments>
<w:comment … >

</w:comment>
</w:comments>

The comments element contains the single comment specified by this document in this example. end example]

Parent Elements

Root element of WordprocessingML Comments part

 

Child Elements

Subclause

comment (Comment Content)

§2.13.4.2

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

<complexType name="CT_Comments">

   <sequence>

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

   </sequence>

</complexType>