summaryrefslogtreecommitdiffstats
path: root/src/main/resources/libvirt/rng/domainoverrides.rng
blob: 13b18a28ea9772c2bf5ab1474af1c51cd0e70287 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
  <!-- Overrides for the no-op versions of storage elements for use with domain XMLs. -->
  <include href="domaincommon.rng"/>

  <define name="storageStartupPolicy" combine="choice">
    <!-- overrides the no-op version in storagecommon.rng -->
    <ref name="startupPolicy"/>
  </define>

  <define name="storageSourceExtra" combine="choice">
    <!-- overrides the no-op version in storagecommon.rng -->
    <ref name="diskspec"/>
  </define>

</grammar>