Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Included schema NasMessage.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/
This package contains a basic message definition prototype. Each message can contain 
a FIXM flight and be part of a message collection as a means to transport FIXM data. 
It is included as part of the NAS extension to allow basic messaging capability that 
is not agreed upon in the Core FIXM.
Properties
attribute form default: unqualified
element form default: qualified
version: 4.0.0
Element nas:MessageMetadataType / nas:provenance
Namespace http://www.faa.aero/nas/4.0
Annotations
Message provenance data. Can be used by system to describe details involved in sending 
the message including source, center and system..
Diagram
Diagram NasMessage_xsd.tmp#ProvenanceType_centre NasMessage_xsd.tmp#ProvenanceType_source NasMessage_xsd.tmp#ProvenanceType_system NasMessage_xsd.tmp#ProvenanceType_timestamp NasMessage_xsd.tmp#ProvenanceType
Type nas:ProvenanceType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model nas:timestamp{0,1}
Children nas:timestamp
Instance
<nas:provenance centre="" source="" system="">
  <nas:timestamp>{0,1}</nas:timestamp>
</nas:provenance>
Attributes
QName Type Fixed Default Use Annotation
centre nas:ProvenanceCentreType optional
The ATC center (or FIR) that produced the data contained in the Provenance.
source nas:ProvenanceSourceType optional
The source of the data in the message (unstructured, for archival analysis).
system nas:ProvenanceSystemType optional
The name of the system that generated the data contained in the Provenance.
Source
<element name="provenance" type="nas:ProvenanceType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Message provenance data. Can be used by system to describe details involved in sending the message including source, center and system..</documentation>
  </annotation>
</element>
Element nas:ProvenanceType / nas:timestamp
Namespace http://www.faa.aero/nas/4.0
Annotations
The time at which the provenance information was recorded.
Diagram
Diagram
Type TimeType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="timestamp" type="fb:TimeType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The time at which the provenance information was recorded.</documentation>
  </annotation>
</element>
Element nas:MessageMetadataType / nas:trigger
Namespace http://www.faa.aero/nas/4.0
Annotations
Container for Message Trigger information such as the type of trigger and timestamp.
Diagram
Diagram NasMessage_xsd.tmp#TriggerType_triggerType NasMessage_xsd.tmp#TriggerType_timestamp NasMessage_xsd.tmp#TriggerType
Type nas:TriggerType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model nas:timestamp{0,1}
Children nas:timestamp
Instance
<nas:trigger triggerType="">
  <nas:timestamp>{0,1}</nas:timestamp>
</nas:trigger>
Attributes
QName Type Fixed Default Use Annotation
triggerType CharacterStringType optional
Describes the message trigger type.
Source
<element name="trigger" type="nas:TriggerType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Container for Message Trigger information such as the type of trigger and timestamp.</documentation>
  </annotation>
</element>
Element nas:TriggerType / nas:timestamp
Namespace http://www.faa.aero/nas/4.0
Annotations
Trigger timestamp
Diagram
Diagram
Type TimeType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="timestamp" type="fb:TimeType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Trigger timestamp</documentation>
  </annotation>
</element>
Element nas:MessageMetadata
Namespace http://www.faa.aero/nas/4.0
Diagram
Diagram NasMessage_xsd.tmp#MessageMetadataType_messageType NasMessage_xsd.tmp#MessageMetadataType_sensitivity NasMessage_xsd.tmp#MessageMetadataType_sensitivityReason NasMessage_xsd.tmp#MessageMetadataType_provenance NasMessage_xsd.tmp#MessageMetadataType_trigger NasMessage_xsd.tmp#MessageMetadataType
Type nas:MessageMetadataType
Properties
content: complex
Model nas:provenance{0,1} , nas:trigger{0,1}
Children nas:provenance, nas:trigger
Instance
<nas:MessageMetadata messageType="" sensitivity="" sensitivityReason="">
  <nas:provenance centre="" source="" system="">{0,1}</nas:provenance>
  <nas:trigger triggerType="">{0,1}</nas:trigger>
