donaldp 2002/10/04 00:48:50
Modified: src/schema blockinfo.dtd
Log:
Make suer schema-type is included in the valid set of elements for block
Revision Changes Path
1.13 +1 -1 jakarta-avalon-phoenix/src/schema/blockinfo.dtd
Index: blockinfo.dtd
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/src/schema/blockinfo.dtd,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- blockinfo.dtd 15 Sep 2002 02:07:32 -0000 1.12
+++ blockinfo.dtd 4 Oct 2002 07:48:50 -0000 1.13
@@ -40,7 +40,7 @@
schema-type string representing the type of schema information available
to validate block configuration
-->
-<!ELEMENT block (name?,version)>
+<!ELEMENT block (name?,version,schema-type)>
<!ELEMENT name (#PCDATA) >
<!ELEMENT version (#PCDATA) >
<!ELEMENT schema-type (#PCDATA) >
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>