|
Nomad - Theme DTD
Summary
A theme file stores the properties of the components of a theme.
The file is generated by the Nomad Editor. The factory and builder
uses the properties to generate the components.
theme-v10.dtd - Reference
Element declarations
component |
Content model: |
property *
|
Used inside | module |
Attributes: |
name |
type: NMTOKEN | required attribute |
name/alias of the component
|
|
|
module |
Content model: |
component +
|
Used inside | theme |
Attributes: |
id |
type: ID | required attribute |
id of the module
|
|
|
property |
Content model: |
EMPTY
|
Used inside | component |
Attributes: |
name |
type: NMTOKEN | required attribute |
the name of the component property
|
value |
type: CDATA | required attribute |
the value of the component property
|
|
|
theme (top-level element) |
contains one entry for each module
|
Content model: |
module *
|
Used inside | - none - |
Attributes: | - none - |
|
|