Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema Departure.xsd
Namespace http://www.fixm.aero/icao/1.0
Annotations
Copyright (c) 2017 Airservices Australia, DSNA, EUROCONTROL, GCAA UAE, IATA, 
       International Coordinating Council of Aerospace Industries Associations, 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, GCAA UAE, IATA, International Coordinating 
  Council of Aerospace Industries Associations, JCAB, NATS Limited, NAV CANADA, 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 UAE GCAA: https://www.gcaa.gov.ae 
       Details on the ICCAIA: www.iccaia.org 
       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/
The Arrival package contains al information about the actual departure of the flight 
at an airport.
Properties
attribute form default: unqualified
element form default: qualified
version: 4.1.0
Element fx:DepartureType / fx:aerodrome
Namespace http://www.fixm.aero/flight/4.1
Annotations
The aerodrome from which the flight departs. [FIXM]
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType Aerodrome_xsd.tmp#AerodromeReferenceType_name Aerodrome_xsd.tmp#AerodromeReferenceType_referencePoint Aerodrome_xsd.tmp#AerodromeReferenceType
Type fb:AerodromeReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000} , fb:referencePoint{0,1}
Children fb:extension, fb:referencePoint
Instance
<fx:aerodrome name="">
  <fb:extension>{0,2000}</fb:extension>
  <fb:referencePoint>{0,1}</fb:referencePoint>
</fx:aerodrome>
Attributes
QName Type Fixed Default Use Annotation
name fb:AerodromeNameType optional
The primary official name of an aerodrome as designated by an appropriate authority. 
[AIXM 5.1]
Source
<element name="aerodrome" type="fb:AerodromeReferenceType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The aerodrome from which the flight departs. [FIXM]</documentation>
  </annotation>
</element>
Element fx:DepartureType / fx:takeoffAlternateAerodrome
Namespace http://www.fixm.aero/flight/4.1
Annotations
An alternate aerodrome at which an aircraft can land should this become necessary 
shortly after take-off and it is not possible to use the aerodrome of departure. 
[ICAO Doc 4444]
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType Aerodrome_xsd.tmp#AerodromeReferenceType_name Aerodrome_xsd.tmp#AerodromeReferenceType_referencePoint Aerodrome_xsd.tmp#AerodromeReferenceType
Type fb:AerodromeReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 2000
Model fb:extension{0,2000} , fb:referencePoint{0,1}
Children fb:extension, fb:referencePoint
Instance
<fx:takeoffAlternateAerodrome name="">
  <fb:extension>{0,2000}</fb:extension>
  <fb:referencePoint>{0,1}</fb:referencePoint>
</fx:takeoffAlternateAerodrome>
Attributes
QName Type Fixed Default Use Annotation
name fb:AerodromeNameType optional
The primary official name of an aerodrome as designated by an appropriate authority. 
[AIXM 5.1]
Source
<element name="takeoffAlternateAerodrome" type="fb:AerodromeReferenceType" minOccurs="0" maxOccurs="2000">
  <annotation>
    <documentation>An alternate aerodrome at which an aircraft can land should this become necessary shortly after take-off and it is not possible to use the aerodrome of departure. [ICAO Doc 4444]</documentation>
  </annotation>
</element>
Element fx:Departure
Namespace http://www.fixm.aero/flight/4.1
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType Departure_xsd.tmp#DepartureType_actualTimeOfDeparture Departure_xsd.tmp#DepartureType_airportSlotIdentification Departure_xsd.tmp#DepartureType_estimatedOffBlockTime Departure_xsd.tmp#DepartureType_runwayDirection Departure_xsd.tmp#DepartureType_aerodrome Departure_xsd.tmp#DepartureType_takeoffAlternateAerodrome Departure_xsd.tmp#DepartureType Extension_xsd.tmp#Extensible
Type fx:DepartureType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:extension{0,2000} , fx:aerodrome{0,1} , fx:takeoffAlternateAerodrome{0,2000}
Children fb:extension, fx:aerodrome, fx:takeoffAlternateAerodrome
Instance
<fx:Departure actualTimeOfDeparture="" airportSlotIdentification="" estimatedOffBlockTime="" runwayDirection="">
  <fb:extension>{0,2000}</fb:extension>
  <fx:aerodrome name="">{0,1}</fx:aerodrome>
  <fx:takeoffAlternateAerodrome name="">{0,2000}</fx:takeoffAlternateAerodrome>
