Public SiteDocumentation
 

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.

document object model

[figure:theme dom]

theme-v10.dtd - Reference

Top-level element(s)

List of elements

Element declarations

component
Content model: property *
Used insidemodule
Attributes:
name type: NMTOKENrequired attribute
name/alias of the component
module
Content model: component +
Used insidetheme
Attributes:
id type: IDrequired attribute
id of the module
property
Content model: EMPTY
Used insidecomponent
Attributes:
name type: NMTOKENrequired attribute
the name of the component property
value type: CDATArequired 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 -