A scientific unit. Units are of the following types:
- SI Units. These may be one of the seven fundamental types
(e.g. meter) or may be derived (e.g. joule). An SI unit is
identifiable because it has no parentSI attribute and will have
a unitType attribute.
- nonSI Units. These will normally have a parent SI unit
(e.g. calorie has joule as an SI parent).
Example:
<unit id="units:fahr" name="fahrenheit" parentSI="units:K"
multiplierToSI="0.55555555555555555"
constantToSI="-17.777777777777777777">
<description>An obsolescent unit of temperature still used in popular
meteorology</description>
</unit>