From ebd009e16a4363c7aa46445db8649e4225cde144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fournier?= Date: Sat, 21 May 2022 13:21:38 +0200 Subject: [PATCH] Replace old schema with newer one (This is backward compatible) --- .../src/main/resources/rule-tests_1_0_0.xsd | 80 ++++++++++++------- 1 file changed, 49 insertions(+), 31 deletions(-) diff --git a/pmd-test/src/main/resources/rule-tests_1_0_0.xsd b/pmd-test/src/main/resources/rule-tests_1_0_0.xsd index 4b1a7a6a5c..733c786d38 100644 --- a/pmd-test/src/main/resources/rule-tests_1_0_0.xsd +++ b/pmd-test/src/main/resources/rule-tests_1_0_0.xsd @@ -1,70 +1,88 @@ + xmlns="http://www.w3.org/2001/XMLSchema" + xmlns:tns="http://pmd.sourceforge.net/rule-tests" + targetNamespace="http://pmd.sourceforge.net/rule-tests" + elementFormDefault="qualified"> - + + + + + + A code fragment that can be referred to by several tests. + + + + - + - - - - - - - - + - + - - + + + - + - + - + - - - - - - + + + + Language version of the source, eg 'java 8'. + + - - - + + + + + + + + Contains a reason for why the test is ignored. + If non-empty, the test will be ignored. + + + - + - \ No newline at end of file + + + + + + +