diff --git a/.gitignore b/.gitignore index b0d4fc1..8d2ff7e 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,6 @@ src/generated .settings .vscode *.code-workspace - +*.xpr # Testing stuff xrechnung diff --git a/CHANGELOG.md b/CHANGELOG.md index 3378748..afc518e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### Fixed + +- Allow more than 3 customLevel elements in scenarios + ## 1.4.0 ### Fixed -- date conversion when using [ConfigurationBuilder#date(Date)](https://github.com/itplr-kosit/validator/blob/d7beb1040418ae5cbeb9427532fd87482f55756c/src/main/java/de/kosit/validationtool/config/ConfigurationBuilder.java#L109) + +- date conversion when + using [ConfigurationBuilder#date(Date)](https://github.com/itplr-kosit/validator/blob/d7beb1040418ae5cbeb9427532fd87482f55756c/src/main/java/de/kosit/validationtool/config/ConfigurationBuilder.java#L109) - [CLI] [#51](https://github.com/itplr-kosit/validator/issues/51) Suffix of report xml is missing - [#53](https://github.com/itplr-kosit/validator/issues/53) Fix copyright and licensing information -- [#56](https://github.com/itplr-kosit/validator/issues/56) `namespace` element content needs trimming -- [DAEMON] [#57](https://github.com/itplr-kosit/validator/issues/57) Reading large inputs correctly +- [#56](https://github.com/itplr-kosit/validator/issues/56) `namespace` element content needs trimming +- [DAEMON] [#57](https://github.com/itplr-kosit/validator/issues/57) Reading large inputs correctly ### Added + - read saxon XdmNode with InputFactory - [CLI] custom output without the various log messages - [CLI] options to set the log level (`-X` = full debug output, `-l ` set a specific level) diff --git a/src/main/model/xsd/scenarios.xsd b/src/main/model/xsd/scenarios.xsd index b626c06..ef432e2 100644 --- a/src/main/model/xsd/scenarios.xsd +++ b/src/main/model/xsd/scenarios.xsd @@ -126,7 +126,7 @@ - +