[elbe-devel] [PATCH v2 16/17] schema: dbsfed.xsd: test-suite

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


* Add missing attribute documentation for test-suite name.

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

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index a92931bcf..2946813af 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -3081,7 +3081,13 @@
       <group ref="rfs:test-case" minOccurs="0" maxOccurs="unbounded" >
       </group>
     </sequence>
-    <attribute name="name" type="string" use="required" />
+    <attribute name="name" type="string" use="required">
+	 <annotation>
+	  <documentation>
+	   'name' describes the name of the test suite.
+          </documentation>
+         </annotation>
+        </attribute>
   </complexType>
 
   <group name="test-case">
-- 
2.30.2



More information about the elbe-devel mailing list