From: Peter Krempa Date: Thu, 13 Oct 2022 16:29:49 +0000 (+0200) Subject: schema: nodedev: Allow interleaving of sub-elements of 'device' X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=04bda51cb2f0ab324543c2d5c8128fb45d7b7bc7;p=libvirt.git schema: nodedev: Allow interleaving of sub-elements of 'device' Note that the schema doesn't allow us to represent the two branches of optional and zero or more definitions, so I've merged them under the case. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/src/conf/schemas/nodedev.rng b/src/conf/schemas/nodedev.rng index 6299c52671..a9b32bb80f 100644 --- a/src/conf/schemas/nodedev.rng +++ b/src/conf/schemas/nodedev.rng @@ -9,41 +9,38 @@ - - - - - - - - - dev - - - - - - - - link - - - - - - - + + + + + + + + + + + dev + link + + + + + + + + - - - - - + + + + + - - - + + + +