This is an automated email from the ASF dual-hosted git repository.

deepak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9b79d38ec5 Updated notification tag maxOccurs, as system allow 
multiple notification per service
9b79d38ec5 is described below

commit 9b79d38ec521546b83d464cd5e7512999d2012dd
Author: Deepak Dixit <deepak.di...@hotwax.co>
AuthorDate: Fri Jul 29 15:11:52 2022 +0530

    Updated notification tag maxOccurs, as system allow multiple notification 
per service
---
 framework/service/dtd/services.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/service/dtd/services.xsd 
b/framework/service/dtd/services.xsd
index 7620381461..e7e90b4049 100644
--- a/framework/service/dtd/services.xsd
+++ b/framework/service/dtd/services.xsd
@@ -41,7 +41,7 @@ under the License.
                 <xs:element minOccurs="0" ref="description"/>
                 <xs:element minOccurs="0" ref="namespace"/>
                 <xs:element minOccurs="0" maxOccurs="1" ref="deprecated"/>
-                <xs:element minOccurs="0" ref="notification"/>
+                <xs:element minOccurs="0" maxOccurs="unbounded" 
ref="notification"/>
                 <xs:element minOccurs="0" maxOccurs="1" 
ref="permission-service"/>
                 <xs:element minOccurs="0" maxOccurs="unbounded" 
ref="required-permissions"/>
                 <xs:element minOccurs="0" maxOccurs="unbounded" 
ref="implements"/>

Reply via email to