<UNITS_REF> : Reference of a dictionary of units

Java class : leon.info.LyUnits

ROLE

A dictionary of units may be referenced. It may be expanded by the addition of new units.

ATTRIBUTES

<!ATTLIST UNITS_REF
	  idref IDREF #REQUIRED
	  javaName NMTOKEN #IMPLIED>
Attribute Mand. Description Default
idref yes Dictionary of units reference.  
javaName no Java class used for the conversions. This class must implement the leon.info.infointerface.LyConverterInterface interface.  

ELEMENTS

<!ELEMENT UNITS_REF 
	  (UNIT |
	   UNIT_REF)*>
Element Mand. Mult. Description
UNIT yes no Unit that completes the referenced dictionary of units.
UNIT_REF yes no Unit reference that completes to the referenced dictionary of units.