You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by gb...@apache.org on 2006/07/18 21:20:20 UTC

svn commit: r423213 - /ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd

Author: gbayon
Date: Tue Jul 18 12:20:20 2006
New Revision: 423213

URL: http://svn.apache.org/viewvc?rev=423213&view=rev
Log:
Fixed IBATISNET-169

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=423213&r1=423212&r2=423213&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd Tue Jul 18 12:20:20 2006
@@ -639,7 +639,7 @@
 		<xs:complexType>
 			<xs:sequence>
 				<xs:element ref="constructor" minOccurs="0" maxOccurs="1"/>
-				<xs:element ref="result" maxOccurs="unbounded"/>
+				<xs:element ref="result" minOccurs="0" maxOccurs="unbounded"/>
 				<xs:element ref="discriminator" minOccurs="0" maxOccurs="1"/>
 				<xs:element ref="subMap" minOccurs="0" maxOccurs="unbounded"/>
 			</xs:sequence>