Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema Airspace.xsd
Namespace http://www.fixm.aero/fixm/4.0
Annotations
Copyright (c) 2016 Airservices Australia, DSNA, EUROCONTROL, IATA, JCAB, NATS Limited, 
       NAV CANADA, SESAR Joint Undertaking & US FAA 
       =========================================== 
       All rights reserved. 
        
       Redistribution and use in source and binary forms, with or without modification, 
       are permitted provided that the following conditions are met: 
* Redistributions of source code must retain the above copyright notice, this list of conditions and the disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the disclaimer
  in the documentation and/or other materials provided with the distribution.
* Neither the names of Airservices Australia, DSNA, EUROCONTROL, IATA, JCAB, NATS Limited, NavCanada, SESAR Joint Undertaking
  & US FAA nor the names of their contributors may be used to endorse or promote products derived from this specification
  without specific prior written permission.
        
        
       DISCLAIMER 
        
       THIS SPECIFICATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
       AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
       WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
       IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
       INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 
       TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
       BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
       CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 
       ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
       DAMAGE. 
        
       ========================================== 
       Editorial note: this license is an instance of the BSD license template as provided 
       by the Open Source Initiative: 
       http://www.opensource.org/licenses/bsd-license.php 
        
       The authoritative reference for FIXM is www.FIXM.aero. 
        
       Details on Airservices Australia: http://www.airservicesaustralia.com/ 
       Details on DSNA: http://www.developpement-durable.gouv.fr/-Navigation-aerienne-.html 
       
       Details on EUROCONTROL: http://www.eurocontrol.int/ 
       Details on IATA: http://www.iata.org/Pages/default.aspx 
       Details on JCAB: http://www.mlit.go.jp/en/koku/index.html 
       Details on NATS Limited: http://www.nats.co.uk/ 
       Details on NAV CANADA: http://www.navcanada.ca/ 
       Details on the SESAR JU and its members: http://www.sesarju.eu/discover-sesar/partnering-smarter-aviation/members 
       
       Details on the US FAA: http://www.faa.gov/
This package contains classes that model information about the airspace infrastructure 
(Airspace, ATS routes and Significant Points) needed by flight data. [FIXM]
Properties
attribute form default: unqualified
element form default: qualified
version: 4.0.0
Element fb:GeographicalPositionType / fb:pos
Namespace http://www.fixm.aero/base/4.0
Annotations
This list of doubles contains the latitude and longitude of the location 
in order of LATITUDE FIRST, THEN LONGITUDE.
Diagram
Diagram
Type list of double
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="pos" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>This list of doubles contains the latitude and longitude of the location in order of LATITUDE FIRST, THEN LONGITUDE.</documentation>
  </annotation>
  <simpleType>
    <list itemType="xs:double"/>
  </simpleType>
</element>
Element fb:DesignatedPointOrNavaid
Namespace http://www.fixm.aero/base/4.0
Diagram
Diagram Airspace_xsd.tmp#SignificantPointType Airspace_xsd.tmp#DesignatedPointOrNavaidType_designator Airspace_xsd.tmp#DesignatedPointOrNavaidType Airspace_xsd.tmp#SignificantPoint
Type fb:DesignatedPointOrNavaidType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
designator fb:SignificantPointDesignatorType optional
A named significant point.
Source
<element name="DesignatedPointOrNavaid" type="fb:DesignatedPointOrNavaidType" substitutionGroup="fb:SignificantPoint"/>
Element fb:GeographicalPosition
Namespace http://www.fixm.aero/base/4.0
Diagram
Diagram Airspace_xsd.tmp#GeographicalPositionType_srsName Airspace_xsd.tmp#GeographicalPositionType_pos Airspace_xsd.tmp#GeographicalPositionType RouteTrajectory_xsd.tmp#TrajectoryPoint4D
Type fb:GeographicalPositionType
Properties
content: complex
Substitution Group
Model fb:pos{0,1}
Children fb:pos
Instance
<fb:GeographicalPosition srsName="urn:ogc:def:crs:EPSG::4326">
  <fb:pos>{0,1}</fb:pos>
