[elbe-devel] [PATCH v4 01/16] schema: losetup: Add attributes for documentation
Viraj Shah
viraj.shah at linutronix.de
Tue Oct 18 16:50:47 CEST 2022
* Add the missing documentation for attribute "img" in Finetuning action
"losetup".
* Fix indentation.
Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
Reviewed-by: Bastian Germann <bage 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..16325a8c2 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 image artifact that would be used for loop mounting.
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
<group name="image_action">
--
2.30.2
More information about the elbe-devel
mailing list