[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
cmAuthorLst (List of Comment Authors)
This element specifies a list of authors with comments in the current document. Each comment in a document must refer to an author in this list. To determine if a new author is in this list, the author's name and initials must both match; otherwise, the new author is considered unique and a separate cmAuthor element is added.
[Example: A document contains comments left by two authors.
<p:cmAuthorLst>
<p:cmAuthor id="0" name="Julie Lee" initials="JL" lastIdx="1" clrIdx="0"/>
<p:cmAuthor id="1" name="Fred Jones" initials="FJ" lastIdx="2" clrIdx="1"/>
</p:cmAuthorLst>
End example]
Parent Elements |
Root element of PresentationML Comment Authors part |
Child Elements |
Subclause |
cmAuthor (Comment Author) |
§4.5.2 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_CommentAuthorList">
<sequence>
<element name="cmAuthor" type="CT_CommentAuthor" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>