p:cmAuthor
Comment Author
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-comments.xsd
Type: p:CT_CommentAuthor
Properties: Local, Qualified
Content
- p:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [1..1] | xsd:unsignedInt | Comment Author ID | |
name | [1..1] | p:ST_Name | Comment Author Name | |
initials | [1..1] | p:ST_Name | Comment Author Initials | |
lastIdx | [1..1] | xsd:unsignedInt | Index of Comment Author's last comment | |
clrIdx | [1..1] | xsd:unsignedInt | Comment Author Color Index |
Used in
- Type p:CT_CommentAuthorList (Element p:cmAuthorLst)
Sample instance
<p:cmAuthor id="1" name="string" initials="string" lastIdx="1" clrIdx="1"> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:cmAuthor>