The <calyxo-panels-config> Element

Purpose

The <calyxo-panels-config> element is the root element of a Calyxo Panels configuration file.

As common to all of Calyxo's configuration files, the root element uses the xmlns attribute to specify the namespace and the version attribute to specify the XML schema/DTD version.

Attributes

NameTypeDescription
xmlns CDATA Required - XML namespace. Must be http://calyxo.odysseus.de/xml/ns/panels.
version NMTOKEN Required - DTD/Schema version number. Must be 0.9.

Body

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

(base:import*, (base:functions | base:set | base:use)*, panels*)

The first four elements are common to all Calyxo components. They are described in the Calyxo Base configuration reference. The <panels> element and its children are described in the following sections.

Related elements

<panels>