complexType RelativePointType
diagram FficeTemplates_diagrams/FficeTemplates_p638.png
namespace http://www.fixm.aero/base/4.2
children fb:bearing fb:distance fb:extension fb:position fb:referencePoint
used by
element SignificantPointChoiceType/relativePoint
annotation
documentation
Bearing and distance from a reference point. [ICAO Doc 4444, Appendix 2, ITEM 15]
This FIXM class adds one optional property 'position' which may be used as a complement to the bearing, distance and reference point information in order to provide the computed position of the relative point, if available.
source <xs:complexType name="RelativePointType">
 
<xs:annotation>
   
<xs:documentation>Bearing and distance from a reference point. [ICAO Doc 4444, Appendix 2, ITEM 15]
This FIXM class adds one optional property 'position' which may be used as a complement to the bearing, distance and reference point information in order to provide the computed position of the relative point, if available.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="bearing" type="fb:BearingType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The radius from a chosen Navaid </xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="distance" type="fb:DistanceType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Distance from the chosen Navaid to the Intersection.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="extension" type="fb:RelativePointExtensionType" 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="position" type="fb:GeographicalPositionType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The values of latitude and longitude that define the position of the Relative Point on the surface of the Earth with respect to a reference datum. [specialised from ICAO Doc 9881]

This optional field may be used to provide the actual position of the relative point if already known / computed.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="referencePoint" type="fb:NavaidType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The navaid used as reference for building an intersection</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element RelativePointType/bearing
diagram FficeTemplates_diagrams/FficeTemplates_p639.png
namespace http://www.fixm.aero/base/4.2
type fb:BearingType
properties
content complex
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomAngleType  required      
documentation
Unit of measure
zeroBearingType  fb:ZeroBearingTypeType  required      
documentation
A code indicating the direction of the zero bearing.
annotation
documentation
The radius from a chosen Navaid
source <xs:element name="bearing" type="fb:BearingType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The radius from a chosen Navaid </xs:documentation>
 
</xs:annotation>
</xs:element>

element RelativePointType/distance
diagram FficeTemplates_diagrams/FficeTemplates_p640.png
namespace http://www.fixm.aero/base/4.2
type fb:DistanceType
properties
content complex
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomLengthType  required      
documentation
Unit of measure
annotation
documentation
Distance from the chosen Navaid to the Intersection.
source <xs:element name="distance" type="fb:DistanceType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Distance from the chosen Navaid to the Intersection.</xs:documentation>
 
</xs:annotation>
</xs:element>

element RelativePointType/extension
diagram FficeTemplates_diagrams/FficeTemplates_p641.png
namespace http://www.fixm.aero/base/4.2
type fb:RelativePointExtensionType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
annotation
documentation
An extension hook for attaching extension (non-core) classes.
source <xs:element name="extension" type="fb:RelativePointExtensionType" 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>

element RelativePointType/position
diagram FficeTemplates_diagrams/FficeTemplates_p642.png
namespace http://www.fixm.aero/base/4.2
type fb:GeographicalPositionType
properties
minOcc 0
maxOcc 1
content complex
nillable true
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 the Relative Point on the surface of the Earth with respect to a reference datum. [specialised from ICAO Doc 9881]

This optional field may be used to provide the actual position of the relative point if already known / computed.
source <xs:element name="position" type="fb:GeographicalPositionType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The values of latitude and longitude that define the position of the Relative Point on the surface of the Earth with respect to a reference datum. [specialised from ICAO Doc 9881]

This optional field may be used to provide the actual position of the relative point if already known / computed.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element RelativePointType/referencePoint
diagram FficeTemplates_diagrams/FficeTemplates_p643.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
The navaid used as reference for building an intersection
source <xs:element name="referencePoint" type="fb:NavaidType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The navaid used as reference for building an intersection</xs:documentation>
 
</xs:annotation>
</xs:element>


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