[elbe-devel] [PATCH v2 13/17] schema: dbsfed.xsd: partition-command
Viraj Shah
viraj.shah at linutronix.de
Tue Aug 30 15:39:16 CEST 2022
* Add missing attribute documentation for partition-command.
Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
---
schema/dbsfed.xsd | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index dfe61c96c..bddae9682 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2391,8 +2391,20 @@
</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>
+ 'part' is the device partition in integer.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="nomount" type="boolean" use="optional">
+ <annotation>
+ <documentation>
+ 'nomount' will not mount the device if enabled.
+ </documentation>
+ </annotation>
+ </attribute>
</extension>
</simpleContent>
</complexType>
--
2.30.2
More information about the elbe-devel
mailing list