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