complexType FficeTRQ_TrajectoryPoint4DType
diagram FficeTemplates_diagrams/FficeTemplates_p1397.png
namespace http://www.fixm.aero/flight/4.2
type restriction of fx:TrajectoryPoint4DType
properties
base fx:TrajectoryPoint4DType
children fx:altimeterSetting fx:extension fx:level fx:metData fx:pointProperty fx:position fx:predictedAirspeed fx:predictedGroundspeed fx:time fx:verticalRange
used by
element FficeTRQ_RouteTrajectoryElementType/point4D
annotation
documentation
Identifies relevant information about a trajectory point including location, altitude, time, etc.
source <xs:complexType name="FficeTRQ_TrajectoryPoint4DType">
 
<xs:annotation>
   
<xs:documentation>Identifies relevant information about a trajectory point including location, altitude, time, etc.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:restriction base="fx:TrajectoryPoint4DType">
     
<xs:sequence>
       
<xs:element name="altimeterSetting" type="fb:PressureType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs: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).</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="extension" type="fb:TrajectoryPoint4DExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
         
<xs:annotation>
           
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="level" type="fb:FlightLevelOrAltitudeChoiceType" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Altitude of the 4D point.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="metData" type="fx:MeteorologicalDataType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>In a predicted trajectory, the instantaneous temperature and wind vector used at the 4D Point for creating the 4D trajectory.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="pointProperty" type="fx:TrajectoryPointPropertyType" nillable="true" minOccurs="0" maxOccurs="2000">
         
<xs:annotation>
           
<xs:documentation>Describes any applicable properties of the trajectory point.  May include multiple properties per point.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="position" type="fb:GeographicalPositionType" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The geographical location of the 4D point.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="predictedAirspeed" type="fb:IndicatedAirspeedType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The airspeed (or range of speeds) of the flight at the 4D Point expressed as either Indicated Airspeed or Mach.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="predictedGroundspeed" type="fb:GroundSpeedType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Aircraft predicted ground speed (or range of speeds) at this point.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="time" type="fx:Point4DTimeChoiceType" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>4D Point time expressed as either absolute or relative time.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="verticalRange" type="fb:VerticalRangeType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Vertical Range representing block altitude clearances</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>

element FficeTRQ_TrajectoryPoint4DType/altimeterSetting
diagram FficeTemplates_diagrams/FficeTemplates_p1398.png
namespace http://www.fixm.aero/flight/4.2
type fb:PressureType
properties
minOcc 0
maxOcc 1
content complex
nillable true
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 <xs:element name="altimeterSetting" type="fb:PressureType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs: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).</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_TrajectoryPoint4DType/extension
diagram FficeTemplates_diagrams/FficeTemplates_p1399.png
namespace http://www.fixm.aero/flight/4.2
type fb:TrajectoryPoint4DExtensionType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
annotation
documentation
An extension hook for attaching extension (non-core) classes.
source <xs:element name="extension" type="fb:TrajectoryPoint4DExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_TrajectoryPoint4DType/level
diagram FficeTemplates_diagrams/FficeTemplates_p1400.png
namespace http://www.fixm.aero/flight/4.2
type fb:FlightLevelOrAltitudeChoiceType
properties
content complex
children fb:altitude fb:flightLevel
annotation
documentation
Altitude of the 4D point.
source <xs:element name="level" type="fb:FlightLevelOrAltitudeChoiceType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Altitude of the 4D point.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_TrajectoryPoint4DType/metData
diagram FficeTemplates_diagrams/FficeTemplates_p1401.png
namespace http://www.fixm.aero/flight/4.2
type fx:MeteorologicalDataType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx: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 <xs:element name="metData" type="fx:MeteorologicalDataType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>In a predicted trajectory, the instantaneous temperature and wind vector used at the 4D Point for creating the 4D trajectory.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_TrajectoryPoint4DType/pointProperty
diagram FficeTemplates_diagrams/FficeTemplates_p1402.png
namespace http://www.fixm.aero/flight/4.2
type fx:TrajectoryPointPropertyType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
children fx:description fx:extension fx:propertyType fx:reference
annotation
documentation
Describes any applicable properties of the trajectory point.  May include multiple properties per point.
source <xs:element name="pointProperty" type="fx:TrajectoryPointPropertyType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>Describes any applicable properties of the trajectory point.  May include multiple properties per point.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_TrajectoryPoint4DType/position
diagram FficeTemplates_diagrams/FficeTemplates_p1403.png
namespace http://www.fixm.aero/flight/4.2
type fb:GeographicalPositionType
properties
content complex
children fb:extension fb:pos
attributes
Name  Type  Use  Default  Fixed  Annotation
srsName  xs: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
The geographical location of the 4D point.
source <xs:element name="position" type="fb:GeographicalPositionType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The geographical location of the 4D point.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_TrajectoryPoint4DType/predictedAirspeed
diagram FficeTemplates_diagrams/FficeTemplates_p1404.png
namespace http://www.fixm.aero/flight/4.2
type fb:IndicatedAirspeedType
properties
minOcc 0
maxOcc 1
content complex
nillable true
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 <xs:element name="predictedAirspeed" type="fb:IndicatedAirspeedType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The airspeed (or range of speeds) of the flight at the 4D Point expressed as either Indicated Airspeed or Mach.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_TrajectoryPoint4DType/predictedGroundspeed
diagram FficeTemplates_diagrams/FficeTemplates_p1405.png
namespace http://www.fixm.aero/flight/4.2
type fb:GroundSpeedType
properties
minOcc 0
maxOcc 1
content complex
nillable true
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 <xs:element name="predictedGroundspeed" type="fb:GroundSpeedType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Aircraft predicted ground speed (or range of speeds) at this point.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_TrajectoryPoint4DType/time
diagram FficeTemplates_diagrams/FficeTemplates_p1406.png
namespace http://www.fixm.aero/flight/4.2
type fx:Point4DTimeChoiceType
properties
content complex
children fx:absoluteTime fx:relativeTimeFromInitialPredictionPoint
annotation
documentation
4D Point time expressed as either absolute or relative time.
source <xs:element name="time" type="fx:Point4DTimeChoiceType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>4D Point time expressed as either absolute or relative time.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_TrajectoryPoint4DType/verticalRange
diagram FficeTemplates_diagrams/FficeTemplates_p1407.png
namespace http://www.fixm.aero/flight/4.2
type fb:VerticalRangeType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fb:extension fb:lowerBound fb:upperBound
annotation
documentation
Vertical Range representing block altitude clearances
source <xs:element name="verticalRange" type="fb:VerticalRangeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Vertical Range representing block altitude clearances</xs:documentation>
 
</xs:annotation>
</xs:element>


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