</nas:MessageMetadata>
Attributes
QName Type Fixed Default Use Annotation
messageType CharacterStringType optional
Type of message. For example track update, flight plan amendment.
sensitivity restriction of CharacterStringType optional
Sensitivity of the message
sensitivityReason CharacterStringType optional
Reason for the message sensitivity.
Source
<element name="MessageMetadata" type="nas:MessageMetadataType"/>
Element nas:NasMessageType / nas:flight
Namespace http://www.faa.aero/nas/4.0
Annotations
Flight that is contained within the Flight message.
Diagram
Diagram NasFlightData_xsd.tmp#NasFlightType_cdmParticipantIndicator NasFlightData_xsd.tmp#NasFlightType_currentRVSMCompliance NasFlightData_xsd.tmp#NasFlightType_diversionState NasFlightData_xsd.tmp#NasFlightType_equippedIndicator NasFlightData_xsd.tmp#NasFlightType_futureRVSMCompliance NasFlightData_xsd.tmp#NasFlightType_tfmsFlightClass NasFlightData_xsd.tmp#NasFlightType_userCategory NasFlightData_xsd.tmp#NasFlightType_additionalFlightInformation NasFlightData_xsd.tmp#NasFlightType_assignedAltitude NasFlightData_xsd.tmp#NasFlightType_controllingUnit NasFlightData_xsd.tmp#NasFlightType_coordination NasFlightData_xsd.tmp#NasFlightType_flightDelay NasFlightData_xsd.tmp#NasFlightType_flightIdentificationPrevious NasFlightData_xsd.tmp#NasFlightType_flightIntent NasFlightData_xsd.tmp#NasFlightType_flightPlan NasFlightData_xsd.tmp#NasFlightType_flightStatus NasFlightData_xsd.tmp#NasFlightType_interimAltitude NasFlightData_xsd.tmp#NasFlightType_nasTmi NasFlightData_xsd.tmp#NasFlightType_requestedAirspeed NasFlightData_xsd.tmp#NasFlightType_requestedAltitude NasFlightData_xsd.tmp#NasFlightType_surfaceEvents NasFlightData_xsd.tmp#NasFlightType_tfmsFlightCreationTime NasFlightData_xsd.tmp#NasFlightType
Type nas:NasFlightType
Type hierarchy
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model nas:additionalFlightInformation{0,1} , nas:assignedAltitude{0,1} , nas:controllingUnit{0,1} , nas:coordination{0,1} , nas:flightDelay{0,1} , nas:flightIdentificationPrevious{0,1} , nas:flightIntent{0,1} , nas:flightPlan{0,1} , nas:flightStatus{0,1} , nas:interimAltitude{0,1} , nas:nasTmi* , nas:requestedAirspeed{0,1} , nas:requestedAltitude{0,1} , nas:surfaceEvents{0,1} , nas:tfmsFlightCreationTime{0,1}
Children nas:additionalFlightInformation, nas:assignedAltitude, nas:controllingUnit, nas:coordination, nas:flightDelay, nas:flightIdentificationPrevious, nas:flightIntent, nas:flightPlan, nas:flightStatus, nas:interimAltitude, nas:nasTmi, nas:requestedAirspeed, nas:requestedAltitude, nas:surfaceEvents, nas:tfmsFlightCreationTime
Instance
<nas:flight>
  <nas:additionalFlightInformation>{0,1}</nas:additionalFlightInformation>
  <nas:assignedAltitude>{0,1}</nas:assignedAltitude>
  <nas:controllingUnit>{0,1}</nas:controllingUnit>
  <nas:coordination coordinationTimeHandling="" delayTimeToAbsorb="">{0,1}</nas:coordination>
  <nas:flightDelay delayReason="" delayStatus="">{0,1}</nas:flightDelay>
  <nas:flightIdentificationPrevious>{0,1}</nas:flightIdentificationPrevious>
  <nas:flightIntent intendedArrivalSpot="" intendedDepartureSpot="" standReturnIntent="">{0,1}</nas:flightIntent>
  <nas:flightPlan flightPlanRemarks="" identifier="">{0,1}</nas:flightPlan>
  <nas:flightStatus airborneHold="" fdpsFlightStatus="" tfmsCancellationReason="" tfmsFlightStatus="">{0,1}</nas:flightStatus>
  <nas:interimAltitude>{0,1}</nas:interimAltitude>
  <nas:nasTmi controlndicator="" controlType="" substitutionRightsIndicator="" tfmsFlightPriority="">{0,unbounded}</nas:nasTmi>
  <nas:requestedAirspeed>{0,1}</nas:requestedAirspeed>
  <nas:requestedAltitude>{0,1}</nas:requestedAltitude>
  <nas:surfaceEvents>{0,1}</nas:surfaceEvents>
  <nas:tfmsFlightCreationTime>{0,1}</nas:tfmsFlightCreationTime>