</fb:GeographicalPosition>
Attributes
QName Type Fixed Default Use Annotation
srsName string urn:ogc:def:crs:EPSG::4326 required
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".
Source
<element name="GeographicalPosition" type="fb:GeographicalPositionType"/>
Element fb:PositionPointType / fb:position
Namespace http://www.fixm.aero/base/4.0
Annotations
The values of latitude and longitude that define the position of a point on the surface 
of the Earth with respect to a reference datum. [specialised from ICAO Doc 9881]
Diagram
Diagram Airspace_xsd.tmp#GeographicalPositionType_srsName Airspace_xsd.tmp#GeographicalPositionType_pos Airspace_xsd.tmp#GeographicalPositionType
Type fb:GeographicalPositionType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:pos{0,1}
Children fb:pos
Instance
<fb:position srsName="urn:ogc:def:crs:EPSG::4326">
  <fb:pos>{0,1}</fb:pos>
</fb:position>
Attributes
QName Type Fixed Default Use Annotation
srsName string urn:ogc:def:crs:EPSG::4326 required
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".
Source
<element name="position" type="fb:GeographicalPositionType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The values of latitude and longitude that define the position of a point on the surface of the Earth with respect to a reference datum. [specialised from ICAO Doc 9881]</documentation>
  </annotation>
</element>
Element fb:PositionPoint
Namespace http://www.fixm.aero/base/4.0
Diagram
Diagram Airspace_xsd.tmp#SignificantPointType Airspace_xsd.tmp#PositionPointType_position Airspace_xsd.tmp#PositionPointType Airspace_xsd.tmp#SignificantPoint
Type fb:PositionPointType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:position{0,1}
Children fb:position
Instance
<fb:PositionPoint>
  <fb:position srsName="urn:ogc:def:crs:EPSG::4326">{0,1}</fb:position>
</fb:PositionPoint>
Source
<element name="PositionPoint" type="fb:PositionPointType" substitutionGroup="fb:SignificantPoint"/>
Element fb:RelativePointType / fb:bearing
Namespace http://www.fixm.aero/base/4.0
Annotations
The radius from a chosen Significant Point
Diagram
Diagram Measures_xsd.tmp#RestrictedAngleType Measures_xsd.tmp#AngleType_uom Measures_xsd.tmp#AngleType Measures_xsd.tmp#BearingType_zeroBearingType Measures_xsd.tmp#BearingType
Type fb:BearingType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom fb:UomAngleType required
Unit of measure
zeroBearingType fb:ZeroBearingTypeType optional
A code indicating the direction of the zero bearing.
Source
<element name="bearing" type="fb:BearingType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The radius from a chosen Significant Point</documentation>
  </annotation>
</element>
Element fb:RelativePointType / fb:distance
Namespace http://www.fixm.aero/base/4.0
Annotations
Distance from the chosen Significant Point to the Intersection.
Diagram
Diagram Measures_xsd.tmp#RestrictedLengthType Measures_xsd.tmp#LengthType_uom Measures_xsd.tmp#LengthType Measures_xsd.tmp#DistanceType
Type fb:DistanceType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom fb:UomLengthType required
Unit of measure
Source
<element name="distance" type="fb:DistanceType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Distance from the chosen Significant Point to the Intersection.</documentation>
  </annotation>
</element>
Element fb:RelativePointType / fb:referencePoint
Namespace http://www.fixm.aero/base/4.0
Annotations
The designated point or navaid used as reference for building an intersection
Diagram
Diagram Airspace_xsd.tmp#SignificantPointType Airspace_xsd.tmp#DesignatedPointOrNavaidType_designator Airspace_xsd.tmp#DesignatedPointOrNavaidType
Type fb:DesignatedPointOrNavaidType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
designator fb:SignificantPointDesignatorType optional
A named significant point.
Source
<element name="referencePoint" type="fb:DesignatedPointOrNavaidType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The designated point or navaid used as reference for building an intersection</documentation>
  </annotation>
