From cf90865ce21f246a0358fd291324f511c5ed6e90 Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Thu, 5 Dec 2019 09:16:36 +0100 Subject: Fix Missing Parameters in ERVDeliveryConfirmed Notification - mzs Schema Change: Introduce new type mzs:ERVConfirmedDelivery (which is a mzs:MessageType extension) and replace mzs:DeliveryNotification/msg:ERVConfirmedDelivery with mzs:ERVConfirmedDelivery. Reason: Necessary to provide all parameters to sender application (AppDeliveryID, DeliverySystem, ZSDeliveryID, a.o.). - Adapt Msg2MzsConverter accordingly. --- src/main/resources/mzs/app2mzs.xsd | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/main/resources/mzs') diff --git a/src/main/resources/mzs/app2mzs.xsd b/src/main/resources/mzs/app2mzs.xsd index 6a4ffda..4b22a63 100644 --- a/src/main/resources/mzs/app2mzs.xsd +++ b/src/main/resources/mzs/app2mzs.xsd @@ -169,7 +169,7 @@ - + @@ -245,6 +245,16 @@ + + + + + + + + + + abstract message type -- cgit v1.2.3