Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:AmountOfSubstancePerAmountOfSubstanceUom
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_UomEnum.tmp#UomEnum
Type restriction of eml:UomEnum
Type hierarchy
Facets
maxLength 32
enumeration %
percent
enumeration %[molar]
percent [molar basis]
enumeration Euc
euclid
enumeration mol/mol
mole per mole
enumeration nEuc
nanoeuclid
enumeration ppk
part per thousand
enumeration ppm
part per million
Used by
Source
<xs:simpleType name="AmountOfSubstancePerAmountOfSubstanceUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="%">
      <xs:annotation>
        <xs:documentation>percent</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="%[molar]">
      <xs:annotation>
        <xs:documentation>percent [molar basis]</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Euc">
      <xs:annotation>
        <xs:documentation>euclid</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mol/mol">
      <xs:annotation>
        <xs:documentation>mole per mole</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="nEuc">
      <xs:annotation>
        <xs:documentation>nanoeuclid</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ppk">
      <xs:annotation>
        <xs:documentation>part per thousand</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ppm">
      <xs:annotation>
        <xs:documentation>part per million</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>