complexType MessageMetadataType
diagram Nas_diagrams/Nas_p385.png
namespace http://www.fixm.aero/ext/nas/4.4
children nas:asdexConfidence nas:asdexProvenance nas:eramMessageTimeAndSequenceNumber nas:eramResponse nas:provenance nas:sensitivity nas:sensitivityReason nas:sequenceNumber nas:taisTrackProvenance nas:trigger
used by
elements NasMessageType/metadata NasMessageCollectionType/metadata
annotation
documentation
The MessageMetadata provides information about the message including its trigger, provenance, sensitivity, and various other header/metadata fields that are more related to the message itself (or the system generating the message) than to the flight the message is about.
source <xs:complexType name="MessageMetadataType">
 
<xs:annotation>
   
<xs:documentation>The MessageMetadata provides information about the message including its trigger, provenance, sensitivity, and various other header/metadata fields that are more related to the message itself (or the system generating the message) than to the flight the message is about.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="asdexConfidence" type="nas:AsdexConfidenceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Confidence of the ASDE-X system regarding the position accuracy.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="asdexProvenance" type="nas:AsdexProvenanceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A collection of information about the source of the information contained in this message and the settings of the Airport Surface Detection Equipment Model X (ASDE-X) system used to create the message.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="eramMessageTimeAndSequenceNumber" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Message time and sequence number where dddddd (the first six digits) is UTC (hhmmss); dddd (the last four digits) is the sequence number of the message (range 0000-9999). The sequence number is initialized to 0000 when ATM IPOP is initialized. The sequence number is incremented each time a message is sent. It will be reset to 0000 after sending a message with sequence number 9999.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="eramResponse" type="nas:EramResponseChoiceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Error or warning messages from ERAM regarding an amendment request.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="provenance" type="nas:MessageProvenanceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Message provenance data. Can be used by system to describe details involved in sending the message including source, center and system.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="sensitivity" type="nas:SensitivityType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Sensitivity of the message.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="sensitivityReason" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Reason for the message sensitivity.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="sequenceNumber" type="fb:CountType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Used to ensure message order is maintained regardless of delivery mechanism.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="taisTrackProvenance" type="nas:TaisTrackProvenanceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Information about the track reports provided byTAIS.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="trigger" type="nas:TriggerType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Container for Message Trigger information such as the type of trigger and timestamp.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element MessageMetadataType/asdexConfidence
diagram Nas_diagrams/Nas_p386.png
namespace http://www.fixm.aero/ext/nas/4.4
type nas:AsdexConfidenceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:navigationIntegrityCategory nas:positionNavigationAccuracyCategory nas:sourceIntegrityLevel nas:trackAssociationConfidence
annotation
documentation
Confidence of the ASDE-X system regarding the position accuracy.
source <xs:element name="asdexConfidence" type="nas:AsdexConfidenceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Confidence of the ASDE-X system regarding the position accuracy.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MessageMetadataType/asdexProvenance
diagram Nas_diagrams/Nas_p387.png
namespace http://www.fixm.aero/ext/nas/4.4
type nas:AsdexProvenanceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:adsbDifferentialCorrection nas:adsbLatLonValidationStatus nas:alertFilterIndicator nas:atcrbsSourceFused nas:downlinkFormat nas:fusedHeightSource nas:geometricDilutionOfPrecision nas:gpsMlatAgreement nas:groundBitSet nas:mostReliableHeight nas:multilaterationType nas:referenceTransmitterReport nas:repliesCorrupted nas:sbs1090AddressQualifier nas:sbs1090LinkVersion nas:specialPurposeIndicator nas:statusBitIndicators nas:systemMode nas:taxiwayArrivalAlertFiltered nas:trackQuality nas:trackStatus nas:uatAddressQualifier nas:uatLinkVersion
annotation
documentation
A collection of information about the source of the information contained in this message and the settings of the Airport Surface Detection Equipment Model X (ASDE-X) system used to create the message.
source <xs:element name="asdexProvenance" type="nas:AsdexProvenanceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A collection of information about the source of the information contained in this message and the settings of the Airport Surface Detection Equipment Model X (ASDE-X) system used to create the message.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MessageMetadataType/eramMessageTimeAndSequenceNumber
diagram Nas_diagrams/Nas_p388.png
namespace http://www.fixm.aero/ext/nas/4.4
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
Message time and sequence number where dddddd (the first six digits) is UTC (hhmmss); dddd (the last four digits) is the sequence number of the message (range 0000-9999). The sequence number is initialized to 0000 when ATM IPOP is initialized. The sequence number is incremented each time a message is sent. It will be reset to 0000 after sending a message with sequence number 9999.
source <xs:element name="eramMessageTimeAndSequenceNumber" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Message time and sequence number where dddddd (the first six digits) is UTC (hhmmss); dddd (the last four digits) is the sequence number of the message (range 0000-9999). The sequence number is initialized to 0000 when ATM IPOP is initialized. The sequence number is incremented each time a message is sent. It will be reset to 0000 after sending a message with sequence number 9999.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MessageMetadataType/eramResponse
diagram Nas_diagrams/Nas_p389.png
namespace http://www.fixm.aero/ext/nas/4.4
type nas:EramResponseChoiceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:errorResponse nas:warningResponse
annotation
documentation
Error or warning messages from ERAM regarding an amendment request.
source <xs:element name="eramResponse" type="nas:EramResponseChoiceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Error or warning messages from ERAM regarding an amendment request.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MessageMetadataType/provenance
diagram Nas_diagrams/Nas_p390.png
namespace http://www.fixm.aero/ext/nas/4.4
type nas:MessageProvenanceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:airport nas:center nas:source nas:system nas:timestamp nas:tracon
annotation
documentation
Message provenance data. Can be used by system to describe details involved in sending the message including source, center and system.
source <xs:element name="provenance" type="nas:MessageProvenanceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Message provenance data. Can be used by system to describe details involved in sending the message including source, center and system.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MessageMetadataType/sensitivity
diagram Nas_diagrams/Nas_p391.png
namespace http://www.fixm.aero/ext/nas/4.4
type nas:SensitivityType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z]
annotation
documentation
Sensitivity of the message.
source <xs:element name="sensitivity" type="nas:SensitivityType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Sensitivity of the message.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MessageMetadataType/sensitivityReason
diagram Nas_diagrams/Nas_p392.png
namespace http://www.fixm.aero/ext/nas/4.4
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
Reason for the message sensitivity.
source <xs:element name="sensitivityReason" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Reason for the message sensitivity.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MessageMetadataType/sequenceNumber
diagram Nas_diagrams/Nas_p393.png
namespace http://www.fixm.aero/ext/nas/4.4
type fb:CountType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Used to ensure message order is maintained regardless of delivery mechanism.
source <xs:element name="sequenceNumber" type="fb:CountType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Used to ensure message order is maintained regardless of delivery mechanism.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MessageMetadataType/taisTrackProvenance
diagram Nas_diagrams/Nas_p394.png
namespace http://www.fixm.aero/ext/nas/4.4
type nas:TaisTrackProvenanceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:adsbTrack nas:frozenTrack nas:newTrack nas:pseudoTrack
annotation
documentation
Information about the track reports provided byTAIS.
source <xs:element name="taisTrackProvenance" type="nas:TaisTrackProvenanceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Information about the track reports provided byTAIS.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MessageMetadataType/trigger
diagram Nas_diagrams/Nas_p395.png
namespace http://www.fixm.aero/ext/nas/4.4
type nas:TriggerType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:timestamp nas:triggerType
annotation
documentation
Container for Message Trigger information such as the type of trigger and timestamp.
source <xs:element name="trigger" type="nas:TriggerType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Container for Message Trigger information such as the type of trigger and timestamp.</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy