CommentEntry 元素 (CommentList_Type complexType) (Visio XML)
指定用于标识绘图中的注释的属性。
元素信息
值 | |
---|---|
元素类型 |
CommentEntry_Type |
命名空间 |
http://schemas.microsoft.com/office/visio/2012/main |
架构文件 |
VisioSchema15.xsd |
文档部件 |
comments.xml |
定义
< xs:element name="CommentEntry" type="CommentEntry_Type" minOccurs="0" maxOccurs="unbounded" >
< /xs:element >
元素和属性
如果架构定义了特定要求(如 sequence、 minOccurs、 maxOccurs 和 choice),请参阅定义部分。
父元素
元素 | 类型 | 说明 |
---|---|---|
CommentList |
CommentList_Type |
指定绘图中的注释。 |
子元素
无。
Attributes
属性 | 类型 | 必需 | 说明 | 可能的值 |
---|---|---|---|---|
AuthorID |
xsd:unsignedInt |
必需 |
一个从 1 开始的值,用于标识作者。 | 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 |
可选 |
一个 值,该值标识注释所针对的形状。 如果未指定 ShapeID,则注释将引用绘图页。 | xsd:unsignedInt 类型的值。 |