Invalid value '%s' for data element '%s' with
decimal data type '%s'
Description
A value was assigned to a data element, and the
value did not meet the decimal data type requirement expected for the data
element. A value that follows the
decimal data type can contain in its data stream a string of numbers, a decimal
point, a leading minus sign, and an “E” if the decimal is represented as a base
10 exponent number.
Examples of decimal data type values:
12345
-1234
.12345
123E-5
-123.45