[libvirt] [PATCH] docs: schema: Add missing <interleave> element to input device

Lily Zhu lizhu at redhat.com
Thu Jun 14 07:50:33 UTC 2018


Input device has 2 optional sub-elements - <alias> and <address> the
order of which should be interchangeable in the XML.

Signed-off-by: Lily Zhu <lizhu at redhat.com>
---
 docs/schemas/domaincommon.rng | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 1d06a5e..999b863 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -4309,12 +4309,14 @@
           </element>
         </group>
       </choice>
+      <interleave>
       <optional>
         <ref name="alias"/>
       </optional>
       <optional>
         <ref name="address"/>
       </optional>
+      </interleave>
     </element>
   </define>
   <define name="hub">
-- 
1.8.3.1




More information about the libvir-list mailing list