Skip to end of banner
Go to start of banner

Variables Metadata

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The entity's fields metadata required by the application's core mechanisms such as the security restrictions, query language, collaboration rules and workflow mechanisms.

Attributes

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

Example

variables.xml
<variableconfig>
    <variables>
        <variable>
            <name>myvariable</name>
            <value>testvalue</value>
            <description>The imports implementation directory name.</description>
        </variable>
    </variables>
	...
</variableconfig>
  • No labels