]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: schema: Add missing <interleave> element to panic device
authorErik Skultety <eskultet@redhat.com>
Wed, 2 May 2018 11:54:55 +0000 (13:54 +0200)
committerErik Skultety <eskultet@redhat.com>
Wed, 2 May 2018 12:52:09 +0000 (14:52 +0200)
Panic device has 2 optional sub-elements - <alias> and <address> the
order of which should be interchangeable in the XML.

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

Signed-off-by: Erik Skultety <eskultet@redhat.com>
docs/schemas/domaincommon.rng

index 3569b92127376fb8d055421b0ef8da2f7199c614..7c02edb7f8a3ff5c16ae21115eedc6b0b1152a4a 100644 (file)
           </choice>
         </attribute>
       </optional>
-      <optional>
-        <ref name="alias"/>
-      </optional>
-      <optional>
-        <ref name="address"/>
-      </optional>
+      <interleave>
+        <optional>
+          <ref name="alias"/>
+        </optional>
+        <optional>
+          <ref name="address"/>
+        </optional>
+      </interleave>
     </element>
   </define>
   <define name="rawIO">