diff options
-rw-r--r-- | docs/spec.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/spec.md b/docs/spec.md index 05d3729..4d28a1a 100644 --- a/docs/spec.md +++ b/docs/spec.md @@ -33,6 +33,10 @@ Carry [zusemsg] 2.0.007 changes into app2mzs interface: Reason: Element was added to [zusemsg] 2.2.007. - Add new choice in `mzs:DeliveryNotification` to forward new answer of type `msg:ERVConfirmedDelivery` to the app. - Move element `msg:RelayedViaERV` from `SuccessType` into `MessageType` (so that it's available to all types that derive from `MessageType`). +- Change `mzs:MessageType/ZSDeliveryID` from mandatory to optional element. + Reason: In certain cases the `ZSDeliveryID` does not exist. + Example: Perform QueryPersonRequest, Request fails, no ZSDeliveryID because request was never sent to delivery service. +- Change type of `mzs:Error/Code` from `xs:integer` to `xs:string`. Reason: `msg:Code` is also of type `xs:string`. ### Changes Between MOA ZS 1.5.3 and MOA ZS 2.0.0 RC1 |