Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Included schema NasFlightPlan.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/
Contains the definition of Flight Plan, which is a specifically preserved in the 
NAS extension of FIXM.
Properties
attribute form default: unqualified
element form default: qualified
version: 4.1.1
Element nas:NasFlightPlan
Namespace http://www.faa.aero/nas/4.1
Diagram
Diagram NasFlightPlan_xsd.tmp#NasFlightPlanType_flightPlanRemarks NasFlightPlan_xsd.tmp#NasFlightPlanType_identifier NasFlightPlan_xsd.tmp#NasFlightPlanType_starsFlightPlanDeletedIndicator NasFlightPlan_xsd.tmp#NasFlightPlanType_starsFlightPlanStatus NasFlightPlan_xsd.tmp#NasFlightPlanType_starsFlightPlanSuspendedIndicator NasFlightPlan_xsd.tmp#NasFlightPlanType
Type nas:NasFlightPlanType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
flightPlanRemarks CharacterStringType optional
NAS Flight Plan Field 11 remarks processed by the Traffic Flow Management System 
(TFMS) and used for TFM purposes.
identifier CharacterStringType optional
The flight plan identifier is used to uniquely name a flight plan within the scope 
of its flight.
starsFlightPlanDeletedIndicator nas:StarsFlightPlanDeletedIndicatorType optional
Indicates if a flight plan and associated data are deleted.
starsFlightPlanStatus nas:StarsFlightPlanStatusType optional
Flight Plan Status: Pending, Active, Terminated, Passive.
starsFlightPlanSuspendedIndicator nas:StarsFlightPlanSuspendedIndicatorType optional
Flight plan suspended.
Source
<element name="NasFlightPlan" type="nas:NasFlightPlanType"/>
Complex Type nas:NasFlightPlanType
Namespace http://www.faa.aero/nas/4.1
Annotations
Describes the flight plan structure used by NAS. Based on core ICAO flight plan.
Diagram
Diagram NasFlightPlan_xsd.tmp#NasFlightPlanType_flightPlanRemarks NasFlightPlan_xsd.tmp#NasFlightPlanType_identifier NasFlightPlan_xsd.tmp#NasFlightPlanType_starsFlightPlanDeletedIndicator NasFlightPlan_xsd.tmp#NasFlightPlanType_starsFlightPlanStatus NasFlightPlan_xsd.tmp#NasFlightPlanType_starsFlightPlanSuspendedIndicator
Used by
Attributes
QName Type Fixed Default Use Annotation
flightPlanRemarks CharacterStringType optional
NAS Flight Plan Field 11 remarks processed by the Traffic Flow Management System 
(TFMS) and used for TFM purposes.
identifier CharacterStringType optional
The flight plan identifier is used to uniquely name a flight plan within the scope 
of its flight.
starsFlightPlanDeletedIndicator nas:StarsFlightPlanDeletedIndicatorType optional
Indicates if a flight plan and associated data are deleted.
starsFlightPlanStatus nas:StarsFlightPlanStatusType optional
Flight Plan Status: Pending, Active, Terminated, Passive.
starsFlightPlanSuspendedIndicator nas:StarsFlightPlanSuspendedIndicatorType optional
Flight plan suspended.
Source
<complexType name="NasFlightPlanType">
  <annotation>
    <documentation>Describes the flight plan structure used by NAS. Based on core ICAO flight plan.</documentation>
  </annotation>
  <attribute name="flightPlanRemarks" type="fb:CharacterStringType" use="optional">
    <annotation>
      <documentation>NAS Flight Plan Field 11 remarks processed by the Traffic Flow Management System (TFMS) and used for TFM purposes.</documentation>
    </annotation>
  </attribute>
  <attribute name="identifier" type="fb:CharacterStringType" use="optional">
    <annotation>
      <documentation>The flight plan identifier is used to uniquely name a flight plan within the scope of its flight.</documentation>
    </annotation>
  </attribute>
  <attribute name="starsFlightPlanDeletedIndicator" type="nas:StarsFlightPlanDeletedIndicatorType" use="optional">
    <annotation>
      <documentation>Indicates if a flight plan and associated data are deleted.</documentation>
    </annotation>
  </attribute>
  <attribute name="starsFlightPlanStatus" type="nas:StarsFlightPlanStatusType" use="optional">
    <annotation>
      <documentation>Flight Plan Status: Pending, Active, Terminated, Passive.</documentation>
    </annotation>
  </attribute>
  <attribute name="starsFlightPlanSuspendedIndicator" type="nas:StarsFlightPlanSuspendedIndicatorType" use="optional">
    <annotation>
      <documentation>Flight plan suspended.</documentation>
    </annotation>
  </attribute>
