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

Michal Privoznik mprivozn at redhat.com
Fri Sep 21 14:38:14 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 83be39a..71ae54c 100644
--- a/data/schemas/libosinfo.rng
+++ b/data/schemas/libosinfo.rng
@@ -408,7 +408,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