Name: ASCII_Numeric_Base8 | Version Id: 1.0.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: None | Maximum Value: None | Minimum Characters: 1 | Maximum Characters: 255 |
Pattern | |||
[0-7]{1,255} |