complexType ReportedTimeType
diagram Nas_diagrams/Nas_p123.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:provenance nas:time
used by
elements NasInBlockTimeType/actual NasRunwayArrivalTimeType/actual NasOffBlockTimeType/actual NasRunwayDepartureTimeType/actual NasOffBlockTimeType/earliest NasRunwayDepartureTimeType/earliest NasInBlockTimeType/estimated NasOffBlockTimeType/estimated NasRunwayArrivalEstimatedType/estimatedTime NasRunwayDepartureEstimatedType/estimatedTime NasDepartureType/movementAreaTargetEntryTime NasOffBlockTimeType/target NasRunwayDepartureTimeType/target
annotation
documentation
Represents time that was reported by a source including the source and timestamp of when the time was reported
source <xs:complexType name="ReportedTimeType">
 
<xs:annotation>
   
<xs:documentation>Represents time that was reported by a source including the source and timestamp of when the time was reported</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="provenance" type="nas:ProvenanceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Contains the provenance information such as the reported timestamp and the source of the report.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="time" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Time which is the subject of the ReportedTime.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ReportedTimeType/provenance
diagram Nas_diagrams/Nas_p124.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:ProvenanceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:reportedTimestamp nas:source
annotation
documentation
Contains the provenance information such as the reported timestamp and the source of the report.
source <xs:element name="provenance" type="nas:ProvenanceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Contains the provenance information such as the reported timestamp and the source of the report.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ReportedTimeType/time
diagram Nas_diagrams/Nas_p125.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
Time which is the subject of the ReportedTime.
source <xs:element name="time" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Time which is the subject of the ReportedTime.</xs:documentation>
 
</xs:annotation>
</xs:element>


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