complexType AerodromeReferenceType
diagram FficeTemplates_diagrams/FficeTemplates_p613.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 FficeFFP_DepartureType/aerodrome FficeFC_DepartureType/aerodrome FficeFPU_DepartureType/aerodrome FficeFD_DepartureType/aerodrome DepartureType/aerodrome FficeFA_DepartureType/aerodrome FficeFDRQ_DepartureType/aerodrome FficeTRQ_DepartureType/aerodrome FficePFP_DepartureType/aerodrome FficeFPU_DepartureType/aerodromePrevious DepartureType/aerodromePrevious FficePFP_EnRouteType/alternateAerodrome EnRouteType/alternateAerodrome FficeFFP_EnRouteType/alternateAerodrome FficeTRQ_EnRouteType/alternateAerodrome FficeFPU_EnRouteType/alternateAerodrome ArrivalType/arrivalAerodrome FficeFA_ArrivalType/arrivalAerodrome ArrivalType/destinationAerodrome FficeFA_ArrivalType/destinationAerodrome FficeFPU_ArrivalType/destinationAerodrome FficeFC_ArrivalType/destinationAerodrome FficePFP_ArrivalType/destinationAerodrome FficeFD_ArrivalType/destinationAerodrome FficeTRQ_ArrivalType/destinationAerodrome FficeFFP_ArrivalType/destinationAerodrome FficeFDRQ_ArrivalType/destinationAerodrome ArrivalType/destinationAerodromeAlternate FficeFPU_ArrivalType/destinationAerodromeAlternate FficePFP_ArrivalType/destinationAerodromeAlternate FficeFFP_ArrivalType/destinationAerodromeAlternate FficeTRQ_ArrivalType/destinationAerodromeAlternate ArrivalType/destinationAerodromePrevious FficeFPU_ArrivalType/destinationAerodromePrevious ReclearanceInFlightType/filedRevisedDestinationAerodrome DepartureType/takeoffAlternateAerodrome FficeFFP_DepartureType/takeoffAlternateAerodrome FficeFPU_DepartureType/takeoffAlternateAerodrome FficePFP_DepartureType/takeoffAlternateAerodrome FficeTRQ_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 FficeTemplates_diagrams/FficeTemplates_p614.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 FficeTemplates_diagrams/FficeTemplates_p615.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 FficeTemplates_diagrams/FficeTemplates_p616.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 FficeTemplates_diagrams/FficeTemplates_p617.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 FficeTemplates_diagrams/FficeTemplates_p618.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