summaryrefslogtreecommitdiffstats
path: root/src/main/resources/libvirt/rng/basictypes.rng
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/libvirt/rng/basictypes.rng')
-rw-r--r--src/main/resources/libvirt/rng/basictypes.rng9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/main/resources/libvirt/rng/basictypes.rng b/src/main/resources/libvirt/rng/basictypes.rng
index a221ff6..2d6f1a2 100644
--- a/src/main/resources/libvirt/rng/basictypes.rng
+++ b/src/main/resources/libvirt/rng/basictypes.rng
@@ -220,6 +220,13 @@
</define>
<!--======================================================================-->
+ <!-- A D-Bus server address: https://dbus.freedesktop.org/doc/dbus-specification.html#addresses -->
+ <define name="dbusAddr">
+ <data type="string">
+ <param name="pattern">.+</param>
+ </data>
+ </define>
+
<!-- An ipv4 "dotted quad" address -->
<define name="ipv4Addr">
<data type="string">
@@ -227,7 +234,7 @@
</data>
</define>
- <!-- Based on http://blog.mes-stats.fr/2008/10/09/regex-ipv4-et-ipv6 -->
+ <!-- Based on https://web.archive.org/web/20090503193311/http://blog.mes-stats.fr/2008/10/09/regex-ipv4-et-ipv6 -->
<define name="ipv6Addr">
<data type="string">
<!-- To understand this better, take apart the toplevel "|"s -->