[elbe-devel] [PATCH v2 11/17] schema: dbsfed.xsd: extract_partition:

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


* Add missing attribute documentation for "extract_partition"
finetuning action.

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

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 2a6ddf732..33c49d0ba 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2372,7 +2372,13 @@
     </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 img(nr) that needs to be extracted.
+	  </documentation>
+         </annotation>
+        </attribute>
       </extension>
     </simpleContent>
   </complexType>
-- 
2.30.2



More information about the elbe-devel mailing list