A value of the NumericString syntax is a sequence of one or more numerals and spaces.
The LDAP-specific encoding of a value of this syntax is the unconverted string of characters, which conforms to the following ABNF:
NumericString = 1*(DIGIT / SPACE)
The <DIGIT> and <SPACE> rules are defined in RFC 4512.
Example: 15 079 672 281
The LDAP definition for the Numeric String syntax is:
( 1.3.6.1.4.1.1466.115.121.1.36 DESC 'Numeric String' )