]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: schemas: Move the interleave definition into network disk source
authorPeter Krempa <pkrempa@redhat.com>
Fri, 21 Apr 2017 09:43:56 +0000 (11:43 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 28 Apr 2017 07:48:26 +0000 (09:48 +0200)
Move it to the place where actually interleaving elements can be placed.

docs/schemas/domaincommon.rng

index 41bd400f1bd09a59cace2045b48974480d97a3e9..89dbae3f701d0d53accbd4dab682b1afcbf77b82 100644 (file)
     <attribute name="type">
       <value>network</value>
     </attribute>
-    <interleave>
-      <element name="source">
+    <element name="source">
+      <interleave>
         <attribute name="protocol">
           <choice>
             <value>nbd</value>
           </element>
         </optional>
         <empty/>
-      </element>
-    </interleave>
+      </interleave>
+    </element>
   </define>
 
   <define name="diskSourceVolume">