schema: Don't enforce ordering of hostcpu capabilities elements

The change to caps-test.xml demonstrates the need for the change to
cputypes.rng.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Jim Fehlig 2022-08-11 16:31:13 -06:00
parent b5f63691a6
commit 65e8ac6f92
2 changed files with 85 additions and 82 deletions

View File

@ -326,6 +326,7 @@
<element name="arch"> <element name="arch">
<ref name="archnames"/> <ref name="archnames"/>
</element> </element>
<interleave>
<optional> <optional>
<element name="features"> <element name="features">
<optional> <optional>
@ -410,6 +411,7 @@
</attribute> </attribute>
</element> </element>
</zeroOrMore> </zeroOrMore>
</interleave>
</element> </element>
</define> </define>

View File

@ -3,6 +3,7 @@
<host> <host>
<cpu> <cpu>
<arch>i686</arch> <arch>i686</arch>
<vendor>Intel</vendor>
<features> <features>
<pae/> <pae/>
<nonpae/> <nonpae/>