ASCII_Numeric_Base8

Name: ASCII_Numeric_Base8Version Id: 1.2.0.0
Description The ASCII Numeric Base8 class indicates an ASCII character representation of a non-negative unsigned integer in base 8. Must consist of the characters 0 through 7. May not be preceded by any sign (+/-) notation.
Schema Base Type: string
Minimum Value: NoneMaximum Value: NoneMinimum Characters: 1Maximum Characters: 255
 Pattern
 [0-7]{1,255}