Enumerations are data types that support a finite, well-defined set of possible value iden-tified
by symbolic names. XML, as well as most programming languages support some
form of definition of enumerations.
Attributes
Name
Type
Optional
NAME
STRING
No
Defines the name of the enumeration, as it
will be used by individual field to refer to
the enumeration. This name never occurs
in the XML file to parse. It is a symbolic
name used internally by XMLBOOSTER.
PREFIX
STRING
Yes
If specified, the character string specified
by this attribute will be prepended to all
values names to yield the corresponding
name in the host language.
POSTFIX
STRING
Yes
If specified, the character string specified
by this attribute will be appended to all val-ues
names to yield the corresponding name
in the host language.