Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type diggs:BearingMeasureBaseType
Namespace http://diggsml.org/schemas/3
Annotations
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.
Diagram
DiagramEmlAllObjects_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_howDeterminedMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_qualifierMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueTypeMeasureTypes_xsd_Complex_Type_diggs_PlaneAngleMeasureType.tmp#PlaneAngleMeasureType_uomMeasureTypes_xsd_Complex_Type_diggs_PlaneAngleMeasureType.tmp#PlaneAngleMeasureType
Type restriction of diggs:PlaneAngleMeasureType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:PlaneAngleUomEnumType optional
The unit of measure for plane angle.
Source
<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>