<N_DEFAULT> : Default numeric value

ROLE

This element defines the default value displayed inside the field of a form at the start of a creation of an object. The type of the value should be the same as the one defined for this field.

ATTRIBUTES

<!ATTLIST N_DEFAULT
	  value NMTOKEN #REQUIRED>
Attribute Mand. Description Default
value yes The default numeric value.  

SAMPLE

<N_DEFAULT value='10'/>

<N_DEFAULT value='1.25'/>