[elbe-devel] [PATCH v4 11/16] schema: extract_partition: Add documentation for attributes
Viraj Shah
viraj.shah at linutronix.de
Tue Oct 18 16:50:57 CEST 2022
* Add missing attribute documentation for "extract_partition"
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 | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index ece135e96..016c83459 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