From: Peter Krempa Date: Thu, 11 Dec 2014 13:50:11 +0000 (+0100) Subject: schemas: Move definition of 'hexuint' to basictypes X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6e01534bc0b16c95feb1eac6cd3f5271284e7fed;p=libvirt.git schemas: Move definition of 'hexuint' to basictypes Allow reuse of the type. --- diff --git a/docs/schemas/basictypes.rng b/docs/schemas/basictypes.rng index efc9da4169..2bc9c1be20 100644 --- a/docs/schemas/basictypes.rng +++ b/docs/schemas/basictypes.rng @@ -14,6 +14,12 @@ + + + (0x)?[0-9a-f]+ + + + [0-9]+ diff --git a/docs/schemas/nodedev.rng b/docs/schemas/nodedev.rng index c4f402c39d..13c5402213 100644 --- a/docs/schemas/nodedev.rng +++ b/docs/schemas/nodedev.rng @@ -467,12 +467,6 @@ - - - (0x)?[0-9a-f]+ - - - ([a-fA-F0-9]{2}:){5}[a-fA-F0-9]{2}