Showing:

Diagrams
Facets
Source
Simple Type diggs:geotechnicalDensityUom
Namespace http://diggsml.org/schema-dev
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_UomEnum.tmp#UomEnum
Type restriction of eml:UomEnum
Type hierarchy
Facets
maxLength 32
enumeration kN/m3
kilo-Newton per cubic meter
enumeration klbf/ft3
Thousand pound-force (kips) per cubic foot
enumeration slug/ft3
Slugs (mass) per cubic foot
Source
<simpleType name="geotechnicalDensityUom">
  <restriction base="eml:UomEnum">
    <enumeration value="kN/m3">
      <annotation>
        <documentation>kilo-Newton per cubic meter</documentation>
      </annotation>
    </enumeration>
    <enumeration value="klbf/ft3">
      <annotation>
        <documentation>Thousand pound-force (kips) per cubic foot</documentation>
      </annotation>
    </enumeration>
    <enumeration value="slug/ft3">
      <annotation>
        <documentation>Slugs (mass) per cubic foot</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>