Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema RankedTrajectory.xsd
Namespace http://www.fixm.aero/fixm/4.0
Annotations
Copyright (c) 2016 Airservices Australia, DSNA, EUROCONTROL, IATA, JCAB, NATS Limited, 
       NAV CANADA, SESAR Joint Undertaking & US FAA 
       =========================================== 
       All rights reserved. 
        
       Redistribution and use in source and binary forms, with or without modification, 
       are permitted provided that the following conditions are met: 
* Redistributions of source code must retain the above copyright notice, this list of conditions and the disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the disclaimer
  in the documentation and/or other materials provided with the distribution.
* Neither the names of Airservices Australia, DSNA, EUROCONTROL, IATA, JCAB, NATS Limited, NavCanada, SESAR Joint Undertaking
  & US FAA nor the names of their contributors may be used to endorse or promote products derived from this specification
  without specific prior written permission.
        
        
       DISCLAIMER 
        
       THIS SPECIFICATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
       AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
       WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
       IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
       INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 
       TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
       BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
       CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 
       ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
       DAMAGE. 
        
       ========================================== 
       Editorial note: this license is an instance of the BSD license template as provided 
       by the Open Source Initiative: 
       http://www.opensource.org/licenses/bsd-license.php 
        
       The authoritative reference for FIXM is www.FIXM.aero. 
        
       Details on Airservices Australia: http://www.airservicesaustralia.com/ 
       Details on DSNA: http://www.developpement-durable.gouv.fr/-Navigation-aerienne-.html 
       
       Details on EUROCONTROL: http://www.eurocontrol.int/ 
       Details on IATA: http://www.iata.org/Pages/default.aspx 
       Details on JCAB: http://www.mlit.go.jp/en/koku/index.html 
       Details on NATS Limited: http://www.nats.co.uk/ 
       Details on NAV CANADA: http://www.navcanada.ca/ 
       Details on the SESAR JU and its members: http://www.sesarju.eu/discover-sesar/partnering-smarter-aviation/members 
       
       Details on the US FAA: http://www.faa.gov/
This package defines the ranked trajectory information.
Properties
attribute form default: unqualified
element form default: qualified
version: 4.0.0
Element fx:RankedTrajectoryType / fx:routeTrajectory
Namespace http://www.fixm.aero/flight/4.0
Annotations
Route Trajectory pair that is the subject of the Trajectory option.
Diagram
Diagram RouteTrajectory_xsd.tmp#RouteTrajectoryType_climbProfile RouteTrajectory_xsd.tmp#RouteTrajectoryType_climbSchedule RouteTrajectory_xsd.tmp#RouteTrajectoryType_descentProfile RouteTrajectory_xsd.tmp#RouteTrajectoryType_descentSchedule RouteTrajectory_xsd.tmp#RouteTrajectoryType_element RouteTrajectory_xsd.tmp#RouteTrajectoryType_routeInformation RouteTrajectory_xsd.tmp#RouteTrajectoryType_takeoffWeight RouteTrajectory_xsd.tmp#RouteTrajectoryType
Type fx:RouteTrajectoryType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fx:climbProfile{0,1} , fx:climbSchedule{0,1} , fx:descentProfile{0,1} , fx:descentSchedule{0,1} , fx:element* , fx:routeInformation{0,1} , fx:takeoffWeight{0,1}
Children fx:climbProfile, fx:climbSchedule, fx:descentProfile, fx:descentSchedule, fx:element, fx:routeInformation, fx:takeoffWeight
Instance
<fx:routeTrajectory>
  <fx:climbProfile>{0,1}</fx:climbProfile>
  <fx:climbSchedule>{0,1}</fx:climbSchedule>
  <fx:descentProfile>{0,1}</fx:descentProfile>
  <fx:descentSchedule>{0,1}</fx:descentSchedule>
  <fx:element flightRulesChange="" modified="" modifiedRouteItemReference="" routeTerminationIndicator="">{0,unbounded}</fx:element>
  <fx:routeInformation flightRulesCategory="" routeText="" totalEstimatedElapsedTime="">{0,1}</fx:routeInformation>
  <fx:takeoffWeight uom="">{0,1}</fx:takeoffWeight>
