From e4e189bb2fae583217c1afbc2abbc5af04ceb35c Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 13 Oct 2022 17:40:18 +0200 Subject: [PATCH] schema: domain: Allow interleaving of elements in 'osxen' definition MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The 'osxen' RNG type defines options for the element in certain modes. Allow interleaving of subelements recursively. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- src/conf/schemas/domaincommon.rng | 40 +++++++++++++++++++------------ 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/src/conf/schemas/domaincommon.rng b/src/conf/schemas/domaincommon.rng index f966285641..765306f094 100644 --- a/src/conf/schemas/domaincommon.rng +++ b/src/conf/schemas/domaincommon.rng @@ -257,30 +257,40 @@ + - - - - - - - - - - - + + + + - - + + - + - + + + + + + + + + + + + + + + + + -- 2.47.2