conf: Make backing store index optional

Index will remain an internal property even if we allow backing store
parsing from the XML, so we need to allow backing store without it in
the schema.
This commit is contained in:
Peter Krempa 2017-09-26 14:00:57 +02:00
parent 8b13c37f0b
commit 7547ed1297

View File

@ -1415,9 +1415,11 @@
<define name="diskBackingStore">
<element name="backingStore">
<attribute name="index">
<ref name="positiveInteger"/>
</attribute>
<optional>
<attribute name="index">
<ref name="positiveInteger"/>
</attribute>
</optional>
<interleave>
<ref name="diskSource"/>
<ref name="diskBackingChain"/>