Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:EnergyLengthPerAreaUom
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 J.m/m2
joule metre per square metre
enumeration kcal[th].m/cm2
thousand calorie metre per square centimetre
Used by
Source
<xs:simpleType name="EnergyLengthPerAreaUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="J.m/m2">
      <xs:annotation>
        <xs:documentation>joule metre per square metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kcal[th].m/cm2">
      <xs:annotation>
        <xs:documentation>thousand calorie metre per square centimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>