summaryrefslogtreecommitdiffstats
path: root/src/main/resources/libvirt/rng/cpu.rng
blob: d1eb67430d6c4c2caefb6b13a2d8a0ccd5d5bc01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
  <include href="basictypes.rng"/>
  <include href="cputypes.rng"/>

  <start>
    <choice>
      <ref name="guestcpu"/>
      <ref name="hostcpu"/>
    </choice>
  </start>
</grammar>