<xs:simpleType name="EnergyPerLengthUom">
<xs:restriction base="eml:UomEnum">
<xs:enumeration value="J/m">
<xs:annotation>
<xs:documentation>joule per metre</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MJ/m">
<xs:annotation>
<xs:documentation>megajoule per metre</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|