added the official schema and schematron files and the generated xslts

This commit is contained in:
Jochen Stärk
2025-12-05 17:56:42 +01:00
parent 0c39c35ac9
commit 85a65937f4
28 changed files with 11764 additions and 8355 deletions

View File

@@ -79,14 +79,14 @@ Target platform is java 1.17
The package can be build with
```
mvnw clean package
mvn clean package
```
In case you also want to generate XSLT files from new schematron files for the validator please run the profile "generateXSLTFromSchematron"
(which takes around 20min on my machine)
```
mvnw clean package -P generateXSLTFromSchematron
mvn clean package -P generateXSLTFromSchematron
```
## Test