The <panels> Element

Purpose

The <panels> element defines a set of panel definitions.

Attributes

NameTypeDescription
language NMTOKEN The language code of the locale, which applies to all panels in this <panels> section.
country NMTOKEN The country code of the locale, which applies to all forms in this <panels> section. (Setting the country attribute does only make sense, if the language is also specified.)
variant NMTOKEN The variant code of the locale, which applies to all forms in this <forms> section. (Setting the variant attribute does only make sense, if language and country are also specified.)

Body

The body of the <panels> element is defined by the following sequence:

(panel*)

Related elements

<panel>