<cmLst>
(Comment List)
This element specifies a list of comments for a particular slide.
example:
<p:cmLst> <p:cm authorId="0" dt="2006-08-28T17:26:44.129" idx="1"> <p:pos x="10" y="10"/> <p:text>Add diagram to clarify.</p:text> </p:cm> <p:cm authorId="1" dt="2006-08-28T17:44:19.679" idx="1"> <p:pos x="1426" y="660"/> <p:text>Clean up this text.</p:text> </p:cm> </p:cmLst>
Parent Elements |
---|
Root element of PresentationML Comments part |
Child Elements |
Subclause |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_CommentList">
<sequence>
<element name="cm" type="CT_Comment" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>