Accusoft Prizm Viewer Annotations Schema Schema
BoundingRectangle Element
See Also  Send comments on this topic.
Accusoft Prizm Viewer Annotations Schema Schema > NotateXpressAnnotations Element > Page Element > Layer Element > Rectangle Element : BoundingRectangle Element

Glossary Item Box

Namespace (none)

Diagram

Point Element Sequence BoundingRectangle Element

Overview

Sequence
Point 2..2
X required xs:decimal
Y required xs:decimal

Source

<xs:element name="BoundingRectangle" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="2" maxOccurs="2" name="Point">
        <xs:complexType>
          <xs:attribute name="X" type="xs:decimal" use="required" />
          <xs:attribute name="Y" type="xs:decimal" use="required" />
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

©2015. Accusoft Corporation. All Rights Reserved.