Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type diggs:WaterContentMethodEnumType
Namespace http://diggsml.org/schemas/3
Annotations
Enumeration of water content determination methods. Indicates whether
water content was determined from full specimen, trimmings, or is
unknown.
Diagram
Diagram
Type restriction of string
Facets
enumeration full specimen
Water content determined from the entire
specimen.
enumeration trimmings
Water content determined from specimen trimmings or
cuttings.
enumeration unknown
Method of water content determination is unknown or
unspecified.
Used by
Source
<simpleType name="WaterContentMethodEnumType">
  <annotation>
    <documentation>Enumeration of water content determination methods. Indicates whether water content was determined from full specimen, trimmings, or is unknown.</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="full specimen">
      <annotation>
        <documentation>Water content determined from the entire specimen.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="trimmings">
      <annotation>
        <documentation>Water content determined from specimen trimmings or cuttings.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="unknown">
      <annotation>
        <documentation>Method of water content determination is unknown or unspecified.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>