TotalDigits

The TotalDigits command element specifies the digits properties for a character number.

Components of TotalDigits

A group view displays the components of the TotalDigits command element.

The TotalDigits command element can have a Min or Max attributes.

Component Name Attributes Description
TotalDigits Min Max Specifies the minimum and maximum digits of the character decimal number. If not used, the default is a minimum of 0, maximum of unspecified (S).
Example
<TotalDigits>
<Min>2</Min>
<Max>15</Max>
</TotalDigits>