Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Included schema NasFlightPlan.xsd
Namespace http://www.faa.aero/nas/4.0
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.0.0
Element nas:NasFlightPlan
Namespace http://www.faa.aero/nas/4.0
Diagram
Diagram NasFlightPlan_xsd.tmp#NasFlightPlanType_flightPlanRemarks NasFlightPlan_xsd.tmp#NasFlightPlanType_identifier 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.
Source
<element name="NasFlightPlan" type="nas:NasFlightPlanType"/>
Complex Type nas:NasFlightPlanType
Namespace http://www.faa.aero/nas/4.0
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
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.
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>
</complexType>
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>