</nas:flight>
Source
<element name="flight" type="nas:NasFlightType" minOccurs="1" maxOccurs="1">
  <annotation>
    <documentation>Flight that is contained within the Flight message.</documentation>
  </annotation>
</element>
Element nas:NasMessageType / nas:metadata
Namespace http://www.faa.aero/nas/4.0
Annotations
The MessageMetadata provides a unique message identifier, the origin of the message 
        in time and location, 
the system
that produced the message, and the time span over which the message data is valid.
Diagram
Diagram NasMessage_xsd.tmp#MessageMetadataType_messageType NasMessage_xsd.tmp#MessageMetadataType_sensitivity NasMessage_xsd.tmp#MessageMetadataType_sensitivityReason NasMessage_xsd.tmp#MessageMetadataType_provenance NasMessage_xsd.tmp#MessageMetadataType_trigger NasMessage_xsd.tmp#MessageMetadataType
Type nas:MessageMetadataType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model nas:provenance{0,1} , nas:trigger{0,1}
Children nas:provenance, nas:trigger
Instance
<nas:metadata messageType="" sensitivity="" sensitivityReason="">
  <nas:provenance centre="" source="" system="">{0,1}</nas:provenance>
  <nas:trigger triggerType="">{0,1}</nas:trigger>
</nas:metadata>
Attributes
QName Type Fixed Default Use Annotation
messageType CharacterStringType optional
Type of message. For example track update, flight plan amendment.
sensitivity restriction of CharacterStringType optional
Sensitivity of the message
sensitivityReason CharacterStringType optional
Reason for the message sensitivity.
Source
<element name="metadata" type="nas:MessageMetadataType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The MessageMetadata provides a unique message identifier, the origin of the message in time and location, the system that produced the message, and the time span over which the message data is valid.</documentation>
  </annotation>
</element>
Element nas:NasMessage
Namespace http://www.faa.aero/nas/4.0
Diagram
Diagram NasMessage_xsd.tmp#NasMessageType_flight NasMessage_xsd.tmp#NasMessageType_metadata NasMessage_xsd.tmp#NasMessageType
Type nas:NasMessageType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
  • AbstractMessage
Model nas:flight , nas:metadata{0,1}
Children nas:flight, nas:metadata
Instance
<nas:NasMessage>
  <nas:flight>{1,1}</nas:flight>
  <nas:metadata messageType="" sensitivity="" sensitivityReason="">{0,1}</nas:metadata>
</nas:NasMessage>
Source
<element name="NasMessage" type="nas:NasMessageType" substitutionGroup="mesg:AbstractMessage"/>
Element nas:Provenance
Namespace http://www.faa.aero/nas/4.0
Diagram
Diagram NasMessage_xsd.tmp#ProvenanceType_centre NasMessage_xsd.tmp#ProvenanceType_source NasMessage_xsd.tmp#ProvenanceType_system NasMessage_xsd.tmp#ProvenanceType_timestamp NasMessage_xsd.tmp#ProvenanceType
Type nas:ProvenanceType
Properties
content: complex
Model nas:timestamp{0,1}
Children nas:timestamp
Instance
<nas:Provenance centre="" source="" system="">
  <nas:timestamp>{0,1}</nas:timestamp>
