[virt-tools-list] [[libosinfo][PATCH] 3/5] RNG: Adapt deployment to the code

Michal Privoznik mprivozn at redhat.com
Mon Sep 17 15:12:33 UTC 2012


as it should contain one os, platform and multiple devices elements.
---
 data/schemas/libosinfo.rng |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/data/schemas/libosinfo.rng b/data/schemas/libosinfo.rng
index 5f61287..3442bd0 100644
--- a/data/schemas/libosinfo.rng
+++ b/data/schemas/libosinfo.rng
@@ -413,7 +413,22 @@
 
   <define name='deployment'>
     <element name='deployment'>
-      <empty/>
+      <attribute name='id'>
+        <ref name='url'/>
+      </attribute>
+      <interleave>
+        <element name='os'>
+          <attribute name='id'>
+            <ref name='url'/>
+          </attribute>
+        </element>
+        <element name='platform'>
+          <attribute name='id'>
+            <ref name='url'/>
+          </attribute>
+        </element>
+        <ref name='devices-rel'/>
+      </interleave>
     </element>
   </define>
 
-- 
1.7.8.6




More information about the virt-tools-list mailing list