</fx:routeTrajectory>
Source
<element name="routeTrajectory" type="fx:RouteTrajectoryType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Route Trajectory pair that is the subject of the Trajectory option.</documentation>
  </annotation>
</element>
Element fx:RankedTrajectory
Namespace http://www.fixm.aero/flight/4.0
Diagram
Diagram RankedTrajectory_xsd.tmp#RankedTrajectoryType_identifier RankedTrajectory_xsd.tmp#RankedTrajectoryType_routeTrajectory RankedTrajectory_xsd.tmp#RankedTrajectoryType
Type fx:RankedTrajectoryType
Properties
content: complex
Model fx:routeTrajectory{0,1}
Children fx:routeTrajectory
Instance
<fx:RankedTrajectory identifier="">
  <fx:routeTrajectory>{0,1}</fx:routeTrajectory>
</fx:RankedTrajectory>
Attributes
QName Type Fixed Default Use Annotation
identifier restriction of fb:CharacterStringType optional
Unique Identifier used to differentiate the 4D trajectories.
Source
<element name="RankedTrajectory" type="fx:RankedTrajectoryType"/>
Complex Type fx:RankedTrajectoryType
Namespace http://www.fixm.aero/flight/4.0
Annotations
A candidate 4D Trajectory, with tolerances supplied if necessary by the airspace 
user to define when the next ranked trajectory should be used. 
This is the route associated with a single Ranked 4D trajectory for a flight.  It 
indicates the intent of the flight and includes the path over the surface of the 
earth, the altitude and the speed for the flight.
Diagram
Diagram RankedTrajectory_xsd.tmp#RankedTrajectoryType_identifier RankedTrajectory_xsd.tmp#RankedTrajectoryType_routeTrajectory
Used by
Model fx:routeTrajectory{0,1}
Children fx:routeTrajectory
Attributes
QName Type Fixed Default Use Annotation
identifier restriction of fb:CharacterStringType optional
Unique Identifier used to differentiate the 4D trajectories.
Source
<complexType name="RankedTrajectoryType">
  <annotation>
    <documentation>A candidate 4D Trajectory, with tolerances supplied if necessary by the airspace user to define when the next ranked trajectory should be used. This is the route associated with a single Ranked 4D trajectory for a flight. It indicates the intent of the flight and includes the path over the surface of the earth, the altitude and the speed for the flight.</documentation>
  </annotation>
  <sequence>
    <element name="routeTrajectory" type="fx:RouteTrajectoryType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>Route Trajectory pair that is the subject of the Trajectory option.</documentation>
      </annotation>
    </element>
  </sequence>
  <attribute name="identifier" use="optional">
    <annotation>
      <documentation>Unique Identifier used to differentiate the 4D trajectories.</documentation>
    </annotation>
    <simpleType>
      <restriction base="fb:CharacterStringType">
        <pattern value="[0-9]{1,2}"/>
      </restriction>
    </simpleType>
  </attribute>
</complexType>
Attribute fx:RankedTrajectoryType / @identifier
Namespace No namespace
Annotations
Unique Identifier used to differentiate the 4D trajectories.
Type restriction of fb:CharacterStringType
Type hierarchy
Properties
use: optional
Facets
minLength 0
maxLength 4096
pattern [0-9]{1,2}
Used by
Source
<attribute name="identifier" use="optional">
  <annotation>
    <documentation>Unique Identifier used to differentiate the 4D trajectories.</documentation>
  </annotation>
  <simpleType>
    <restriction base="fb:CharacterStringType">
      <pattern value="[0-9]{1,2}"/>
    </restriction>
  </simpleType>
</attribute>