]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Remove accidentally added UUID re-definition in storage schema
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 14 Sep 2009 18:11:13 +0000 (19:11 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 14 Sep 2009 18:11:13 +0000 (19:11 +0100)
* docs/schemas/storageencryption.rng: Remove UUID definition
  since its provided by the domain.rng/storagevol.rng schemas
  that import this

docs/schemas/storageencryption.rng

index 2739d79697c4a35e66ab3f301628883a93531423..bf17aadc57b3ab33f0f811b1d69b08d53a1cad3f 100644 (file)
     </element>
   </define>
 
-  <define name="UUID">
-    <choice>
-      <data type="string">
-        <param name="pattern">[a-fA-F0-9]{32}</param>
-      </data>
-      <data type="string">
-        <param name="pattern">[a-fA-F0-9]{8}\-([a-fA-F0-9]{4}\-){3}[a-fA-F0-9]{12}</param>
-      </data>
-    </choice>
-  </define>
-
 </grammar>