[elbe-devel] [PATCH v3 01/16] schema: losetup: Add attributes for documentation

Bastian Germann bage at linutronix.de
Fri Sep 23 16:26:22 CEST 2022


Am 23.09.22 um 16:03 schrieb Viraj Shah:
> * Add the missing documentation for attribute "img" in Finetuning action
> "losetup".
> * Fix indentation.
> 
> Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>

Reviewed-by: Bastian Germann <bage at linutronix.de>

> ---
>   schema/dbsfed.xsd | 8 +++++++-
>   1 file changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
> index e1c75a4d8..16325a8c2 100644
> --- a/schema/dbsfed.xsd
> +++ b/schema/dbsfed.xsd
> @@ -2303,7 +2303,13 @@
>         <group ref="rfs:image_action" minOccurs="0" maxOccurs="unbounded" />
>       </sequence>
>       <attribute ref="xml:base"/>
> -    <attribute name="img" type="string" use="required" />
> +    <attribute name="img" type="string" use="required">
> +     <annotation>
> +      <documentation>
> +        Name of the image artifact that would be used for loop mounting.
> +      </documentation>
> +     </annotation>
> +    </attribute>
>     </complexType>
>   
>     <group name="image_action">


More information about the elbe-devel mailing list