complexType TargetLevelType
diagram Nas_diagrams/Nas_p28.png
namespace http://www.fixm.aero/ext/nas/4.3
type extension of fb:FlightLevelOrAltitudeChoiceType
properties
base fb:FlightLevelOrAltitudeChoiceType
children fb:altitude fb:flightLevel nas:invalid
used by
element NasAircraftPositionType/targetLevel
annotation
documentation
The Mode C target altitude, corrected for barometric pressure.  Can be marked as invalid.
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>

element TargetLevelType/invalid
diagram Nas_diagrams/Nas_p29.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:InvalidIndicatorType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration INVALID
documentation
The target altitude is invalid.
annotation
documentation
Indicates whether target altitude is invalid.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy