Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Included schema UnitsOfMeasure.xsd
Namespace http://www.fixm.aero/icao/1.0
Annotations
Copyright (c) 2017 Airservices Australia, DSNA, EUROCONTROL, GCAA UAE, IATA, 
       International Coordinating Council of Aerospace Industries Associations, 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, GCAA UAE, IATA, International Coordinating 
  Council of Aerospace Industries Associations, JCAB, NATS Limited, NAV CANADA, 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 UAE GCAA: https://www.gcaa.gov.ae 
       Details on the ICCAIA: www.iccaia.org 
       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/
Units for measurement types.
Properties
attribute form default: unqualified
element form default: qualified
version: 4.1.0
Simple Type fb:UomAngleType
Namespace http://www.fixm.aero/base/4.1
Annotations
The reference quantities used to express the value of angles. [ISO 19103, chapter 
6.5.7.10]
Diagram
Diagram
Type restriction of string
Facets
enumeration DEG
Degree.
Used by
Attribute fb:AngleType/@uom
Source
<simpleType name="UomAngleType">
  <annotation>
    <documentation>The reference quantities used to express the value of angles. [ISO 19103, chapter 6.5.7.10]</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="DEG">
      <annotation>
        <documentation>Degree.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fb:UomLengthType
Namespace http://www.fixm.aero/base/4.1
Annotations
The reference quantities used to express the value of the length, or distance between 
two entities. [ISO 19103, chapter 6.5.7.8]
Diagram
Diagram
Type restriction of string
Facets
enumeration CM
Centimetre
enumeration FT
Foot
enumeration IN
Inch
enumeration KM
Kilometre
enumeration M
Metre
enumeration MI
Statute mile
enumeration MM
Millimeter
enumeration NM
Nautical mile
Used by
Attribute fb:LengthType/@uom
Source
<simpleType name="UomLengthType">
  <annotation>
    <documentation>The reference quantities used to express the value of the length, or distance between two entities. [ISO 19103, chapter 6.5.7.8]</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="CM">
      <annotation>
        <documentation>Centimetre</documentation>
      </annotation>
    </enumeration>
    <enumeration value="FT">
      <annotation>
        <documentation>Foot</documentation>
      </annotation>
    </enumeration>
    <enumeration value="IN">
      <annotation>
        <documentation>Inch</documentation>
      </annotation>
    </enumeration>
    <enumeration value="KM">
      <annotation>
        <documentation>Kilometre</documentation>
      </annotation>
    </enumeration>
    <enumeration value="M">
      <annotation>
        <documentation>Metre</documentation>
      </annotation>
    </enumeration>
    <enumeration value="MI">
      <annotation>
        <documentation>Statute mile</documentation>
      </annotation>
    </enumeration>
    <enumeration value="MM">
      <annotation>
        <documentation>Millimeter</documentation>
      </annotation>
    </enumeration>
    <enumeration value="NM">
      <annotation>
        <documentation>Nautical mile</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fb:UomAltitudeType
Namespace http://www.fixm.aero/base/4.1
Annotations
The reference quantities used to express the value of altitude.
Diagram
Diagram
Type restriction of string
Facets
enumeration FT
Foot.
enumeration M
Metre.
Used by
Source
<simpleType name="UomAltitudeType">
  <annotation>
    <documentation>The reference quantities used to express the value of altitude.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="FT">
      <annotation>
        <documentation>Foot.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="M">
      <annotation>
        <documentation>Metre.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fb:UomFlightLevelType
Namespace http://www.fixm.aero/base/4.1
Annotations
The reference quantities used to express the value of flight level.
Diagram
Diagram
Type restriction of string
Facets
enumeration FL
Flight level in hundreds of feet.
enumeration SM
Flight level in tens of metres.
Used by
Source
<simpleType name="UomFlightLevelType">
  <annotation>
    <documentation>The reference quantities used to express the value of flight level.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="FL">
      <annotation>
        <documentation>Flight level in hundreds of feet.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="SM">
      <annotation>
        <documentation>Flight level in tens of metres.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fb:UomFrequencyType
