<NCHARS> : Maximum number of characters

ROLE

This element defines for the current field, the maximum number of characters a user is allowed to type in.

ATTRIBUTES

<!ATTLIST NCHARS
	  value NMTOKEN #REQUIRED>
Attribute Mand. Description Default
value yes The value should be a positive integer. A negative or a null value indicates that no limit is set of the number of characters. The default value is -1.  

SAMPLE

<NCHARS value='40'/>