Signed-off-by: Ján Tomko <jtomko(a)redhat.com>
---
docs/schemas/domaincommon.rng | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 233805cb66..5ea14b6dbf 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -2768,18 +2768,18 @@
<ref name="fsBinary"/>
</optional>
<element name="source">
- <choice>
- <group>
- <attribute name="dir">
- <ref name="absDirPath"/>
- </attribute>
- </group>
- <group>
- <attribute name="socket">
- <ref name="absFilePath"/>
- </attribute>
- </group>
- </choice>
+ <choice>
+ <group>
+ <attribute name="dir">
+ <ref name="absDirPath"/>
+ </attribute>
+ </group>
+ <group>
+ <attribute name="socket">
+ <ref name="absFilePath"/>
+ </attribute>
+ </group>
+ </choice>
<empty/>
</element>
</interleave>
@@ -2842,10 +2842,10 @@
</choice>
<interleave>
<optional>
- <element name="target">
- <attribute name="dir"/>
- <empty/>
- </element>
+ <element name="target">
+ <attribute name="dir"/>
+ <empty/>
+ </element>
</optional>
<optional>
<attribute name="accessmode">
--
2.31.1