Namespace http://www.fixm.aero/base/4.1
Annotations
Radio frequency unit of measure. Either kHz OR MHz.
Diagram
Diagram
Type restriction of string
Facets
enumeration KHZ
Indicates this radio frequency is measured in kHz.
enumeration MHZ
Indicates this radio frequency is measured in MHz.
Used by
Source
<simpleType name="UomFrequencyType">
  <annotation>
    <documentation>Radio frequency unit of measure. Either kHz OR MHz.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="KHZ">
      <annotation>
        <documentation>Indicates this radio frequency is measured in kHz.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="MHZ">
      <annotation>
        <documentation>Indicates this radio frequency is measured in MHz.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fb:UomGroundSpeedType
Namespace http://www.fixm.aero/base/4.1
Annotations
The reference quantities used to express the value of  ground speed.
Diagram
Diagram
Type restriction of string
Facets
enumeration KM_H
Kilometres per hour.
enumeration KT
Knots.
Used by
Source
<simpleType name="UomGroundSpeedType">
  <annotation>
    <documentation>The reference quantities used to express the value of ground speed.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="KM_H">
      <annotation>
        <documentation>Kilometres per hour.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="KT">
      <annotation>
        <documentation>Knots.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fb:UomHeightType
Namespace http://www.fixm.aero/base/4.1
Annotations
The reference quantities used to express the value of height.
Diagram
Diagram
Type restriction of string
Facets
enumeration FT
Foot.
enumeration M
Metre.
Used by
Attribute fb:HeightType/@uom
Source
<simpleType name="UomHeightType">
  <annotation>
    <documentation>The reference quantities used to express the value of height.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="FT">
      <annotation>
        <documentation>Foot.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="M">
      <annotation>
        <documentation>Metre.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fb:UomAirspeedType
Namespace http://www.fixm.aero/base/4.1
Annotations
The reference quantities used to express the value of airspeed.
Diagram
Diagram
Type restriction of string
Facets
enumeration KM_H
Kilometres per hour.
enumeration KT
Knots.
enumeration MACH
Mach number.
Used by
Source
<simpleType name="UomAirspeedType">
  <annotation>
    <documentation>The reference quantities used to express the value of airspeed.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="KM_H">
      <annotation>
        <documentation>Kilometres per hour.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="KT">
      <annotation>
        <documentation>Knots.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="MACH">
      <annotation>
        <documentation>Mach number.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fb:UomPressureType
Namespace http://www.fixm.aero/base/4.1
Annotations
The reference quantities used to express the value of pressure.
Diagram
Diagram
Type restriction of string
Facets
enumeration ATM
Standard Atmosphere.
enumeration BAR
Bar. (=100000 Pascals (Pa))
enumeration HPA
Hectopascal.
enumeration INHG
Inches of mercury
enumeration MBAR
Millibar.
enumeration PA
Pascal.
enumeration PSI
Pounds per square inch.
enumeration TORR
Torr. (= mm of mercury (mmHg).)
Used by
Source
<simpleType name="UomPressureType">
  <annotation>
    <documentation>The reference quantities used to express the value of pressure.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="ATM">
      <annotation>
        <documentation>Standard Atmosphere.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="BAR">
      <annotation>
        <documentation>Bar. (=100000 Pascals (Pa))</documentation>
      </annotation>
    </enumeration>
    <enumeration value="HPA">
      <annotation>
        <documentation>Hectopascal.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="INHG">
      <annotation>
        <documentation>Inches of mercury</documentation>
      </annotation>
    </enumeration>
    <enumeration value="MBAR">
      <annotation>
        <documentation>Millibar.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="PA">
      <annotation>
        <documentation>Pascal.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="PSI">
      <annotation>
        <documentation>Pounds per square inch.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="TORR">
      <annotation>
        <documentation>Torr. (= mm of mercury (mmHg).)</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fb:UomRadioactivityType
