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 d7abd67 Fixed: Added missing notification tag entry in services.xsd
file (OFBIZ-12635)
d7abd67 is described below
commit d7abd679d8313eeb1706af19927e730d3af09bb1
Author: Deepak Dixit <[email protected]>
AuthorDate: Thu Jun 9 15:43:02 2022 +0530
Fixed: Added missing notification tag entry in services.xsd file
(OFBIZ-12635)
---
dtds/services.xsd | 1 +
1 file changed, 1 insertion(+)
diff --git a/dtds/services.xsd b/dtds/services.xsd
index 2bb58b9..7620381 100644
--- a/dtds/services.xsd
+++ b/dtds/services.xsd
@@ -41,6 +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="1"
ref="permission-service"/>
<xs:element minOccurs="0" maxOccurs="unbounded"
ref="required-permissions"/>
<xs:element minOccurs="0" maxOccurs="unbounded"
ref="implements"/>