Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:EnergyPerAreaUom
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 erg/cm2
erg per square centimetre
enumeration J/cm2
joule per square centimetre
enumeration J/m2
joule per square metre
enumeration kgf.m/cm2
thousand gram-force metre per square centimetre
enumeration lbf.ft/in2
foot pound-force per square inch
enumeration mJ/cm2
millijoule per square centimetre
enumeration mJ/m2
millijoule per square metre
enumeration N/m
newton per metre
Used by
Source
<xs:simpleType name="EnergyPerAreaUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="erg/cm2">
      <xs:annotation>
        <xs:documentation>erg per square centimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="J/cm2">
      <xs:annotation>
        <xs:documentation>joule per square centimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="J/m2">
      <xs:annotation>
        <xs:documentation>joule per square metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kgf.m/cm2">
      <xs:annotation>
        <xs:documentation>thousand gram-force metre per square centimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="lbf.ft/in2">
      <xs:annotation>
        <xs:documentation>foot pound-force per square inch</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mJ/cm2">
      <xs:annotation>
        <xs:documentation>millijoule per square centimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mJ/m2">
      <xs:annotation>
        <xs:documentation>millijoule per square metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="N/m">
      <xs:annotation>
        <xs:documentation>newton per metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>