From 24f17f557abf044b1796bfa8116eff1b4dc50ea0 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Wed, 9 Mar 2016 18:42:14 +0100 Subject: [PATCH] schema: Validate GIC capabilities We need to expose GIC capabilities in the domain capabilities XML: update the schema to validate documents that contain the new information. --- docs/schemas/domaincaps.rng | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/schemas/domaincaps.rng b/docs/schemas/domaincaps.rng index 35d3745dac..0d2777b56e 100644 --- a/docs/schemas/domaincaps.rng +++ b/docs/schemas/domaincaps.rng @@ -31,6 +31,9 @@ + + + @@ -88,6 +91,21 @@ + + + + + + + + + + + + + + + -- 2.47.3