complexType FlightLevelOrAltitudeOrRangeChoiceType
diagram FficeMessage_diagrams/FficeMessage_p208.png
namespace http://www.fixm.aero/base/4.2
children fb:flightLevelOrAltitudeRange fb:flightLevelOrAltitudeValue
used by
elements 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 <xs:complexType name="FlightLevelOrAltitudeOrRangeChoiceType">
 
<xs:annotation>
   
<xs:documentation>The altitude choice allows to either represent a specific altitude or an altitude range with a lower and upper bound</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="flightLevelOrAltitudeRange" type="fb:VerticalRangeType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Altitude or Flight Level that can be expressed as a range between a lower and upper bound.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="flightLevelOrAltitudeValue" type="fb:FlightLevelOrAltitudeChoiceType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Altitude or Flight Level that is defined by a specific value</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element FlightLevelOrAltitudeOrRangeChoiceType/flightLevelOrAltitudeRange
diagram FficeMessage_diagrams/FficeMessage_p209.png
namespace http://www.fixm.aero/base/4.2
type fb:VerticalRangeType
properties
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 <xs:element name="flightLevelOrAltitudeRange" type="fb:VerticalRangeType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Altitude or Flight Level that can be expressed as a range between a lower and upper bound.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlightLevelOrAltitudeOrRangeChoiceType/flightLevelOrAltitudeValue
diagram FficeMessage_diagrams/FficeMessage_p210.png
namespace http://www.fixm.aero/base/4.2
type fb:FlightLevelOrAltitudeChoiceType
properties
content complex
children fb:altitude fb:flightLevel
annotation
documentation
Altitude or Flight Level that is defined by a specific value
source <xs:element name="flightLevelOrAltitudeValue" type="fb:FlightLevelOrAltitudeChoiceType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Altitude or Flight Level that is defined by a specific value</xs:documentation>
 
</xs:annotation>
</xs:element>


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