A TargetValue is the link between a StateVariable and a memory block of the target device.
| Name | ID / Addr | Type | Def | Tmp | Incl | Description |
| Device | Addr | Attr | 0 .. 1 | 0 .. 1 | The device index of the targetValue. If no device is specified, the device index is inherited from the owning object. | |
| Address | ID / Addr | Attr | 0 .. 1 | 0 .. 1 | Absolute Addr of the value in the target device. Either <Addr> or <Offset> must be defined. It can be a decimal (10944) or a hexadecimal (0x2AC0). | |
| Offset | ID / Addr | Attr | 0 .. 1 | 0 .. 1 | Relative offset of the target value related to the target Addr of the object. Either <Offset> or <Addr> must be defined. It can be a decimal (10944) or a hexadecimal (0x2AC0). | |
| <BigEndian> | ID / Addr | Elmt | 0 .. 1 | 0 .. 1 | Boolean value to indicate big endianness. Default value is little endian. |