CommentEntry_Type complexType (Visio XML)
类型信息
值 | |
---|---|
命名空间 |
http://schemas.microsoft.com/office/visio/2011/1/core |
架构文件 |
VisioSchema15-2012-06-05.xsd |
扩展基 |
xsd:string |
定义
<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>
元素和属性
如果架构定义了特定要求(如 sequence、 minOccurs、 maxOccurs 和 choice),请参阅定义部分。
子元素
无。
Attributes
属性 | 类型 | 必需 | 说明 | 可能的值 |
---|---|---|---|---|
AuthorID |
xsd:unsignedInt |
必需 |
xsd:unsignedInt 类型的值。 | |
AutoCommentType |
xsd:unsignedInt |
可选 |
xsd:unsignedInt 类型的值。 | |
CommentID |
xsd:unsignedInt |
必需 |
xsd:unsignedInt 类型的值。 | |
日期 |
xsd:dateTime |
必需 |
xsd:dateTime 类型的值。 | |
完成 |
xsd:boolean |
可选 |
xsd:boolean 类型的值。 | |
EditDate |
xsd:dateTime |
可选 |
xsd:dateTime 类型的值。 | |
PageID |
xsd:unsignedInt |
必需 |
xsd:unsignedInt 类型的值。 | |
ShapeID |
xsd:unsignedInt |
可选 |
xsd:unsignedInt 类型的值。 |