</complexType>
Simple Type nas:StarsFlightPlanDeletedIndicatorType
Namespace http://www.faa.aero/nas/4.1
Annotations
Indicates if a flight plan and associated data are deleted.
Diagram
Diagram
Type restriction of string
Facets
enumeration DELETED
Used by
Source
<simpleType name="StarsFlightPlanDeletedIndicatorType">
  <annotation>
    <documentation>Indicates if a flight plan and associated data are deleted.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="DELETED"/>
  </restriction>
</simpleType>
Simple Type nas:StarsFlightPlanStatusType
Namespace http://www.faa.aero/nas/4.1
Annotations
Flight Plan Status: Pending, Active, Terminated, Passive.
Diagram
Diagram
Type restriction of string
Facets
enumeration PENDING
enumeration ACTIVE
enumeration TERMINATED
enumeration PASSIVE
Used by
Source
<simpleType name="StarsFlightPlanStatusType">
  <annotation>
    <documentation>Flight Plan Status: Pending, Active, Terminated, Passive.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="PENDING"/>
    <enumeration value="ACTIVE"/>
    <enumeration value="TERMINATED"/>
    <enumeration value="PASSIVE"/>
  </restriction>
</simpleType>
Simple Type nas:StarsFlightPlanSuspendedIndicatorType
Namespace http://www.faa.aero/nas/4.1
Annotations
Flight plan suspended.
Diagram
Diagram
Type restriction of string
Facets
enumeration SUSPENDED
Used by
Source
<simpleType name="StarsFlightPlanSuspendedIndicatorType">
  <annotation>
    <documentation>Flight plan suspended.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="SUSPENDED"/>
  </restriction>
</simpleType>
Attribute nas:NasFlightPlanType / @flightPlanRemarks
Namespace No namespace
Annotations
NAS Flight Plan Field 11 remarks processed by the Traffic Flow Management System 
(TFMS) and used for TFM purposes.
Type CharacterStringType
Properties
use: optional
Used by
Complex Type nas:NasFlightPlanType
Source
<attribute name="flightPlanRemarks" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>NAS Flight Plan Field 11 remarks processed by the Traffic Flow Management System (TFMS) and used for TFM purposes.</documentation>
  </annotation>
</attribute>
Attribute nas:NasFlightPlanType / @identifier
Namespace No namespace
Annotations
The flight plan identifier is used to uniquely name a flight plan within the scope 
of its flight.
Type CharacterStringType
Properties
use: optional
Used by
Complex Type nas:NasFlightPlanType
Source
<attribute name="identifier" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>The flight plan identifier is used to uniquely name a flight plan within the scope of its flight.</documentation>
  </annotation>
</attribute>
Attribute nas:NasFlightPlanType / @starsFlightPlanDeletedIndicator
Namespace No namespace
Annotations
Indicates if a flight plan and associated data are deleted.
Type nas:StarsFlightPlanDeletedIndicatorType
Properties
use: optional
Facets
enumeration DELETED
Used by
Complex Type nas:NasFlightPlanType
Source
<attribute name="starsFlightPlanDeletedIndicator" type="nas:StarsFlightPlanDeletedIndicatorType" use="optional">
  <annotation>
    <documentation>Indicates if a flight plan and associated data are deleted.</documentation>
  </annotation>
</attribute>
Attribute nas:NasFlightPlanType / @starsFlightPlanStatus
Namespace No namespace
Annotations
Flight Plan Status: Pending, Active, Terminated, Passive.
Type nas:StarsFlightPlanStatusType
Properties
use: optional
Facets
enumeration PENDING
enumeration ACTIVE
enumeration TERMINATED
enumeration PASSIVE
Used by
Complex Type nas:NasFlightPlanType
Source
<attribute name="starsFlightPlanStatus" type="nas:StarsFlightPlanStatusType" use="optional">
  <annotation>
    <documentation>Flight Plan Status: Pending, Active, Terminated, Passive.</documentation>
  </annotation>
</attribute>
Attribute nas:NasFlightPlanType / @starsFlightPlanSuspendedIndicator
Namespace No namespace
Annotations
Flight plan suspended.
Type nas:StarsFlightPlanSuspendedIndicatorType
Properties
use: optional
Facets
enumeration SUSPENDED
Used by
Complex Type nas:NasFlightPlanType
Source
<attribute name="starsFlightPlanSuspendedIndicator" type="nas:StarsFlightPlanSuspendedIndicatorType" use="optional">
  <annotation>
    <documentation>Flight plan suspended.</documentation>
  </annotation>
</attribute>