complexType AerodromeReferenceType
diagram FficeMessage_diagrams/FficeMessage_p67.png
namespace http://www.fixm.aero/base/4.2
children fb:extension fb:iataDesignator fb:locationIndicator fb:name fb:referencePoint
used by
elements SignificantPointChoiceType/aerodromeReferencePoint DepartureType/aerodrome DepartureType/aerodromePrevious EnRouteType/alternateAerodrome ArrivalType/arrivalAerodrome ArrivalType/destinationAerodrome ArrivalType/destinationAerodromeAlternate ArrivalType/destinationAerodromePrevious ReclearanceInFlightType/filedRevisedDestinationAerodrome DepartureType/takeoffAlternateAerodrome
attributes
Name  Type  Use  Default  Fixed  Annotation
href  fb:HypertextReferenceType  optional      
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]
annotation
documentation
An aerodrome reference being either:
- the ICAO location indicator of the aerodrome, as listed in ICAO Doc 7910 (E.g. "KDFW")
- if no location indicator is available, the aerodrome name (E.g. "Dallas Fort Worth") or the identifier assigned to the aerodrome location in accordance with rules (resolution 767) governed by the International Air Transport Association. (E.g. "DFW")
[FIXM]
source <xs:complexType name="AerodromeReferenceType">
 
<xs:annotation>
   
<xs:documentation>An aerodrome reference being either:
- the ICAO location indicator of the aerodrome, as listed in ICAO Doc 7910 (E.g. "KDFW")
- if no location indicator is available, the aerodrome name (E.g. "Dallas Fort Worth") or the identifier assigned to the aerodrome location in accordance with rules (resolution 767) governed by the International Air Transport Association. (E.g. "DFW")
[FIXM]
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="extension" type="fb:AerodromeReferenceExtensionType" 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="iataDesignator" type="fb:IataAerodromeDesignatorType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The three letter coded location identifier of an aerodrome according to the IATA Resolution 763. [adapted from AIXM 5.1]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="locationIndicator" type="fb:LocationIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A four-letter code group formulated in accordance with rules prescribed by ICAO and assigned to the aerodrome. [Specialised from ICAO Annex 10]
The list of ICAO location indicators is provided by ICAO Doc 7910. [FIXM]
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="name" type="fb:AerodromeNameType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The primary official name of an aerodrome as designated by an appropriate authority. [AIXM 5.1]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="referencePoint" type="fb:GeographicalPositionType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The designated geographical location of an aerodrome. [ICAO]</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>

attribute AerodromeReferenceType/@href
type fb:HypertextReferenceType
properties
use optional
annotation
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]
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>

element AerodromeReferenceType/extension
diagram FficeMessage_diagrams/FficeMessage_p68.png
namespace http://www.fixm.aero/base/4.2
type fb:AerodromeReferenceExtensionType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
annotation
documentation
An extension hook for attaching extension (non-core) classes.
source <xs:element name="extension" type="fb:AerodromeReferenceExtensionType" 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>

element AerodromeReferenceType/iataDesignator
diagram FficeMessage_diagrams/FficeMessage_p69.png
namespace http://www.fixm.aero/base/4.2
type fb:IataAerodromeDesignatorType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z]{3}
annotation
documentation
The three letter coded location identifier of an aerodrome according to the IATA Resolution 763. [adapted from AIXM 5.1]
source <xs:element name="iataDesignator" type="fb:IataAerodromeDesignatorType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The three letter coded location identifier of an aerodrome according to the IATA Resolution 763. [adapted from AIXM 5.1]</xs:documentation>
 
</xs:annotation>
</xs:element>

element AerodromeReferenceType/locationIndicator
diagram FficeMessage_diagrams/FficeMessage_p70.png
namespace http://www.fixm.aero/base/4.2
type fb:LocationIndicatorType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z]{4}
annotation
documentation
A four-letter code group formulated in accordance with rules prescribed by ICAO and assigned to the aerodrome. [Specialised from ICAO Annex 10]
The list of ICAO location indicators is provided by ICAO Doc 7910. [FIXM]
source <xs:element name="locationIndicator" type="fb:LocationIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A four-letter code group formulated in accordance with rules prescribed by ICAO and assigned to the aerodrome. [Specialised from ICAO Annex 10]
The list of ICAO location indicators is provided by ICAO Doc 7910. [FIXM]
</xs:documentation>
 
</xs:annotation>
</xs:element>

element AerodromeReferenceType/name
diagram FficeMessage_diagrams/FficeMessage_p71.png
namespace http://www.fixm.aero/base/4.2
type fb:AerodromeNameType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 1
maxLength 60
pattern ([A-Z]|[0-9]|[, !&quot;&amp;#$%'\(\)\*\+\-\./:;&lt;=&gt;\?@\[\\\]\^_\|\{\}])*
annotation
documentation
The primary official name of an aerodrome as designated by an appropriate authority. [AIXM 5.1]
source <xs:element name="name" type="fb:AerodromeNameType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The primary official name of an aerodrome as designated by an appropriate authority. [AIXM 5.1]</xs:documentation>
 
</xs:annotation>
</xs:element>

element AerodromeReferenceType/referencePoint
diagram FficeMessage_diagrams/FficeMessage_p72.png
namespace http://www.fixm.aero/base/4.2
type fb:GeographicalPositionType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fb:extension fb:pos
attributes
Name  Type  Use  Default  Fixed  Annotation
srsName  xs:string  required    urn:ogc:def:crs:EPSG::4326  
documentation
Names the coordinate reference system (CRS) that defines the semantics of the lat/long pair according to the ISO6709 standard. FIXM uses only "urn:ogc:def:crs:EPSG::4326".
annotation
documentation
The designated geographical location of an aerodrome. [ICAO]
source <xs:element name="referencePoint" type="fb:GeographicalPositionType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The designated geographical location of an aerodrome. [ICAO]</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy