ASCII_Numeric_Base2

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