You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by am...@apache.org on 2009/04/21 01:20:41 UTC

svn commit: r766911 - /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/dtd/cayenne-data-map-3_0.dtd

Author: amaniatis
Date: Mon Apr 20 23:20:41 2009
New Revision: 766911

URL: http://svn.apache.org/viewvc?rev=766911&view=rev
Log:
Fix small typos in the DTD. This will probably be replaced by the XSD schema shortly anyway.

Modified:
    cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/dtd/cayenne-data-map-3_0.dtd

Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/dtd/cayenne-data-map-3_0.dtd
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/dtd/cayenne-data-map-3_0.dtd?rev=766911&r1=766910&r2=766911&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/dtd/cayenne-data-map-3_0.dtd (original)
+++ cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/dtd/cayenne-data-map-3_0.dtd Mon Apr 20 23:20:41 2009
@@ -101,7 +101,7 @@
 	source CDATA #REQUIRED
 	target CDATA #REQUIRED
 	toMany (true | false) "false"
-	collection-type (java.util.List | java.util.Collection | java.util.Set | java.util.Map )
+	collection-type (java.util.List | java.util.Collection | java.util.Set | java.util.Map ) "java.util.List"
 	map-key CDATA #IMPLIED
 	lock (true | false) "false"
 	db-relationship-path CDATA #IMPLIED
@@ -143,7 +143,7 @@
 Defines a Cayenne Query that can be either at the DataMap
 level, or linked to an entity or procedure.
 -->
-<!ELEMENT query (property*, (sql* | (qualifier?, ordering*, prefetch*)?) >
+<!ELEMENT query (property*, (sql* | (qualifier?, ordering*, prefetch*)?)) >
 <!ATTLIST query
         name CDATA #REQUIRED
         factory CDATA #REQUIRED