</element>
Element fb:RelativePoint
Namespace http://www.fixm.aero/base/4.0
Diagram
Diagram Airspace_xsd.tmp#SignificantPointType Airspace_xsd.tmp#RelativePointType_bearing Airspace_xsd.tmp#RelativePointType_distance Airspace_xsd.tmp#RelativePointType_referencePoint Airspace_xsd.tmp#RelativePointType Airspace_xsd.tmp#SignificantPoint
Type fb:RelativePointType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:bearing{0,1} , fb:distance{0,1} , fb:referencePoint{0,1}
Children fb:bearing, fb:distance, fb:referencePoint
Instance
<fb:RelativePoint>
  <fb:bearing uom="" zeroBearingType="">{0,1}</fb:bearing>
  <fb:distance uom="">{0,1}</fb:distance>
  <fb:referencePoint designator="">{0,1}</fb:referencePoint>
</fb:RelativePoint>
Source
<element name="RelativePoint" type="fb:RelativePointType" substitutionGroup="fb:SignificantPoint"/>
Element fb:SignificantPoint
Namespace http://www.fixm.aero/base/4.0
Diagram
Diagram Airspace_xsd.tmp#SignificantPointType Airspace_xsd.tmp#DesignatedPointOrNavaid Airspace_xsd.tmp#PositionPoint Airspace_xsd.tmp#RelativePoint
Type fb:SignificantPointType
Properties
content: complex
Substitution Group
Source
<element name="SignificantPoint" type="fb:SignificantPointType"/>
Complex Type fb:GeographicalPositionType
Namespace http://www.fixm.aero/base/4.0
Annotations
Set of coordinates (latitude and longitude) referenced to the mathematical reference 
ellipsoid which define the position of a  point on the surface of the Earth. [ICAO 
Annex 15] 
 
The "srsName" attribute 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".
Diagram
Diagram Airspace_xsd.tmp#GeographicalPositionType_srsName Airspace_xsd.tmp#GeographicalPositionType_pos
Used by
Model fb:pos{0,1}
Children fb:pos
Attributes
QName Type Fixed Default Use Annotation
srsName string urn:ogc:def:crs:EPSG::4326 required
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".
Source
<complexType name="GeographicalPositionType">
  <annotation>
    <documentation>Set of coordinates (latitude and longitude) referenced to the mathematical reference ellipsoid which define the position of a point on the surface of the Earth. [ICAO Annex 15] The "srsName" attribute 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".</documentation>
  </annotation>
  <sequence>
    <element name="pos" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>This list of doubles contains the latitude and longitude of the location in order of LATITUDE FIRST, THEN LONGITUDE.</documentation>
      </annotation>
      <simpleType>
        <list itemType="xs:double"/>
      </simpleType>
    </element>
  </sequence>
  <attribute name="srsName" type="xs:string" fixed="urn:ogc:def:crs:EPSG::4326" use="required">
    <annotation>
      <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".</documentation>
    </annotation>
  </attribute>
</complexType>
Simple Type fb:RouteDesignatorType
Namespace http://www.fixm.aero/base/4.0
Annotations
The coded designator for a published ATS route or route segment.
Diagram
Diagram Types_xsd.tmp#CharacterStringType
Type restriction of fb:CharacterStringType
Type hierarchy
Facets
minLength 0
maxLength 4096
pattern [A-Z][A-Z0-9]{1,7}
Used by
Source
<simpleType name="RouteDesignatorType">
  <annotation>
    <documentation>The coded designator for a published ATS route or route segment.</documentation>
  </annotation>
  <restriction base="fb:CharacterStringType">
    <pattern value="[A-Z][A-Z0-9]{1,7}"/>
  </restriction>
