complexType (CommentList_Type) (Visio XML) 的 CommentEntry 元素
指定用來識別繪圖中批注的屬性。
元素資訊
值 | |
---|---|
項目類型 |
CommentEntry_Type |
Namespace |
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 |
指定繪圖中的批注。 |
子元素
無。
屬性
屬性 | 類型 | Required | 描述 | 可能值 |
---|---|---|---|---|
AuthorID |
xsd:unsignedInt |
必要 |
識別作者的單一型值。 | xsd:unsignedInt 類型的值。 |
CommentID |
xsd:unsignedInt |
必要 |
識別繪圖頁面中批注的唯一值。 | xsd:unsignedInt 類型的值。 |
Date |
xsd:dateTime |
必要 |
指定建立批注的時間。 | xsd:dateTime 類型的值。 |
完成 |
xsd:boolean |
選用 |
指定批注的目前狀態。 | xsd:boolean 類型的值。 |
EditDate |
xsd:dateTime |
選用 |
指定上次變更批注的時間。 | xsd:dateTime 類型的值。 |
PageID |
xsd:unsignedInt |
必要 |
值,識別批注所在的繪圖頁面。 | xsd:unsignedInt 類型的值。 |
ShapeID |
xsd:unsignedInt |
選用 |
值,識別批註所在的圖形。 如果未指定 ShapeID,則批注會參照繪圖頁面。 | xsd:unsignedInt 類型的值。 |