From: Peter Krempa Date: Wed, 6 Jan 2021 16:12:03 +0000 (+0100) Subject: schema: domaincommon: Remove pointless 'choice' from 'inituser'/'initgroup' X-Git-Tag: v7.0.0-rc1~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33092d716cba2d3391cbe3f10182198937d83b9f;p=thirdparty%2Flibvirt.git schema: domaincommon: Remove pointless 'choice' from 'inituser'/'initgroup' 'genericName' allows arbitrary numeric strings so using an explicit 'unsignedInt' choice is pointless. The elements take an username or a uid which is prefixed by '+', both of which are covered by 'genericName'. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 24b4994670..bcbaee9db8 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -436,16 +436,10 @@ - - - - + - - - - +