The permissible value for the are limited by the following rules:
The only valid string renderings of the identifier value are of decimal digits (0-9), commencing with a non zero digit.
The second and third digits from the right hand end of the string rendering of the identifier must match one of the
The rightmost digit of the string rendering is a and must match the value calculated using the specified
|
In some systems and frameworks the default numeric data type is a floating point representation according to IEEE 754. For example, as of today in JavaScript the number type (by default) is a double precision floating precision data type allowing representation of 53-bit integers, which is not sufficient for SCTIDs. It is recommended that you specify a 64-bit integer type for representing SCTIDs rather than using a default numeric data type. Where a 64-bit integer data type is not available, please use a string data type to represent the SCTIDs. |