A measure type for bearing angles (horizontal angles measured from a reference direction). The value is constrained to the range 0-360 degrees or equivalent in other angular units. This base type provides the angular constraint without the reference direction attribute.
<complexType name="BearingMeasureBaseType"><annotation><documentation>A measure type for bearing angles (horizontal angles measured from a reference direction). The value is constrained to the range 0-360 degrees or equivalent in other angular units. This base type provides the angular constraint without the reference direction attribute.</documentation></annotation><simpleContent><restriction base="diggs:PlaneAngleMeasureType"><minInclusive value="0"><annotation><documentation>Minimum bearing value (0 degrees or equivalent)</documentation></annotation></minInclusive><maxInclusive value="360"><annotation><documentation>Maximum bearing value (360 degrees or equivalent)</documentation></annotation></maxInclusive></restriction></simpleContent></complexType>