[elbe-devel] [PATCH v1 14/16] schema: dbsfed.xsd: extract_partition:
Viraj Shah
viraj.shah at linutronix.de
Thu Aug 25 15:49:37 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 3af36db78..160856bf9 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