Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type diggs:PressureTypeEnumType
Namespace http://diggsml.org/schemas/3
Annotations
Simple type: PressureTypeEnumType
Diagram
Diagram
Type restriction of string
Facets
enumeration effective
Effective pressure accounting for pore water
pressure.
enumeration gauge
Gauge pressure measured relative to atmospheric
pressure.
enumeration transducer
Pressure measured using a transducer sensor.
Used by
Source
<simpleType name="PressureTypeEnumType">
  <annotation>
    <documentation>Simple type: PressureTypeEnumType</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="effective">
      <annotation>
        <documentation>Effective pressure accounting for pore water pressure.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="gauge">
      <annotation>
        <documentation>Gauge pressure measured relative to atmospheric pressure.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="transducer">
      <annotation>
        <documentation>Pressure measured using a transducer sensor.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>