schema: Remove dec-or-hex-integer and hex-integer type
authorDaniel Martin <consume.noise@gmail.com>
Fri, 22 Nov 2013 22:26:53 +0000 (23:26 +0100)
committerDaniel Martin <consume.noise@gmail.com>
Sun, 20 Jul 2014 19:21:32 +0000 (21:21 +0200)
commit3a0a402d9827cbe6fa5baf0e373e9772f3b3c702
tree871fdb33e76b02b4c8fc0b028363ee62bca8502b
parentcdc21ac0e6917eec3afd3b67c4263559f0150ace
schema: Remove dec-or-hex-integer and hex-integer type

Reflect in the schema that hexadecimal values aren't supported in enum
items (and expressions) by removing the 'dec-or-hex-integer' and
'hex-integer' type.

Hexadecimal values are not supported "as some languages have a different
notation for hex-values" and therefor such hexadecimal values have been
explicitly replaced with decimal values in other commits, see:

    183ecff Replaced hex-values with decimal ones
    8b3c120 did remaining replacements of hex constants with decimal

Signed-off-by: Daniel Martin <consume.noise@gmail.com>
src/xcb.xsd