CommentEntry_Type complexType ('Visio XML')
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Type information
Definition
Elements and attributes
<xs:complexType name="CommentEntry_Type">
<xs:complexContent>
<xs:extension base="xsd:string">
<xs:attribute name="AuthorID"
type="xsd:unsignedInt"
use="required"
/>
<xs:attribute name="PageID"
type="xsd:unsignedInt"
use="required"
/>
<xs:attribute name="ShapeID"
type="xsd:unsignedInt"
/>
<xs:attribute name="Date"
type="xsd:dateTime"
use="required"
/>
<xs:attribute name="EditDate"
type="xsd:dateTime"
/>
<xs:attribute name="Done"
type="xsd:boolean"
/>
<xs:attribute name="CommentID"
type="xsd:unsignedInt"
use="required"
/>
<xs:attribute name="AutoCommentType"
type="xsd:unsignedInt"
/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
None.
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
AuthorID |
xsd:unsignedInt |
required |
|
Values of the xsd:unsignedInt type. |
|
AutoCommentType |
xsd:unsignedInt |
optional |
|
Values of the xsd:unsignedInt type. |
|
CommentID |
xsd:unsignedInt |
required |
|
Values of the xsd:unsignedInt type. |
|
Date |
xsd:dateTime |
required |
|
Values of the xsd:dateTime type. |
|
Done |
xsd:boolean |
optional |
|
Values of the xsd:boolean type. |
|
EditDate |
xsd:dateTime |
optional |
|
Values of the xsd:dateTime type. |
|
PageID |
xsd:unsignedInt |
required |
|
Values of the xsd:unsignedInt type. |
|
ShapeID |
xsd:unsignedInt |
optional |
|
Values of the xsd:unsignedInt type. |