Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:VolumePerTimeMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Volume flow rate or discharge: Rate of volume flow. Fundamental quantity in fluid mechanics, hydrology, and process engineering. Common units include m³/s, m³/h, m³/d, L/s, L/min, ft³/s (cfs), ft³/min (cfm), bbl/d, gal/min (gpm), and million ft³/d (MMcf/d).
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_VolumePerTimeMeasureType.tmp#VolumePerTimeMeasureType_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:VolumePerTimeUomEnumType optional
The unit of measure for volume flow rate or discharge.
Source
<complexType name="VolumePerTimeMeasureType">
  <annotation>
    <documentation>Volume flow rate or discharge: Rate of volume flow. Fundamental quantity in fluid mechanics, hydrology, and process engineering. Common units include m³/s, m³/h, m³/d, L/s, L/min, ft³/s (cfs), ft³/min (cfm), bbl/d, gal/min (gpm), and million ft³/d (MMcf/d).</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:VolumePerTimeUomEnumType">
        <annotation>
          <documentation>The unit of measure for volume flow rate or discharge.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:VolumePerTimeMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for volume flow rate or discharge.
Type diggs:VolumePerTimeUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:VolumePerTimeUomEnumType">
  <annotation>
    <documentation>The unit of measure for volume flow rate or discharge.</documentation>
  </annotation>
</attribute>