mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 01:34:11 +03: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>
|
||||
</define>
|
||||
<define name="qemucdevSrcDef">
|
||||
<optional>
|
||||
<oneOrMore>
|
||||
<element name="source">
|
||||
<optional>
|
||||
<attribute name="mode"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="path"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="host"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="service"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="wiremode"/>
|
||||
</optional>
|
||||
</element>
|
||||
</oneOrMore>
|
||||
</optional>
|
||||
<zeroOrMore>
|
||||
<element name="source">
|
||||
<optional>
|
||||
<attribute name="mode"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="path"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="host"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="service"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="wiremode"/>
|
||||
</optional>
|
||||
</element>
|
||||
</zeroOrMore>
|
||||
<optional>
|
||||
<element name="protocol">
|
||||
<optional>
|
||||
|
Loading…
Reference in New Issue
Block a user