Showing:

Annotations
Diagrams
Facets
Source
Simple Type diggs:DiggsEnergyDensityUomEnumType
Namespace http://diggsml.org/schemas/3
Annotations
This enumerated list extends eml:EnergyPerVolumeUom
Diagram
DiagramEmlAllObjects_xsd_Simple_Type_eml_UomEnum.tmp#UomEnum
Type restriction of eml:UomEnum
Type hierarchy
Facets
maxLength 32
enumeration mJ/m3
millijoule per cubic metre
enumeration J/L
joule per litre
enumeration kJ/L
kilojoule per litre
enumeration MJ/L
megajoule per litre
enumeration mJ/L
millijoule per litre
enumeration W.h/m3
watt hour per cubic metre
enumeration W.h/L
watt hour per litre
enumeration kcal/L
kilocalorie per litre
enumeration kW.h/L
kilowatt hour per litre
Source
<simpleType name="DiggsEnergyDensityUomEnumType">
  <annotation>
    <documentation>This enumerated list extends eml:EnergyPerVolumeUom</documentation>
  </annotation>
  <restriction base="eml:UomEnum">
    <enumeration value="mJ/m3">
      <annotation>
        <documentation>millijoule per cubic metre</documentation>
      </annotation>
    </enumeration>
    <enumeration value="J/L">
      <annotation>
        <documentation>joule per litre</documentation>
      </annotation>
    </enumeration>
    <enumeration value="kJ/L">
      <annotation>
        <documentation>kilojoule per litre</documentation>
      </annotation>
    </enumeration>
    <enumeration value="MJ/L">
      <annotation>
        <documentation>megajoule per litre</documentation>
      </annotation>
    </enumeration>
    <enumeration value="mJ/L">
      <annotation>
        <documentation>millijoule per litre</documentation>
      </annotation>
    </enumeration>
    <enumeration value="W.h/m3">
      <annotation>
        <documentation>watt hour per cubic metre</documentation>
      </annotation>
    </enumeration>
    <enumeration value="W.h/L">
      <annotation>
        <documentation>watt hour per litre</documentation>
      </annotation>
    </enumeration>
    <enumeration value="kcal/L">
      <annotation>
        <documentation>kilocalorie per litre</documentation>
      </annotation>
    </enumeration>
    <enumeration value="kW.h/L">
      <annotation>
        <documentation>kilowatt hour per litre</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>