-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: two sligthly different nhibernate-mapping.xsd files
PostPosted: Wed Jan 02, 2008 8:08 am 
Newbie

Joined: Tue Jan 01, 2008 5:59 pm
Posts: 7
From the 1.2.1.GA src zip, I found two nhibernate-mapping.xsd files, which are somewhat different ( patch style diff output is at end ).

Which of the two is the correct one ?

TIA

Marcelo

File "at rigth" is from the root src dir; the file "at left" is from the Mapping.Attributes directory

300a301,308
> <xs:element name="definition">
> <xs:complexType>
> <xs:sequence>
> <xs:element ref="param" minOccurs="0" maxOccurs="unbounded" />
> </xs:sequence>
> <xs:attribute name="class" type="xs:string" use="required" />
> </xs:complexType>
> </xs:element>
304,305c312,320
< <xs:element ref="create" />
< <xs:element ref="drop" />
---
> <xs:choice>
> <xs:sequence>
> <xs:element ref="create" />
> <xs:element ref="drop" />
> </xs:sequence>
> <xs:sequence>
> <xs:element ref="definition" />
> </xs:sequence>
> </xs:choice>


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.