Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:MovementMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
A length measure type for recording displacement or movement measurements. Extends the standard length measure with an attribute to identify which feature experienced the displacement (e.g., shear plane, fault, bedding plane, joint). This is commonly used in structural geology, slope stability monitoring, and landslide investigations to document the magnitude and direction of movement along discontinuities.
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_LengthMeasureType.tmp#LengthMeasureType_uomMeasureTypes_xsd_Complex_Type_diggs_LengthMeasureType.tmp#LengthMeasureTypeMeasureTypes_xsd_Complex_Type_diggs_MovementMeasureType.tmp#MovementMeasureType_displacedFeature
Type extension of diggs:LengthMeasureType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
displacedFeature diggs:TerminationFeatureExtEnumType optional
The type of geological or structural feature along which the movement occurred (e.g., bedding plane, joint, fault, shear surface, fracture). This identifies what was displaced and provides context for the movement measurement.
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:LengthUomEnumType optional
The unit of measure for length or distance.
Source
<complexType name="MovementMeasureType">
  <annotation>
    <documentation>A length measure type for recording displacement or movement measurements. Extends the standard length measure with an attribute to identify which feature experienced the displacement (e.g., shear plane, fault, bedding plane, joint). This is commonly used in structural geology, slope stability monitoring, and landslide investigations to document the magnitude and direction of movement along discontinuities.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:LengthMeasureType">
      <attribute name="displacedFeature" type="diggs:TerminationFeatureExtEnumType">
        <annotation>
          <documentation>The type of geological or structural feature along which the movement occurred (e.g., bedding plane, joint, fault, shear surface, fracture). This identifies what was displaced and provides context for the movement measurement.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:MovementMeasureType / @displacedFeature
Namespace No namespace
Annotations
The type of geological or structural feature along which the movement occurred (e.g., bedding plane, joint, fault, shear surface, fracture). This identifies what was displaced and provides context for the movement 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 along which the movement occurred (e.g., bedding plane, joint, fault, shear surface, fracture). This identifies what was displaced and provides context for the movement measurement.</documentation>
  </annotation>
</attribute>