From e28896530ddfd32440eefbef497940968225fa2e Mon Sep 17 00:00:00 2001 From: Daniel Martin Date: Fri, 22 Nov 2013 23:26:51 +0100 Subject: [PATCH] schema: Set default attribute values Set the default values for the attributes combine-adjacent, no-sequence-number and xge to false. Signed-off-by: Daniel Martin --- src/xcb.xsd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/xcb.xsd b/src/xcb.xsd index 580d258..85e3dde 100644 --- a/src/xcb.xsd +++ b/src/xcb.xsd @@ -317,7 +317,7 @@ authorization from the authors. + use="optional" default="false" /> @@ -328,8 +328,9 @@ authorization from the authors. - + use="optional" default="false" /> + -- 2.34.1