TemperatureUnit¶
Overview¶
Enumeration
A unit of measurement for a physical quantity of type NullableTemperature with dimension Θ.
Literals
Implementation in Proteus Schema |
||||
---|---|---|---|---|
Name |
Symbol |
UN Code |
RDL Reference |
RDL URI |
DegreeCelsius |
°C |
CEL |
||
DegreeFahrenheit |
°F |
FAH |
||
Kelvin |
K |
KEL |
Implementation in Proteus Schema
TemperatureUnit is only used as the type of the Unit attribute of Temperature. Temperature is implemented using DEXPI generic attributes for physical quantities. In a <GenericAttribute>
element, the TemperatureUnit literal is given by means of its RDL reference in the table above. The Units
attribute of the element is the name of the RDL reference in camel-case; it equals the name of the literal. The UnitsURI
attribute of the element is the URI of the RDL reference.
Example
Implementation in Proteus Schema
<GenericAttribute
Units="DegreeCelsius"
UnitsURI="http://data.posccaesar.org/rdl/RDS1322684" ...>
Note that the <GenericAttribute>
element must have further attributes (Format
, Value
, Name
, and AttributeURI
). See the implementation examples for Temperature and for the LowerLimitDesignTemperature attribute of Chamber.