Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:DensityOrUnitWeightMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
A measure type that can represent either mass density (mass per unit volume) or unit weight (force per unit volume). This unified type allows geotechnical data to be reported using either convention. Mass density units include kg/m3, g/cm3, lb/ft3, etc. Unit weight units include kN/m3, pcf (lbf/ft3 as force), etc. The uom attribute specifies which type of measurement is being used.
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_DensityOrUnitWeightMeasureType.tmp#DensityOrUnitWeightMeasureType_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:DiggsDensityOrUnitWeightUomEnumType required
The unit of measure for density or unit weight. This can be either a mass per volume unit (for true density) or a force per volume unit (for unit weight).
Source
<complexType name="DensityOrUnitWeightMeasureType">
  <annotation>
    <documentation>A measure type that can represent either mass density (mass per unit volume) or unit weight (force per unit volume). This unified type allows geotechnical data to be reported using either convention. Mass density units include kg/m3, g/cm3, lb/ft3, etc. Unit weight units include kN/m3, pcf (lbf/ft3 as force), etc. The uom attribute specifies which type of measurement is being used.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:DiggsDensityOrUnitWeightUomEnumType" use="required">
        <annotation>
          <documentation>The unit of measure for density or unit weight. This can be either a mass per volume unit (for true density) or a force per volume unit (for unit weight).</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:DensityOrUnitWeightMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for density or unit weight. This can be either a mass per volume unit (for true density) or a force per volume unit (for unit weight).
Type diggs:DiggsDensityOrUnitWeightUomEnumType
Properties
use required
Used by
Source
<attribute name="uom" type="diggs:DiggsDensityOrUnitWeightUomEnumType" use="required">
  <annotation>
    <documentation>The unit of measure for density or unit weight. This can be either a mass per volume unit (for true density) or a force per volume unit (for unit weight).</documentation>
  </annotation>
</attribute>