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:
parent
c11a82b62a
commit
25f7fa0583
@ -980,27 +980,25 @@
|
|||||||
</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"/>
|
</optional>
|
||||||
</optional>
|
<optional>
|
||||||
<optional>
|
<attribute name="path"/>
|
||||||
<attribute name="path"/>
|
</optional>
|
||||||
</optional>
|
<optional>
|
||||||
<optional>
|
<attribute name="host"/>
|
||||||
<attribute name="host"/>
|
</optional>
|
||||||
</optional>
|
<optional>
|
||||||
<optional>
|
<attribute name="service"/>
|
||||||
<attribute name="service"/>
|
</optional>
|
||||||
</optional>
|
<optional>
|
||||||
<optional>
|
<attribute name="wiremode"/>
|
||||||
<attribute name="wiremode"/>
|
</optional>
|
||||||
</optional>
|
</element>
|
||||||
</element>
|
</zeroOrMore>
|
||||||
</oneOrMore>
|
|
||||||
</optional>
|
|
||||||
<optional>
|
<optional>
|
||||||
<element name="protocol">
|
<element name="protocol">
|
||||||
<optional>
|
<optional>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user