The <calyxo-base-config> Element

Purpose

The <calyxo-base-config> element is the root element of a Calyxo Base 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/base.
version NMTOKEN Required - DTD/Schema version number. Must be 0.9.

Body

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

(import*, (functions | set | use)*)

Related elements

<import>, <functions>, <set>, <use>