Update of /cvsroot/nhibernate/nhibernate/src/NHibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21196
Modified Files:
nhibernate-configuration-2.0.xsd
Log Message:
nh-92 - added minOccurs='0' to <mapping>
Index: nhibernate-configuration-2.0.xsd
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/nhibernate-configuration-2.0.xsd,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** nhibernate-configuration-2.0.xsd 26 Jul 2004 12:45:18 -0000 1.4
--- nhibernate-configuration-2.0.xsd 5 May 2005 13:15:40 -0000 1.5
***************
*** 69,73 ****
<xs:sequence>
<xs:element ref='property' minOccurs='0' maxOccurs='unbounded' />
! <xs:element ref='mapping' maxOccurs='unbounded' />
<xs:choice minOccurs='0' maxOccurs='unbounded'>
<xs:element ref='jcs-class-cache' />
--- 69,73 ----
<xs:sequence>
<xs:element ref='property' minOccurs='0' maxOccurs='unbounded' />
! <xs:element ref='mapping' minOccurs='0' maxOccurs='unbounded' />
<xs:choice minOccurs='0' maxOccurs='unbounded'>
<xs:element ref='jcs-class-cache' />
|