From 423e435e8c96f4de25f8bda57967dcc3b9f4df6e Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 25 Aug 2022 11:25:39 +0200 Subject: [PATCH] schemas: domaincommon: Extract contents of the 'domain' element definition MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Move all definition under the element into a separate definition so that it can be referenced from elements with other names. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- src/conf/schemas/domaincommon.rng | 143 ++++++++++++++++-------------- 1 file changed, 74 insertions(+), 69 deletions(-) diff --git a/src/conf/schemas/domaincommon.rng b/src/conf/schemas/domaincommon.rng index bb6b1058e6..ce4509f245 100644 --- a/src/conf/schemas/domaincommon.rng +++ b/src/conf/schemas/domaincommon.rng @@ -33,77 +33,82 @@ --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.47.2