19.4.3 cmAuthorLst

This element specifies a list of authors with comments in the current document. Each comment in a document shall refer to an author in this list. No cmAuthor element in a cmAuthorLst shall have both the same name attribute value and the same initials attribute value as any other cmAuthor element in the same cmAuthorLst.

[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]

[Note: The W3C XML Schema definition of this element’s content model (CT_CommentAuthorList) is located in A.3. end note]

Last updated on