Represents a typed property. Various flags help in the interpretation and semantics of the property value. For example, a property value might be an array or the property value might have been encrypted.
http://eurotech.com/esf/2.0| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| array | boolean | attribute | 1/1 | required | Whether the property value is an array. | |
| encrypted | boolean | attribute | 1/1 | required | Whether the property value is encrypted. | |
| name | string | attribute | 0/1 | The name of the property. | ||
| type | configPropertyType | attribute | 0/1 | The property type. | ||
| value | list of string | element | esf | 0/unbounded | The property value(s). |
Example
<x----- array="..." encrypted="..." name="..." type="..." xmlns="http://eurotech.com/esf/2.0"> <value>...</value> </x----->