Basic Definition | Formal Definition | Description| Example
The value type is defined by the following notation: integer = (["+"] / "-") 1*DIGIT
If the property permits, multiple "integer" values are specified by a COMMA character (US-ASCII decimal 44) separated list of values. The valid range for "integer" is -2147483648 to 2147483647. If the sign is not specified, then the value is assumed to be positive.
No additional content value encoding (i.e., BACKSLASH character encoding) is defined for this value type.
1234567890 -1234567890 +1234567890 432109876