A Unit describes a unit used for numerical values of a datatype. It may relate to another unit to enable conversions. It may also reference a quantity to give a dimension of the unit.<br/><br/>As a unit conversion example: <br/>The Unit with name Second has the factor 1000, and the reference Millisecond, i.e.:<br/>second = 1000 * millisecond <br/>Moreover the Unit may be given a symbol and an offset, for example:<br/>The Unit Fahrenheit with factor 1.8 and offset 32 gives with the reference to Celsius the definition of Fahrenheit:<br/>F = C*9/5 + 32<br/><br/>Semantics:<br/>Unit descibes the unit of typed numerical values.<br/>