From 3a0a402d9827cbe6fa5baf0e373e9772f3b3c702 Mon Sep 17 00:00:00 2001 From: Daniel Martin Date: Fri, 22 Nov 2013 23:26:53 +0100 Subject: [PATCH] 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 --- src/xcb.xsd | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/src/xcb.xsd b/src/xcb.xsd index 78da84f..77a696f 100644 --- a/src/xcb.xsd +++ b/src/xcb.xsd @@ -162,7 +162,7 @@ authorization from the authors. - + @@ -224,18 +224,6 @@ authorization from the authors. - - - - - - - - - - - - @@ -364,7 +352,7 @@ authorization from the authors. - + -- 2.34.1