[elbe-devel] [PATCH v1 06/16] schema: dbsfed.xsd: set_packer

Viraj Shah viraj.shah at linutronix.de
Thu Aug 25 15:49:29 CEST 2022


Add missing attribute documentation for set_packer finetuning action.

Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
---
 schema/dbsfed.xsd | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 115a53dd8..21686ebcf 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2538,15 +2538,20 @@
   <complexType name="set_packer">
     <annotation>
       <documentation>
-        Set the packer to use for an artifaxct.
+        Set the packer to use for an artifact.
 	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)
       </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>
+	   "packer" 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