Author: voxus
Date: 2006-09-27 17:10:44 +0400 (Wed, 27 Sep 2006)
New Revision: 2039
Modified:
trunk/doc/TODO
trunk/meta/dtd/meta.dtd
Log:
* meta's dtd updated
Modified: trunk/doc/TODO
===================================================================
--- trunk/doc/TODO 2006-09-27 13:03:36 UTC (rev 2038)
+++ trunk/doc/TODO 2006-09-27 13:10:44 UTC (rev 2039)
@@ -3,4 +3,3 @@
* allow use different schema's in insert and uptade queries (giv);
* drop or undeprecate main/Flow/FilterController.class.php (antony);
* customizable db-instance's on per-dao level (voxus);
-* update meta's dtd (voxus);
Modified: trunk/meta/dtd/meta.dtd
===================================================================
--- trunk/meta/dtd/meta.dtd 2006-09-27 13:03:36 UTC (rev 2038)
+++ trunk/meta/dtd/meta.dtd 2006-09-27 13:10:44 UTC (rev 2039)
@@ -1,4 +1,4 @@
-<!ELEMENT metaconfiguration (classes+)>
+<!ELEMENT metaconfiguration (classes+, sources*)>
<!ELEMENT classes (class+)>
@@ -7,6 +7,7 @@
name ID #REQUIRED
type (final|abstract|spooked) #IMPLIED
extends CDATA #IMPLIED
+ source CDATA #IMPLIED
>
<!ELEMENT implement EMPTY>
@@ -37,3 +38,11 @@
<!ATTLIST pattern
name (DictionaryClass|AbstractClass|StraightMapping|EnumerationClass|SpookedClass) #REQUIRED
>
+
+<!ELEMENT sources (source+)>
+
+<!ELEMENT source EMPTY>
+<!ATTLIST source
+ name CDATA #REQUIRED
+ default (true|false) "false"
+>
\ No newline at end of file
Received on Wed Sep 27 2006 - 17:10:44 MSD
This archive was generated by hypermail 2.2.0 : Sat Oct 27 2007 - 20:31:18 MSD