diagram | |||
namespace | http://www.fixm.aero/ext/nas/4.3 | ||
type | extension of fb:FlightLevelOrAltitudeChoiceType | ||
properties |
|
||
children | fb:altitude fb:flightLevel nas:invalid | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="TargetLevelType"> <xs:annotation> <xs:documentation>The Mode C target altitude, corrected for barometric pressure. Can be marked as invalid.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="fb:FlightLevelOrAltitudeChoiceType"> <xs:sequence> <xs:element name="invalid" type="nas:InvalidIndicatorType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Indicates whether target altitude is invalid.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||||||||
namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||
type | nas:InvalidIndicatorType | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="invalid" type="nas:InvalidIndicatorType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Indicates whether target altitude is invalid.</xs:documentation> </xs:annotation> </xs:element> |