[libvirt] [PATCH] schema: simplify RNG pattern, remove superfluous <optional>

Signed-off-by: Claudio Bley <cbley@av-test.de> --- Just a minor nit which lets Emacs' nxml-mode fail when parsing the corresponding RNC schema. docs/schemas/domaincommon.rng | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 3cace35..1eb2f68 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -243,11 +243,9 @@ <optional> <ref name="osbootkernel"/> </optional> - <optional> - <zeroOrMore> - <ref name="osbootdev"/> - </zeroOrMore> - </optional> + <zeroOrMore> + <ref name="osbootdev"/> + </zeroOrMore> <optional> <element name="bootmenu"> <attribute name="enable"> -- 1.7.9.5

On Wed, Jun 12, 2013 at 13:51:29 +0200, Claudio Bley wrote:
Signed-off-by: Claudio Bley <cbley@av-test.de> --- Just a minor nit which lets Emacs' nxml-mode fail when parsing the corresponding RNC schema.
docs/schemas/domaincommon.rng | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
ACK Jirka

At Wed, 12 Jun 2013 15:29:45 +0200, Jiri Denemark wrote:
On Wed, Jun 12, 2013 at 13:51:29 +0200, Claudio Bley wrote:
Signed-off-by: Claudio Bley <cbley@av-test.de> --- Just a minor nit which lets Emacs' nxml-mode fail when parsing the corresponding RNC schema.
docs/schemas/domaincommon.rng | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
ACK
Thanks, pushed. -- AV-Test GmbH, Henricistraße 20, 04155 Leipzig, Germany Phone: +49 341 265 310 19 Web:<http://www.av-test.org> Eingetragen am / Registered at: Amtsgericht Stendal (HRB 114076) Geschaeftsfuehrer (CEO): Andreas Marx, Guido Habicht, Maik Morgenstern
participants (2)
-
Claudio Bley
-
Jiri Denemark