Showing:

Annotations
Diagrams
Facets
Source
Simple Type diggs:InjectionDataEnumType
Namespace http://diggsml.org/schemas/3
Annotations
Enumeration defining injection data enum type values. Contains 15 allowed value(s).
Diagram
Diagram
Type restriction of string
Facets
enumeration apparent_lugeon_value
apparent_lugeon_value - apparent lugeon value value.
enumeration column_pressure
column_pressure - column pressure value.
enumeration effective_pressure
effective_pressure - effective pressure value.
enumeration elapsed_time
elapsed_time - elapsed time value.
enumeration flow_rate
flow_rate - flow rate value.
enumeration gauge_pressure
gauge_pressure - gauge pressure value.
enumeration grout_specific_gravity
grout_specific_gravity - grout specific gravity value.
enumeration grout_temperature
grout_temperature - grout temperature value.
enumeration header_pressure
header_pressure - header pressure value.
enumeration injection_pressure
injection_pressure - injection pressure value.
enumeration line_loss
line_loss - line loss value.
enumeration mix
mix - mix value.
enumeration packer_pressure
packer_pressure - packer pressure value.
enumeration stroke_count
stroke_count - stroke count value.
enumeration take
take - take value.
Source
<simpleType name="InjectionDataEnumType">
  <annotation>
    <documentation>Enumeration defining injection data enum type values. Contains 15 allowed value(s).</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="apparent_lugeon_value">
      <annotation>
        <documentation>apparent_lugeon_value - apparent lugeon value value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="column_pressure">
      <annotation>
        <documentation>column_pressure - column pressure value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="effective_pressure">
      <annotation>
        <documentation>effective_pressure - effective pressure value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="elapsed_time">
      <annotation>
        <documentation>elapsed_time - elapsed time value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="flow_rate">
      <annotation>
        <documentation>flow_rate - flow rate value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="gauge_pressure">
      <annotation>
        <documentation>gauge_pressure - gauge pressure value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="grout_specific_gravity">
      <annotation>
        <documentation>grout_specific_gravity - grout specific gravity value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="grout_temperature">
      <annotation>
        <documentation>grout_temperature - grout temperature value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="header_pressure">
      <annotation>
        <documentation>header_pressure - header pressure value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="injection_pressure">
      <annotation>
        <documentation>injection_pressure - injection pressure value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="line_loss">
      <annotation>
        <documentation>line_loss - line loss value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="mix">
      <annotation>
        <documentation>mix - mix value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="packer_pressure">
      <annotation>
        <documentation>packer_pressure - packer pressure value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="stroke_count">
      <annotation>
        <documentation>stroke_count - stroke count value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="take">
      <annotation>
        <documentation>take - take value.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>