Entry
Stereotypes: <<ImplementationFormat>>
Definition: key-value pairassociation between an identifier referred to as the key and a value which taken together create a key-value pair. published as part of a DataSet.
Version Info
| Introduced | Deprecated | Updated |
|---|---|---|
| 1.5 | 2.4 (Previous: 2.3) |
Documentation
Constraints for Entry Values
The value of each Entry MUST have the same restrictions as the value of an observationobserved value of a property at a point in time. with DataItem::representation as VALUE.
An Entry MAY be further constrained by the DataItem definition (see Device Information Model), for example a VariableDataSet having a string value MAY have a floating-point Temperature value. A restriction MUST NOT be broadened or removed, for example, the value “READY” MUST NOT occur with a TemperatureDataSet constrained to floating-point numbers.
EntryDefinition MAY provide the type and units of an Entry::key.
Properties
| Name | Type | Int | Dep | Multiplicity | Description |
|---|---|---|---|---|---|
key | ID | 1.5 | 1 | unique identifier for each key-value pairassociation between an identifier referred to as the key and a value which taken together create a key-value pair. . | |
removed | boolean | 1.5 | 0..1 | removal indicator of a key-value pairassociation between an identifier referred to as the key and a value which taken together create a key-value pair. . | |
result | string | 1.5 | 0..1 | value of the Entry. |
Relations
| Name | Type | Int | Dep | Multiplicity | Description |
|---|---|---|---|---|---|
isEntryOf | DataSet | 1.5 | 0..* |