This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release18.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release18.12 by this push:
new b263ddc Revert "Improved: Improves service-eca.xsd documentation (OFBIZ-9994)"
b263ddc is described below
commit b263ddc2d2ff7c4439e6b92447945d808392b47f
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Mon Aug 31 09:13:33 2020 +0200
Revert "Improved: Improves service-eca.xsd documentation (OFBIZ-9994)"
This reverts commit 0231626f1c1b39390a2a6bc6aa80dba0bf5aa6b5. These changes
should not have been backported
---
framework/service/dtd/service-eca.xsd | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/framework/service/dtd/service-eca.xsd b/framework/service/dtd/service-eca.xsd
index 16e109a..0328ee2 100644
--- a/framework/service/dtd/service-eca.xsd
+++ b/framework/service/dtd/service-eca.xsd
@@ -18,8 +18,6 @@ specific language governing permissions and limitations
under the License.
-->
<xs:schema xmlns:xs="
http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
-
- <xs:element name="service-eca">
<xs:element name="service-eca">
<xs:complexType>
<xs:sequence>
@@ -27,8 +25,6 @@ under the License.
</xs:sequence>
</xs:complexType>
</xs:element>
-
- <xs:element name="eca">
<xs:element name="eca">
<xs:complexType>
<xs:sequence>
@@ -45,9 +41,6 @@ under the License.
<xs:attributeGroup ref="attlist.eca"/>
</xs:complexType>
</xs:element>
-
- <xs:attributeGroup name="attlist.eca">
- <xs:attribute type="xs:string" name="service" use="required" />
<xs:attributeGroup name="attlist.eca">
<xs:attribute type="xs:string" name="service" use="required"/>
<xs:attribute name="event" use="required">
@@ -184,15 +177,6 @@ under the License.
</xs:attributeGroup>
<xs:element name="condition-service">
<xs:complexType>
- <xs:attributeGroup ref="attlist.condition-service">
- <xs:annotation>
- <xs:documentation>
- Specify the name of a service.
- It will call that service and pass it the context.
- The service returns a boolean, that's the condition.
- </xs:documentation>
- </xs:annotation>
- </xs:attributeGroup>
<xs:attributeGroup ref="attlist.condition-service"/>
</xs:complexType>
</xs:element>