Complex field

Defines a complex field. A complex field is composed of one or more simple fields.

Syntax
<field
    name="NCName"
    id="NCName"?
    type="complex"
  >
  <array/>?
  <complex>...</complex>
  
  <required>...</required>?
  ANY-FOREIGN-ELEMENT*
</field>
Attributes
name="NCName"

The name of the field element. Note that no two fields belonging to the same panel may have the same name.

id="NCName" (optional)

The id of the field element. Set this attribute if you want to be able to reference this element using XInclude. Otherwise it is not required.

type="complex"

Specifies that this field is a complex field.