Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:RelativeRateMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
A measure type for rates expressed as a percentage change per unit time (strain rates). Used extensively in geotechnical engineering for creep testing, consolidation rates, and time-dependent deformation. Units include %/s, %/min, %/h, %/d, %/month, %/year, and %/ky (per thousand years). This allows strain rates to be expressed at appropriate time scales from laboratory tests (seconds, minutes) to geological processes (years, millennia).
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_RelativeRateMeasureType.tmp#RelativeRateMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:DiggsRelativeRateUomEnumType optional
The unit of measure for relative rate (strain rate), expressed as percent per unit time. The time unit should be appropriate to the rate being measured.
Source
<complexType name="RelativeRateMeasureType">
  <annotation>
    <documentation>A measure type for rates expressed as a percentage change per unit time (strain rates). Used extensively in geotechnical engineering for creep testing, consolidation rates, and time-dependent deformation. Units include %/s, %/min, %/h, %/d, %/month, %/year, and %/ky (per thousand years). This allows strain rates to be expressed at appropriate time scales from laboratory tests (seconds, minutes) to geological processes (years, millennia).</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:DiggsRelativeRateUomEnumType">
        <annotation>
          <documentation>The unit of measure for relative rate (strain rate), expressed as percent per unit time. The time unit should be appropriate to the rate being measured.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:RelativeRateMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for relative rate (strain rate), expressed as percent per unit time. The time unit should be appropriate to the rate being measured.
Type diggs:DiggsRelativeRateUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:DiggsRelativeRateUomEnumType">
  <annotation>
    <documentation>The unit of measure for relative rate (strain rate), expressed as percent per unit time. The time unit should be appropriate to the rate being measured.</documentation>
  </annotation>
</attribute>