schemas: Allow interleaving of fsBinary children

The <binary/> element of <filesystem/> can have children elements
(<cache/> and <lock/>). Allow them to be interleaved.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Michal Privoznik 2021-01-06 12:43:05 +01:00
parent 56fe81af70
commit 374502867e

View File

@ -2861,6 +2861,7 @@
<ref name="virOnOff"/>
</attribute>
</optional>
<interleave>
<optional>
<element name="cache">
<optional>
@ -2887,6 +2888,7 @@
</optional>
</element>
</optional>
</interleave>
</element>
</define>