CT_Point2D

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
x ST_Coordinate required
y ST_Coordinate required

Used By

Source

<xsd:complexType name="CT_Point2D">
  <xsd:attribute name="x" type="ST_Coordinate" use="required"/>
  <xsd:attribute name="y" type="ST_Coordinate" use="required"/>
</xsd:complexType>