[elbe-devel] [PATCH v3 11/16] schema: extract_partition: Add attributes for documentation

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


* Add missing attribute documentation for "extract_partition"
finetuning action.
* Fix indentation.
Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
---
 schema/dbsfed.xsd | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index ab8b3c540..0682cbc5c 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2366,13 +2366,19 @@
     <annotation>
       <documentation>
         Describe the partition to be extracted (nr) and the destination filename.
-	The value of the tag describes the filename of the generated Imagefile.
-	The Image is per default compressed with gzip afterwards.
+       The value of the tag describes the filename of the generated Imagefile.
+       The Image is per default compressed with gzip afterwards.
       </documentation>
     </annotation>
     <simpleContent>
       <extension base="rfs:string">
-        <attribute name="part" type="integer" use="required" />
+       <attribute name="part" type="integer" use="required">
+        <annotation>
+          <documentation>
+         The partition of the rfs image in integer that needs to be extracted.
+         </documentation>
+        </annotation>
+       </attribute>
       </extension>
     </simpleContent>
   </complexType>
-- 
2.30.2



More information about the elbe-devel mailing list