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


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