CommentEntry_Type complexType (Visio XML)
Type information
Value | |
---|---|
Namespace |
http://schemas.microsoft.com/office/visio/2011/1/core |
Schema file |
VisioSchema15-2012-06-05.xsd |
Extension base |
xsd:string |
Definition
<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>
Elements and attributes
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. |