complexType FlightLevelOrAltitudeOrRangeChoiceType
diagram FficeTemplates_diagrams/FficeTemplates_p755.png
namespace http://www.fixm.aero/base/4.2
children fb:flightLevelOrAltitudeRange fb:flightLevelOrAltitudeValue
used by
elements LevelConstraintType/level CruiseClimbStartType/level FficeFFP_LevelConstraintType/level FficeFFP_CruiseClimbStartType/level FficeFS_CruiseClimbStartType/level FficeFS_LevelConstraintType/level FficeFPU_CruiseClimbStartType/level FficeFPU_LevelConstraintType/level FficePS_CruiseClimbStartType/level FficePS_LevelConstraintType/level FficePFP_CruiseClimbStartType/level FficePFP_LevelConstraintType/level FficeTRQ_CruiseClimbStartType/level FficeTRQ_LevelConstraintType/level FficeTRP_CruiseClimbStartType/level FficeTRP_LevelConstraintType/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 FficeTemplates_diagrams/FficeTemplates_p756.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 FficeTemplates_diagrams/FficeTemplates_p757.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