diagram | |||
namespace | http://www.fixm.aero/ext/nas/4.3 | ||
children | nas:classified nas:nasAirspeed | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="NasAirspeedChoiceType"> <xs:annotation> <xs:documentation>Allows a choice between providing an airspeed or reporting that the airspeed is classified.</xs:documentation> </xs:annotation> <xs:choice> <xs:element name="classified" type="nas:ClassifiedSpeedIndicatorType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The indication that the speed for this flight is classified and is not to be recorded. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="nasAirspeed" type="fb:TrueAirspeedType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Represents the aircraft speed expressed in either true airspeed or mach.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:complexType> |
diagram | |||||||||
namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||
type | nas:ClassifiedSpeedIndicatorType | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="classified" type="nas:ClassifiedSpeedIndicatorType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The indication that the speed for this flight is classified and is not to be recorded. </xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||
namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||||||||
type | fb:TrueAirspeedType | ||||||||||||||
properties |
|
||||||||||||||
facets |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="nasAirspeed" type="fb:TrueAirspeedType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Represents the aircraft speed expressed in either true airspeed or mach.</xs:documentation> </xs:annotation> </xs:element> |