Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:MixerVolumeMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
A volume measure type specific to grout mixing operations. Extends the standard volume measure with an attribute to record the specific gravity at which the volume was measured. This is important because grout volume can be reported at different specific gravities, and the actual mass of solids in the mix depends on both volume and specific gravity.
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_VolumeMeasureType.tmp#VolumeMeasureType_uomMeasureTypes_xsd_Complex_Type_diggs_VolumeMeasureType.tmp#VolumeMeasureTypeMeasureTypes_xsd_Complex_Type_diggs_MixerVolumeMeasureType.tmp#MixerVolumeMeasureType_atSpecificGravity
Type extension of diggs:VolumeMeasureType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
atSpecificGravity double optional
The specific gravity of the grout mixture at which the volume was measured. This allows conversion between volume measurements at different mix densities. Typical values range from 1.0 (water) to 2.0+ for dense cement grouts.
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:VolumeUomEnumType optional
The unit of measure for volume or cubic measure.
Source
<complexType name="MixerVolumeMeasureType">
  <annotation>
    <documentation>A volume measure type specific to grout mixing operations. Extends the standard volume measure with an attribute to record the specific gravity at which the volume was measured. This is important because grout volume can be reported at different specific gravities, and the actual mass of solids in the mix depends on both volume and specific gravity.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:VolumeMeasureType">
      <attribute name="atSpecificGravity" type="double">
        <annotation>
          <documentation>The specific gravity of the grout mixture at which the volume was measured. This allows conversion between volume measurements at different mix densities. Typical values range from 1.0 (water) to 2.0+ for dense cement grouts.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:MixerVolumeMeasureType / @atSpecificGravity
Namespace No namespace
Annotations
The specific gravity of the grout mixture at which the volume was measured. This allows conversion between volume measurements at different mix densities. Typical values range from 1.0 (water) to 2.0+ for dense cement grouts.
Type double
Properties
content simple
Used by
Source
<attribute name="atSpecificGravity" type="double">
  <annotation>
    <documentation>The specific gravity of the grout mixture at which the volume was measured. This allows conversion between volume measurements at different mix densities. Typical values range from 1.0 (water) to 2.0+ for dense cement grouts.</documentation>
  </annotation>
</attribute>