[elbe-devel] [PATCH v2 08/17] schema: dbsfed.xsd: rm

Viraj Shah viraj.shah at linutronix.de
Tue Aug 30 15:39:11 CEST 2022


Add missing attribute documentation for "rm" finetuning action.

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

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 36bc5f1c8..74006363d 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2675,13 +2675,21 @@
   <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.
       </documentation>
     </annotation>
     <simpleContent>
       <extension base="rfs:string">
-        <attribute name="exclude" type="string" use="optional" />
+        <attribute name="exclude" type="string" use="optional">
+	 <annotation>
+	  <documentation>
+	   Including 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