<xs:simpleType name="ElectricResistancePerLengthUom">
<xs:restriction base="eml:UomEnum">
<xs:enumeration value="ohm/m">
<xs:annotation>
<xs:documentation>ohm per metre</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="uohm/ft">
<xs:annotation>
<xs:documentation>microhm per foot</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="uohm/m">
<xs:annotation>
<xs:documentation>microhm per metre</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|