You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by ro...@apache.org on 2005/05/29 23:35:09 UTC

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

Author: roberto
Date: Sun May 29 14:35:08 2005
New Revision: 178989

URL: http://svn.apache.org/viewcvs?rev=178989&view=rev
Log:
~Updated C# DataMapper SqlMapConfig.xsd (propertie to property)

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

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?rev=178989&r1=178988&r2=178989&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapConfig.xsd (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapConfig.xsd Sun May 29 14:35:08 2005
@@ -31,14 +31,14 @@
 	<xs:element name="properties">
 		<xs:complexType>
 			<xs:sequence>
-				<xs:element ref="propertie" minOccurs="0" maxOccurs="unbounded"/>
+				<xs:element ref="property" minOccurs="0" maxOccurs="unbounded"/>
 			</xs:sequence>			
 			<xs:attribute name="resource" type="xs:string"/>
 			<xs:attribute name="url" type="xs:string"/>
 			<xs:attribute name="embedded" type="xs:string"/>
 		</xs:complexType>
 	</xs:element>
-	<xs:element name="propertie">
+	<xs:element name="property">
 		<xs:complexType>
 			<xs:attribute name="resource" type="xs:string"/>
 			<xs:attribute name="url" type="xs:string"/>