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

Viraj Shah viraj.shah at linutronix.de
Tue Oct 18 16:51:00 CEST 2022


* Add missing attribute documentation for "cpmv" action.
* Fix indentation.

Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
Reviewed-by: Bastian Germann <bage 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 b90cf4372..ffc0c92f5 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
+        Copies or moves a file within the root file system.
+        The tag's text node is the destination path where file needs to be
+        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>
-- 
2.30.2



More information about the elbe-devel mailing list