svn commit: r1830962 - /ofbiz/site/dtds/entity-eca.xsd

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1830962 - /ofbiz/site/dtds/entity-eca.xsd

Deepak Dixit-5
Author: deepak
Date: Sat May  5 10:48:35 2018
New Revision: 1830962

URL: http://svn.apache.org/viewvc?rev=1830962&view=rev
Log:
Improved: Added missing condition-service in entity-eca.xsd file
(OFBIZ-10220)

Modified:
    ofbiz/site/dtds/entity-eca.xsd

Modified: ofbiz/site/dtds/entity-eca.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/entity-eca.xsd?rev=1830962&r1=1830961&r2=1830962&view=diff
==============================================================================
--- ofbiz/site/dtds/entity-eca.xsd (original)
+++ ofbiz/site/dtds/entity-eca.xsd Sat May  5 10:48:35 2018
@@ -31,6 +31,7 @@ under the License.
                 <xs:choice minOccurs="0" maxOccurs="unbounded">
                     <xs:element ref="condition"/>
                     <xs:element ref="condition-field"/>
+                    <xs:element ref="condition-service"/>
                 </xs:choice>
                 <xs:choice minOccurs="1" maxOccurs="unbounded">
                     <xs:element ref="set"/>
@@ -196,6 +197,14 @@ under the License.
             </xs:simpleType>
         </xs:attribute>
     </xs:attributeGroup>
+    <xs:element name="condition-service">
+        <xs:complexType>
+            <xs:attributeGroup ref="attlist.condition-service"/>
+        </xs:complexType>
+    </xs:element>
+    <xs:attributeGroup name="attlist.condition-service">
+        <xs:attribute type="xs:string" name="service-name"/>
+    </xs:attributeGroup>
     <xs:element name="action">
         <xs:complexType>
             <xs:attributeGroup ref="attlist.action"/>