diff options
-rw-r--r-- | docs/changelog.md | 4 | ||||
-rw-r--r-- | docs/zusespec-changelog.md | 1 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | src/main/resources/zusemsg/zuse_p2.xsd | 2 |
4 files changed, 7 insertions, 2 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index 0f1747c..fc65bf1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,10 @@ This document summarizes changes between MOA ZS Releases that were made in the MOA ZS codebase and in the app2mzs interfaces. For a non-normative summary of changes that were made in the ZUSE specifications (and therefore affect MOA ZS directly and a sender application indirectly), the reader is referred to [ZUSE Specification Changelog](zusespec-changelog.md). +## Changes MOA ZS 2.0.0 RC9 + +- Update [zusemsg] schema to version from 2020-02-26. + ## Changes MOA ZS 2.0.0 RC8 - Fix: Improve exception handling on MOA ZS: Process exception diff --git a/docs/zusespec-changelog.md b/docs/zusespec-changelog.md index cfa881d..f72b820 100644 --- a/docs/zusespec-changelog.md +++ b/docs/zusespec-changelog.md @@ -23,6 +23,7 @@ The document is not official, might not be exhaustive, does not claim correctnes - Rename type `AustrianEthicMinorityLanguageType` to `AustrianLanguageType` and add `DE` as value. - `msg:Tags` were unbounded, now they are limited to 20. - `VersionNumberType`: Patch version can have three digits. +- `NotificationsPerformed` Element in `DeliveryNotification/Accepted` is now optional. ## zusetnvz @@ -5,7 +5,7 @@ <groupId>at.gv.egiz</groupId> <artifactId>moa-zs</artifactId> - <version>2.0.0-RC8</version> + <version>2.0.0-RC9</version> <packaging>war</packaging> <name>Moa ZS</name> diff --git a/src/main/resources/zusemsg/zuse_p2.xsd b/src/main/resources/zusemsg/zuse_p2.xsd index 3343263..48b879e 100644 --- a/src/main/resources/zusemsg/zuse_p2.xsd +++ b/src/main/resources/zusemsg/zuse_p2.xsd @@ -231,7 +231,7 @@ <xs:complexContent> <xs:extension base="msg:AbstractOperationType"> <xs:sequence> - <xs:element ref="msg:NotificationsPerformed"/> + <xs:element ref="msg:NotificationsPerformed" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> |