提交 7547ed12 编写于 作者: P Peter Krempa

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.
上级 8b13c37f
...@@ -1415,9 +1415,11 @@ ...@@ -1415,9 +1415,11 @@
<define name="diskBackingStore"> <define name="diskBackingStore">
<element name="backingStore"> <element name="backingStore">
<optional>
<attribute name="index"> <attribute name="index">
<ref name="positiveInteger"/> <ref name="positiveInteger"/>
</attribute> </attribute>
</optional>
<interleave> <interleave>
<ref name="diskSource"/> <ref name="diskSource"/>
<ref name="diskBackingChain"/> <ref name="diskBackingChain"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册