Update of /cvsroot/nhibernate/nhibernate/src/NHibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32255/nhibernate/src/NHibernate
Modified Files:
nhibernate-mapping-2.0.xsd
Log Message:
Updated Schema to remove conversion anomalies and strongly type attributes
Index: nhibernate-mapping-2.0.xsd
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/nhibernate-mapping-2.0.xsd,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** nhibernate-mapping-2.0.xsd 10 Dec 2004 16:40:01 -0000 1.8
--- nhibernate-mapping-2.0.xsd 18 Mar 2005 23:32:18 -0000 1.9
***************
*** 1,35 ****
! <xs:schema targetNamespace='urn:nhibernate-mapping-2.0' xmlns='urn:nhibernate-mapping-2.0' xmlns:xs='http://www.w3.org/2001/XMLSchema'>
! <xs:element name='hibernate-mapping'>
<xs:annotation>
! <xs:documentation>
! hibernate-mapping is the document root.
! </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
! <xs:element ref='meta' minOccurs='0' maxOccurs='unbounded' />
[...1927 lines suppressed...]
<xs:choice>
! <xs:element ref="element"/>
! <xs:element ref="one-to-many"/>
! <xs:element ref="many-to-many"/>
! <xs:element ref="composite-element"/>
! <xs:element ref="many-to-any"/>
</xs:choice>
</xs:sequence>
! <xs:attribute name="name" type="xs:string" use="required"/>
! <xs:attribute name="access" type="propertyAccess"/>
! <xs:attribute name="table" type="xs:string"/>
! <xs:attribute name="schema" type="xs:string"/>
! <xs:attribute name="lazy" type="xs:boolean" default="false"/>
! <xs:attribute name="sort" type="xs:string" default="unsorted"/>
! <xs:attribute name="inverse" type="xs:boolean" default="false"/>
! <xs:attribute name="cascade" type="cascadeStyle"/>
! <xs:attribute name="order-by" type="xs:string"/>
! <xs:attribute name="where" type="xs:string"/>
</xs:complexType>
</xs:element>
|