dm:application

Creates an application element.

An application provides a global namespace for elements declared in the application, and in nested page elements. An element registers itself in the namespace with its id attribute.

Element Information

Element class ApplicationConfig
Implementation classnone
Nested elementsany (except another application)

Examples

    
    <?xml version="1.0" encoding="UTF-8"?>
    <dm:application xmlns:dm="http://datamixer.org/config"
		    xmlns:dmf="http://datamixer.org/config/functions"
		    xmlns:dmio="http://datamixer.org/config/io">
      ...
    </dm:application>