diagram | |||
namespace | http://www.fixm.aero/base/4.2 | ||
children | fb:bearing fb:distance fb:extension fb:position fb:referencePoint | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="RelativePointType"> <xs:annotation> <xs:documentation>Bearing and distance from a reference point. [ICAO Doc 4444, Appendix 2, ITEM 15] This FIXM class adds one optional property 'position' which may be used as a complement to the bearing, distance and reference point information in order to provide the computed position of the relative point, if available.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="bearing" type="fb:BearingType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The radius from a chosen Navaid </xs:documentation> </xs:annotation> </xs:element> <xs:element name="distance" type="fb:DistanceType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Distance from the chosen Navaid to the Intersection.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="extension" type="fb:RelativePointExtensionType" nillable="true" minOccurs="0" maxOccurs="2000"> <xs:annotation> <xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="position" type="fb:GeographicalPositionType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The values of latitude and longitude that define the position of the Relative Point on the surface of the Earth with respect to a reference datum. [specialised from ICAO Doc 9881] This optional field may be used to provide the actual position of the relative point if already known / computed.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="referencePoint" type="fb:NavaidType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The navaid used as reference for building an intersection</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||||||||||||||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||||||||||||||||
type | fb:BearingType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
facets |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="bearing" type="fb:BearingType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The radius from a chosen Navaid </xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||||||||
type | fb:DistanceType | ||||||||||||||
properties |
|
||||||||||||||
facets |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="distance" type="fb:DistanceType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Distance from the chosen Navaid to the Intersection.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||
type | fb:RelativePointExtensionType | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="extension" type="fb:RelativePointExtensionType" nillable="true" minOccurs="0" maxOccurs="2000"> <xs:annotation> <xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||||||||
type | fb:GeographicalPositionType | ||||||||||||||
properties |
|
||||||||||||||
children | fb:extension fb:pos | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="position" type="fb:GeographicalPositionType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The values of latitude and longitude that define the position of the Relative Point on the surface of the Earth with respect to a reference datum. [specialised from ICAO Doc 9881] This optional field may be used to provide the actual position of the relative point if already known / computed.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||||||||
type | fb:NavaidType | ||||||||||||||
properties |
|
||||||||||||||
children | fb:designator fb:extension fb:navaidServiceType fb:position | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="referencePoint" type="fb:NavaidType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The navaid used as reference for building an intersection</xs:documentation> </xs:annotation> </xs:element> |