> diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng
> index fb44335..08ebefb 100644
> --- a/docs/schemas/domain.rng
> +++ b/docs/schemas/domain.rng
> @@ -1745,6 +1745,8 @@
> <ref name="cpuModel"/>
> <optional>
> <ref name="cpuVendor"/>
> + </optional>
> + <optional>
> <ref name="cpuTopology"/>
ACK; makes it so that either one can be used in isolation, instead of a
both-or-none approach.
Thanks, I pushed the patch.
Jirka