Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:RotationMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
An angular measure type for recording rotation measurements about an axis. Extends the standard plane angle measure with an attribute to identify the feature about which rotation occurred (e.g., bedding plane, fault plane, joint). This is used in structural geology and rock mechanics to document rotation of blocks or features, particularly in areas of tectonic deformation, landslides, or toppling failures.
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#PlaneAngleMeasureTypeMeasureTypes_xsd_Complex_Type_diggs_RotationMeasureType.tmp#RotationMeasureType_displacedFeature
Type extension of diggs:PlaneAngleMeasureType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
displacedFeature diggs:TerminationFeatureExtEnumType optional
The type of geological or structural feature about which rotation occurred (e.g., bedding plane, joint, fault, foliation). This identifies the axis or plane of rotation and provides geological context for the measurement.
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:PlaneAngleUomEnumType optional
The unit of measure for plane angle.
Source
<complexType name="RotationMeasureType">
  <annotation>
    <documentation>An angular measure type for recording rotation measurements about an axis. Extends the standard plane angle measure with an attribute to identify the feature about which rotation occurred (e.g., bedding plane, fault plane, joint). This is used in structural geology and rock mechanics to document rotation of blocks or features, particularly in areas of tectonic deformation, landslides, or toppling failures.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:PlaneAngleMeasureType">
      <attribute name="displacedFeature" type="diggs:TerminationFeatureExtEnumType">
        <annotation>
          <documentation>The type of geological or structural feature about which rotation occurred (e.g., bedding plane, joint, fault, foliation). This identifies the axis or plane of rotation and provides geological context for the measurement.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:RotationMeasureType / @displacedFeature
Namespace No namespace
Annotations
The type of geological or structural feature about which rotation occurred (e.g., bedding plane, joint, fault, foliation). This identifies the axis or plane of rotation and provides geological context for the measurement.
Type diggs:TerminationFeatureExtEnumType
Properties
content simple
Used by
Source
<attribute name="displacedFeature" type="diggs:TerminationFeatureExtEnumType">
  <annotation>
    <documentation>The type of geological or structural feature about which rotation occurred (e.g., bedding plane, joint, fault, foliation). This identifies the axis or plane of rotation and provides geological context for the measurement.</documentation>
  </annotation>
</attribute>