Variables Metadata

Variables metadata file is used to define the global variables of the system.

Attributes

NameDescriptionValue
nameThe variable nameAny unique value
valueThe variable valueAny
descriptionThe variable descriptionAny

Example

variables.xml
<variableconfig>
    <variables>
        <variable>
            <name>myvariable</name>
            <value>testvalue1234</value>
            <description>This is a test variable</description>
        </variable>
    </variables>
	...
</variableconfig>