Creates a page element.
A page provides a local namespace for elements declared in the page. An
element registers itself in the namespace with its id
attribute. An element can register itself in the page's parent
application by setting its scope
attribute to application.
Element Information
| Element class | PageConfig |
| Implementation class | none |
| Nested elements | any (except an application or another page) |
Examples
<?xml version="1.0" encoding="UTF-8"?>
<dm:page xmlns:dm="http://datamixer.org/config"
xmlns:dmf="http://datamixer.org/config/functions"
xmlns:dmio="http://datamixer.org/config/io">
...
</dm:page>