complexType FlightLevelOrAltitudeOrRangeChoiceType
diagram BasicMessage_diagrams/BasicMessage_p190.png
namespace http://www.fixm.aero/base/4.3
children fb:altitude fb:flightLevel fb:range
used by
element LevelConstraintType/level
annotation
documentation
Represent either a specific level or a level range with a lower and/or upper bound.
source <xs:complexType name="FlightLevelOrAltitudeOrRangeChoiceType">
 
<xs:annotation>
   
<xs:documentation>Represent either a specific level or a level range with a lower and/or upper bound.</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:element name="range" type="fb:VerticalRangeType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A vertical range with a lower and/or upper bound.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element FlightLevelOrAltitudeOrRangeChoiceType/altitude
diagram BasicMessage_diagrams/BasicMessage_p191.png
namespace http://www.fixm.aero/base/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 FlightLevelOrAltitudeOrRangeChoiceType/flightLevel
diagram BasicMessage_diagrams/BasicMessage_p192.png
namespace http://www.fixm.aero/base/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>

element FlightLevelOrAltitudeOrRangeChoiceType/range
diagram BasicMessage_diagrams/BasicMessage_p193.png
namespace http://www.fixm.aero/base/4.3
type fb:VerticalRangeType
properties
content complex
children fb:extension fb:lowerBound fb:upperBound
annotation
documentation
A vertical range with a lower and/or upper bound.
source <xs:element name="range" type="fb:VerticalRangeType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A vertical range with a lower and/or upper bound.</xs:documentation>
 
</xs:annotation>
</xs:element>


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