From 487bdbd8e08c7327c15e286a09f9b23abc2b9dae Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Mon, 16 Jan 2012 17:28:51 +0800 Subject: [PATCH] docs: Expose alias tag in domain RNG schema Though is ignored when defining a domain, it can cause failure if one validates (e.g. virt-xml-validate) the XML dumped from a running domain. This patch expose it in domain RNG schema for all the devices which support it. --- docs/schemas/domaincommon.rng | 64 +++++++++++++++++++++++++++++++---- 1 file changed, 58 insertions(+), 6 deletions(-) diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index b34526fcbb..243ff934e7 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -733,6 +733,9 @@ + + + @@ -1098,6 +1101,9 @@ + + + @@ -1195,6 +1201,9 @@ + + + @@ -1395,6 +1404,9 @@ + + + @@ -1810,6 +1822,9 @@ + + + @@ -1893,6 +1908,9 @@ + + + @@ -2011,6 +2029,9 @@ ich6 + + + @@ -2036,6 +2057,9 @@ + + + @@ -2050,6 +2074,9 @@ none + + + @@ -2093,6 +2120,9 @@ + + + @@ -2134,6 +2164,9 @@ + + + @@ -2161,6 +2194,9 @@ + + + @@ -2173,6 +2209,9 @@ usb + + + @@ -2189,6 +2228,9 @@ + + + @@ -2237,6 +2279,9 @@ + + + @@ -2356,12 +2401,6 @@ - @@ -2970,4 +3009,17 @@ (0x)?[0-9a-fA-F]{1,16} + + + [a-zA-Z0-9_-]+ + + + + + + + + + + -- 2.47.2