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