donaldp 2002/10/02 15:44:24
Modified: info/src/java/org/apache/avalon/framework/tools/infobuilder
componentinfo.dtd
Log:
Finalize DTD
Revision Changes Path
1.11 +5 -9
jakarta-avalon-excalibur/info/src/java/org/apache/avalon/framework/tools/infobuilder/componentinfo.dtd
Index: componentinfo.dtd
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/info/src/java/org/apache/avalon/framework/tools/infobuilder/componentinfo.dtd,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- componentinfo.dtd 2 Oct 2002 01:16:49 -0000 1.10
+++ componentinfo.dtd 2 Oct 2002 22:44:24 -0000 1.11
@@ -48,7 +48,7 @@
containing alphanumeric characters, '.', '_' and starting
with a letter.
-->
-<!ELEMENT component (attributes?)>
+<!ELEMENT component (attribute*)>
<!ATTLIST component name CDATA #REQUIRED
type CDATA #REQUIRED >
@@ -56,7 +56,7 @@
The logger element defines the loggers that are available to component.
The element has one attribute specifying name of Logger. It contains:
-attributes Optional attributes about logger
+attribute Optional attributes about logger
-->
<!ELEMENT logger (attribute*) >
<!ATTLIST logger name CDATA #IMPLIED >
@@ -67,7 +67,7 @@
It contains:
entrys Key value pairs that component uses
-attributes Optional attributes about service
+attribute Optional attributes about service
-->
<!ELEMENT context (entry*,attribute*) >
<!ATTLIST context type CDATA #IMPLIED >
@@ -157,9 +157,5 @@
value the value of entry.
optional is entry optional
-->
-<!ELEMENT entry (attribute*) >
- <!ATTLIST entry
- key CDATA #REQUIRED
- type CDATA #REQUIRED
- optional CDATA #IMPLIED
- >
\ No newline at end of file
+<!ELEMENT attribute (param*) >
+ <!ATTLIST attribute name CDATA #REQUIRED >
\ No newline at end of file
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>