[elbe-devel] [PATCH v3 13/16] schema: partition-command: Add attributes for documentation

Viraj Shah viraj.shah at linutronix.de
Fri Sep 23 16:03:13 CEST 2022


* Add missing attribute for documentation of partition-command.
* Fix indentation.

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

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 129ea6112..075960696 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2386,13 +2386,25 @@
     <complexType name="partition-command">
     <annotation>
       <documentation>
-	The node's text should be a valid shell commands
+       The value of tag should be valid shell commands.
       </documentation>
     </annotation>
     <simpleContent>
       <extension base="rfs:string">
-        <attribute name="part" type="integer" use="required" />
-        <attribute name="nomount" type="boolean" use="optional" />
+       <attribute name="part" type="integer" use="required">
+        <annotation>
+         <documentation>
+          This is the device partition in integer.
+         </documentation>
+        </annotation>
+       </attribute>
+       <attribute name="nomount" type="boolean" use="optional">
+        <annotation>
+         <documentation>
+          If true, device will not be mounted.
+         </documentation>
+        </annotation>
+       </attribute>
       </extension>
     </simpleContent>
   </complexType>
-- 
2.30.2



More information about the elbe-devel mailing list