Author: deepak
Date: Tue Oct 17 11:59:51 2017
New Revision: 1812396

URL: http://svn.apache.org/viewvc?rev=1812396&view=rev
Log:
Added enabled atrribute in service-eca.xsd

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

Modified: ofbiz/site/dtds/service-eca.xsd
URL: 
http://svn.apache.org/viewvc/ofbiz/site/dtds/service-eca.xsd?rev=1812396&r1=1812395&r2=1812396&view=diff
==============================================================================
--- ofbiz/site/dtds/service-eca.xsd (original)
+++ ofbiz/site/dtds/service-eca.xsd Tue Oct 17 11:59:51 2017
@@ -262,5 +262,13 @@ under the License.
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
+        <xs:attribute name="enabled" default="true">
+            <xs:simpleType>
+                <xs:restriction base="xs:token">
+                    <xs:enumeration value="true"/>
+                    <xs:enumeration value="false"/>
+                </xs:restriction>
+            </xs:simpleType>
+        </xs:attribute>
     </xs:attributeGroup>
 </xs:schema>


Reply via email to