diff options
Diffstat (limited to 'src/main/resources/mzs/app2mzs.xsd')
-rw-r--r-- | src/main/resources/mzs/app2mzs.xsd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/mzs/app2mzs.xsd b/src/main/resources/mzs/app2mzs.xsd index 5733a00..a2d1bde 100644 --- a/src/main/resources/mzs/app2mzs.xsd +++ b/src/main/resources/mzs/app2mzs.xsd @@ -134,6 +134,7 @@ <xs:sequence> <xs:element ref="SaveResponseToFile" minOccurs="0" /> <xs:element name="LogResponse" type="xs:boolean" minOccurs="0" /> + <xs:element ref="ForwardResponseToService" minOccurs="0" /> </xs:sequence> </xs:complexType> <xs:element name="SaveResponseToFile" type="SaveResponseToFileType" /> @@ -143,7 +144,15 @@ <xs:element name="Path" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> + <xs:element name="ForwardResponseToService" type="ForwardResponseToServiceType" /> + <xs:complexType name="ForwardResponseToServiceType"> + <xs:sequence> + <xs:element name="Active" type="xs:boolean" minOccurs="0"/> + <xs:element name="MzsClient" type="ClientType" minOccurs="0"/> + </xs:sequence> + </xs:complexType> <xs:element name="DeliveryResponse" type="DeliveryResponseType"/> + <xs:element name="DeliveryRequestStatus" type="DeliveryResponseType"/> <xs:complexType name="DeliveryResponseType"> <xs:choice> <xs:element ref="PartialSuccess"/> @@ -162,6 +171,7 @@ <xs:element ref="Error"/> </xs:choice> </xs:complexType> + <xs:element name="DeliveryRequestStatusACK" type="DeliveryNotificationACKType" /> <xs:element name="DeliveryNotificationACK" type="DeliveryNotificationACKType"> <xs:annotation> <xs:documentation>Webservice Response of ZSDeliveryNotification</xs:documentation> |