SqlMap.xsd Correction
---------------------

                 Key: IBATISNET-169
                 URL: http://issues.apache.org/jira/browse/IBATISNET-169
             Project: iBatis for .NET
          Issue Type: Bug
    Affects Versions: DataMapper 1.5
            Reporter: Gilles Bayon
         Assigned To: Gilles Bayon
             Fix For: DataMapper 1.5.1


<xs:element name="resultMap">
   <xs:complexType>
   <xs:sequence>
       <xs:element ref="constructor" minOccurs="0" maxOccurs="1"/>
       <xs:element ref="result" maxOccurs="unbounded"/>
       <xs:element ref="discriminator" minOccurs="0" maxOccurs="1"/>
       <xs:element ref="subMap" minOccurs="0" maxOccurs="unbounded"/>
   </xs:sequence>
   <xs:attribute name="id" type="xs:string" use="required"/>
   <xs:attribute name="class" type="xs:string" use="required"/>
    <xs:attribute name="extends" type="xs:string"/>
    </xs:complexType>
</xs:element>

Add minOccurs="0" on <xs:element ref="result" maxOccurs="unbounded"/>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to