diagram | |||
namespace | http://www.fixm.aero/flight/4.2 | ||
children | fx:longitude fx:point fx:region | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="ElapsedTimeLocationChoiceType"> <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:choice> <xs:element name="longitude" type="fb:LongitudeType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Longitude associated with the elapsed time.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="point" type="fb:SignificantPointChoiceType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Point associated with the estimated elapsed time.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="region" type="fb:LocationIndicatorType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Flight information boundary associated with the elapsed time.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:complexType> |
diagram | ||||||||||
namespace | http://www.fixm.aero/flight/4.2 | |||||||||
type | fb:LongitudeType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="longitude" type="fb:LongitudeType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Longitude associated with the elapsed time.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
namespace | http://www.fixm.aero/flight/4.2 | ||
type | fb:SignificantPointChoiceType | ||
properties |
|
||
children | fb:aerodromeReferencePoint fb:designatedPoint fb:navaid fb:position fb:relativePoint | ||
annotation |
|
||
source | <xs:element name="point" type="fb:SignificantPointChoiceType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Point associated with the estimated elapsed time.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||||||
type | fb:LocationIndicatorType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="region" type="fb:LocationIndicatorType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Flight information boundary associated with the elapsed time.</xs:documentation> </xs:annotation> </xs:element> |