[elbe-devel] [PATCH v1 04/16] schema: dbsfed.xsd: addgroup

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


Add missing attribute documentation for addgroup finetuning action.

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 8f4abc5b4..6e91f3c7d 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2479,8 +2479,20 @@
     </annotation>
     <simpleContent>
       <extension base="rfs:string">
-        <attribute name="gid" type="string" use="optional" />
-        <attribute name="system" type="boolean" use="optional" />
+        <attribute name="gid" type="string" use="optional">
+	 <annotation>
+	  <documentation>
+	   "gid" describes the numerical value of group's ID.
+          </documentation>
+         </annotation>
+        </attribute>
+        <attribute name="system" type="boolean" use="optional">
+         <annotation>
+          <documentation>
+           "system" needs to be True by default to create a new system group.
+          </documentation>
+         </annotation>
+        </attribute>
       </extension>
     </simpleContent>
   </complexType>
-- 
2.30.2



More information about the elbe-devel mailing list