Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:AmountOfSubstancePerVolumeMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Molar concentration or molarity: Amount of substance per unit volume. Fundamental unit in chemistry for expressing solution concentrations. Common units include mol/m³, kmol/m³, and lbmol/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_AmountOfSubstancePerVolumeMeasureType.tmp#AmountOfSubstancePerVolumeMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:AmountOfSubstancePerVolumeUomEnumType optional
The unit of measure for molar concentration or molarity.
Source
<complexType name="AmountOfSubstancePerVolumeMeasureType">
  <annotation>
    <documentation>Molar concentration or molarity: Amount of substance per unit volume. Fundamental unit in chemistry for expressing solution concentrations. Common units include mol/m³, kmol/m³, and lbmol/ft³.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:AmountOfSubstancePerVolumeUomEnumType">
        <annotation>
          <documentation>The unit of measure for molar concentration or molarity.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:AmountOfSubstancePerVolumeMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for molar concentration or molarity.
Type diggs:AmountOfSubstancePerVolumeUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:AmountOfSubstancePerVolumeUomEnumType">
  <annotation>
    <documentation>The unit of measure for molar concentration or molarity.</documentation>
  </annotation>
</attribute>