complexType FlightLevelOrAltitudeChoiceType
diagram BasicMessage_diagrams/BasicMessage_p183.png
namespace http://www.fixm.aero/base/4.2
children fb:altitude fb:flightLevel
used by
elements FlightLevelOrAltitudeOrRangeChoiceType/flightLevelOrAltitudeValue VerticalRangeType/lowerBound VerticalRangeType/upperBound BoundaryCrossingType/clearedLevel FlightRouteInformationType/cruisingLevel AltitudeInTransitionType/level ProfilePointType/level TrajectoryPoint4DType/level CruisingLevelChangeType/level
annotation
documentation
The Choice between flight level or altitude specification.
source <xs:complexType name="FlightLevelOrAltitudeChoiceType">
 
<xs:annotation>
   
<xs:documentation>The Choice between flight level or altitude specification.</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="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 FlightLevelOrAltitudeChoiceType/altitude
diagram BasicMessage_diagrams/BasicMessage_p184.png
namespace http://www.fixm.aero/base/4.2
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 FlightLevelOrAltitudeChoiceType/flightLevel
diagram BasicMessage_diagrams/BasicMessage_p185.png
namespace http://www.fixm.aero/base/4.2
type fb:FlightLevelType
properties
content complex
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