<xs:simpleType name="TemperatureIntervalPerPressureUom">
<xs:restriction base="eml:UomEnum">
<xs:enumeration value="deltaC/kPa">
<xs:annotation>
<xs:documentation>delta Celsius per kilopascal</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="deltaF/psi">
<xs:annotation>
<xs:documentation>delta Fahrenheit per psi</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="deltaK/Pa">
<xs:annotation>
<xs:documentation>delta kelvin per Pascal</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|