Annotation Element

Visio XML Reference

Contains elements that contain information about comments inserted into a document page.

Value Description

0

Document is not being reviewed (the default).

1

Document is being reviewed.

Syntax

  <Annotation
    [IX]
    [Del]>
</Annotation>

Attributes

IX

Optional int. The zero-based index of the element within its parent element.

Del

Optional Boolean. A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.

Element properties

Property Value
Name Annotation 
Minimum Occurrences
Maximum Occurrences

Element information

Parent elements

PageSheet

Shape

StyleSheet

DocumentSheet

Child elements

X

Y

ReviewerID

MarkerIndex

Date

Comment

LangID

Remarks

The Annotation element is relevant only when contained in a DocumentSheet element. It is ignored when contained in a StyleSheet, Shape, or PageSheet element.

Example

XML
  <Annotation IX="0">
    <X>0</X>
    <Y>11.69291338582677</Y>
    <ReviewerID>1</ReviewerID>
    <MarkerIndex>1</MarkerIndex>
    <Date F="DATETIME(37882.570069444)">2003-09-18T13:40:54</Date>
    <Comment V="null" />
    <LangID></LangID>
</Annotation> 

See also

Annotation section