[hibernate-commits] Hibernate SVN: r10309 - branches/Branch_3_2/Hibernate3/src/org/hibernate

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Aug 22 16:26:56 EDT 2006


Author: steve.ebersole at jboss.com
Date: 2006-08-22 16:26:40 -0400 (Tue, 22 Aug 2006)
New Revision: 10309

Modified:
   branches/Branch_3_2/Hibernate3/src/org/hibernate/hibernate-mapping-3.0.dtd
Log:
HHH-1470 : collection <element/> DTD definition

Modified: branches/Branch_3_2/Hibernate3/src/org/hibernate/hibernate-mapping-3.0.dtd
===================================================================
--- branches/Branch_3_2/Hibernate3/src/org/hibernate/hibernate-mapping-3.0.dtd	2006-08-22 20:25:59 UTC (rev 10308)
+++ branches/Branch_3_2/Hibernate3/src/org/hibernate/hibernate-mapping-3.0.dtd	2006-08-22 20:26:40 UTC (rev 10309)
@@ -725,11 +725,11 @@
 
 <!-- Declares the element type of a collection of basic type -->
 
-<!ELEMENT element (column|formula)*>
+<!ELEMENT element ( (column|formula)*, type? )>
 	<!ATTLIST element column CDATA #IMPLIED>
 	<!ATTLIST element node CDATA #IMPLIED>
 	<!ATTLIST element formula CDATA #IMPLIED>
-	<!ATTLIST element type CDATA #REQUIRED>
+	<!ATTLIST element type CDATA #IMPLIED>
 	<!ATTLIST element length CDATA #IMPLIED>
 	<!ATTLIST element precision CDATA #IMPLIED>
 	<!ATTLIST element scale CDATA #IMPLIED>




More information about the hibernate-commits mailing list