Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:ReciprocalSquareRootTimeMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
A measure type for quantities that vary with the reciprocal of the square root of time. This unusual unit is used primarily for pressure filtration coefficients in soil testing, where the rate of pressure dissipation or consolidation follows a square-root-of-time relationship. Common units are 1/√min, 1/√s, or 1/√h.
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_ReciprocalSquareRootTimeMeasureType.tmp#ReciprocalSquareRootTimeMeasureType_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:DiggsReciprocalSquareRootTimeUomEnumType required
The unit of measure expressed as reciprocal square root of time (e.g., 1/√min, 1/√s, 1/√h). Used in consolidation theory and filtration analysis.
Source
<complexType name="ReciprocalSquareRootTimeMeasureType">
  <annotation>
    <documentation>A measure type for quantities that vary with the reciprocal of the square root of time. This unusual unit is used primarily for pressure filtration coefficients in soil testing, where the rate of pressure dissipation or consolidation follows a square-root-of-time relationship. Common units are 1/√min, 1/√s, or 1/√h.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:DiggsReciprocalSquareRootTimeUomEnumType" use="required">
        <annotation>
          <documentation>The unit of measure expressed as reciprocal square root of time (e.g., 1/√min, 1/√s, 1/√h). Used in consolidation theory and filtration analysis.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:ReciprocalSquareRootTimeMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure expressed as reciprocal square root of time (e.g., 1/√min, 1/√s, 1/√h). Used in consolidation theory and filtration analysis.
Type diggs:DiggsReciprocalSquareRootTimeUomEnumType
Properties
use required
Used by
Source
<attribute name="uom" type="diggs:DiggsReciprocalSquareRootTimeUomEnumType" use="required">
  <annotation>
    <documentation>The unit of measure expressed as reciprocal square root of time (e.g., 1/√min, 1/√s, 1/√h). Used in consolidation theory and filtration analysis.</documentation>
  </annotation>
</attribute>