1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 06:50:22 +03:00

doc: Add schema definition for imagelabel

<imagelable> is not generated by running domain, actually we parse
it in src/conf/domain_conf.c, this patch is to fix it, otherwise any
validation (virt-xml-validate) on the domain xml dumped from shutoff
domain containing <imagelable> will fail.

* docs/schemas/domain.rng
This commit is contained in:
Osier Yang 2011-03-21 15:58:51 +08:00
parent 83bc4fa7fa
commit 918c8193e2

View File

@ -64,6 +64,9 @@
<element name="label">
<text/>
</element>
<element name="imagelabel">
<text/>
</element>
</element>
</define>
<define name="hvs">