diagram |
 |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | range | xsd:double | required | | | | bearing | xsd:double | required | | | | elevation | xsd:double | optional | | | | timeStamp | nonNegativeScalarType | optional | | | documentation | Time value in seconds. |
| description | xsd:string | optional | | | documentation | Descriptive text explaining the intended effect of this element. |
| id | xsd:ID | optional | | | documentation | Unique identifier for this element. |
|
|
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> |