| diagram |
 |
| used by |
|
| attributes |
|
| annotation |
| documentation | | Type for an element that will represent a geographic position as a (x, y) coordinate pair. |
|
| source |
<xsd:complexType name="xyElementType">
<xsd:annotation>
<xsd:documentation>Type for an element that will represent a geographic position as a (x, y) coordinate pair.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="x" type="xsd:double" use="required"/>
<xsd:attribute name="y" type="xsd:double" use="required"/>
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType> |