From 56fe81af7067c817aa187a95bcdd526a588c9c7c Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Wed, 6 Jan 2021 12:41:40 +0100 Subject: [PATCH] schemas: Allow fsDriver to be interleaved MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Our element can have child element. But with the way our schema is written it can't be interleaved and has to go first. Signed-off-by: Michal Privoznik Reviewed-by: Ján Tomko --- docs/schemas/domaincommon.rng | 42 +++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 86816e9b1d..49654624a9 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -2628,10 +2628,10 @@ file - - - + + + @@ -2644,10 +2644,10 @@ block - - - + + + @@ -2663,13 +2663,13 @@ mount - - - - - - + + + + + + @@ -2684,10 +2684,10 @@ bind - - - + + + @@ -2700,10 +2700,10 @@ template - - - + + + @@ -2716,10 +2716,10 @@ ram - - - + + + -- 2.47.2