Author: gbayon
Date: Wed Oct 24 01:59:42 2007
New Revision: 587824

URL: http://svn.apache.org/viewvc?rev=587824&view=rev
Log:
Fix IBATISNET-246

Modified:
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd?rev=587824&r1=587823&r2=587824&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd Wed Oct 24 01:59:42 
2007
@@ -736,6 +736,7 @@
        <xs:element name="sql">
                <xs:complexType mixed="true">
                        <xs:choice minOccurs="0" maxOccurs="unbounded">
+                               <xs:element ref="include"/>
                                <xs:element ref="dynamic"/>
                                <xs:element ref="isEmpty"/>
                                <xs:element ref="isEqual"/>


Reply via email to