namespace | http://www.fixm.aero/base/4.2 | |||||||||||||
type | restriction of xs:string | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
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> |