complexType Point4DTimeChoiceType
diagram FficeTemplates_diagrams/FficeTemplates_p1125.png
namespace http://www.fixm.aero/flight/4.2
children fx:absoluteTime fx:relativeTimeFromInitialPredictionPoint
used by
elements TrajectoryPoint4DType/time FficeFFP_TrajectoryPoint4DType/time FficeFS_TrajectoryPoint4DType/time FficeFPU_TrajectoryPoint4DType/time FficePS_TrajectoryPoint4DType/time FficePFP_TrajectoryPoint4DType/time FficeTRQ_TrajectoryPoint4DType/time FficeTRP_TrajectoryPoint4DType/time
annotation
documentation
Allows to either specify a 4D point time as either an absolute time or relative time.
source <xs:complexType name="Point4DTimeChoiceType">
 
<xs:annotation>
   
<xs:documentation>Allows to either specify a 4D point time as either an absolute time or relative time.</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="absoluteTime" type="fb:TimeType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Absolute Time of the 4D point.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="relativeTimeFromInitialPredictionPoint" type="fb:DurationType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Relative Time of the 4D point (expressed as duration from takeoff).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element Point4DTimeChoiceType/absoluteTime
diagram FficeTemplates_diagrams/FficeTemplates_p1126.png
namespace http://www.fixm.aero/flight/4.2
type fb:TimeType
properties
content simple
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
Absolute Time of the 4D point.
source <xs:element name="absoluteTime" type="fb:TimeType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Absolute Time of the 4D point.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Point4DTimeChoiceType/relativeTimeFromInitialPredictionPoint
diagram FficeTemplates_diagrams/FficeTemplates_p1127.png
namespace http://www.fixm.aero/flight/4.2
type fb:DurationType
properties
content simple
annotation
documentation
Relative Time of the 4D point (expressed as duration from takeoff).
source <xs:element name="relativeTimeFromInitialPredictionPoint" type="fb:DurationType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Relative Time of the 4D point (expressed as duration from takeoff).</xs:documentation>
 
</xs:annotation>
</xs:element>


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