Showing:

Annotations
Diagrams
Facets
Source
Simple Type diggs:DiggsDensityUomEnumType
Namespace http://diggsml.org/schemas/3
Annotations
This enumerated list extends eml:MassPerVolumeUom
Diagram
DiagramEmlAllObjects_xsd_Simple_Type_eml_UomEnum.tmp#UomEnum
Type restriction of eml:UomEnum
Type hierarchy
Facets
maxLength 32
enumeration kN/m3
kilonewton per cubic metre
enumeration klbf/ft3
thousand pound-force (kips) per cubic foot
enumeration slug/ft3
slug (mass) per cubic foot
Source
<simpleType name="DiggsDensityUomEnumType">
  <annotation>
    <documentation>This enumerated list extends eml:MassPerVolumeUom</documentation>
  </annotation>
  <restriction base="eml:UomEnum">
    <enumeration value="kN/m3">
      <annotation>
        <documentation>kilonewton per cubic metre</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>slug (mass) per cubic foot</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>