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

Viraj Shah viraj.shah at linutronix.de
Fri Sep 23 16:03:08 CEST 2022


* Add missing attribute for documentation of "rm" finetuning action.
* Fix indentation

Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
---
 schema/dbsfed.xsd | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 26ccd2b4a..7716011e2 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2684,13 +2684,22 @@
   <complexType name="rm">
     <annotation>
       <documentation>
-	      describes a removal of a pattern from the rootfilesystem.
-	      Including an exclude pattern
+       Remove directory from the target.
+       Note:
+       Even if a file is given instead of a directory it will also be verbosely
+       removed.
+       The tag describes 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 includes 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