complexType BearingType
diagram Nas_diagrams/Nas_p408.png
namespace http://www.fixm.aero/base/4.1
type extension of fb:AngleType
properties
base fb:AngleType
used by
elements RelativePointType/bearing NasAirspaceConstraintType/entryPointHeading NasAircraftPositionType/track
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  optional      
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 <complexType name="BearingType">
 
<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]
        
</documentation>
 
</annotation>
 
<simpleContent>
   
<extension base="fb:AngleType">
     
<attribute name="zeroBearingType" type="fb:ZeroBearingTypeType" use="optional">
       
<annotation>
         
<documentation>
                     A code indicating the direction of the zero bearing.
                 
</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</simpleContent>
</complexType>

attribute BearingType/@zeroBearingType
type fb:ZeroBearingTypeType
properties
use optional
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 <attribute name="zeroBearingType" type="fb:ZeroBearingTypeType" use="optional">
 
<annotation>
   
<documentation>
                     A code indicating the direction of the zero bearing.
                 
</documentation>
 
</annotation>
</attribute>


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