<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>
|