[elbe-devel] [PATCH v3 15/16] schema: git_src, svn_src: Add missing attributes

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


* Add attributes for missing documentation of git_src, svn_src.
* Fix indentation.

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

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 4060cf714..dc8383019 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2804,12 +2804,20 @@
   <complexType name="git_src">
     <annotation>
       <documentation>
-        URI of the git repository, e.g. "git://myhost/myrepo.git"
+       The value of this tag is URI of the git repository, e.g.
+       "git://myhost/myrepo.git".
       </documentation>
     </annotation>
     <simpleContent>
       <extension base="rfs:string">
-        <attribute name="revision" type="string" use="optional" />
+        <attribute name="revision" type="string" use="optional">
+         <annotation>
+          <documentation>
+           This attribute describes the revision to be checked out from the git
+           tree.
+          </documentation>
+         </annotation>
+        </attribute>
       </extension>
     </simpleContent>
   </complexType>
@@ -2817,12 +2825,20 @@
   <complexType name="svn_src">
     <annotation>
       <documentation>
-        URI of the svn repository, e.g. "svn://myhost/myrepo/tags/my_tag"
+       The value of this tag is URI of the svn repository, e.g.
+       "svn://myhost/myrepo/tags/my_tag".
       </documentation>
     </annotation>
     <simpleContent>
       <extension base="rfs:string">
-        <attribute name="revision" type="string" use="optional" />
+        <attribute name="revision" type="string" use="optional">
+         <annotation>
+          <documentation>
+           This attribute 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