complexType TrajectoryPoint4DType
diagram Nas_diagrams/Nas_p734.png
namespace http://www.fixm.aero/flight/4.1
type extension of fb:GeographicalPositionType
properties
base fb:GeographicalPositionType
children fb:extension fb:pos fx:altimeterSetting fx:level fx:metData fx:pointProperty fx:predictedAirspeed fx:predictedGroundspeed fx:time fx:verticalRange
used by
elements FlightRouteElementType/point4D TrajectoryPoint4D
attributes
Name  Type  Use  Default  Fixed  Annotation
srsName  string  required    urn:ogc:def:crs:EPSG::4326  
documentation

                     Names the coordinate reference system (CRS) that defines the semantics of the
                     lat/long pair according to the ISO6709 standard. FIXM uses only "urn:ogc:def:crs:EPSG::4326".
                    
                 
annotation
documentation

            Identifies relevant information about a trajectory point including location, altitude,
            time, etc.
        
source <complexType name="TrajectoryPoint4DType">
 
<annotation>
   
<documentation>
            Identifies relevant information about a trajectory point including location, altitude,
            time, etc.
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:GeographicalPositionType">
     
<sequence>
       
<element name="altimeterSetting" type="fb:PressureType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The barometric pressure reading used to adjust a pressure altimeter for variations
                        in existing atmospheric pressure or to the standard altimeter setting (29.92).
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="level" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Altitude of the 4D point.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="metData" type="fx:MeteorologicalDataType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        In a predicted trajectory, the instantaneous temperature and wind vector used at
                        the 4D Point for creating the 4D trajectory.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="pointProperty" type="fx:TrajectoryPointPropertyType" minOccurs="0" maxOccurs="2000">
         
<annotation>
           
<documentation>
                        Describes any applicable properties of the trajectory point.  May include multiple
                        properties per point.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="predictedAirspeed" type="fb:IndicatedAirspeedType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The airspeed (or range of speeds) of the flight at the 4D Point expressed as either
                        Indicated Airspeed or Mach.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="predictedGroundspeed" type="fb:GroundSpeedType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Aircraft predicted ground speed (or range of speeds) at this point.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="time" type="fx:Point4DTimeChoiceType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        4D Point time expressed as either absolute or relative time.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="verticalRange" type="fb:VerticalRangeType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Vertical Range representing block altitude clearances
                    
</documentation>
         
</annotation>
       
</element>
     
</sequence>
   
</extension>
 
</complexContent>
</complexType>

element TrajectoryPoint4DType/altimeterSetting
diagram Nas_diagrams/Nas_p735.png
namespace http://www.fixm.aero/flight/4.1
type fb:PressureType
properties
minOcc 0
maxOcc 1
content complex
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomPressureType  required      
documentation

                     Unit of measure
                 
annotation
documentation

                        The barometric pressure reading used to adjust a pressure altimeter for variations
                        in existing atmospheric pressure or to the standard altimeter setting (29.92).
                    
source <element name="altimeterSetting" type="fb:PressureType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The barometric pressure reading used to adjust a pressure altimeter for variations
                        in existing atmospheric pressure or to the standard altimeter setting (29.92).
                    
</documentation>
 
</annotation>
</element>

element TrajectoryPoint4DType/level
diagram Nas_diagrams/Nas_p736.png
namespace http://www.fixm.aero/flight/4.1
type fb:FlightLevelOrAltitudeType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fb:altitude fb:flightLevel
annotation
documentation

                        Altitude of the 4D point.
                    
source <element name="level" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Altitude of the 4D point.
                    
</documentation>
 
</annotation>
</element>

element TrajectoryPoint4DType/metData
diagram Nas_diagrams/Nas_p737.png
namespace http://www.fixm.aero/flight/4.1
type fx:MeteorologicalDataType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fx:temperature fx:windDirection fx:windSpeed
annotation
documentation

                        In a predicted trajectory, the instantaneous temperature and wind vector used at
                        the 4D Point for creating the 4D trajectory.
                    
source <element name="metData" type="fx:MeteorologicalDataType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        In a predicted trajectory, the instantaneous temperature and wind vector used at
                        the 4D Point for creating the 4D trajectory.
                    
</documentation>
 
</annotation>
</element>

element TrajectoryPoint4DType/pointProperty
diagram Nas_diagrams/Nas_p738.png
namespace http://www.fixm.aero/flight/4.1
type fx:TrajectoryPointPropertyType
properties
minOcc 0
maxOcc 2000
content complex
children fb:extension fx:reference
attributes
Name  Type  Use  Default  Fixed  Annotation
propertyType  fx:TrajectoryPointPropertyTypeType  optional      
documentation

                     Provides the type of trajectory point property.
                 
annotation
documentation

                        Describes any applicable properties of the trajectory point.  May include multiple
                        properties per point.
                    
source <element name="pointProperty" type="fx:TrajectoryPointPropertyType" minOccurs="0" maxOccurs="2000">
 
<annotation>
   
<documentation>
                        Describes any applicable properties of the trajectory point.  May include multiple
                        properties per point.
                    
</documentation>
 
</annotation>
</element>

element TrajectoryPoint4DType/predictedAirspeed
diagram Nas_diagrams/Nas_p739.png
namespace http://www.fixm.aero/flight/4.1
type fb:IndicatedAirspeedType
properties
minOcc 0
maxOcc 1
content complex
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomAirspeedType  required      
documentation

                     Unit of measure
                 
annotation
documentation

                        The airspeed (or range of speeds) of the flight at the 4D Point expressed as either
                        Indicated Airspeed or Mach.
                    
source <element name="predictedAirspeed" type="fb:IndicatedAirspeedType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The airspeed (or range of speeds) of the flight at the 4D Point expressed as either
                        Indicated Airspeed or Mach.
                    
</documentation>
 
</annotation>
</element>

element TrajectoryPoint4DType/predictedGroundspeed
diagram Nas_diagrams/Nas_p740.png
namespace http://www.fixm.aero/flight/4.1
type fb:GroundSpeedType
properties
minOcc 0
maxOcc 1
content complex
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomGroundSpeedType  required      
documentation

                     Unit of measure
                 
annotation
documentation

                        Aircraft predicted ground speed (or range of speeds) at this point.
                    
source <element name="predictedGroundspeed" type="fb:GroundSpeedType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Aircraft predicted ground speed (or range of speeds) at this point.
                    
</documentation>
 
</annotation>
</element>

element TrajectoryPoint4DType/time
diagram Nas_diagrams/Nas_p741.png
namespace http://www.fixm.aero/flight/4.1
type fx:Point4DTimeChoiceType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fx:absoluteTime fx:relativeTimeFromInitialPredictionPoint
annotation
documentation

                        4D Point time expressed as either absolute or relative time.
                    
source <element name="time" type="fx:Point4DTimeChoiceType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        4D Point time expressed as either absolute or relative time.
                    
</documentation>
 
</annotation>
</element>

element TrajectoryPoint4DType/verticalRange
diagram Nas_diagrams/Nas_p742.png
namespace http://www.fixm.aero/flight/4.1
type fb:VerticalRangeType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fb:lowerBound fb:upperBound
annotation
documentation

                        Vertical Range representing block altitude clearances
                    
source <element name="verticalRange" type="fb:VerticalRangeType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Vertical Range representing block altitude clearances
                    
</documentation>
 
</annotation>
</element>


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