Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:PowerPerAreaUom
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 Btu[IT]/(h.ft2)
(BTU per hour) per square foot
enumeration Btu[IT]/(s.ft2)
BTU per second square foot
enumeration cal[th]/(h.cm2)
calorie per hour square centimetre
enumeration hp/in2
horsepower per square inch
enumeration hp[hyd]/in2
hydraulic-horsepower per square inch
enumeration kW/cm2
kilowatt per square centimetre
enumeration kW/m2
kilowatt per square metre
enumeration mW/m2
milliwatt per square metre
enumeration ucal[th]/(s.cm2)
millionth of calorie per second square centimetre
enumeration W/cm2
watt per square centimetre
enumeration W/m2
watt per square metre
enumeration W/mm2
watt per square millimetre
Used by
Source
<xs:simpleType name="PowerPerAreaUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="Btu[IT]/(h.ft2)">
      <xs:annotation>
        <xs:documentation>(BTU per hour) per square foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Btu[IT]/(s.ft2)">
      <xs:annotation>
        <xs:documentation>BTU per second square foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="cal[th]/(h.cm2)">
      <xs:annotation>
        <xs:documentation>calorie per hour square centimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="hp/in2">
      <xs:annotation>
        <xs:documentation>horsepower per square inch</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="hp[hyd]/in2">
      <xs:annotation>
        <xs:documentation>hydraulic-horsepower per square inch</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kW/cm2">
      <xs:annotation>
        <xs:documentation>kilowatt per square centimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kW/m2">
      <xs:annotation>
        <xs:documentation>kilowatt per square metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mW/m2">
      <xs:annotation>
        <xs:documentation>milliwatt per square metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ucal[th]/(s.cm2)">
      <xs:annotation>
        <xs:documentation>millionth of calorie per second square centimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="W/cm2">
      <xs:annotation>
        <xs:documentation>watt per square centimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="W/m2">
      <xs:annotation>
        <xs:documentation>watt per square metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="W/mm2">
      <xs:annotation>
        <xs:documentation>watt per square millimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>