schemas: rng: Add encryption and slices elements to domainsnapshot schema

Both <encryption> and <diskSourceCommon> were absent from the <source>
element defined in domainsnapshot.rng

Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Han Han 2020-04-01 22:10:12 +08:00 committed by Erik Skultety
parent a1a6763663
commit cf2f92f373

View File

@ -160,6 +160,12 @@
<zeroOrMore>
<ref name='devSeclabel'/>
</zeroOrMore>
<optional>
<ref name='diskSourceCommon'/>
</optional>
<optional>
<ref name="encryption"/>
</optional>
<empty/>
</element>
</optional>
@ -179,6 +185,12 @@
<zeroOrMore>
<ref name='devSeclabel'/>
</zeroOrMore>
<optional>
<ref name='diskSourceCommon'/>
</optional>
<optional>
<ref name="encryption"/>
</optional>
<empty/>
</element>
</optional>