NotateXpress13Schema Schema
Points Element
Namespace (none)
Diagram
Point Element Sequence Points Element
Overview
Sequence
Point 3..3
X required xs:decimal
Y required xs:decimal
Source
<xs:element name="Points" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="3" maxOccurs="3" 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
Protractor ElementLayer ElementPage ElementNotateXpressAnnotations ElementNotateXpress13Schema Schema

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback