Expand Minimize
This topic has not yet been rated - Rate this topic

CommentEntry element (CommentList_Type complexType) ('Visio XML')

Office 2013

Specifies properties used to identify a comment in a drawing.

Element type

CommentEntry_Type

Namespace

http://schemas.microsoft.com/office/visio/2012/main

Schema file

VisioSchema15.xsd

Document parts

comments.xml

< xs:element name="CommentEntry" type="CommentEntry_Type" minOccurs="0" maxOccurs="unbounded" >
< /xs:element >

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.