[elbe-devel] [PATCH v3 14/16] schema: cpmv: Add attributes for missing documentation

Bastian Germann bage at linutronix.de
Fri Oct 7 15:26:41 CEST 2022


Subject: same

Am 23.09.22 um 16:03 schrieb Viraj Shah:
> * Add missing attribute documentation for "cpmv" action.
> * Fix indentation.
> 
> Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
> ---
>   schema/dbsfed.xsd | 13 +++++++++++--
>   1 file changed, 11 insertions(+), 2 deletions(-)
> 
> diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
> index 075960696..4060cf714 100644
> --- a/schema/dbsfed.xsd
> +++ b/schema/dbsfed.xsd
> @@ -2736,12 +2736,21 @@
>     <complexType name="cpmv">
>       <annotation>
>         <documentation>
> -        describes a copy or move of an element in the rootfilesystem
> +        Describes a copy or move of an element in the rootfilesystem

Copies or moves a file within the root file system.

> +        The value of the tag is the destination path where file needs to be

The tag's text node is ...

> +        moved or copied to.
>         </documentation>
>       </annotation>
>       <simpleContent>
>         <extension base="rfs:string">
> -        <attribute name="path" type="string" use="required" />
> +       <attribute name="path" type="string" use="required">
> +        <annotation>
> +         <documentation>
> +          This attribute is a source file that needs to be copied to the
> +          destination file.
> +         </documentation>
> +        </annotation>
> +       </attribute>
>         </extension>
>       </simpleContent>
>     </complexType>

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


More information about the elbe-devel mailing list