Author: ruwan
Date: Thu Oct 28 15:26:07 2010
New Revision: 1028351

URL: http://svn.apache.org/viewvc?rev=1028351&view=rev
Log:
fixing the script schema

Modified:
    synapse/branches/2.0/repository/schema/mediators/extension/script.xsd

Modified: synapse/branches/2.0/repository/schema/mediators/extension/script.xsd
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.0/repository/schema/mediators/extension/script.xsd?rev=1028351&r1=1028350&r2=1028351&view=diff
==============================================================================
--- synapse/branches/2.0/repository/schema/mediators/extension/script.xsd 
(original)
+++ synapse/branches/2.0/repository/schema/mediators/extension/script.xsd Thu 
Oct 28 15:26:07 2010
@@ -37,7 +37,8 @@
                     </xs:restriction>
                 </xs:simpleType>
             </xs:attribute>
-            <xs:attribute name="src" type="xs:string" use="optional"/>
+            <xs:attribute name="key" type="xs:string" use="optional"/>
+            <xs:attribute name="function" type="xs:string" use="optional"/>
         </xs:complexType>
     </xs:element>
 


Reply via email to