complexType CalibratedAirspeedType
diagram Nas_diagrams/Nas_p341.png
namespace http://www.fixm.aero/ext/nas/4.4
type extension of fb:RestrictedSpeedType
properties
base fb:RestrictedSpeedType
used by
elements NasTmiType/cruiseSpeedAdvisory NasTmiType/descentSpeedAdvisory
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomAirspeedType  required      
documentation
Unit of measure
annotation
documentation
Calibrated airspeed is the indicated airspeed of an aircraft, corrected for position and instrument error. Calibrated airspeed is equal to true airspeed in standard atmosphere at sea level.
source <xs:complexType name="CalibratedAirspeedType">
 
<xs:annotation>
   
<xs:documentation>Calibrated airspeed is the indicated airspeed of an aircraft, corrected for position and instrument error. Calibrated airspeed is equal to true airspeed in standard atmosphere at sea level.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="fb:RestrictedSpeedType">
     
<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 CalibratedAirspeedType/@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