schemas: Allow direct children of <filesystem/> to be interleaved

Now that individual child elements allow their children to be
interleaved, let's allow direct children of <filesystem/> to be
interleaved too.

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:52:13 +01:00
parent 374502867e
commit 1dd607cd9c

View File

@ -2623,6 +2623,7 @@
</define>
<define name="filesystem">
<element name="filesystem">
<interleave>
<choice>
<group>
<attribute name="type">
@ -2801,6 +2802,7 @@
</choice>
</attribute>
</optional>
</interleave>
</element>
</define>
<define name="fsDriver">