complexType BearingType
diagram Fixm_diagrams/Fixm_p140.png
namespace http://www.fixm.aero/base/4.2
type extension of fb:AngleType
properties
base fb:AngleType
used by
element RelativePointType/bearing
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
A data type used to represent direction in the coordinate reference system. [ISO 19107, chapter 6.3.12.1]

The value of a bearing indication (at a given point) is measured as the angle between the bearing and either True North or Magnetic North. The angle is measured clockwise from 0 degrees up to and including 360 degrees. The value can also be a VOR radial.  [AIXM 5.1]
source <xs:complexType name="BearingType">
 
<xs:annotation>
   
<xs:documentation>A data type used to represent direction in the coordinate reference system. [ISO 19107, chapter 6.3.12.1]

The value of a bearing indication (at a given point) is measured as the angle between the bearing and either True North or Magnetic North. The angle is measured clockwise from 0 degrees up to and including 360 degrees. The value can also be a VOR radial.  [AIXM 5.1]
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="fb:AngleType">
     
<xs:attribute name="zeroBearingType" type="fb:ZeroBearingTypeType" use="required">
       
<xs:annotation>
         
<xs:documentation>A code indicating the direction of the zero bearing.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute BearingType/@zeroBearingType
type fb:ZeroBearingTypeType
properties
use required
facets
Kind Value Annotation
enumeration TRUE_NORTH
documentation
This value indicates that the direction is relative to True North.
enumeration MAGNETIC_NORTH
documentation
This value indicates that the direction is relative to Magnetic North.
annotation
documentation
A code indicating the direction of the zero bearing.
source <xs:attribute name="zeroBearingType" type="fb:ZeroBearingTypeType" use="required">
 
<xs:annotation>
   
<xs:documentation>A code indicating the direction of the zero bearing.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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