<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:
<w:comments>
<w:comment … >
…
</w:comment>
</w:comments>
The <comments>
element contains the single comment specified by this document in this example. ]
Parent Elements |
---|
Root element of WordprocessingML Comments part |
Child Elements |
Subclause |
---|---|
|
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>