You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2022/07/29 09:45:09 UTC

[ofbiz-site] branch master updated: Updated notification tag maxOccurs, as system allow multiple notification per service

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

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


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

commit ffd3c35b09df43a8b039ea2aad22d743bd62af82
Author: Deepak Dixit <de...@hotwax.co>
AuthorDate: Fri Jul 29 15:14:59 2022 +0530

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

diff --git a/dtds/services.xsd b/dtds/services.xsd
index 7620381..e7e90b4 100644
--- a/dtds/services.xsd
+++ b/dtds/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"/>