</nas:Provenance>
Attributes
QName Type Fixed Default Use Annotation
centre nas:ProvenanceCentreType optional
The ATC center (or FIR) that produced the data contained in the Provenance.
source nas:ProvenanceSourceType optional
The source of the data in the message (unstructured, for archival analysis).
system nas:ProvenanceSystemType optional
The name of the system that generated the data contained in the Provenance.
Source
<element name="Provenance" type="nas:ProvenanceType"/>
Element nas:Trigger
Namespace http://www.faa.aero/nas/4.0
Diagram
Diagram NasMessage_xsd.tmp#TriggerType_triggerType NasMessage_xsd.tmp#TriggerType_timestamp NasMessage_xsd.tmp#TriggerType
Type nas:TriggerType
Properties
content: complex
Model nas:timestamp{0,1}
Children nas:timestamp
Instance
<nas:Trigger triggerType="">
  <nas:timestamp>{0,1}</nas:timestamp>
</nas:Trigger>
Attributes
QName Type Fixed Default Use Annotation
triggerType CharacterStringType optional
Describes the message trigger type.
Source
<element name="Trigger" type="nas:TriggerType"/>
Complex Type nas:MessageMetadataType
Namespace http://www.faa.aero/nas/4.0
Annotations
The MessageMetadata provides a unique message identifier, the origin of the message 
in time and location, 
    the system
    that produced the message, and the time span over which the message data is valid.
Diagram
Diagram NasMessage_xsd.tmp#MessageMetadataType_messageType NasMessage_xsd.tmp#MessageMetadataType_sensitivity NasMessage_xsd.tmp#MessageMetadataType_sensitivityReason NasMessage_xsd.tmp#MessageMetadataType_provenance NasMessage_xsd.tmp#MessageMetadataType_trigger
Used by
Model nas:provenance{0,1} , nas:trigger{0,1}
Children nas:provenance, nas:trigger
Attributes
QName Type Fixed Default Use Annotation
messageType CharacterStringType optional
Type of message. For example track update, flight plan amendment.
sensitivity restriction of CharacterStringType optional
Sensitivity of the message
sensitivityReason CharacterStringType optional
Reason for the message sensitivity.
Source
<complexType name="MessageMetadataType">
  <annotation>
    <documentation>The MessageMetadata provides a unique message identifier, the origin of the message in time and location, the system that produced the message, and the time span over which the message data is valid.</documentation>
  </annotation>
  <sequence>
    <element name="provenance" type="nas:ProvenanceType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>Message provenance data. Can be used by system to describe details involved in sending the message including source, center and system..</documentation>
      </annotation>
    </element>
    <element name="trigger" type="nas:TriggerType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>Container for Message Trigger information such as the type of trigger and timestamp.</documentation>
      </annotation>
    </element>
  </sequence>
  <attribute name="messageType" type="fb:CharacterStringType" use="optional">
    <annotation>
      <documentation>Type of message. For example track update, flight plan amendment.</documentation>
    </annotation>
  </attribute>
  <attribute name="sensitivity" use="optional">
    <annotation>
      <documentation>Sensitivity of the message</documentation>
    </annotation>
    <simpleType>
      <restriction base="fb:CharacterStringType">
        <pattern value="[A-Z]"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="sensitivityReason" type="fb:CharacterStringType" use="optional">
    <annotation>
      <documentation>Reason for the message sensitivity.</documentation>
    </annotation>
  </attribute>
</complexType>
Complex Type nas:ProvenanceType
Namespace http://www.faa.aero/nas/4.0
Annotations
Provenance carries four attributes that describe the ultimate source of the data 
to which it refers: 
* system - The name of the system that generated the data contained in the Provenance. 
            
* center - The ATC center (or FIR) that produced the data contained in the Provenance. 
            
* source - The source of the data in the message (unstructured, for archival analysis). 
            
