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">
<ref name="archnames"/>
</element>
<interleave>
<optional>
<element name="features">
<optional>
@ -410,6 +411,7 @@
</attribute>
</element>
</zeroOrMore>
</interleave>
</element>
</define>

View File

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