[elbe-devel] [PATCH v2 01/17] schema: dbsfed.xsd: losetup

Bastian Germann bage at linutronix.de
Thu Sep 1 16:49:55 CEST 2022


Am 30.08.22 um 15:39 schrieb Viraj Shah:
> Add the missing documentation for attribute "img" in Finetuning action
> "losetup".
> 
> Signed-off-by: Viraj Shah <viraj.shah 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..82acee6d9 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 img file to be created in build directory.

Please only use abbreviations if they belong to some specific entity that is not the entity that you are describing.
In this case please replace "img" with "image artifact".

I do not think that img is created in this context but it is rather used for loop mounting.

> +      </documentation>
> +     </annotation>
> +    </attribute>
>     </complexType>
>   
>     <group name="image_action">


More information about the elbe-devel mailing list