XML FOR DOMINO


numberformat element
Example

Represents the localization formats of numbers.

Containment Hierarchy

Contained by: <field>, <column>

Syntax

<!ELEMENT numberformat EMPTY>

Attributes

<!ATTLIST numberformat
digits%string;"varying"
format(%numberformat.formats;)#IMPLIED
punctuated%boolean;#IMPLIED
parens%boolean;#IMPLIED
percent%boolean;#IMPLIED
>

digits


format
punctuated
parens
percent
Defined entity for <numberformat> element

The %numberformat.formats; entity defines the choices for number formats.

Syntax:

<!ENTITY % numberformat.formats "general | fixed | scientific | currency">

currency


fixed
general
scientific
Example
See Also