[elbe-devel] [PATCH v3 11/16] schema: extract_partition: Add attributes for documentation

Bastian Germann bage at linutronix.de
Fri Oct 7 15:14:39 CEST 2022


Subject: same.

Am 23.09.22 um 16:03 schrieb Viraj Shah:
> * Add missing attribute documentation for "extract_partition"
> finetuning action.
> * Fix indentation.

It is not fixed for <documentation>.

> Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>

With the suggested changes:
Reviewed-by: Bastian Germann <bage at linutronix.de>

> ---
>   schema/dbsfed.xsd | 12 +++++++++---
>   1 file changed, 9 insertions(+), 3 deletions(-)
> 
> diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
> index ab8b3c540..0682cbc5c 100644
> --- a/schema/dbsfed.xsd
> +++ b/schema/dbsfed.xsd
> @@ -2366,13 +2366,19 @@
>       <annotation>
>         <documentation>
>           Describe the partition to be extracted (nr) and the destination filename.
> -	The value of the tag describes the filename of the generated Imagefile.
> -	The Image is per default compressed with gzip afterwards.
> +       The value of the tag describes the filename of the generated Imagefile.
> +       The Image is per default compressed with gzip afterwards.
>         </documentation>
>       </annotation>
>       <simpleContent>
>         <extension base="rfs:string">
> -        <attribute name="part" type="integer" use="required" />
> +       <attribute name="part" type="integer" use="required">
> +        <annotation>
> +          <documentation>
> +         The partition of the rfs image in integer that needs to be extracted.
> +         </documentation>
> +        </annotation>
> +       </attribute>
>         </extension>
>       </simpleContent>
>     </complexType>


More information about the elbe-devel mailing list