[elbe-devel] [PATCH v2 15/17] schema: dbsfed.xsd: git_src, svn_src

Viraj Shah viraj.shah at linutronix.de
Tue Aug 30 15:39:18 CEST 2022


Add missing attribute documentation

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

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 378ec4053..a92931bcf 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2793,7 +2793,14 @@
     </annotation>
     <simpleContent>
       <extension base="rfs:string">
-        <attribute name="revision" type="string" use="optional" />
+        <attribute name="revision" type="string" use="optional">
+	 <annotation>
+	  <documentation>
+	   'revision' describes the revision to be checked out from the git
+	   tree.
+          </documentation>
+         </annotation>
+        </attribute>
       </extension>
     </simpleContent>
   </complexType>
@@ -2806,7 +2813,14 @@
     </annotation>
     <simpleContent>
       <extension base="rfs:string">
-        <attribute name="revision" type="string" use="optional" />
+        <attribute name="revision" type="string" use="optional">
+	 <annotation>
+	  <documentation>
+	   'revision' gives the revision to be checked out from the given svn
+	   project.
+          </documentation>
+         </annotation>
+        </attribute>
       </extension>
     </simpleContent>
   </complexType>
-- 
2.30.2



More information about the elbe-devel mailing list