Namespace http://www.fixm.aero/base/4.1
Annotations
The reference quantities used to express the value of radioactivity.
Diagram
Diagram
Type restriction of string
Facets
enumeration BQ
Becquerel.
enumeration G
Gram.
Used by
Source
<simpleType name="UomRadioactivityType">
  <annotation>
    <documentation>The reference quantities used to express the value of radioactivity.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="BQ">
      <annotation>
        <documentation>Becquerel.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="G">
      <annotation>
        <documentation>Gram.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fb:UomTemperatureType
Namespace http://www.fixm.aero/base/4.1
Annotations
The reference quantities used to express the value of temperature.
Diagram
Diagram
Type restriction of string
Facets
enumeration C
Degrees Celsius.
enumeration F
Degrees Fahrenheit.
enumeration K
Degrees Kelvin.
enumeration R
Degrees Rankine.
Used by
Source
<simpleType name="UomTemperatureType">
  <annotation>
    <documentation>The reference quantities used to express the value of temperature.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="C">
      <annotation>
        <documentation>Degrees Celsius.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="F">
      <annotation>
        <documentation>Degrees Fahrenheit.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="K">
      <annotation>
        <documentation>Degrees Kelvin.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="R">
      <annotation>
        <documentation>Degrees Rankine.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fb:UomVerticalRateType
Namespace http://www.fixm.aero/base/4.1
Annotations
The reference quantities used to express the value of vertical rate.
Diagram
Diagram
Type restriction of string
Facets
enumeration FT_MIN
Feet per minute.
enumeration M_SEC
Metres per second.
Used by
Source
<simpleType name="UomVerticalRateType">
  <annotation>
    <documentation>The reference quantities used to express the value of vertical rate.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="FT_MIN">
      <annotation>
        <documentation>Feet per minute.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="M_SEC">
      <annotation>
        <documentation>Metres per second.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fb:UomVolumeType
Namespace http://www.fixm.aero/base/4.1
Annotations
The reference quantities used to express the value of volume. [ISO 19103, chapter 
6.5.7.16]
Diagram
Diagram
Type restriction of string
Facets
enumeration US_GAL
US Gallon.
enumeration L
Litre.
Used by
Attribute fb:VolumeType/@uom
Source
<simpleType name="UomVolumeType">
  <annotation>
    <documentation>The reference quantities used to express the value of volume. [ISO 19103, chapter 6.5.7.16]</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="US_GAL">
      <annotation>
        <documentation>US Gallon.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="L">
      <annotation>
        <documentation>Litre.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fb:UomWeightType
Namespace http://www.fixm.aero/base/4.1
Annotations
The reference quantities used to express the value of weight.
Diagram
Diagram
Type restriction of string
Facets
enumeration KG
Kilogram.
enumeration LB
Pound.
Used by
Attribute fb:WeightType/@uom
Source
<simpleType name="UomWeightType">
  <annotation>
    <documentation>The reference quantities used to express the value of weight.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="KG">
      <annotation>
        <documentation>Kilogram.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="LB">
      <annotation>
        <documentation>Pound.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fb:UomWindSpeedType
Namespace http://www.fixm.aero/base/4.1
Annotations
The reference quantities used to express the value of wind speed.
Diagram
Diagram
Type restriction of string
Facets
enumeration KM_H
Kilometres per hour.
enumeration KT
Knots.
enumeration M_SEC
Metres per second
enumeration MPH
Miles per hour.
Used by
Source
<simpleType name="UomWindSpeedType">
  <annotation>
    <documentation>The reference quantities used to express the value of wind speed.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="KM_H">
      <annotation>
        <documentation>Kilometres per hour.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="KT">
      <annotation>
        <documentation>Knots.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="M_SEC">
      <annotation>
        <documentation>Metres per second</documentation>
      </annotation>
    </enumeration>
    <enumeration value="MPH">
      <annotation>
        <documentation>Miles per hour.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>