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="targetElementType">
<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="range" type="xsd:double" use="required"/>
<xsd:attribute name="bearing" type="xsd:double" use="required"/>
<xsd:attribute name="elevation" type="xsd:double" use="optional"/>
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType> |