CommentEntry element (CommentList_Type complexType) ('Visio XML')
Specifies properties used to identify a comment in a drawing.
Parent elements
Element | Type | Description |
|---|---|---|
Specifies the comments in a drawing. |
Child elements
None.
Attributes
Attribute | Type | Required | Description | Possible values |
|---|---|---|---|---|
AuthorID | xsd:unsignedInt | required | A one-based value that identifies the author. | Values of the xsd:unsignedInt type. |
CommentID | xsd:unsignedInt | required | A unique value that identifies the comment in a drawing page. | Values of the xsd:unsignedInt type. |
Date | xsd:dateTime | required | Specifies when a comment was created. | Values of the xsd:dateTime type. |
Done | xsd:boolean | optional | Specifies the current state of the comment. | Values of the xsd:boolean type. |
EditDate | xsd:dateTime | optional | Specifies when a comment was last changed. | Values of the xsd:dateTime type. |
PageID | xsd:unsignedInt | required | A value that identifies the drawing page the comment is on. | Values of the xsd:unsignedInt type. |
ShapeID | xsd:unsignedInt | optional | A value that identifies the shape the comment is on. If no ShapeID is specified, the comment refers to the drawing page. | Values of the xsd:unsignedInt type. |