[elbe-devel] [PATCH] dbsfed.xsd: fix invalid xml
John Ogness
john.ogness at linutronix.de
Thu Apr 26 23:37:40 CEST 2018
With 426d408fb("finetuning: add options to adduser and addgroup")
invalid XML was introduced causing the validation to fail. Fix it.
Signed-off-by: John Ogness <john.ogness at linutronix.de>
---
schema/dbsfed.xsd | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 94fddc21..641f5739 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -1785,7 +1785,7 @@
<simpleContent>
<extension base="rfs:string">
<attribute name="gid" type="string" use="optional" />
- <attribute name="system" type="boolean" use="optional">
+ <attribute name="system" type="boolean" use="optional" />
</extension>
</simpleContent>
</complexType>
@@ -1815,9 +1815,9 @@
<attribute name="uid" type="string" use="optional" />
<attribute name="gid" type="string" use="optional" />
<attribute name="home" type="string" use="optional" />
- <attribute name="system" type="boolean" use="optional">
- <attribute name="create_home" type="boolean" use="optional">
- <attribute name="create_group" type="boolean" use="optional">
+ <attribute name="system" type="boolean" use="optional" />
+ <attribute name="create_home" type="boolean" use="optional" />
+ <attribute name="create_group" type="boolean" use="optional" />
</extension>
</simpleContent>
</complexType>
--
2.11.0
More information about the elbe-devel
mailing list