The Number Attribute Type is a data type defined by XHTML Modularisation 1.1, declared in the DTD as XML 1.0 type CDATA.
Reference: *W3C - XHTML Modularisation 1.1 - Attribute Types
cols - #REQUIRED:textareacolspan - default="1":th, tdmaxlength:input type="text", input type="password"rbspan - default="1":rtrows - #REQUIRED:textarearowspan - default="1":th, tdsize:input type="text", input type="password", input type="file", selectspan - default="1":col, colgrouptabindex:a, object, area, input, textarea, select, buttonThere are no Common Attributes with type Number.
One or more digits, making up a single positive number (or zero) e.g. "34", "2"
For some attributes, a value of "0" makes sense (e.g. tabindex),
or is a special case (e.g. colspan,
rowspan, although "0" values for these attributes
are not well supported);
for others, only positive numbers are suitable (e.g. span,
size, maxlength,
cols, rows,
rbspan).