complexType SignificantPointChoiceType
diagram BasicMessage_diagrams/BasicMessage_p70.png
namespace http://www.fixm.aero/base/4.2
children fb:aerodromeReferencePoint fb:designatedPoint fb:navaid fb:position fb:relativePoint
used by
elements BoundaryCrossingType/crossingPoint RouteTrajectoryElementType/elementStartPoint ElapsedTimeLocationChoiceType/point LastPositionReportType/position
annotation
documentation
A location type restricted to lat/long location, named location, or reference location.
source <xs:complexType name="SignificantPointChoiceType">
 
<xs:annotation>
   
<xs:documentation>A location type restricted to lat/long location, named location, or reference location.</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="aerodromeReferencePoint" type="fb:AerodromeReferenceType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The designated geographical location of an aerodrome. [ICAO Annex 14].</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="designatedPoint" type="fb:DesignatedPointType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A named geographical location used in defining an ATS route, the flight path of an aircraft or for other navigation or ATS purposes. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="navaid" type="fb:NavaidType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A radio navigation aid used in defining an ATS route, the flight path of an aircraft or for other navigation or ATS purposes. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="position" type="fb:GeographicalPositionType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The values of latitude and longitude that define the position of a point on the surface of the Earth with respect to a reference datum. [specialised from ICAO Doc 9881]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="relativePoint" type="fb:RelativePointType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Bearing and distance from a reference point. [ICAO Doc 4444, Appendix 2, ITEM 15]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element SignificantPointChoiceType/aerodromeReferencePoint
diagram BasicMessage_diagrams/BasicMessage_p71.png
namespace http://www.fixm.aero/base/4.2
type fb:AerodromeReferenceType
properties
content complex
children fb:extension fb:iataDesignator fb:locationIndicator fb:name fb:referencePoint
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
The designated geographical location of an aerodrome. [ICAO Annex 14].
source <xs:element name="aerodromeReferencePoint" type="fb:AerodromeReferenceType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The designated geographical location of an aerodrome. [ICAO Annex 14].</xs:documentation>
 
</xs:annotation>
</xs:element>

element SignificantPointChoiceType/designatedPoint
diagram BasicMessage_diagrams/BasicMessage_p72.png
namespace http://www.fixm.aero/base/4.2
type fb:DesignatedPointType
properties
content complex
children fb:designator fb:extension fb:position
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
A named geographical location used in defining an ATS route, the flight path of an aircraft or for other navigation or ATS purposes. [FIXM]
source <xs:element name="designatedPoint" type="fb:DesignatedPointType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A named geographical location used in defining an ATS route, the flight path of an aircraft or for other navigation or ATS purposes. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element SignificantPointChoiceType/navaid
diagram BasicMessage_diagrams/BasicMessage_p73.png
namespace http://www.fixm.aero/base/4.2
type fb:NavaidType
properties
content complex
children fb:designator fb:extension fb:navaidServiceType fb:position
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
A radio navigation aid used in defining an ATS route, the flight path of an aircraft or for other navigation or ATS purposes. [FIXM]
source <xs:element name="navaid" type="fb:NavaidType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A radio navigation aid used in defining an ATS route, the flight path of an aircraft or for other navigation or ATS purposes. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element SignificantPointChoiceType/position
diagram BasicMessage_diagrams/BasicMessage_p74.png
namespace http://www.fixm.aero/base/4.2
type fb:GeographicalPositionType
properties
content complex
children fb:extension fb:pos
attributes
Name  Type  Use  Default  Fixed  Annotation
srsName  xs:string  required    urn:ogc:def:crs:EPSG::4326  
documentation
Names the coordinate reference system (CRS) that defines the semantics of the lat/long pair according to the ISO6709 standard. FIXM uses only "urn:ogc:def:crs:EPSG::4326".
annotation
documentation
The values of latitude and longitude that define the position of a point on the surface of the Earth with respect to a reference datum. [specialised from ICAO Doc 9881]
source <xs:element name="position" type="fb:GeographicalPositionType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The values of latitude and longitude that define the position of a point on the surface of the Earth with respect to a reference datum. [specialised from ICAO Doc 9881]</xs:documentation>
 
</xs:annotation>
</xs:element>

element SignificantPointChoiceType/relativePoint
diagram BasicMessage_diagrams/BasicMessage_p75.png
namespace http://www.fixm.aero/base/4.2
type fb:RelativePointType
properties
content complex
children fb:bearing fb:distance fb:extension fb:position fb:referencePoint
annotation
documentation
Bearing and distance from a reference point. [ICAO Doc 4444, Appendix 2, ITEM 15]
source <xs:element name="relativePoint" type="fb:RelativePointType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Bearing and distance from a reference point. [ICAO Doc 4444, Appendix 2, ITEM 15]</xs:documentation>
 
</xs:annotation>
</xs:element>


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