Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:PowerPerPowerUom
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 Btu[IT]/(hp.h)
BTU per horsepower hour
enumeration Euc
euclid
enumeration W/kW
watt per kilowatt
enumeration W/W
watt per watt
Used by
Source
<xs:simpleType name="PowerPerPowerUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="%">
      <xs:annotation>
        <xs:documentation>percent</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Btu[IT]/(hp.h)">
      <xs:annotation>
        <xs:documentation>BTU per horsepower hour</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Euc">
      <xs:annotation>
        <xs:documentation>euclid</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="W/kW">
      <xs:annotation>
        <xs:documentation>watt per kilowatt</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="W/W">
      <xs:annotation>
        <xs:documentation>watt per watt</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>