complexType NasIndicatedAirspeedType
diagram Nas_diagrams/Nas_p190.png
namespace http://www.faa.aero/nas/4.2
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 to express negative values
            which are required for certain programs.
        
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>

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 <attribute name="uom" type="fb:UomAirspeedType" use="required">
 
<annotation>
   
<documentation>
                     Unit of measure
                 
</documentation>
 
</annotation>
</attribute>


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