| Name | Description | Use |
<value> elements
| <description> | Description of the value. | 0 to 1 |
| <deprecated> | Specifies that the contents of this element should be marked as deprecated. | 0 to 1 |
| <specreference> | Specification reference for this value. | 0 to unbounded |
| <boolean> | Specifies a Boolean value. | 1 to 1 |
| <byte> | Specifies a Byte value (8 bits). | 1 to 1 |
| <bytes> | Specifies bytes. | 1 to 1 |
| <character> | Specifies a character value (16 bits). | 1 to 1 |
| <double> | Specifies a Double value. | 1 to 1 |
| <float> | Specifies a Float value. | 1 to 1 |
| <int> | Specifies an Integer value (32 bits). | 1 to 1 |
| <list> | Specifies list data. | 1 to 1 |
| <long> | Specifies a Long value (64 bits). | 1 to 1 |
| <long> | Specifies a Long value (64 bits). | 1 to 1 |
| <map> | Specifies a Map value. | 1 to 1 |
| <short> | Specifies a Short value (16 bits). | 1 to 1 |
| <string> | Specifies a String value. | 1 to 1 |
| Sibling Name | Sibling Description |
<value> element siblings
| <description> | Specifies the measurement description. |
| <deprecated> | Specifies that the contents of this element should be marked as deprecated. |
| <specreference> | Specification reference for this measurement. |
| <key> | Specifies a unique measurement key. |
| <configuration> | Defines this measurement as a configuration measurement.
|
| <rate> | Specifies the measurement polling
rate in milliseconds. |
| <message> | Specifies the measurement message. |
| <data> | Specifies the measurement data. |
| <readcommand> | Specifies the command to request a read of the current value of
the measurement. |
| <writecommand> | Specifies the command to request a change of
the measurement value. |
| <method> | Specifies the method. |
| <signal> | Specifies the signal containing
the measurement value. |
| <measurement> | Defines the parent measurement. |
| <parameter> | Specifies a parameter used to extract/insert the information within
the parent data. |
| <parameters> | Specifies a group of parameters. |
| <units> | Specifies the measurement units. |
| <maximum> | Specifies the maximum value. |
| <minimum> | Specifies the minimum value. |
| <negative> | Negate the value. |
| <not> | Logical not of a boolean value. |
| <scale> | Specifies a numeric scale value. |
| <shift> | Specifies an integer shift value. |
| <translate> | Specifies a numeric translate
(add) value. |