type: datatypedatatype: unsignedInt
unsignedInt
Primitive Details
- Definition: An integer with a value that is not negative (e.g. >= 0)
- XML Schema/Base:
xs:nonNegativeInteger - JSON Type:
number - Regex:
[0]|([1-9][0-9]*)
xs:nonNegativeIntegernumber[0]|([1-9][0-9]*)