Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Specifies properties used to identify a comment in a drawing.
Element information
| Value | |
|---|---|
| Element type |
CommentEntry_Type |
| Namespace |
http://schemas.microsoft.com/office/visio/2012/main |
| Schema file |
VisioSchema15.xsd |
| Document parts |
comments.xml |
Definition
< xs:element name="CommentEntry" type="CommentEntry_Type" minOccurs="0" maxOccurs="unbounded" >
< /xs:element >
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
| Element | Type | Description |
|---|---|---|
| CommentList |
CommentList_Type |
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. |