complexType MessageProvenanceType
diagram Nas_diagrams/Nas_p331.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:airport nas:center nas:source nas:system nas:timestamp nas:tracon
used by
element MessageMetadataType/provenance
annotation
documentation
Message provenance data. Can be used to describe details involved in sending the message including the airport, center, system, and/or TRACON that produced the data contained in the message and the time at which it was produced.
source <xs:complexType name="MessageProvenanceType">
 
<xs:annotation>
   
<xs:documentation>Message provenance data. Can be used to describe details involved in sending the message including the airport, center, system, and/or TRACON that produced the data contained in the message and the time at which it was produced.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="airport" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The airport that produced the data contained in the Message.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="center" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The ATC center (or FIR) that produced the data contained in the Message</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="source" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The source that produced the data contained in the Message, if the source is not an ATC facility.
While this field has no formal definition, it might take values such as:

- an Airline Operations Center (AOC)
- a Traffic Flow center 
- an international data provider 
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="system" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The name of the system that generated the data contained in the Message</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="timestamp" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The time at which the provenance information was recorded.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="tracon" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The TRACON that produced the data contained in the Message.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element MessageProvenanceType/airport
diagram Nas_diagrams/Nas_p332.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
The airport that produced the data contained in the Message.
source <xs:element name="airport" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The airport that produced the data contained in the Message.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MessageProvenanceType/center
diagram Nas_diagrams/Nas_p333.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
The ATC center (or FIR) that produced the data contained in the Message
source <xs:element name="center" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The ATC center (or FIR) that produced the data contained in the Message</xs:documentation>
 
</xs:annotation>
</xs:element>

element MessageProvenanceType/source
diagram Nas_diagrams/Nas_p334.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
The source that produced the data contained in the Message, if the source is not an ATC facility.
While this field has no formal definition, it might take values such as:

- an Airline Operations Center (AOC)
- a Traffic Flow center 
- an international data provider 
source <xs:element name="source" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The source that produced the data contained in the Message, if the source is not an ATC facility.
While this field has no formal definition, it might take values such as:

- an Airline Operations Center (AOC)
- a Traffic Flow center 
- an international data provider 
</xs:documentation>
 
</xs:annotation>
</xs:element>

element MessageProvenanceType/system
diagram Nas_diagrams/Nas_p335.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
The name of the system that generated the data contained in the Message
source <xs:element name="system" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The name of the system that generated the data contained in the Message</xs:documentation>
 
</xs:annotation>
</xs:element>

element MessageProvenanceType/timestamp
diagram Nas_diagrams/Nas_p336.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
The time at which the provenance information was recorded.
source <xs:element name="timestamp" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The time at which the provenance information was recorded.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MessageProvenanceType/tracon
diagram Nas_diagrams/Nas_p337.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
The TRACON that produced the data contained in the Message.
source <xs:element name="tracon" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The TRACON that produced the data contained in the Message.</xs:documentation>
 
</xs:annotation>
</xs:element>


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