complexType Point4DTimeChoiceType
diagram Nas_diagrams/Nas_p709.png
namespace http://www.fixm.aero/flight/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
children fb:extension fx:absoluteTime fx:relativeTimeFromInitialPredictionPoint
used by
elements TrajectoryPoint4DType/time Point4DTimeChoice
annotation
documentation

            Allows to either specify a 4D point time as either an absolute time or relative time.
           
        
source <complexType name="Point4DTimeChoiceType">
 
<annotation>
   
<documentation>
            Allows to either specify a 4D point time as either an absolute time or relative time.
           
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<choice>
       
<element name="absoluteTime" type="fb:TimeType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Absolute Time of the 4D point.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="relativeTimeFromInitialPredictionPoint" type="fb:DurationType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Relative Time of the 4D point (expressed as duration from takeoff).
                    
</documentation>
         
</annotation>
       
</element>
     
</choice>
   
</extension>
 
</complexContent>
</complexType>

element Point4DTimeChoiceType/absoluteTime
diagram Nas_diagrams/Nas_p710.png
namespace http://www.fixm.aero/flight/4.1
type fb:TimeType
properties
minOcc 0
maxOcc 1
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 <element name="absoluteTime" type="fb:TimeType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Absolute Time of the 4D point.
                    
</documentation>
 
</annotation>
</element>

element Point4DTimeChoiceType/relativeTimeFromInitialPredictionPoint
diagram Nas_diagrams/Nas_p711.png
namespace http://www.fixm.aero/flight/4.1
type fb:DurationType
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation

                        Relative Time of the 4D point (expressed as duration from takeoff).
                    
source <element name="relativeTimeFromInitialPredictionPoint" type="fb:DurationType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Relative Time of the 4D point (expressed as duration from takeoff).
                    
</documentation>
 
</annotation>
</element>


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