complexType UpperLevelChoiceType
diagram BasicMessage_diagrams/BasicMessage_p586.png
namespace http://www.fixm.aero/flight/4.3
children fx:altitude fx:atOrAbove fx:flightLevel
used by
element CruiseClimbStartType/upperLevel
annotation
documentation
Either the upper of the two levels to be occupied during cruise climb, or an indicator that the cruise climb will be to an unspecified level at or above the lower level.
source <xs:complexType name="UpperLevelChoiceType">
 
<xs:annotation>
   
<xs:documentation>Either the upper of the two levels to be occupied during cruise climb, or an indicator that the cruise climb will be to an unspecified level at or above the lower level.</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="altitude" type="fb:AltitudeType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Altitude specification.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="atOrAbove" type="fx:AtOrAboveIndicatorType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Indicates the cruise climb will be to an unspecified level at or above the lower level.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="flightLevel" type="fb:FlightLevelType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Flight Level specification.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element UpperLevelChoiceType/altitude
diagram BasicMessage_diagrams/BasicMessage_p587.png
namespace http://www.fixm.aero/flight/4.3
type fb:AltitudeType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomAltitudeType  required      
documentation
Unit of measure
annotation
documentation
Altitude specification.
source <xs:element name="altitude" type="fb:AltitudeType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Altitude specification.</xs:documentation>
 
</xs:annotation>
</xs:element>

element UpperLevelChoiceType/atOrAbove
diagram BasicMessage_diagrams/BasicMessage_p588.png
namespace http://www.fixm.aero/flight/4.3
type fx:AtOrAboveIndicatorType
properties
content simple
facets
Kind Value Annotation
enumeration AT_OR_ABOVE_LOWER_LEVEL
documentation
Indicates the cruise climb will be to an unspecified level at or above the lower level.
annotation
documentation
Indicates the cruise climb will be to an unspecified level at or above the lower level.
source <xs:element name="atOrAbove" type="fx:AtOrAboveIndicatorType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicates the cruise climb will be to an unspecified level at or above the lower level.</xs:documentation>
 
</xs:annotation>
</xs:element>

element UpperLevelChoiceType/flightLevel
diagram BasicMessage_diagrams/BasicMessage_p589.png
namespace http://www.fixm.aero/flight/4.3
type fb:FlightLevelType
properties
content complex
facets
Kind Value Annotation
fractionDigits 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomFlightLevelType  required      
documentation
Unit of measure
annotation
documentation
Flight Level specification.
source <xs:element name="flightLevel" type="fb:FlightLevelType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Flight Level specification.</xs:documentation>
 
</xs:annotation>
</xs:element>


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