[elbe-devel] [PATCH v4 15/16] schema: git_src, svn_src: Add missing attributes
Viraj Shah
viraj.shah at linutronix.de
Tue Oct 18 16:51:01 CEST 2022
* Add attributes for missing documentation of git_src, svn_src.
* Fix indentation.
Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
Reviewed-by: Bastian Germann <bage 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 ffc0c92f5..55aaa96db 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2802,12 +2802,20 @@
<complexType name="git_src">
<annotation>
<documentation>
- URI of the git repository, e.g. "git://myhost/myrepo.git"
+ The value of this tag is the 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>
@@ -2815,12 +2823,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 the 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
+ repository.
+ </documentation>
+ </annotation>
+ </attribute>
</extension>
</simpleContent>
</complexType>
--
2.30.2
More information about the elbe-devel
mailing list