Difference between revisions of "DHVariables"

From GreenVulcano Wiki
Jump to: navigation, search
(Description)
(DHVariable)
Line 21: Line 21:
 
===DHVariable===
 
===DHVariable===
  
Default value for DataHandler service's variable.
+
Each DHVariable represents the default value for a [[DataHandler]] service's variable.
  
 
The following table shows its attributes:
 
The following table shows its attributes:
Line 32: Line 32:
 
Might contain [[placeholders]] that will be replaced at runtime.
 
Might contain [[placeholders]] that will be replaced at runtime.
 
|}
 
|}
 +
 +
 +
Might contain the sub-element:
 +
* [[Description]]

Revision as of 12:21, 2 April 2012

Description

DHVariables with VulCon

DHVariables element contains the list of default values for DataHandler service's variables.

It is used by:

DHVariables does not have attributes.

Might contain the sub-element:

DHVariable

Each DHVariable represents the default value for a DataHandler service's variable.

The following table shows its attributes:

Attribute Type Description
name required Variable name
value required Variable value.

Might contain placeholders that will be replaced at runtime.


Might contain the sub-element: