[elbe-devel] [PATCH v1 01/16] schema: dbsfed.xsd: losetup
Viraj Shah
viraj.shah at linutronix.de
Thu Aug 25 15:49:24 CEST 2022
Add the missing documentation for attribute "img" in Finetuning action
"losetup".
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 e1c75a4d8..82acee6d9 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2303,7 +2303,13 @@
<group ref="rfs:image_action" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attribute ref="xml:base"/>
- <attribute name="img" type="string" use="required" />
+ <attribute name="img" type="string" use="required">
+ <annotation>
+ <documentation>
+ Name of the img file to be created in build directory.
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
<group name="image_action">
--
2.30.2
More information about the elbe-devel
mailing list