complexType ProvenanceType
diagram Nas_diagrams/Nas_p120.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:reportedTimestamp nas:source
used by
elements NasHoldingLocationInformationType/provenance NasRunwayType/provenance NasSignificantPointInformationType/provenance NasSpotInformationType/provenance NasStandInformationType/provenance ReportedTimeType/provenance TfdmAtcFlightStateType/provenance TfdmFlightStateType/provenance
annotation
documentation
Contains the provenance information such as the reported timestamp and the source of the report.
source <xs:complexType name="ProvenanceType">
 
<xs:annotation>
   
<xs:documentation>Contains the provenance information such as the reported timestamp and the source of the report.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="reportedTimestamp" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Indicates the timestamp of when the information was reported.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="source" type="nas:SourceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Source of the reported information.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ProvenanceType/reportedTimestamp
diagram Nas_diagrams/Nas_p121.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
Indicates the timestamp of when the information was reported.
source <xs:element name="reportedTimestamp" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicates the timestamp of when the information was reported.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ProvenanceType/source
diagram Nas_diagrams/Nas_p122.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:SourceType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration AIRSPACE_USER
documentation
Airspace User
enumeration TFDM
documentation
Terminal Flight Data Manager
enumeration TFMS
documentation
Traffic Flow Management System
enumeration STARS
documentation
Standard Terminal Automation Replacement System
enumeration TBFM
documentation
Time Based Flow Management
enumeration TDLS
documentation
Tower Data Link Services
enumeration ERAM
documentation
En Route Automation Modernization
annotation
documentation
Source of the reported information.
source <xs:element name="source" type="nas:SourceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Source of the reported information.</xs:documentation>
 
</xs:annotation>
</xs:element>


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