1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

Small change of RNG syntax for domain

* docs/schemas/domain.rng: As trang seems to bug with <optional><oneOrMore>
  replace it with <zeroOrMore>
This commit is contained in:
Diego Elio Pettenò 2009-12-11 08:46:11 +01:00 committed by Daniel Veillard
parent c11a82b62a
commit 25f7fa0583

View File

@ -980,8 +980,7 @@
</attribute> </attribute>
</define> </define>
<define name="qemucdevSrcDef"> <define name="qemucdevSrcDef">
<optional> <zeroOrMore>
<oneOrMore>
<element name="source"> <element name="source">
<optional> <optional>
<attribute name="mode"/> <attribute name="mode"/>
@ -999,8 +998,7 @@
<attribute name="wiremode"/> <attribute name="wiremode"/>
</optional> </optional>
</element> </element>
</oneOrMore> </zeroOrMore>
</optional>
<optional> <optional>
<element name="protocol"> <element name="protocol">
<optional> <optional>