parameter Element
The <parameter> element defines values to be used in an operation to be applied on themes. (The operation is specified in an <operations> element, described in operation Element.) The <parameter> element has the following definition:
<!ELEMENT parameter >
<!ATTLIST parameter
name CDATA #REQUIRED
value CDATA #REQUIRED
>
Each parameter must have a name and value associated with it.