diagram | |||||||||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||||||||
children | fb:designator fb:extension fb:navaidServiceType fb:position | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="NavaidType"> <xs:annotation> <xs:documentation>A radio navigation aid used in defining an ATS route, the flight path of an aircraft or for other navigation or ATS purposes. [FIXM] The coded designator of a navaid is not always sufficient for unambiguously referring to that feature: The en-route navaids (VOR, DME, NDB) designator is supposed to be unique (according to ICAO Annex 11) within 600 NM. This means that these designators are not unique world-wide. For airport navaids, there is no limitation. The combinations of fields that would make the references unique are designator + position + navaid service type. This FIXM class adds two optional properties 'position' and 'navaidServiceType' which may be used as a complement to the 'designator' information in order to remove any ambiguity on the coded designator.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="designator" type="fb:NavaidDesignatorType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The name of the navaid.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="extension" type="fb:NavaidExtensionType" 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="navaidServiceType" type="fb:NavaidServiceTypeType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Type of the navaid service. [AIXM 5.1] This optional field may be used as a complement of the designator in order to achieve unambiguous reference to the navaid. The combinations of fields that would make the reference unique are designator + position + navaid service type.</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 Navaid on the surface of the Earth with respect to a reference datum. [specialised from ICAO Doc 9881] This optional field may be used to achieve unambiguous reference to the navaid. The combinations of fields that would make the reference unique are name + position + navaid service type.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="href" type="fb:HypertextReferenceType" use="optional"> <xs:annotation> <xs:documentation>Provides an optional mechanism enabling FIXM aeronautical fields to be supplemented with references to AIXM features. This field should be considered functionally equivalent to the xlink:href field used in AIXM to reference features. [FIXM]</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | fb:HypertextReferenceType | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="href" type="fb:HypertextReferenceType" use="optional"> <xs:annotation> <xs:documentation>Provides an optional mechanism enabling FIXM aeronautical fields to be supplemented with references to AIXM features. This field should be considered functionally equivalent to the xlink:href field used in AIXM to reference features. [FIXM]</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||||||
type | fb:NavaidDesignatorType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="designator" type="fb:NavaidDesignatorType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The name of the navaid.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||
type | fb:NavaidExtensionType | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="extension" type="fb:NavaidExtensionType" 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:NavaidServiceTypeType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="navaidServiceType" type="fb:NavaidServiceTypeType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Type of the navaid service. [AIXM 5.1] This optional field may be used as a complement of the designator in order to achieve unambiguous reference to the navaid. The combinations of fields that would make the reference unique are designator + position + navaid service type.</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 Navaid on the surface of the Earth with respect to a reference datum. [specialised from ICAO Doc 9881] This optional field may be used to achieve unambiguous reference to the navaid. The combinations of fields that would make the reference unique are name + position + navaid service type.</xs:documentation> </xs:annotation> </xs:element> |