<DECIMALS> : Number of decimals

ROLE

This element defines the number of decimals that are allowed for this numeric field. It is only used for numeric fields with the type FLOAT or DOUBLE.

ATTRIBUTES

<!ATTLIST DECIMALS
	  value NMTOKEN #REQUIRED>
Attribute Mand. Description Default
value yes The value is expected to be a positive integer. When this value is negative, there is no control performed over the number decimals the user can select.  

SAMPLE

<DECIMALS value='3'/>