Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:MassPerVolumePerPressureMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Density change per unit pressure or piezometric coefficient: Rate of density change with pressure. Used in compressible fluid mechanics and formation evaluation. Common units include kg/(m³·kPa) and lb/(ft³·psi).
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_MassPerVolumePerPressureMeasureType.tmp#MassPerVolumePerPressureMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:MassPerVolumePerPressureUomEnumType optional
The unit of measure for density change per unit pressure or piezometric coefficient.
Source
<complexType name="MassPerVolumePerPressureMeasureType">
  <annotation>
    <documentation>Density change per unit pressure or piezometric coefficient: Rate of density change with pressure. Used in compressible fluid mechanics and formation evaluation. Common units include kg/(m³·kPa) and lb/(ft³·psi).</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:MassPerVolumePerPressureUomEnumType">
        <annotation>
          <documentation>The unit of measure for density change per unit pressure or piezometric coefficient.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:MassPerVolumePerPressureMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for density change per unit pressure or piezometric coefficient.
Type diggs:MassPerVolumePerPressureUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:MassPerVolumePerPressureUomEnumType">
  <annotation>
    <documentation>The unit of measure for density change per unit pressure or piezometric coefficient.</documentation>
  </annotation>
</attribute>