<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>
|