[libvirt] [PATCH 1/2] schema: Visually separate <define> blocks in RNG

Peter Krempa pkrempa at redhat.com
Wed Feb 25 10:21:59 UTC 2015


It makes it visually obvious where the define ends.
---
 docs/schemas/domaincommon.rng | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index f41ca43..d293747 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -70,6 +70,7 @@
       </interleave>
     </element>
   </define>
+
   <define name="seclabel">
     <element name="seclabel">
       <optional>
@@ -146,6 +147,7 @@
       </choice>
     </element>
   </define>
+
   <define name="devSeclabel">
     <element name="seclabel">
       <!-- A per-device seclabel override is more limited, either
@@ -182,6 +184,7 @@
       </choice>
     </element>
   </define>
+
   <define name="hvs">
     <attribute name="type">
       <choice>
@@ -233,6 +236,7 @@
       </group>
     </choice>
   </define>
+
   <define name="oshvm">
     <optional>
       <ref name="bootloader"/>
@@ -300,6 +304,7 @@
       </interleave>
     </element>
   </define>
+
   <define name="ostypexen">
     <element name="type">
       <optional>
@@ -325,6 +330,7 @@
       </choice>
     </element>
   </define>
+
   <define name="ostypehvm">
     <element name="type">
       <optional>
@@ -342,6 +348,7 @@
       <value>hvm</value>
     </element>
   </define>
+
   <define name="hvmx86">
     <group>
       <optional>
@@ -361,6 +368,7 @@
       </optional>
     </group>
   </define>
+
   <define name="hvmmips">
     <group>
       <optional>
@@ -375,6 +383,7 @@
       </optional>
     </group>
   </define>
+
   <define name="hvmsparc">
     <group>
       <optional>
@@ -389,6 +398,7 @@
       </optional>
     </group>
   </define>
+
   <define name="hvmppc">
     <group>
       <optional>
@@ -408,6 +418,7 @@
       </optional>
     </group>
   </define>
+
   <define name="hvmppc64">
     <group>
       <optional>
@@ -424,6 +435,7 @@
       </optional>
     </group>
   </define>
+
   <define name="hvms390">
     <group>
       <optional>
@@ -446,6 +458,7 @@
       </optional>
     </group>
   </define>
+
   <define name="hvmarm">
     <group>
       <optional>
@@ -464,6 +477,7 @@
       </optional>
     </group>
   </define>
+
   <define name="hvmaarch64">
     <group>
       <optional>
@@ -482,6 +496,7 @@
       </optional>
     </group>
   </define>
+
   <define name="osexe">
     <element name="os">
       <element name="type">
-- 
2.2.2




More information about the libvir-list mailing list