From: Laine Stump Date: Tue, 22 Mar 2016 16:10:16 +0000 (-0400) Subject: schema: new basic type - uint16 X-Git-Tag: v1.3.4-rc1~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8995ad1179fc8ae4eba4e0e5424464eec7fd5455;p=thirdparty%2Flibvirt.git schema: new basic type - uint16 This is a number between 0 and 65535 (or 0x0000 - 0xffff if specified in hexadecimal). --- diff --git a/docs/schemas/basictypes.rng b/docs/schemas/basictypes.rng index cfbf40d677..64babaff75 100644 --- a/docs/schemas/basictypes.rng +++ b/docs/schemas/basictypes.rng @@ -43,6 +43,17 @@ + + + + (0x)?[0-9a-fA-F]{1,4} + + + 0 + 65535 + + +