complexType FlightLevelOrAltitudeChoiceType
diagram Nas_diagrams/Nas_p453.png
namespace http://www.fixm.aero/base/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
children fb:extension fb:flightLevelOrAltitudeRange fb:flightLevelOrAltitudeValue
used by
elements FlightLevelOrAltitudeChoice LevelConstraintType/level CruiseClimbStartType/level
annotation
documentation

            The altitude choice allows to either represent a specific altitude or an altitude
            range with a lower and upper bound
        
source <complexType name="FlightLevelOrAltitudeChoiceType">
 
<annotation>
   
<documentation>
            The altitude choice allows to either represent a specific altitude or an altitude
            range with a lower and upper bound
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<choice>
       
<element name="flightLevelOrAltitudeRange" type="fb:VerticalRangeType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Altitude or Flight Level that can be expressed as a range between a lower and upper
                        bound.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="flightLevelOrAltitudeValue" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Altitude or Flight Level that is defined by a specific value
                    
</documentation>
         
</annotation>
       
</element>
     
</choice>
   
</extension>
 
</complexContent>
</complexType>

element FlightLevelOrAltitudeChoiceType/flightLevelOrAltitudeRange
diagram Nas_diagrams/Nas_p454.png
namespace http://www.fixm.aero/base/4.1
type fb:VerticalRangeType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fb:lowerBound fb:upperBound
annotation
documentation

                        Altitude or Flight Level that can be expressed as a range between a lower and upper
                        bound.
                    
source <element name="flightLevelOrAltitudeRange" type="fb:VerticalRangeType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Altitude or Flight Level that can be expressed as a range between a lower and upper
                        bound.
                    
</documentation>
 
</annotation>
</element>

element FlightLevelOrAltitudeChoiceType/flightLevelOrAltitudeValue
diagram Nas_diagrams/Nas_p455.png
namespace http://www.fixm.aero/base/4.1
type fb:FlightLevelOrAltitudeType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fb:altitude fb:flightLevel
annotation
documentation

                        Altitude or Flight Level that is defined by a specific value
                    
source <element name="flightLevelOrAltitudeValue" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Altitude or Flight Level that is defined by a specific value
                    
</documentation>
 
</annotation>
</element>


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