</simpleType>
Simple Type fb:SidStarDesignatorType
Namespace http://www.fixm.aero/base/4.0
Annotations
The textual designator of a SID or STAR. [Specialised from AIXM 5.1]
Diagram
Diagram Types_xsd.tmp#CharacterStringType
Type restriction of fb:CharacterStringType
Type hierarchy
Facets
minLength 0
maxLength 7
pattern ([A-Z]|[0-9])+([ \+\-/]*([A-Z]|[0-9])+)*
Used by
Source
<simpleType name="SidStarDesignatorType">
  <annotation>
    <documentation>The textual designator of a SID or STAR. [Specialised from AIXM 5.1]</documentation>
  </annotation>
  <restriction base="fb:CharacterStringType">
    <minLength value="0"/>
    <maxLength value="7"/>
    <pattern value="([A-Z]|[0-9])+([ \+\-/]*([A-Z]|[0-9])+)*"/>
  </restriction>
</simpleType>
Complex Type fb:SignificantPointType
Namespace http://www.fixm.aero/base/4.0
Annotations
A location type restricted to lat/long location, fix (waypoint) location, or FRD 
(radial distance offset).
Diagram
Diagram
Properties
abstract: true
Used by
Source
<complexType abstract="true" name="SignificantPointType">
  <annotation>
    <documentation>A location type restricted to lat/long location, fix (waypoint) location, or FRD (radial distance offset).</documentation>
  </annotation>
</complexType>
Simple Type fb:LongitudeType
Namespace http://www.fixm.aero/base/4.0
Annotations
Either ddd[EW] or dddmm[EW] format.
Diagram
Diagram Measures_xsd.tmp#MeasureType
Type fb:MeasureType
Type hierarchy
Used by
Source
<simpleType name="LongitudeType">
  <annotation>
    <documentation>Either ddd[EW] or dddmm[EW] format.</documentation>
  </annotation>
  <restriction base="fb:MeasureType"/>
