diagram | ![]() |
||
namespace | http://www.fixm.aero/flight/4.1 | ||
type | extension of fb:ExtensibleType | ||
properties |
|
||
children | fb:extension fx:absoluteTime fx:relativeTimeFromInitialPredictionPoint | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||
namespace | http://www.fixm.aero/flight/4.1 | ||||||
type | fb:TimeType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <element name="absoluteTime" type="fb:TimeType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Absolute Time of the 4D point. </documentation> </annotation> </element> |
diagram | ![]() |
||||||
namespace | http://www.fixm.aero/flight/4.1 | ||||||
type | fb:DurationType | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |