]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
schema: domaincaps: make machine element optional
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Sun, 26 Mar 2017 14:35:14 +0000 (18:35 +0400)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Sun, 26 Mar 2017 14:35:14 +0000 (18:35 +0400)
Commit df769041c made the 'machine' element in domaincaps
optional. Update the schema to reflect that.

docs/schemas/domaincaps.rng

index 20cbc4e944d5c763ad0417dcc4ea35d8fca3d56c..39053181eb9a7675c1098a4655f0f4fd98f86ed4 100644 (file)
         <element name='domain'>
           <text/>
         </element>
-        <element name='machine'>
-          <text/>
-        </element>
+        <optional>
+          <element name='machine'>
+            <text/>
+          </element>
+        </optional>
         <element name='arch'>
           <text/>
         </element>