diagram |
 |
namespace |
http://www.fixm.aero/base/4.3 |
type |
extension of fb:RestrictedSpeedType |
properties |
base | fb:RestrictedSpeedType |
|
used by |
|
facets |
Kind | Value | Annotation | minInclusive | 0 | |
|
attributes |
|
annotation |
documentation | The uncorrected reading on the airspeed indicator. [ICAO Doc 9426] |
|
source |
<xs:complexType name="IndicatedAirspeedType">
<xs:annotation>
<xs:documentation>The uncorrected reading on the airspeed indicator. [ICAO Doc 9426]</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> |