From: Philipp Hahn Date: Tue, 15 Jun 2010 09:44:48 +0000 (+0200) Subject: Allow one-or-more entries X-Git-Tag: v0.8.2~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff5f7d720479498da28e07936e8f2504d36f719e;p=thirdparty%2Flibvirt.git Allow one-or-more entries According to docs/formatdomain.html.in, "The boot element can be repeated multiple times to setup a priority list of boot devices to try in turn." The Relax-NG schema required / allowed exactly one entry. Signed-off-by: Philipp Hahn --- diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng index 9121da3661..99a37f2912 100644 --- a/docs/schemas/domain.rng +++ b/docs/schemas/domain.rng @@ -115,7 +115,9 @@ - + + +