</fx:Departure>
Attributes
QName Type Fixed Default Use Annotation
actualTimeOfDeparture fb:TimeType optional
The actual time of departure from the aerodrome. [ICAO Doc 4444, Appendix 3, Field 
Type 13]
airportSlotIdentification fb:AirportSlotIdentificationType optional
The identifier of the departure airport slot allocated to the flight. [FIXM]
estimatedOffBlockTime fb:TimeType optional
The estimated time at which the aircraft will commence movement associated with departure. 
[ICAO Doc 4444]
runwayDirection fb:RunwayDirectionDesignatorType optional
The runway direction used for taking off. [FIXM]
Source
<element name="Departure" type="fx:DepartureType" substitutionGroup="fb:Extensible"/>
Complex Type fx:DepartureType
Namespace http://www.fixm.aero/flight/4.1
Annotations
Groups information pertaining to the flight's departure.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType Departure_xsd.tmp#DepartureType_actualTimeOfDeparture Departure_xsd.tmp#DepartureType_airportSlotIdentification Departure_xsd.tmp#DepartureType_estimatedOffBlockTime Departure_xsd.tmp#DepartureType_runwayDirection Departure_xsd.tmp#DepartureType_aerodrome Departure_xsd.tmp#DepartureType_takeoffAlternateAerodrome
Type extension of fb:ExtensibleType
Type hierarchy
Used by
Model fb:extension{0,2000} , fx:aerodrome{0,1} , fx:takeoffAlternateAerodrome{0,2000}
Children fb:extension, fx:aerodrome, fx:takeoffAlternateAerodrome
Attributes
QName Type Fixed Default Use Annotation
actualTimeOfDeparture fb:TimeType optional
The actual time of departure from the aerodrome. [ICAO Doc 4444, Appendix 3, Field 
Type 13]
airportSlotIdentification fb:AirportSlotIdentificationType optional
The identifier of the departure airport slot allocated to the flight. [FIXM]
estimatedOffBlockTime fb:TimeType optional
The estimated time at which the aircraft will commence movement associated with departure. 
[ICAO Doc 4444]
runwayDirection fb:RunwayDirectionDesignatorType optional
The runway direction used for taking off. [FIXM]
Source
<complexType name="DepartureType">
  <annotation>
    <documentation>Groups information pertaining to the flight's departure.</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:ExtensibleType">
      <sequence>
        <element name="aerodrome" type="fb:AerodromeReferenceType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The aerodrome from which the flight departs. [FIXM]</documentation>
          </annotation>
        </element>
        <element name="takeoffAlternateAerodrome" type="fb:AerodromeReferenceType" minOccurs="0" maxOccurs="2000">
          <annotation>
            <documentation>An alternate aerodrome at which an aircraft can land should this become necessary shortly after take-off and it is not possible to use the aerodrome of departure. [ICAO Doc 4444]</documentation>
          </annotation>
        </element>
      </sequence>
      <attribute name="actualTimeOfDeparture" type="fb:TimeType" use="optional">
        <annotation>
          <documentation>The actual time of departure from the aerodrome. [ICAO Doc 4444, Appendix 3, Field Type 13]</documentation>
        </annotation>
      </attribute>
      <attribute name="airportSlotIdentification" type="fb:AirportSlotIdentificationType" use="optional">
        <annotation>
          <documentation>The identifier of the departure airport slot allocated to the flight. [FIXM]</documentation>
        </annotation>
      </attribute>
      <attribute name="estimatedOffBlockTime" type="fb:TimeType" use="optional">
        <annotation>
          <documentation>The estimated time at which the aircraft will commence movement associated with departure. [ICAO Doc 4444]</documentation>
        </annotation>
      </attribute>
      <attribute name="runwayDirection" type="fb:RunwayDirectionDesignatorType" use="optional">
        <annotation>
          <documentation>The runway direction used for taking off. [FIXM]</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Attribute fx:DepartureType / @actualTimeOfDeparture
Namespace No namespace
Annotations
The actual time of departure from the aerodrome. [ICAO Doc 4444, Appendix 3, Field 
Type 13]
Type fb:TimeType
Properties
use: optional
Facets
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
Used by
Complex Type fx:DepartureType
Source
<attribute name="actualTimeOfDeparture" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>The actual time of departure from the aerodrome. [ICAO Doc 4444, Appendix 3, Field Type 13]</documentation>
  </annotation>
</attribute>
Attribute fx:DepartureType / @airportSlotIdentification
Namespace No namespace
Annotations
The identifier of the departure airport slot allocated to the flight. [FIXM]
Type fb:AirportSlotIdentificationType
Type hierarchy
Properties
use: optional
Facets
minLength 0
maxLength 10
Used by
Complex Type fx:DepartureType
Source
<attribute name="airportSlotIdentification" type="fb:AirportSlotIdentificationType" use="optional">
  <annotation>
    <documentation>The identifier of the departure airport slot allocated to the flight. [FIXM]</documentation>
  </annotation>
</attribute>
Attribute fx:DepartureType / @estimatedOffBlockTime
Namespace No namespace
Annotations
The estimated time at which the aircraft will commence movement associated with departure. 
[ICAO Doc 4444]
Type fb:TimeType
Properties
use: optional
Facets
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
Used by
Complex Type fx:DepartureType
Source
<attribute name="estimatedOffBlockTime" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>The estimated time at which the aircraft will commence movement associated with departure. [ICAO Doc 4444]</documentation>
  </annotation>
</attribute>
Attribute fx:DepartureType / @runwayDirection
Namespace No namespace
Annotations
The runway direction used for taking off. [FIXM]
Type fb:RunwayDirectionDesignatorType
Type hierarchy
Properties
use: optional
Facets
minLength 0
maxLength 4096
pattern (0[1-9]|[12][0-9]|3[0-6])[LRC]{0,1}
Used by
Complex Type fx:DepartureType
Source
<attribute name="runwayDirection" type="fb:RunwayDirectionDesignatorType" use="optional">
  <annotation>
    <documentation>The runway direction used for taking off. [FIXM]</documentation>
  </annotation>
</attribute>