Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Included schema NasMeasures.xsd
Namespace http://www.faa.aero/nas/4.1
Annotations
Copyright (c) 2016 US Federal Aviation Administration (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. 
* The name of US FAA or the names of its contributors may not 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 the US FAA: http://www.faa.gov/
Contains the U.S. Extension specific Measures definitions.
Properties
attribute form default: unqualified
element form default: qualified
version: 4.1.1
Complex Type nas:AccelerationType
Namespace http://www.faa.aero/nas/4.1
Annotations
Defines the Acceleration.
Diagram
Diagram NasMeasures_xsd.tmp#AccelerationType_uom
Type extension of MeasureType
Type hierarchy
Used by
Source
<complexType name="AccelerationType">
  <annotation>
    <documentation>Defines the Acceleration.</documentation>
  </annotation>
  <simpleContent>
    <extension base="fb:MeasureType">
      <attribute name="uom" type="nas:UomAccelerationType" use="required">
        <annotation>
          <documentation>Unit of measure for Acceleration.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Simple Type nas:UomAccelerationType
Namespace http://www.faa.aero/nas/4.1
Annotations
Unit of measure for Acceleration
Diagram
Diagram
Type restriction of string
Facets
enumeration M_SEC_SQUARED
Used by
Source
<simpleType name="UomAccelerationType">
  <annotation>
    <documentation>Unit of measure for Acceleration</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="M_SEC_SQUARED"/>
  </restriction>
</simpleType>
Complex Type nas:NasIndicatedAirspeedType
Namespace http://www.faa.aero/nas/4.1
Annotations
A U.S. Specific extension to Indicated Airspeed that allows to express negative values 
which are required for certain programs.
Diagram
Diagram NasMeasures_xsd.tmp#NasIndicatedAirspeedType_uom
Type extension of SpeedType
Type hierarchy
Used by
Source
<complexType name="NasIndicatedAirspeedType">
  <annotation>
    <documentation>A U.S. Specific extension to Indicated Airspeed that allows to express negative values which are required for certain programs.</documentation>
  </annotation>
  <simpleContent>
    <extension base="fb:SpeedType">
      <attribute name="uom" type="fb:UomAirspeedType" use="required">
        <annotation>
          <documentation>Unit of measure</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Complex Type nas:NasVerticalRateType
Namespace http://www.faa.aero/nas/4.1
Annotations
A U.S. Specific extension to VerticalRate that includes a source of the measurement.
Diagram
Diagram NasMeasures_xsd.tmp#NasVerticalRateType_source
Type extension of VerticalRateType
Type hierarchy
Used by
Source
<complexType name="NasVerticalRateType">
  <annotation>
    <documentation>A U.S. Specific extension to VerticalRate that includes a source of the measurement.</documentation>
  </annotation>
  <simpleContent>
    <extension base="fb:VerticalRateType">
      <attribute name="source" type="nas:VeriticalRateSourceType" use="optional">
        <annotation>
          <documentation>Source of the data used to compute the vertical rate.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Simple Type nas:VeriticalRateSourceType
Namespace http://www.faa.aero/nas/4.1
Annotations
Source of the data used to compute the vertical rate.
Diagram
Diagram
Type restriction of string
Facets
enumeration BAROMETRIC
enumeration GEOMETRIC
Used by
Source
<simpleType name="VeriticalRateSourceType">
  <annotation>
    <documentation>Source of the data used to compute the vertical rate.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="BAROMETRIC"/>
    <enumeration value="GEOMETRIC"/>
  </restriction>
</simpleType>
Attribute nas:AccelerationType / @uom
Namespace No namespace
Annotations
Unit of measure for Acceleration.
Type nas:UomAccelerationType
Properties
use: required
Facets
enumeration M_SEC_SQUARED
Used by
Complex Type nas:AccelerationType
Source
<attribute name="uom" type="nas:UomAccelerationType" use="required">
  <annotation>
    <documentation>Unit of measure for Acceleration.</documentation>
  </annotation>
</attribute>
Attribute nas:NasIndicatedAirspeedType / @uom
Namespace No namespace
Annotations
Unit of measure
Type UomAirspeedType
Properties
use: required
Used by
Source
<attribute name="uom" type="fb:UomAirspeedType" use="required">
  <annotation>
    <documentation>Unit of measure</documentation>
  </annotation>
</attribute>
Attribute nas:NasVerticalRateType / @source
Namespace No namespace
Annotations
Source of the data used to compute the vertical rate.
Type nas:VeriticalRateSourceType
Properties
use: optional
Facets
enumeration BAROMETRIC
enumeration GEOMETRIC
Used by
Source
<attribute name="source" type="nas:VeriticalRateSourceType" use="optional">
  <annotation>
    <documentation>Source of the data used to compute the vertical rate.</documentation>
  </annotation>
</attribute>