complexType ReportedLevelType
diagram Nas_diagrams/Nas_p26.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:suffix
used by
element NasAircraftPositionType/reportedLevel
annotation
documentation
Provides the NAS reported altitude with optional suffixes (B, C, T).
source <xs:complexType name="ReportedLevelType">
 
<xs:annotation>
   
<xs:documentation>Provides the NAS reported altitude with optional suffixes (B, C, T).</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="fb:FlightLevelOrAltitudeChoiceType">
     
<xs:sequence>
       
<xs:element name="suffix" type="nas:AltitudeSuffixType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Reported Altitude suffix.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ReportedLevelType/suffix
diagram Nas_diagrams/Nas_p27.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:AltitudeSuffixType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration C
documentation
Indicates that the Beacon reported altitude is not within Altitude Conformance Limits (ALCT) feet.
enumeration T
documentation
Indicates that the interim altitude is currently being displayed in the assigned altitude field.
enumeration B
annotation
documentation
Reported Altitude suffix.
source <xs:element name="suffix" type="nas:AltitudeSuffixType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Reported Altitude suffix.</xs:documentation>
 
</xs:annotation>
</xs:element>


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