<UNITS> : Dictionary of units

Java class : leon.info.LyUnits

ROLE

The UNITS element allows to define a dictionary of units.

ATTRIBUTES

<!ATTLIST UNITS
	  id ID #IMPLIED
	  javaName NMTOKEN #IMPLIED>
Attribute Mand. Description Default
id no Identifier of the dictionary.  
javaName no Java class used for the conversions. This class must implement the leon.info.infointerface.LyConverterInterface interface.  

ELEMENTS

<!ELEMENT UNITS 
	  (UNIT |
	   UNIT_REF)*>
Element Mand. Mult. Description
UNIT yes no Unit belonging to the disctinaty of units.
UNIT_REF yes no Unit reference belonging to the disctinaty of units.