mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-04 20:31:13 +00:00
13 lines
322 B
Plaintext
13 lines
322 B
Plaintext
|
<?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>
|