Author: gbayon
Date: Wed Sep 21 12:03:48 2005
New Revision: 290795

URL: http://svn.apache.org/viewcvs?rev=290795&view=rev
Log:
- Updated schema for remapResults attribute

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

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd?rev=290795&r1=290794&r2=290795&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd Wed Sep 21 12:03:48 
2005
@@ -100,7 +100,15 @@
                        <xs:attribute name="id" use="required"/>
                        <xs:attribute name="parameterMap" type="xs:string"/>
                        <xs:attribute name="parameterClass" type="xs:string"/>
-                       <xs:attribute name="extends" type="xs:string"/>         
        
+                       <xs:attribute name="extends" type="xs:string"/>         
+                       <xs:attribute name="remapResults">
+                               <xs:simpleType>
+                                       <xs:restriction base="xs:NMTOKEN">
+                                               <xs:enumeration value="false"/>
+                                               <xs:enumeration value="true"/>
+                                       </xs:restriction>
+                               </xs:simpleType>
+                       </xs:attribute>                 
                </xs:complexType>
        </xs:element>
        <xs:element name="dynamic">
@@ -170,6 +178,14 @@
                        <xs:attribute name="parameterClass" type="xs:string"/>
                        <xs:attribute name="parameterMap" type="xs:string"/>
                        <xs:attribute name="resultClass" type="xs:string"/>
+                       <xs:attribute name="remapResults">
+                               <xs:simpleType>
+                                       <xs:restriction base="xs:NMTOKEN">
+                                               <xs:enumeration value="false"/>
+                                               <xs:enumeration value="true"/>
+                                       </xs:restriction>
+                               </xs:simpleType>
+                       </xs:attribute>
                </xs:complexType>
        </xs:element>
        <xs:element name="isNotParameterPresent">
@@ -644,6 +660,14 @@
                        <xs:attribute name="cacheModel" type="xs:string"/>
                        <xs:attribute name="listClass" type="xs:string"/>
                        <xs:attribute name="extends" type="xs:string"/>
+                       <xs:attribute name="remapResults">
+                               <xs:simpleType>
+                                       <xs:restriction base="xs:NMTOKEN">
+                                               <xs:enumeration value="false"/>
+                                               <xs:enumeration value="true"/>
+                                       </xs:restriction>
+                               </xs:simpleType>
+                       </xs:attribute>
                </xs:complexType>
        </xs:element>
        <xs:element name="selectKey">
@@ -703,6 +727,14 @@
                        <xs:attribute name="parameterMap" type="xs:string"/>
                        <xs:attribute name="listClass" type="xs:string"/>
                        <xs:attribute name="cacheModel" type="xs:string"/>
+                       <xs:attribute name="remapResults">
+                               <xs:simpleType>
+                                       <xs:restriction base="xs:NMTOKEN">
+                                               <xs:enumeration value="false"/>
+                                               <xs:enumeration value="true"/>
+                                       </xs:restriction>
+                               </xs:simpleType>
+                       </xs:attribute>
                </xs:complexType>
        </xs:element>
        <xs:element name="statements">
@@ -748,6 +780,14 @@
                        <xs:attribute name="parameterMap" type="xs:string"/>
                        <xs:attribute name="parameterClass" type="xs:string"/>
                        <xs:attribute name="extends" type="xs:string"/>
+                       <xs:attribute name="remapResults">
+                               <xs:simpleType>
+                                       <xs:restriction base="xs:NMTOKEN">
+                                               <xs:enumeration value="false"/>
+                                               <xs:enumeration value="true"/>
+                                       </xs:restriction>
+                               </xs:simpleType>
+                       </xs:attribute>
                </xs:complexType>
        </xs:element>
 </xs:schema>


Reply via email to