schema: backup: Make 'exportname' and 'exportbitmap' independent

Both are optional but don't have to be specified together. Fix the
schema.

https://bugzilla.redhat.com/show_bug.cgi?id=1826746

Suggested-by: Yi Sun <yisun@redhat.com>
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Peter Krempa 2020-04-24 10:37:54 +02:00
parent c144486479
commit c3ace7e234

View File

@ -200,6 +200,8 @@
<attribute name='exportname'>
<text/>
</attribute>
</optional>
<optional>
<attribute name='exportbitmap'>
<text/>
</attribute>