summaryrefslogtreecommitdiffstats
path: root/src/main/resources/libvirt/rng/network.rng
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/libvirt/rng/network.rng')
-rw-r--r--src/main/resources/libvirt/rng/network.rng23
1 files changed, 14 insertions, 9 deletions
diff --git a/src/main/resources/libvirt/rng/network.rng b/src/main/resources/libvirt/rng/network.rng
index 4317572..b7c8551 100644
--- a/src/main/resources/libvirt/rng/network.rng
+++ b/src/main/resources/libvirt/rng/network.rng
@@ -37,6 +37,16 @@
<text/>
</element>
+ <!-- <title> element -->
+ <optional>
+ <ref name="title"/>
+ </optional>
+
+ <!-- <description> element -->
+ <optional>
+ <ref name="description"/>
+ </optional>
+
<!-- <metadata> element -->
<optional>
<ref name="metadata"/>
@@ -169,15 +179,7 @@
</element>
</optional>
<optional>
- <element name="driver">
- <attribute name="name">
- <choice>
- <value>kvm</value>
- <value>vfio</value>
- </choice>
- </attribute>
- <empty/>
- </element>
+ <ref name="hostdevDriver"/>
</optional>
<optional>
<element name="nat">
@@ -256,6 +258,9 @@
<optional>
<attribute name="localOnly"><ref name="virYesNo"/></attribute>
</optional>
+ <optional>
+ <attribute name="register"><ref name="virYesNo"/></attribute>
+ </optional>
</element>
</optional>