From 47b947a0a362a3a3c6fca62d25a64f01600df206 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 20 Apr 2017 16:20:26 +0200 Subject: [PATCH] docs: schemas: Extract disk source host specification 'diskSourceNetwork' schema define was rather big and it would be hard to simplify it. Split out the host portion subelement into a separate define. --- docs/schemas/domaincommon.rng | 70 ++++++++++++++++++----------------- 1 file changed, 37 insertions(+), 33 deletions(-) diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 5c354eb647..41bd400f1b 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -1485,6 +1485,42 @@ + + + + + + + + tcp + rdma + + + + + + + + + + + + + + + + + + unix + + + + + + + + + network @@ -1509,39 +1545,7 @@ - - - - - - - tcp - rdma - - - - - - - - - - - - - - - - - - unix - - - - - - - + -- 2.47.2