diagram | |||||||||||||||||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||||||||||||||||
type | extension of fb:AngleType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
facets |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="BearingType"> <xs:annotation> <xs: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]</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="fb:AngleType"> <xs:attribute name="zeroBearingType" type="fb:ZeroBearingTypeType" use="required"> <xs:annotation> <xs:documentation>A code indicating the direction of the zero bearing.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
type | fb:ZeroBearingTypeType | |||||||||||||
properties |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xs:attribute name="zeroBearingType" type="fb:ZeroBearingTypeType" use="required"> <xs:annotation> <xs:documentation>A code indicating the direction of the zero bearing.</xs:documentation> </xs:annotation> </xs:attribute> |