Update of /cvsroot/nhibernate/nhibernate/src/NHibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1460/src/NHibernate
Modified Files:
nhibernate-mapping-2.0.xsd
Log Message:
Ported property-ref attribute implementation from Hibernate 2.1
Index: nhibernate-mapping-2.0.xsd
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/nhibernate-mapping-2.0.xsd,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** nhibernate-mapping-2.0.xsd 26 Mar 2005 12:15:01 -0000 1.10
--- nhibernate-mapping-2.0.xsd 26 Mar 2005 13:24:38 -0000 1.11
***************
*** 623,626 ****
--- 623,627 ----
<xs:attribute name="update" type="xs:boolean" default="true"/>
<xs:attribute name="insert" type="xs:boolean" default="true"/>
+ <xs:attribute name="property-ref" type="xs:string"/>
</xs:complexType>
</xs:element>
***************
*** 662,665 ****
--- 663,667 ----
<xs:attribute name="outer-join" type="outerJoinStrategy" default="auto"/>
<xs:attribute name="constrained" type="xs:boolean" default="false"/>
+ <xs:attribute name="property-ref" type="xs:string"/>
</xs:complexType>
</xs:element>
|