diagram | |||||||||||||||
namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||||||||
type | extension of fb:SpeedType | ||||||||||||||
properties |
|
||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | fb:UomAirspeedType | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:attribute name="uom" type="fb:UomAirspeedType" use="required"> <xs:annotation> <xs:documentation>Unit of measure</xs:documentation> </xs:annotation> </xs:attribute> |