From: Paul H. <pha...@us...> - 2005-03-28 10:14:04
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20550/nhibernate/src/NHibernate Modified Files: nhibernate-mapping-2.0.xsd Log Message: Added missing lazy/outer-join attributes Index: nhibernate-mapping-2.0.xsd =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/nhibernate-mapping-2.0.xsd,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** nhibernate-mapping-2.0.xsd 26 Mar 2005 13:24:38 -0000 1.11 --- nhibernate-mapping-2.0.xsd 28 Mar 2005 10:13:56 -0000 1.12 *************** *** 53,56 **** --- 53,57 ---- </xs:annotation> </xs:attribute> + <xs:attribute name="lazy" type="xs:boolean" use="optional"/> <xs:attribute name="dynamic-update" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="dynamic-insert" type="xs:boolean" use="optional" default="false"/> *************** *** 62,65 **** --- 63,67 ---- <xs:attribute name="schema" type="xs:string" use="optional"/> <xs:attribute name="lazy" type="xs:boolean" use="optional" default="false"/> + <xs:attribute name="outer-join" type="outerJoinStrategy" use="optional"/> <xs:attribute name="cascade" type="cascadeStyle" use="optional"/> <xs:attribute name="where" type="xs:string" use="optional"/> |