* timestamp - The time at which the data entered the system
Diagram
Diagram NasMessage_xsd.tmp#ProvenanceType_centre NasMessage_xsd.tmp#ProvenanceType_source NasMessage_xsd.tmp#ProvenanceType_system NasMessage_xsd.tmp#ProvenanceType_timestamp
Used by
Model nas:timestamp{0,1}
Children nas:timestamp
Attributes
QName Type Fixed Default Use Annotation
centre nas:ProvenanceCentreType optional
The ATC center (or FIR) that produced the data contained in the Provenance.
source nas:ProvenanceSourceType optional
The source of the data in the message (unstructured, for archival analysis).
system nas:ProvenanceSystemType optional
The name of the system that generated the data contained in the Provenance.
Source
<complexType name="ProvenanceType">
  <annotation>
    <documentation>Provenance carries four attributes that describe the ultimate source of the data to which it refers: * system - The name of the system that generated the data contained in the Provenance. * center - The ATC center (or FIR) that produced the data contained in the Provenance. * source - The source of the data in the message (unstructured, for archival analysis). * timestamp - The time at which the data entered the system</documentation>
  </annotation>
  <sequence>
    <element name="timestamp" type="fb:TimeType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>The time at which the provenance information was recorded.</documentation>
      </annotation>
    </element>
  </sequence>
  <attribute name="centre" type="nas:ProvenanceCentreType" use="optional">
    <annotation>
      <documentation>The ATC center (or FIR) that produced the data contained in the Provenance.</documentation>
    </annotation>
  </attribute>
  <attribute name="source" type="nas:ProvenanceSourceType" use="optional">
    <annotation>
      <documentation>The source of the data in the message (unstructured, for archival analysis).</documentation>
    </annotation>
  </attribute>
  <attribute name="system" type="nas:ProvenanceSystemType" use="optional">
    <annotation>
      <documentation>The name of the system that generated the data contained in the Provenance.</documentation>
    </annotation>
  </attribute>
</complexType>
Simple Type nas:ProvenanceCentreType
Namespace http://www.faa.aero/nas/4.0
Annotations
Name of the ATC (FIR) center that produced the data
Diagram
Diagram
Type CharacterStringType
Type hierarchy
Used by
Source
<simpleType name="ProvenanceCentreType">
  <annotation>
    <documentation>Name of the ATC (FIR) center that produced the data</documentation>
  </annotation>
  <restriction base="fb:CharacterStringType"/>
</simpleType>
Simple Type nas:ProvenanceSourceType
Namespace http://www.faa.aero/nas/4.0
Annotations
Indication of the source of the data in the Provenance, for archival analysis. 
While this field has no formal definition, it might take values like: 
* ACID of the flight that produced it. 
* Name or ID of a controller 
* Name or ID of a pilot 
* Name of airline
Diagram
Diagram
Type CharacterStringType
Type hierarchy
Used by
Source
<simpleType name="ProvenanceSourceType">
  <annotation>
    <documentation>Indication of the source of the data in the Provenance, for archival analysis. While this field has no formal definition, it might take values like: * ACID of the flight that produced it. * Name or ID of a controller * Name or ID of a pilot * Name of airline</documentation>
  </annotation>
  <restriction base="fb:CharacterStringType"/>
</simpleType>
Simple Type nas:ProvenanceSystemType
Namespace http://www.faa.aero/nas/4.0
Annotations
Name of the flight data system that produced the data.
Diagram
Diagram
Type CharacterStringType
Type hierarchy
Used by
Source
<simpleType name="ProvenanceSystemType">
  <annotation>
    <documentation>Name of the flight data system that produced the data.</documentation>
  </annotation>
  <restriction base="fb:CharacterStringType"/>
</simpleType>
Complex Type nas:TriggerType
Namespace http://www.faa.aero/nas/4.0
Annotations
Container for Message Trigger information such as the type of trigger and timestamp.
Diagram
Diagram NasMessage_xsd.tmp#TriggerType_triggerType NasMessage_xsd.tmp#TriggerType_timestamp
Used by
Model nas:timestamp{0,1}
Children nas:timestamp
Attributes
QName Type Fixed Default Use Annotation
triggerType CharacterStringType optional
Describes the message trigger type.
Source
<complexType name="TriggerType">
  <annotation>
    <documentation>Container for Message Trigger information such as the type of trigger and timestamp.</documentation>
  </annotation>
  <sequence>
    <element name="timestamp" type="fb:TimeType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>Trigger timestamp</documentation>
      </annotation>
    </element>
  </sequence>
  <attribute name="triggerType" type="fb:CharacterStringType" use="optional">
    <annotation>
      <documentation>Describes the message trigger type.</documentation>
    </annotation>
  </attribute>
