UCUM Resources    UCUM-LHC Overview    UCUM Demo

Modifications made to the ucum-essence.xml file


Changes in the order of the unit definitions

UCUM definitions build on the base units. For example, the code N for newton is built from kg.m/s2, which means that the units for g (gram - with the prefix k indicating a kilogram), m (meter), and s (second) must all be defined before the newton unit can be defined.

The ucum-essence.xml file is therefore processed sequentially, so that units can be built on previous definitions. Every once in a while the unit definitions in the ucum-essence.xml don't follow this convention, with the definition of one unit being based on another unit whose definition has not yet been read. See the list below for these instances. Comments have been inserted in the ucum-essence.xml file to document the moves.


Additions

A definition was added for the unit Torr, between the definition for [g] and the definition for atm. The definition is as follows:

       <unit Code="Torr" CODE="Torr" isMetric="no" class="const">
          <name>Torr</name>
          <printSymbol>Torr</printSymbol>
          <property>pressure</property>
          <value Unit="Pa" UNIT="PAL" value="133.322">133.322</value>
       </unit>