[virt-tools-list] [[libosinfo][PATCH] 2/5] RNG: Allow devices to have new elements
Michal Privoznik
mprivozn at redhat.com
Mon Sep 17 15:12:32 UTC 2012
product, subsystem and driver.
---
data/schemas/libosinfo.rng | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/data/schemas/libosinfo.rng b/data/schemas/libosinfo.rng
index e9fe643..5f61287 100644
--- a/data/schemas/libosinfo.rng
+++ b/data/schemas/libosinfo.rng
@@ -75,6 +75,16 @@
<ref name='hexid'/>
</element>
</optional>
+ <optional>
+ <element name='product'>
+ <text/>
+ </element>
+ </optional>
+ <optional>
+ <element name='subsystem'>
+ <text/>
+ </element>
+ </optional>
</interleave>
</element>
</define>
@@ -169,6 +179,11 @@
<attribute name='id'>
<ref name='url'/>
</attribute>
+ <optional>
+ <element name='driver'>
+ <text/>
+ </element>
+ </optional>
</element>
</zeroOrMore>
</element>
--
1.7.8.6
More information about the virt-tools-list
mailing list