<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
	  name CDATA #IMPLIED
	  convert ( true | false) "false">
Attribute Mand. Description Default
id no Identifier of the dictionary.  
name no Name of the dictionary.  
convert no Indicates if conversion must be between units of this dictionary when there is a GUI input. false

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.