[elbe-devel] [PATCH v4 06/16] schema: set_packer: Add documentation for attributes
Viraj Shah
viraj.shah at linutronix.de
Tue Oct 18 16:50:52 CEST 2022
* Add missing attribute for documentation of "set_packer" 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 | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 5987f8389..90488efc5 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2547,15 +2547,20 @@
<complexType name="set_packer">
<annotation>
<documentation>
- Set the packer to use for an artifaxct.
- The value of the tag describes the filename of the Imagefile.
- The packer attribute may take the following values:
- (none, gzip, zstd, tar, targz, tarxz, tarzstd)
+ Set the packer to use for an artifact.
+ The value of the tag describes the filename of the Imagefile.
</documentation>
</annotation>
<simpleContent>
<extension base="rfs:string">
- <attribute name="packer" type="rfs:packer-type" use="required" />
+ <attribute name="packer" type="rfs:packer-type" use="required">
+ <annotation>
+ <documentation>
+ Describes the compressor for the resulting image from the
+ following values:(none, gzip, zstd, tar, targz, tarxz, tarzstd).
+ </documentation>
+ </annotation>
+ </attribute>
</extension>
</simpleContent>
</complexType>
--
2.30.2
More information about the elbe-devel
mailing list