[elbe-devel] [PATCH v4 08/16] schema: rm: Add missing documentation for attributes

Viraj Shah viraj.shah at linutronix.de
Tue Oct 18 16:50:54 CEST 2022


* Add missing attribute for documentation of "rm" finetuning 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, 10 insertions(+), 3 deletions(-)

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 179cfbbd6..c539b0139 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2684,13 +2684,20 @@
   <complexType name="rm">
     <annotation>
       <documentation>
-	      describes a removal of a pattern from the rootfilesystem.
-	      Including an exclude pattern
+        Remove a file or directory from the target.
+        The tag's text node matches on the absolute location of the file to be
+        deleted.
       </documentation>
     </annotation>
     <simpleContent>
       <extension base="rfs:string">
-        <attribute name="exclude" type="string" use="optional" />
+        <attribute name="exclude" type="string" use="optional">
+          <annotation>
+            <documentation>
+              This sets an exclude pattern that will not be deleted.
+            </documentation>
+          </annotation>
+        </attribute>
       </extension>
     </simpleContent>
   </complexType>
-- 
2.30.2



More information about the elbe-devel mailing list