complexType BlockAltitudeType
diagram Nas_diagrams/Nas_p17.png
namespace http://www.fixm.aero/ext/nas/4.4
children nas:above nas:below
used by
element NasLevelChoiceType/block
annotation
documentation
Block altitude indicates that the aircraft is operating between the specified altitudes.
source <xs:complexType name="BlockAltitudeType">
 
<xs:annotation>
   
<xs:documentation>Block altitude indicates that the aircraft is operating between the specified altitudes.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="above" type="fb:FlightLevelOrAltitudeChoiceType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Lower range of the block altitude.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="below" type="fb:FlightLevelOrAltitudeChoiceType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Upper range of the block altitude.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element BlockAltitudeType/above
diagram Nas_diagrams/Nas_p18.png
namespace http://www.fixm.aero/ext/nas/4.4
type fb:FlightLevelOrAltitudeChoiceType
properties
content complex
children fb:altitude fb:flightLevel
annotation
documentation
Lower range of the block altitude.
source <xs:element name="above" type="fb:FlightLevelOrAltitudeChoiceType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Lower range of the block altitude.</xs:documentation>
 
</xs:annotation>
</xs:element>

element BlockAltitudeType/below
diagram Nas_diagrams/Nas_p19.png
namespace http://www.fixm.aero/ext/nas/4.4
type fb:FlightLevelOrAltitudeChoiceType
properties
content complex
children fb:altitude fb:flightLevel
annotation
documentation
Upper range of the block altitude.
source <xs:element name="below" type="fb:FlightLevelOrAltitudeChoiceType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Upper range of the block altitude.</xs:documentation>
 
</xs:annotation>
</xs:element>


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