diagram | ![]() |
||||||||||||||||||||||
namespace | http://www.fixm.aero/flight/4.1 | ||||||||||||||||||||||
type | extension of fb:ExtensibleType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | fb:extension fx:location | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <complexType name="EstimatedElapsedTimeType"> <annotation> <documentation> The estimated amount of time from takeoff to reach a significant point or Flight Information Region (FIR) boundary along the route of flight. </documentation> </annotation> <complexContent> <extension base="fb:ExtensibleType"> <sequence> <element name="location" type="fx:ElapsedTimeLocationType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> The location associated with estimated elapsed time. It can be a longitude, significant point or flight information region. </documentation> </annotation> </element> </sequence> <attribute name="elapsedTime" type="fb:DurationType" use="optional"> <annotation> <documentation> The estimated amount of elapsed time. </documentation> </annotation> </attribute> <attribute name="seqNum" use="optional"> <annotation> <documentation> Incrementing identifier used to ensure the sequence of ordered lists is retained. [FIXM]. The identifier should begin at zero. </documentation> </annotation> <simpleType> <restriction base="xs:int"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> </extension> </complexContent> </complexType> |
type | fb:DurationType | ||
properties |
|
||
annotation |
|
||
source | <attribute name="elapsedTime" type="fb:DurationType" use="optional"> <annotation> <documentation> The estimated amount of elapsed time. </documentation> </annotation> </attribute> |
type | restriction of int | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <attribute name="seqNum" use="optional"> <annotation> <documentation> Incrementing identifier used to ensure the sequence of ordered lists is retained. [FIXM]. The identifier should begin at zero. </documentation> </annotation> <simpleType> <restriction base="xs:int"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> |
diagram | ![]() |
||||||
namespace | http://www.fixm.aero/flight/4.1 | ||||||
type | fx:ElapsedTimeLocationType | ||||||
properties |
|
||||||
children | fb:extension fx:longitude fx:point fx:region | ||||||
annotation |
|
||||||
source | <element name="location" type="fx:ElapsedTimeLocationType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> The location associated with estimated elapsed time. It can be a longitude, significant point or flight information region. </documentation> </annotation> </element> |