Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:DynamicViscosityMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Absolute or dynamic viscosity: Measure of fluid's resistance to shear or flow. Fundamental property in fluid mechanics, rheology, and grout/slurry design. Common units include Pa·s (pascal-second), poise (P), centipoise (cP), and lbf·s/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_DynamicViscosityMeasureType.tmp#DynamicViscosityMeasureType_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:DynamicViscosityUomEnumType optional
The unit of measure for absolute or dynamic viscosity.
Source
<complexType name="DynamicViscosityMeasureType">
  <annotation>
    <documentation>Absolute or dynamic viscosity: Measure of fluid's resistance to shear or flow. Fundamental property in fluid mechanics, rheology, and grout/slurry design. Common units include Pa·s (pascal-second), poise (P), centipoise (cP), and lbf·s/ft².</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:DynamicViscosityUomEnumType">
        <annotation>
          <documentation>The unit of measure for absolute or dynamic viscosity.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:DynamicViscosityMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for absolute or dynamic viscosity.
Type diggs:DynamicViscosityUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:DynamicViscosityUomEnumType">
  <annotation>
    <documentation>The unit of measure for absolute or dynamic viscosity.</documentation>
  </annotation>
</attribute>