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

Bastian Germann bage at linutronix.de
Thu Sep 3 09:59:47 CEST 2020


Am 03.09.20 um 08:30 schrieb Torben Hohn:
> xsdtotoasciidoc chokes on elements without a type.

one "to" too much in xsdtotoasciidoc

> 
> Set type="rfs:string"
> 
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>

With the typo fixed:
Reviewed-by: Bastian Germann <bage 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
> 


More information about the elbe-devel mailing list