diagram | |||||||||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||||||||
children | fx:elapsedTime fx:extension fx:location | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="EstimatedElapsedTimeType"> <xs:annotation> <xs:documentation>The estimated amount of time from takeoff to reach a significant point or Flight Information Region (FIR) boundary along the route of flight.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="elapsedTime" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The estimated amount of elapsed time.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="extension" type="fb:EstimatedElapsedTimeExtensionType" nillable="true" minOccurs="0" maxOccurs="2000"> <xs:annotation> <xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="location" type="fx:ElapsedTimeLocationChoiceType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The location associated with estimated elapsed time. It can be a longitude, significant point or flight information region.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="seqNum" type="fb:CountType" use="optional"> <xs:annotation> <xs:documentation>Incrementing identifier used to ensure the sequence of ordered lists is retained. The identifier should begin at zero. [FIXM]</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | fb:CountType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="seqNum" type="fb:CountType" use="optional"> <xs:annotation> <xs:documentation>Incrementing identifier used to ensure the sequence of ordered lists is retained. The identifier should begin at zero. [FIXM]</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||
type | fb:DurationType | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="elapsedTime" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The estimated amount of elapsed time.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||
type | fb:EstimatedElapsedTimeExtensionType | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="extension" type="fb:EstimatedElapsedTimeExtensionType" nillable="true" minOccurs="0" maxOccurs="2000"> <xs:annotation> <xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||
type | fx:ElapsedTimeLocationChoiceType | ||||||||
properties |
|
||||||||
children | fx:longitude fx:point fx:region | ||||||||
annotation |
|
||||||||
source | <xs:element name="location" type="fx:ElapsedTimeLocationChoiceType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The location associated with estimated elapsed time. It can be a longitude, significant point or flight information region.</xs:documentation> </xs:annotation> </xs:element> |