Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:VolumePerTimePerLengthMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Linear inflow or productivity per length: Volume flow rate per unit length. Used for wellbore inflow performance, productivity per length, and linear flow. Common units include m³/(s·m) (which yields m²/s), bbl/(d·ft), m³/(d·m), and gal/(min·ft).
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_VolumePerTimePerLengthMeasureType.tmp#VolumePerTimePerLengthMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:VolumePerTimePerLengthUomEnumType optional
The unit of measure for linear inflow or productivity per length.
Source
<complexType name="VolumePerTimePerLengthMeasureType">
  <annotation>
    <documentation>Linear inflow or productivity per length: Volume flow rate per unit length. Used for wellbore inflow performance, productivity per length, and linear flow. Common units include m³/(s·m) (which yields m²/s), bbl/(d·ft), m³/(d·m), and gal/(min·ft).</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:VolumePerTimePerLengthUomEnumType">
        <annotation>
          <documentation>The unit of measure for linear inflow or productivity per length.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:VolumePerTimePerLengthMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for linear inflow or productivity per length.
Type diggs:VolumePerTimePerLengthUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:VolumePerTimePerLengthUomEnumType">
  <annotation>
    <documentation>The unit of measure for linear inflow or productivity per length.</documentation>
  </annotation>
</attribute>