Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:PressurePerTimeMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Pressure rate or rate of pressure change: Rate of pressure change with time. Used in consolidation testing, pressure transient analysis, and loading rate specifications. Common units include Pa/s, kPa/h, MPa/h, psi/h, psi/min, and bar/h.
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_PressurePerTimeMeasureType.tmp#PressurePerTimeMeasureType_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:PressurePerTimeUomEnumType optional
The unit of measure for pressure rate or rate of pressure change.
Source
<complexType name="PressurePerTimeMeasureType">
  <annotation>
    <documentation>Pressure rate or rate of pressure change: Rate of pressure change with time. Used in consolidation testing, pressure transient analysis, and loading rate specifications. Common units include Pa/s, kPa/h, MPa/h, psi/h, psi/min, and bar/h.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:PressurePerTimeUomEnumType">
        <annotation>
          <documentation>The unit of measure for pressure rate or rate of pressure change.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:PressurePerTimeMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for pressure rate or rate of pressure change.
Type diggs:PressurePerTimeUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:PressurePerTimeUomEnumType">
  <annotation>
    <documentation>The unit of measure for pressure rate or rate of pressure change.</documentation>
  </annotation>
</attribute>