</simpleType>
Simple Type fb:AirspaceDesignatorType
Namespace http://www.fixm.aero/base/4.0
Annotations
A published sequence of characters allowing the identification of the airspace. [AIXM 
5.1]
Diagram
Diagram Types_xsd.tmp#CharacterStringType
Type restriction of fb:CharacterStringType
Type hierarchy
Facets
minLength 1
maxLength 10
pattern ([A-Z]|[0-9]|[, !"&amp;#$%'\(\)\*\+\-\./:;&lt;=&gt;\?@\[\\\]\^_\|\{\}])*
Used by
Source
<simpleType name="AirspaceDesignatorType">
  <annotation>
    <documentation>A published sequence of characters allowing the identification of the airspace. [AIXM 5.1]</documentation>
  </annotation>
  <restriction base="fb:CharacterStringType">
    <minLength value="1"/>
    <maxLength value="10"/>
    <pattern value="([A-Z]|[0-9]|[, !"&amp;#$%'\(\)\*\+\-\./:;&lt;=&gt;\?@\[\\\]\^_\|\{\}])*"/>
  </restriction>
</simpleType>
Complex Type fb:DesignatedPointOrNavaidType
Namespace http://www.fixm.aero/base/4.0
Annotations
A named significant point, being either the site of a radio navigation aid or another 
named geographical location, used in defining an ATS route, the flight path of an 
aircraft or for other navigation or ATS purposes. [FIXM]
Diagram
Diagram Airspace_xsd.tmp#SignificantPointType Airspace_xsd.tmp#DesignatedPointOrNavaidType_designator
Type extension of fb:SignificantPointType
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
designator fb:SignificantPointDesignatorType optional
A named significant point.
Source
<complexType name="DesignatedPointOrNavaidType">
  <annotation>
    <documentation>A named significant point, being either the site of a radio navigation aid or another named geographical location, used in defining an ATS route, the flight path of an aircraft or for other navigation or ATS purposes. [FIXM]</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:SignificantPointType">
      <attribute name="designator" type="fb:SignificantPointDesignatorType" use="optional">
        <annotation>
          <documentation>A named significant point.</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Simple Type fb:SignificantPointDesignatorType
Namespace http://www.fixm.aero/base/4.0
Annotations
A named designator for a significant point (fix).
Diagram
Diagram Types_xsd.tmp#CharacterStringType
Type restriction of fb:CharacterStringType
Type hierarchy
Facets
minLength 0
maxLength 4096
pattern [A-Z0-9]{2,5}
Used by
Source
<simpleType name="SignificantPointDesignatorType">
  <annotation>
    <documentation>A named designator for a significant point (fix).</documentation>
  </annotation>
  <restriction base="fb:CharacterStringType">
    <pattern value="[A-Z0-9]{2,5}"/>
  </restriction>
</simpleType>
Complex Type fb:PositionPointType
Namespace http://www.fixm.aero/base/4.0
Annotations
An unnamed point designated only with a latitude/longitude. [FIXM]
Diagram
Diagram Airspace_xsd.tmp#SignificantPointType Airspace_xsd.tmp#PositionPointType_position
Type extension of fb:SignificantPointType
Type hierarchy
Used by
Model fb:position{0,1}
Children fb:position
Source
<complexType name="PositionPointType">
  <annotation>
    <documentation>An unnamed point designated only with a latitude/longitude. [FIXM]</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:SignificantPointType">
      <sequence>
        <element name="position" type="fb:GeographicalPositionType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The values of latitude and longitude that define the position of a point on the surface of the Earth with respect to a reference datum. [specialised from ICAO Doc 9881]</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type fb:RelativePointType
Namespace http://www.fixm.aero/base/4.0
Annotations
Bearing and distance from a reference point. [ICAO Doc 4444, Appendix 2, ITEM 15]
Diagram
Diagram Airspace_xsd.tmp#SignificantPointType Airspace_xsd.tmp#RelativePointType_bearing Airspace_xsd.tmp#RelativePointType_distance Airspace_xsd.tmp#RelativePointType_referencePoint
Type extension of fb:SignificantPointType
Type hierarchy
Used by
Model fb:bearing{0,1} , fb:distance{0,1} , fb:referencePoint{0,1}
Children fb:bearing, fb:distance, fb:referencePoint
Source
<complexType name="RelativePointType">
  <annotation>
    <documentation>Bearing and distance from a reference point. [ICAO Doc 4444, Appendix 2, ITEM 15]</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:SignificantPointType">
      <sequence>
        <element name="bearing" type="fb:BearingType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The radius from a chosen Significant Point</documentation>
          </annotation>
        </element>
        <element name="distance" type="fb:DistanceType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Distance from the chosen Significant Point to the Intersection.</documentation>
          </annotation>
        </element>
        <element name="referencePoint" type="fb:DesignatedPointOrNavaidType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The designated point or navaid used as reference for building an intersection</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Attribute fb:GeographicalPositionType / @srsName
Namespace No namespace
Annotations
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".
Type string
Properties
use: required
fixed: urn:ogc:def:crs:EPSG::4326
Used by
Source
<attribute name="srsName" type="xs:string" fixed="urn:ogc:def:crs:EPSG::4326" use="required">
  <annotation>
    <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".</documentation>
  </annotation>
</attribute>
Attribute fb:DesignatedPointOrNavaidType / @designator
Namespace No namespace
Annotations
A named significant point.
Type fb:SignificantPointDesignatorType
Type hierarchy
Properties
use: optional
Facets
minLength 0
maxLength 4096
pattern [A-Z0-9]{2,5}
Used by
Source
<attribute name="designator" type="fb:SignificantPointDesignatorType" use="optional">
  <annotation>
    <documentation>A named significant point.</documentation>
  </annotation>
</attribute>