mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Remove accidentally added UUID re-definition in storage schema
* docs/schemas/storageencryption.rng: Remove UUID definition since its provided by the domain.rng/storagevol.rng schemas that import this
This commit is contained in:
parent
e1d715ef7d
commit
fac3f4cd54
@ -29,15 +29,4 @@
|
|||||||
</element>
|
</element>
|
||||||
</define>
|
</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>
|
</grammar>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user