Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:AmountOfSubstanceMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Amount of substance in moles: Quantity of matter expressed in moles (number of elementary entities). One of the seven SI base quantities. Common units include mol, kmol, and lbmol.
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_AmountOfSubstanceMeasureType.tmp#AmountOfSubstanceMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:AmountOfSubstanceUomEnumType optional
The unit of measure for amount of substance in moles.
Source
<complexType name="AmountOfSubstanceMeasureType">
  <annotation>
    <documentation>Amount of substance in moles: Quantity of matter expressed in moles (number of elementary entities). One of the seven SI base quantities. Common units include mol, kmol, and lbmol.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:AmountOfSubstanceUomEnumType">
        <annotation>
          <documentation>The unit of measure for amount of substance in moles.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:AmountOfSubstanceMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for amount of substance in moles.
Type diggs:AmountOfSubstanceUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:AmountOfSubstanceUomEnumType">
  <annotation>
    <documentation>The unit of measure for amount of substance in moles.</documentation>
  </annotation>
</attribute>