When a field contains an array of instances
denoted by another element, the Delphi-level
ARRAYSIZE attribute can be used
to indicate the number of elements it contains
if not overriden locally.
PREFIX
STRING
Yes
If specified, PREFIX is used as prefix
for all field names (unless overridden
explicitly using the OVERRIDE attribute)
in the Delphi structures generated
by XMLBOOSTER.
COLLECTIONSTART
Yes
ZERO; ONE
This attributes supports two values:
ZERO (the default value) and ONE.
They are used as start index for the collections
(lists and arrays) generated and
manipulated by XMLBOOSTER.