simpleType ZeroBearingTypeType
namespace http://www.fixm.aero/base/4.1
type restriction of string
properties
base xs:string
used by
attribute BearingType/@zeroBearingType
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 <simpleType name="ZeroBearingTypeType">
 
<annotation>
   
<documentation>
            A code indicating the direction of the zero bearing.
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="TRUE_NORTH">
     
<annotation>
       
<documentation>
                  This value indicates that the direction is relative to True North.
              
</documentation>
     
</annotation>
   
</enumeration>
   
<enumeration value="MAGNETIC_NORTH">
     
<annotation>
       
<documentation>
                  This value indicates that the direction is relative to Magnetic North.
              
</documentation>
     
</annotation>
   
</enumeration>
 
</restriction>
</simpleType>


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