mirror of https://gitee.com/openkylin/libvirt.git
Fix a wellformedness problem in secret.rng
* docs/schemas/secret.rng: ref tag for usagevolume wasn't closed
This commit is contained in:
parent
4ecf9c653e
commit
51ea18a844
|
@ -36,7 +36,7 @@
|
|||
<optional>
|
||||
<element name='usage'>
|
||||
<choice>
|
||||
<ref name='usagevolume'>
|
||||
<ref name='usagevolume'/>
|
||||
<!-- More choices later -->
|
||||
</choice>
|
||||
</element>
|
||||
|
|
Loading…
Reference in New Issue