array

Specifies that this is an array field. An array field may contain more than one value. Any field type may be an array.

Syntax
<array
    default="integer"
    max="integer"?
  />
Attributes
default="integer"

The default number of elements in this array field. This determines how many data entry controls are initially displayed in Content Studio.

max="integer" (optional)

The maximum number of elements allowed in this array field.