complexType ElapsedTimeLocationChoiceType
diagram BasicMessage_diagrams/BasicMessage_p415.png
namespace http://www.fixm.aero/flight/4.2
children fx:longitude fx:point fx:region
used by
element EstimatedElapsedTimeType/location
annotation
documentation
The location associated with estimated elapsed time. It can be a longitude, significant point or flight information region.
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:AirspaceDesignatorType" 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>

element ElapsedTimeLocationChoiceType/longitude
diagram BasicMessage_diagrams/BasicMessage_p416.png
namespace http://www.fixm.aero/flight/4.2
type fb:LongitudeType
properties
content simple
facets
Kind Value Annotation
minInclusive -180
maxInclusive 180
annotation
documentation
Longitude associated with the elapsed time.
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>

element ElapsedTimeLocationChoiceType/point
diagram BasicMessage_diagrams/BasicMessage_p417.png
namespace http://www.fixm.aero/flight/4.2
type fb:SignificantPointChoiceType
properties
content complex
children fb:aerodromeReferencePoint fb:designatedPoint fb:navaid fb:position fb:relativePoint
annotation
documentation
Point associated with the estimated elapsed time.
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>

element ElapsedTimeLocationChoiceType/region
diagram BasicMessage_diagrams/BasicMessage_p418.png
namespace http://www.fixm.aero/flight/4.2
type fb:AirspaceDesignatorType
properties
content complex
facets
Kind Value Annotation
minLength 1
maxLength 10
pattern ([A-Z]|[0-9]|[, !&quot;&amp;#$%'\(\)\*\+\-\./:;&lt;=&gt;\?@\[\\\]\^_\|\{\}])*
attributes
Name  Type  Use  Default  Fixed  Annotation
href  fb:HypertextReferenceType  optional      
documentation
Provides an optional mechanism enabling FIXM aeronautical fields to be supplemented with references to AIXM features.  This field should be considered functionally equivalent to the xlink:href field used in AIXM to reference features. [FIXM]
annotation
documentation
Flight information boundary associated with the elapsed time.
source <xs:element name="region" type="fb:AirspaceDesignatorType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Flight information boundary associated with the elapsed time.</xs:documentation>
 
</xs:annotation>
</xs:element>


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