Complex field

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

Syntax
<field
    name="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.

type="complex"

Specifies that this field is a complex field.