complexType NasIndicatedAirspeedType
diagram Nas_diagrams/Nas_p311.png
namespace http://www.fixm.aero/ext/nas/4.3
type extension of fb:SpeedType
properties
base fb:SpeedType
used by
elements NasVelocityType/x NasVelocityType/y
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomAirspeedType  required      
documentation
Unit of measure
annotation
documentation
A U.S. Specific extension to Indicated Airspeed that allows the expression of negative values which are required for certain programs.
source <xs:complexType name="NasIndicatedAirspeedType">
 
<xs:annotation>
   
<xs:documentation>A U.S. Specific extension to Indicated Airspeed that allows the expression of negative values which are required for certain programs.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="fb:SpeedType">
     
<xs:attribute name="uom" type="fb:UomAirspeedType" use="required">
       
<xs:annotation>
         
<xs:documentation>Unit of measure</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute NasIndicatedAirspeedType/@uom
type fb:UomAirspeedType
properties
use required
facets
Kind Value Annotation
enumeration KM_H
documentation
Kilometres per hour.
enumeration KT
documentation
Knots.
enumeration MACH
documentation
Mach number.
annotation
documentation
Unit of measure
source <xs:attribute name="uom" type="fb:UomAirspeedType" use="required">
 
<xs:annotation>
   
<xs:documentation>Unit of measure</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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