Attribute or subtag | Description |
---|---|
id | The name of the indexed collection instance. |
description | A description of the indexed collection. |
Direction | To indicate what the data is, an input,
output or input&output data. There are two values:
Note: When changing the value of a flag, this
value will be propagated to all inner elements. So, if some parent
data has a value unchecked, all inner elements will have this option
disabled. On the other hand, if the flag value is checked, all inner
elements will have it enabled and checked, although the user can check/uncheck
it.
|
param | An additional parameter for the collection. This is a subtag that you can use to add parameters or override values of existing ones. The param has an id attribute that contains the name of the parameter and the value attribute contains its value. |
Attribute or subtag | Description |
---|---|
id | The name of the keyed collection instance. |
description | A description of the keyed collection. |
Direction | To indicate what the data is, an input,
output or input&output data. There are two values:
Note: When changing the value of a flag, this
value will be propagated to all inner elements. So, if some parent
data has a value unchecked, all inner elements will have this option
disabled. On the other hand, if the flag value is checked, all inner
elements will have it enabled and checked, although the user can check/uncheck
it.
|
dynamic | A boolean that identifies whether the collection dynamically adds a data element when a setValue(String, Object) method is invoked and the specified element does not exist. The default value is false. |
param | An additional parameter for the collection. This is a subtag that you can use to add parameters or override values of existing ones. The param has an id attribute that contains the name of the parameter and the value attribute contains its value. |
Attribute | Description |
---|---|
refId | A reference to a data element defined in the same file. This is the only linkable tag for data elements. See Tag linking for more information.Tag linking |
Direction | To indicate what the data is, an input,
output or input&output data. There are two values:
Note:
|
Lazy | This property should be checked to support circular reference. For example, assuming a refData of dataA references to dataB, then define a refData of dataB references to dataA and this is a circular reference. The refData of dataB should be checked 'Lazy'. When referencing the data itself, it would be automatically checked. |
param | An additional parameter to refer to a data. The value of param can override the value of refId. |
Attribute or subtag | Description |
---|---|
id | The name of the field. |
description | A description of the data field. |
Direction | To indicate what the data is, an input,
output or input&output data. There are two values:
|
value | The value of the data represented by the field. |
param | An additional parameter for the collection. This is a subtag that you can use to add parameters or override values of existing ones. The param has an id attribute that contains the name of the parameter and the value attribute contains its value. |