From fd2ad818b29ca56904dd228f0774f553f99c1157 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Mon, 31 Aug 2020 11:35:47 +0200 Subject: [PATCH] RNG: Allow interleaving of /domain/cpu/numa/cell children MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit So far, the element can have two types of children elements: and (which can be repeated more times). However, there is no reason to require specific order in input XML. Allow elements to be interleaved. Signed-off-by: Michal Privoznik Reviewed-by: Ján Tomko --- docs/schemas/cputypes.rng | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/schemas/cputypes.rng b/docs/schemas/cputypes.rng index ba30dbf9ff..a1cae23161 100644 --- a/docs/schemas/cputypes.rng +++ b/docs/schemas/cputypes.rng @@ -146,16 +146,18 @@ - - - - - - - - - - + + + + + + + + + + + + -- 2.47.2