5.6 Service Data Area
In the Data Area tab of the Service Editor, it is possible to define data elements that are available for the current service.

Figure 36 An Example of Service Data Area
The parameters that can be set in the data area are described in Table 40.
| Property | Description | Comment/Available Fields |
|---|---|---|
| Name | The name of the data element. | The name must be unique within the service. |
| Element Type | Single value - A single element is defined, of any of the data types supported by ERE. |
|
| Array - An array is defined, where the values in the array can be of any of the data types supported by ERE. | Array Values - An array editor, in which the array of values for the element is entered. Only values that agree with data type chosen in Value Type can be entered. | |
| Map - A map of values is defined, where the key type and map values can be of any of the data types supported by ERE. |
| |
| XML fragment - An XML fragment is defined. | XML fragment - The fragment must contain one, and only one, root node. |
A new data element is added to the service by using the Add button. A data element is removed from the service by using the Delete button.
An existing data element can be edited by selecting the element from the Data Element list. If a data element is entered with an invalid format or incomplete information, a pop-up appears with an error message when Commit is chosen.
The changes are discarded and the old values retained when the Cancel button is chosen.
The changes are first implemented in the service when the service is saved.