| Namespace |
http://www.energistics.org/energyml/data/commonv2 |
|
Diagram
|
|
| Type |
restriction of eml:UomEnum |
| Type hierarchy |
|
|
Facets
|
| maxLength |
32 |
|
| enumeration |
degC/degC |
degree Celsius per degree Celsius
|
|
| enumeration |
degF/degF |
degree Fahrenheit per degree Fahrenheit
|
|
| enumeration |
degR/degR |
degree Rankine per degree Rankine
|
|
| enumeration |
Euc |
|
| enumeration |
K/K |
|
|
|
Used by
|
|
|
Source
|
<xs:simpleType name="ThermodynamicTemperaturePerThermodynamicTemperatureUom">
<xs:restriction base="eml:UomEnum">
<xs:enumeration value="degC/degC">
<xs:annotation>
<xs:documentation>degree Celsius per degree Celsius</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="degF/degF">
<xs:annotation>
<xs:documentation>degree Fahrenheit per degree Fahrenheit</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="degR/degR">
<xs:annotation>
<xs:documentation>degree Rankine per degree Rankine</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Euc">
<xs:annotation>
<xs:documentation>euclid</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="K/K">
<xs:annotation>
<xs:documentation>kelvin per kelvin</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|
|