XSD datatype
xs:unsignedLong
An unsigned 64-bit integer from zero to 18,446,744,073,709,551,615.
xs:unsignedLong supplies a 64-bit ceiling to nonNegativeInteger. Its upper half cannot fit in a signed 64-bit database column and no value near the top can be represented exactly by JavaScript Number.
- Lexical space
- Optional plus sign and digits within 0 to 18446744073709551615.
- Derives from
xs:nonNegativeInteger- Category
- Numeric types
- Facets
- minInclusive, maxInclusive, minExclusive, maxExclusive, pattern, enumeration, whiteSpace, totalDigits, fractionDigits
The schema used
This is the exact schema the literals above are validated against. Paste it into the validator with one of them to see the result yourself.
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="v" type="xs:unsignedLong"/>
</xs:schema>Related
Get started
Bring order to the XML your team can't afford to ignore.
Create a free account and get a private workspace to search, validate, diff, and monitor your XML feeds, sitemaps, schemas, and vendor integrations.