docs: schemas: Move the interleave definition into network disk source

Move it to the place where actually interleaving elements can be placed.
This commit is contained in:
Peter Krempa 2017-04-21 11:43:56 +02:00
parent 47b947a0a3
commit 1779e378f8

View File

@ -1525,8 +1525,8 @@
<attribute name="type"> <attribute name="type">
<value>network</value> <value>network</value>
</attribute> </attribute>
<interleave> <element name="source">
<element name="source"> <interleave>
<attribute name="protocol"> <attribute name="protocol">
<choice> <choice>
<value>nbd</value> <value>nbd</value>
@ -1564,8 +1564,8 @@
</element> </element>
</optional> </optional>
<empty/> <empty/>
</element> </interleave>
</interleave> </element>
</define> </define>
<define name="diskSourceVolume"> <define name="diskSourceVolume">