p:cm
Comment
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-comments.xsd
Type: p:CT_Comment
Properties: Local, Qualified
Content
- Sequence [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
authorId | [1..1] | xsd:unsignedInt | Comment Author ID | |
dt | [0..1] | xsd:dateTime | Comment Date/Time | |
idx | [1..1] | p:ST_Index | Comment Index |
Used in
- Type p:CT_CommentList (Element p:cmLst)
Sample instance
<p:cm authorId="1" idx="1"> <p:pos x="1" y="1"/> <p:text>string</p:text> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:cm>