Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema NasCoordination.xsd
Namespace http://www.faa.aero/nas/4.1
Annotations
Copyright (c) 2016 US Federal Aviation Administration (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. 
* The name of US FAA or the names of its contributors may not 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 the US FAA: http://www.faa.gov/
Package contains the NAS specific extensions to the FIXM Core coordination classes.
Properties
attribute form default: unqualified
element form default: qualified
version: 4.1.1
Element nas:NasBoundaryCrossingType / nas:handoff
Namespace http://www.faa.aero/nas/4.1
Annotations
An action taken to transfer the radar identification of an aircraft from one controller 
to another controller if the aircraft will enter the receiving controller's airspace 
and radio communications with the aircraft will be transferred.
Diagram
Diagram NasCoordination_xsd.tmp#NasHandoffType_event NasCoordination_xsd.tmp#NasHandoffType_acceptingUnit NasCoordination_xsd.tmp#NasHandoffType_receivingUnit NasCoordination_xsd.tmp#NasHandoffType_transferringUnit NasCoordination_xsd.tmp#NasHandoffType
Type nas:NasHandoffType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model nas:acceptingUnit{0,1} , nas:receivingUnit{0,1} , nas:transferringUnit{0,1}
Children nas:acceptingUnit, nas:receivingUnit, nas:transferringUnit
Instance
<nas:handoff event="">
  <nas:acceptingUnit>{0,1}</nas:acceptingUnit>
  <nas:receivingUnit>{0,1}</nas:receivingUnit>
  <nas:transferringUnit>{0,1}</nas:transferringUnit>
</nas:handoff>
Attributes
QName Type Fixed Default Use Annotation
event nas:NasHandoffEventType optional
Characterizes a handoff in terms of its status.
Source
<element name="handoff" type="nas:NasHandoffType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>An action taken to transfer the radar identification of an aircraft from one controller to another controller if the aircraft will enter the receiving controller's airspace and radio communications with the aircraft will be transferred.</documentation>
  </annotation>
</element>
Element nas:NasHandoffType / nas:acceptingUnit
Namespace http://www.faa.aero/nas/4.1
Annotations
The Air Traffic Control (ATC) unit accepting control of the aircraft as a result 
of a handoff. 
The Air Traffic Control (ATC) sector accepting control of the aircraft as a result 
of a handoff.
Diagram
Diagram
Type AtcUnitReferenceType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="acceptingUnit" type="fb:AtcUnitReferenceType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The Air Traffic Control (ATC) unit accepting control of the aircraft as a result of a handoff. The Air Traffic Control (ATC) sector accepting control of the aircraft as a result of a handoff.</documentation>
  </annotation>
</element>
Element nas:NasHandoffType / nas:receivingUnit
Namespace http://www.faa.aero/nas/4.1
Annotations
Identifies the ATC sector receiving control of the aircraft as a result of a handoff. 
                  
The Air Traffic Control unit receiving control of the aircraft as a result of a handoff.
Diagram
Diagram
Type AtcUnitReferenceType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="receivingUnit" type="fb:AtcUnitReferenceType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Identifies the ATC sector receiving control of the aircraft as a result of a handoff. The Air Traffic Control unit receiving control of the aircraft as a result of a handoff.</documentation>
  </annotation>
</element>
Element nas:NasHandoffType / nas:transferringUnit
Namespace http://www.faa.aero/nas/4.1
Annotations
The Air Traffic Control unit transferring control of the aircraft as a result of 
a handoff. 
Identifies the ATC sector transferring control of the aircraft as a result of a handoff.
Diagram
Diagram
Type AtcUnitReferenceType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="transferringUnit" type="fb:AtcUnitReferenceType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The Air Traffic Control unit transferring control of the aircraft as a result of a handoff. Identifies the ATC sector transferring control of the aircraft as a result of a handoff.</documentation>
  </annotation>
</element>
Element nas:NasBoundaryCrossing
Namespace http://www.faa.aero/nas/4.1
Diagram
Diagram NasCoordination_xsd.tmp#NasBoundaryCrossingType_handoff NasCoordination_xsd.tmp#NasBoundaryCrossingType
Type nas:NasBoundaryCrossingType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
  • BoundaryCrossing
Model nas:handoff{0,1}
Children nas:handoff
Instance
<nas:NasBoundaryCrossing>
  <nas:handoff event="">{0,1}</nas:handoff>
</nas:NasBoundaryCrossing>
Source
<element name="NasBoundaryCrossing" type="nas:NasBoundaryCrossingType" substitutionGroup="fx:BoundaryCrossing"/>
Element nas:NasHandoff
Namespace http://www.faa.aero/nas/4.1
Diagram
Diagram NasCoordination_xsd.tmp#NasHandoffType_event NasCoordination_xsd.tmp#NasHandoffType_acceptingUnit NasCoordination_xsd.tmp#NasHandoffType_receivingUnit NasCoordination_xsd.tmp#NasHandoffType_transferringUnit NasCoordination_xsd.tmp#NasHandoffType
Type nas:NasHandoffType
Properties
content: complex
Model nas:acceptingUnit{0,1} , nas:receivingUnit{0,1} , nas:transferringUnit{0,1}
Children nas:acceptingUnit, nas:receivingUnit, nas:transferringUnit
Instance
<nas:NasHandoff event="">
  <nas:acceptingUnit>{0,1}</nas:acceptingUnit>
  <nas:receivingUnit>{0,1}</nas:receivingUnit>
  <nas:transferringUnit>{0,1}</nas:transferringUnit>
</nas:NasHandoff>
Attributes
QName Type Fixed Default Use Annotation
event nas:NasHandoffEventType optional
Characterizes a handoff in terms of its status.
Source
<element name="NasHandoff" type="nas:NasHandoffType"/>
Complex Type nas:NasBoundaryCrossingType
Namespace http://www.faa.aero/nas/4.1
Annotations
An extension of the Boundary Crossing to accommodate Nas specific use cases.
Diagram
Diagram NasCoordination_xsd.tmp#NasBoundaryCrossingType_handoff
Type extension of BoundaryCrossingType
Type hierarchy
Used by
Model nas:handoff{0,1}
Children nas:handoff
Source
<complexType name="NasBoundaryCrossingType">
  <annotation>
    <documentation>An extension of the Boundary Crossing to accommodate Nas specific use cases.</documentation>
  </annotation>
  <complexContent>
    <extension base="fx:BoundaryCrossingType">
      <sequence>
        <element name="handoff" type="nas:NasHandoffType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>An action taken to transfer the radar identification of an aircraft from one controller to another controller if the aircraft will enter the receiving controller's airspace and radio communications with the aircraft will be transferred.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type nas:NasHandoffType
Namespace http://www.faa.aero/nas/4.1
Annotations
Contains information about flight handoff between sectors.
Diagram
Diagram NasCoordination_xsd.tmp#NasHandoffType_event NasCoordination_xsd.tmp#NasHandoffType_acceptingUnit NasCoordination_xsd.tmp#NasHandoffType_receivingUnit NasCoordination_xsd.tmp#NasHandoffType_transferringUnit
Used by
Model nas:acceptingUnit{0,1} , nas:receivingUnit{0,1} , nas:transferringUnit{0,1}
Children nas:acceptingUnit, nas:receivingUnit, nas:transferringUnit
Attributes
QName Type Fixed Default Use Annotation
event nas:NasHandoffEventType optional
Characterizes a handoff in terms of its status.
Source
<complexType name="NasHandoffType">
  <annotation>
    <documentation>Contains information about flight handoff between sectors.</documentation>
  </annotation>
  <sequence>
    <element name="acceptingUnit" type="fb:AtcUnitReferenceType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>The Air Traffic Control (ATC) unit accepting control of the aircraft as a result of a handoff. The Air Traffic Control (ATC) sector accepting control of the aircraft as a result of a handoff.</documentation>
      </annotation>
    </element>
    <element name="receivingUnit" type="fb:AtcUnitReferenceType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>Identifies the ATC sector receiving control of the aircraft as a result of a handoff. The Air Traffic Control unit receiving control of the aircraft as a result of a handoff.</documentation>
      </annotation>
    </element>
    <element name="transferringUnit" type="fb:AtcUnitReferenceType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>The Air Traffic Control unit transferring control of the aircraft as a result of a handoff. Identifies the ATC sector transferring control of the aircraft as a result of a handoff.</documentation>
      </annotation>
    </element>
  </sequence>
  <attribute name="event" type="nas:NasHandoffEventType" use="optional">
    <annotation>
      <documentation>Characterizes a handoff in terms of its status.</documentation>
    </annotation>
  </attribute>
</complexType>
Simple Type nas:NasHandoffEventType
Namespace http://www.faa.aero/nas/4.1
Annotations
Characterizes a handoff in terms of its status.
Diagram
Diagram
Type restriction of string
Facets
enumeration INITIATION
enumeration ACCEPTANCE
enumeration RETRACTION
enumeration TAKE_CONTROL
enumeration UPDATE
enumeration FAILURE
Used by
Source
<simpleType name="NasHandoffEventType">
  <annotation>
    <documentation>Characterizes a handoff in terms of its status.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="INITIATION"/>
    <enumeration value="ACCEPTANCE"/>
    <enumeration value="RETRACTION"/>
    <enumeration value="TAKE_CONTROL"/>
    <enumeration value="UPDATE"/>
    <enumeration value="FAILURE"/>
  </restriction>
</simpleType>
Attribute nas:NasHandoffType / @event
Namespace No namespace
Annotations
Characterizes a handoff in terms of its status.
Type nas:NasHandoffEventType
Properties
use: optional
Facets
enumeration INITIATION
enumeration ACCEPTANCE
enumeration RETRACTION
enumeration TAKE_CONTROL
enumeration UPDATE
enumeration FAILURE
Used by
Complex Type nas:NasHandoffType
Source
<attribute name="event" type="nas:NasHandoffEventType" use="optional">
  <annotation>
    <documentation>Characterizes a handoff in terms of its status.</documentation>
  </annotation>
</attribute>