[elbe-devel] [PATCH] schema: add missing type to login element

Torben Hohn torben.hohn at linutronix.de
Thu Sep 3 08:30:41 CEST 2020


xsdtotoasciidoc chokes on elements without a type.

Set type="rfs:string"

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 schema/dbsfed.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index c1f72c8a4..bb251545a 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -603,7 +603,7 @@
       </documentation>
     </annotation>
     <choice>
-      <element name="login" minOccurs="0" maxOccurs="1">
+      <element name="login" type="rfs:string" minOccurs="0" maxOccurs="1">
         <annotation>
           <documentation>
             Try to login into root session and shutdown the machine
-- 
2.20.1



More information about the elbe-devel mailing list