Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type diggs:GroutPressureMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
A specialized pressure measure type for grouting operations. Extends the standard pressure measure with attributes to specify the type of pressure being measured (gauge, effective, etc.) and the location of the pressure sensor (at pump, at packer, downhole, etc.). This allows detailed documentation of grouting pressure measurements which are critical for quality control and analysis.
Diagram
DiagramEmlAllObjects_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_howDeterminedMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_qualifierMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueTypeMeasureTypes_xsd_Complex_Type_diggs_PressureMeasureType.tmp#PressureMeasureType_uomMeasureTypes_xsd_Complex_Type_diggs_PressureMeasureType.tmp#PressureMeasureTypeMeasureTypes_xsd_Complex_Type_diggs_GroutPressureMeasureType.tmp#GroutPressureMeasureType_typeMeasureTypes_xsd_Complex_Type_diggs_GroutPressureMeasureType.tmp#GroutPressureMeasureType_sensorLocation
Type extension of diggs:PressureMeasureType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
sensorLocation string optional
A text string describing where the pressure sensor is located (e.g., "at pump", "at packer", "downhole at 50 ft", "surface manifold"). This is important because pressure can vary significantly between the pump and the point of injection.
type diggs:PressureTypeEnumType optional
The type of pressure measurement (e.g., gauge, effective, transducer). This qualifies what the pressure value represents in the grouting operation.
uom diggs:PressureUomEnumType optional
The unit of measure for pressure, stress, or elastic modulus.
Source
<complexType name="GroutPressureMeasureType">
  <annotation>
    <documentation>A specialized pressure measure type for grouting operations. Extends the standard pressure measure with attributes to specify the type of pressure being measured (gauge, effective, etc.) and the location of the pressure sensor (at pump, at packer, downhole, etc.). This allows detailed documentation of grouting pressure measurements which are critical for quality control and analysis.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:PressureMeasureType">
      <attribute name="type" use="optional" type="diggs:PressureTypeEnumType">
        <annotation>
          <documentation>The type of pressure measurement (e.g., gauge, effective, transducer). This qualifies what the pressure value represents in the grouting operation.</documentation>
        </annotation>
      </attribute>
      <attribute name="sensorLocation" type="string">
        <annotation>
          <documentation>A text string describing where the pressure sensor is located (e.g., "at pump", "at packer", "downhole at 50 ft", "surface manifold"). This is important because pressure can vary significantly between the pump and the point of injection.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:GroutPressureMeasureType / @type
Namespace No namespace
Annotations
The type of pressure measurement (e.g., gauge, effective, transducer). This qualifies what the pressure value represents in the grouting operation.
Type diggs:PressureTypeEnumType
Properties
use optional
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
<attribute name="type" use="optional" type="diggs:PressureTypeEnumType">
  <annotation>
    <documentation>The type of pressure measurement (e.g., gauge, effective, transducer). This qualifies what the pressure value represents in the grouting operation.</documentation>
  </annotation>
</attribute>
Attribute diggs:GroutPressureMeasureType / @sensorLocation
Namespace No namespace
Annotations
A text string describing where the pressure sensor is located (e.g., "at pump", "at packer", "downhole at 50 ft", "surface manifold"). This is important because pressure can vary significantly between the pump and the point of injection.
Type string
Properties
content simple
Used by
Source
<attribute name="sensorLocation" type="string">
  <annotation>
    <documentation>A text string describing where the pressure sensor is located (e.g., "at pump", "at packer", "downhole at 50 ft", "surface manifold"). This is important because pressure can vary significantly between the pump and the point of injection.</documentation>
  </annotation>
</attribute>