complexType MessageMetadataType
diagram Nas_diagrams/Nas_p323.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:asdexConfidence nas:eramResponse nas:provenance nas:sensitivity nas:sensitivityReason nas:sequenceNumber nas:trigger
used by
elements NasMessageType/metadata NasMessageCollectionType/metadata
annotation
documentation
The MessageMetadata provides a 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 a 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="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="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_p324.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:AsdexConfidenceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:navigationIntegrityCategory nas:positionNavigationAccuracyCategory nas:sourceIntegrityLevel
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/eramResponse
diagram Nas_diagrams/Nas_p325.png
namespace http://www.fixm.aero/ext/nas/4.3
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_p326.png
namespace http://www.fixm.aero/ext/nas/4.3
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_p327.png
namespace http://www.fixm.aero/ext/nas/4.3
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_p328.png
namespace http://www.fixm.aero/ext/nas/4.3
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_p329.png
namespace http://www.fixm.aero/ext/nas/4.3
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/trigger
diagram Nas_diagrams/Nas_p330.png
namespace http://www.fixm.aero/ext/nas/4.3
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