schema: domain: Allow interleaving of character device config elements

Allow interleaving in the 'qemucdevSrcDef' definition which is shared
by all places using character device as backend.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2022-10-13 16:03:00 +02:00
parent 40a8a74be6
commit 1210074d5e

View File

@ -4716,7 +4716,9 @@
<ref name="qemucdevSrcTypeChoice"/> <ref name="qemucdevSrcTypeChoice"/>
</attribute> </attribute>
</define> </define>
<define name="qemucdevSrcDef"> <define name="qemucdevSrcDef">
<interleave>
<zeroOrMore> <zeroOrMore>
<element name="source"> <element name="source">
<optional> <optional>
@ -4792,6 +4794,7 @@
</optional> </optional>
</element> </element>
</optional> </optional>
</interleave>
</define> </define>
<!-- <!--
The description for a console The description for a console