From 9132cc635b9dc52fdc8c2fc27eda767bb4f7b9db Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 13 Oct 2022 16:22:22 +0200 Subject: [PATCH] schema: domain: Allow interleave of 'smartcard' subelements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allow interleave of the top level sub-elements as well as the subelements in the 'host-certificates' mode. Note that '' doesn't work properly if there's multiple definitions of the same sub-element in the interleave so for this patch I chose to '' the 'certificate' subelements. Another options would require us to stop enforcing that there's exactly 3 of them. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- src/conf/schemas/domaincommon.rng | 86 +++++++++++++++++-------------- 1 file changed, 47 insertions(+), 39 deletions(-) diff --git a/src/conf/schemas/domaincommon.rng b/src/conf/schemas/domaincommon.rng index b4731f0d8d..f966285641 100644 --- a/src/conf/schemas/domaincommon.rng +++ b/src/conf/schemas/domaincommon.rng @@ -5559,49 +5559,57 @@ + - - - - host - - - - - - host-certificates - - - - - - - - - - - - - passthrough - - - - - - - - - - - - - - - - + + + + + host + + + + + + + host-certificates + + + + + + + + + + + + + + + + passthrough + + + + + + + + + + + + + + + + + +