From cb2fa837ffada5d1a682749c40dbdaf28b6a442c Mon Sep 17 00:00:00 2001 From: Daniel Martin Date: Sun, 18 Aug 2013 15:18:10 +0200 Subject: [PATCH] Enforce a bit or value in enum items Do not allow enum items without an explicit bit or value. The value of an enum item is known when adding the enum to the xml specification. There's no reason why this information shouldn't be where it belongs to. Signed-off-by: Daniel Martin Reviewed-by: Ran Benita (and tested) Reviewed-by: Josh Triplett --- src/xcb.xsd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/xcb.xsd b/src/xcb.xsd index 819495b..7a9c800 100644 --- a/src/xcb.xsd +++ b/src/xcb.xsd @@ -353,7 +353,10 @@ authorization from the authors. - + + + + -- 2.34.1