Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:VolumePerTimePerAreaMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Specific discharge, filtration velocity, or Darcy velocity: Volume flow rate per unit area. Represents apparent fluid velocity through porous media (Darcy velocity) or filtration rate. Common units include m³/(s·m²) (which simplifies to m/s), ft³/(s·ft²), m³/(min·ft²), and gal/(h·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_VolumePerTimePerAreaMeasureType.tmp#VolumePerTimePerAreaMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:VolumePerTimePerAreaUomEnumType optional
The unit of measure for specific discharge, filtration velocity, or darcy velocity.
Source
<complexType name="VolumePerTimePerAreaMeasureType">
  <annotation>
    <documentation>Specific discharge, filtration velocity, or Darcy velocity: Volume flow rate per unit area. Represents apparent fluid velocity through porous media (Darcy velocity) or filtration rate. Common units include m³/(s·m²) (which simplifies to m/s), ft³/(s·ft²), m³/(min·ft²), and gal/(h·ft²).</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:VolumePerTimePerAreaUomEnumType">
        <annotation>
          <documentation>The unit of measure for specific discharge, filtration velocity, or darcy velocity.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:VolumePerTimePerAreaMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for specific discharge, filtration velocity, or darcy velocity.
Type diggs:VolumePerTimePerAreaUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:VolumePerTimePerAreaUomEnumType">
  <annotation>
    <documentation>The unit of measure for specific discharge, filtration velocity, or darcy velocity.</documentation>
  </annotation>
</attribute>