complexType NasMessageCollectionType
diagram Nas_diagrams/Nas_p338.png
namespace http://www.fixm.aero/ext/nas/4.3
type extension of msg:MessageCollectionExtensionType
properties
base msg:MessageCollectionExtensionType
children nas:metadata
annotation
documentation
NAS-specific extensions to MessageCollection information.
source <xs:complexType name="NasMessageCollectionType">
 
<xs:annotation>
   
<xs:documentation>NAS-specific extensions to MessageCollection information.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="msg:MessageCollectionExtensionType">
     
<xs:sequence>
       
<xs:element name="metadata" type="nas:MessageMetadataType" nillable="true" minOccurs="0" maxOccurs="1">
         
<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:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element NasMessageCollectionType/metadata
diagram Nas_diagrams/Nas_p339.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:MessageMetadataType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:asdexConfidence nas:eramResponse nas:provenance nas:sensitivity nas:sensitivityReason nas:sequenceNumber nas:trigger
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:element name="metadata" type="nas:MessageMetadataType" nillable="true" minOccurs="0" maxOccurs="1">
 
<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:element>


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