diagram | |||
namespace | http://www.fixm.aero/ext/nas/4.3 | ||
type | extension of msg:MessageExtensionType | ||
properties |
|
||
children | nas:metadata | ||
annotation |
|
||
source | <xs:complexType name="NasMessageType"> <xs:annotation> <xs:documentation>NAS-specific extensions to Message information.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="msg:MessageExtensionType"> <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> |
diagram | |||||||||
namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||
type | nas:MessageMetadataType | ||||||||
properties |
|
||||||||
children | nas:asdexConfidence nas:eramResponse nas:provenance nas:sensitivity nas:sensitivityReason nas:sequenceNumber nas:trigger | ||||||||
annotation |
|
||||||||
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> |