</complexType>
Complex Type nas:NasMessageType
Namespace http://www.faa.aero/nas/4.0
Annotations
FlightMessage is used to transmit FIXM flight objects.
Diagram
Diagram NasMessage_xsd.tmp#NasMessageType_flight NasMessage_xsd.tmp#NasMessageType_metadata
Type extension of AbstractMessageType
Type hierarchy
Used by
Element nas:NasMessage
Model nas:flight , nas:metadata{0,1}
Children nas:flight, nas:metadata
Source
<complexType name="NasMessageType">
  <annotation>
    <documentation>FlightMessage is used to transmit FIXM flight objects.</documentation>
  </annotation>
  <complexContent>
    <extension base="mesg:AbstractMessageType">
      <sequence>
        <element name="flight" type="nas:NasFlightType" minOccurs="1" maxOccurs="1">
          <annotation>
            <documentation>Flight that is contained within the Flight message.</documentation>
          </annotation>
        </element>
        <element name="metadata" type="nas:MessageMetadataType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The MessageMetadata provides a unique message identifier, the origin of the message in time and location, the system that produced the message, and the time span over which the message data is valid.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Attribute nas:ProvenanceType / @centre
Namespace No namespace
Annotations
The ATC center (or FIR) that produced the data contained in the Provenance.
Type nas:ProvenanceCentreType
Type hierarchy
Properties
use: optional
Used by
Complex Type nas:ProvenanceType
Source
<attribute name="centre" type="nas:ProvenanceCentreType" use="optional">
  <annotation>
    <documentation>The ATC center (or FIR) that produced the data contained in the Provenance.</documentation>
  </annotation>
</attribute>
Attribute nas:ProvenanceType / @source
Namespace No namespace
Annotations
The source of the data in the message (unstructured, for archival analysis).
Type nas:ProvenanceSourceType
Type hierarchy
Properties
use: optional
Used by
Complex Type nas:ProvenanceType
Source
<attribute name="source" type="nas:ProvenanceSourceType" use="optional">
  <annotation>
    <documentation>The source of the data in the message (unstructured, for archival analysis).</documentation>
  </annotation>
</attribute>
Attribute nas:ProvenanceType / @system
Namespace No namespace
Annotations
The name of the system that generated the data contained in the Provenance.
Type nas:ProvenanceSystemType
Type hierarchy
Properties
use: optional
Used by
Complex Type nas:ProvenanceType
Source
<attribute name="system" type="nas:ProvenanceSystemType" use="optional">
  <annotation>
    <documentation>The name of the system that generated the data contained in the Provenance.</documentation>
  </annotation>
</attribute>
Attribute nas:TriggerType / @triggerType
Namespace No namespace
Annotations
Describes the message trigger type.
Type CharacterStringType
Properties
use: optional
Used by
Complex Type nas:TriggerType
Source
<attribute name="triggerType" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>Describes the message trigger type.</documentation>
  </annotation>
</attribute>
Attribute nas:MessageMetadataType / @messageType
Namespace No namespace
Annotations
Type of message. For example track update, flight plan amendment.
Type CharacterStringType
Properties
use: optional
Used by
Source
<attribute name="messageType" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>Type of message. For example track update, flight plan amendment.</documentation>
  </annotation>
</attribute>
Attribute nas:MessageMetadataType / @sensitivity
Namespace No namespace
Annotations
Sensitivity of the message
Type restriction of CharacterStringType
Type hierarchy
  • CharacterStringType
Properties
use: optional
Used by
Source
<attribute name="sensitivity" use="optional">
  <annotation>
    <documentation>Sensitivity of the message</documentation>
  </annotation>
  <simpleType>
    <restriction base="fb:CharacterStringType">
      <pattern value="[A-Z]"/>
    </restriction>
  </simpleType>
</attribute>
Attribute nas:MessageMetadataType / @sensitivityReason
Namespace No namespace
Annotations
Reason for the message sensitivity.
Type CharacterStringType
Properties
use: optional
Used by
Source
<attribute name="sensitivityReason" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>Reason for the message sensitivity.</documentation>
  </annotation>
</attribute>