Update capabilities schema to allow multiple machines per domain

* docs/schemas/capabilities.rng: allow multiple machines per domain
  just like they are allowed for guests
This commit is contained in:
Mark McLoughlin 2009-09-10 09:47:57 +01:00
parent db4137ba02
commit e45b13d248

View File

@ -224,9 +224,9 @@
<optional>
<ref name='emulator'/>
</optional>
<optional>
<zeroOrMore>
<ref name='machine'/>
</optional>
</zeroOrMore>
</element>
</define>