Showing:

Annotations
Diagrams
Facets
Source
Simple Type diggs:DiggsReciprocalSquareRootTimeUomEnumBaseType
Namespace http://diggsml.org/schemas/3
Annotations
This enumerated list adds a new quantity class to the Energistics Unit Dictionary (reciprocal square root time) to provide units for pressure filtration coefficient.
Diagram
DiagramEmlAllObjects_xsd_Simple_Type_eml_UomEnum.tmp#UomEnum
Type restriction of eml:UomEnum
Type hierarchy
Facets
maxLength 32
enumeration 1/min(0.5)
per square root of minute
enumeration 1/s(0.5)
per square root of second
enumeration 1/h(0.5)
per square root of hour
Source
<simpleType name="DiggsReciprocalSquareRootTimeUomEnumBaseType">
  <annotation>
    <documentation>This enumerated list adds a new quantity class to the Energistics Unit Dictionary (reciprocal square root time) to provide units for pressure filtration coefficient.</documentation>
  </annotation>
  <restriction base="eml:UomEnum">
    <enumeration value="1/min(0.5)">
      <annotation>
        <documentation>per square root of minute</documentation>
      </annotation>
    </enumeration>
    <enumeration value="1/s(0.5)">
      <annotation>
        <documentation>per square root of second</documentation>
      </annotation>
    </enumeration>
    <enumeration value="1/h(0.5)">
      <annotation>
        <documentation>per square root of hour</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>