This tag Describes the number encoding as a packed decimal.
Attributes
The following table lists the valid
attributes for this tag:
| Attribute |
Description |
Valid Values |
| bigEndian |
Indicates whether a number is big or little
endian |
You must specify one of the following attributes: - true: when the byte representation of a number
is ordered from the most significant byte to the least significant
byte
- false: when the byte representation of a number
is ordered from the least significant byte to most significant byte
|
| signed |
Indicates whether a number is signed or unsigned |
You must specify one of the following attributes:
|
| virtualDecimalPoint |
Integer specifying where the decimal point of
the number resides |
Value is specified from the rightmost digit
of the number |