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 2005/03/29 21:03:01 UTC

svn commit: r159414 - incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapConfig.xsd

Author: gbayon
Date: Tue Mar 29 11:03:01 2005
New Revision: 159414

URL: http://svn.apache.org/viewcvs?view=rev&rev=159414
Log:
Removed targetNamespace on schema, the validation must be re thinking.

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

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd?view=diff&r1=159413&r2=159414
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd Tue Mar 29 11:03:01 2005
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
-targetNamespace="http://tempuri.org/SqlMap.xsd" >
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" >
 	<xs:element name="alias">
 		<xs:complexType>
 			<xs:sequence>

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapConfig.xsd
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapConfig.xsd?view=diff&r1=159413&r2=159414
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapConfig.xsd (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapConfig.xsd Tue Mar 29 11:03:01 2005
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
-targetNamespace="http://tempuri.org/SqlMap.xsd" >
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" >
 	<xs:element name="alias">
 		<xs:complexType>
 			<xs:sequence>