Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:MassPerEnergyUom
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 kg/(kW.h)
kilogram per kilowatt hour
enumeration kg/J
kilogram per joule
enumeration kg/MJ
kilogram per megajoule
enumeration lbm/(hp.h)
pound-mass per horsepower hour
enumeration mg/J
milligram per joule
Used by
Source
<xs:simpleType name="MassPerEnergyUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="kg/(kW.h)">
      <xs:annotation>
        <xs:documentation>kilogram per kilowatt hour</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kg/J">
      <xs:annotation>
        <xs:documentation>kilogram per joule</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kg/MJ">
      <xs:annotation>
        <xs:documentation>kilogram per megajoule</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="lbm/(hp.h)">
      <xs:annotation>
        <xs:documentation>pound-mass per horsepower hour</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mg/J">
      <xs:annotation>
        <xs:documentation>milligram per joule</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>