donaldp 02/05/14 03:35:41
Modified: src/schema blockinfo.dtd
Log:
Add the <management-access-points/> to the DTD
Revision Changes Path
1.8 +8 -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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- blockinfo.dtd 12 May 2002 02:07:30 -0000 1.7
+++ blockinfo.dtd 14 May 2002 10:35:41 -0000 1.8
@@ -25,7 +25,7 @@
services the services offered by this block
dependencies the services that this block require to operate
-->
-<!ELEMENT blockinfo (block, services?, dependencies?)>
+<!ELEMENT blockinfo (block, services?, management-access-points?,
dependencies?)>
<!ATTLIST blockinfo id ID #IMPLIED
xmlns CDATA #FIXED
"http://jakarta.apache.org/phoenix/blockinfo_1_0.dtd" >
@@ -75,6 +75,13 @@
It contains service elements.
-->
<!ELEMENT services (service*)>
+
+<!--
+The services element contains a list of services that this
+Block exports to the Management system. It contains service
+elements.
+-->
+<!ELEMENT management-access-points (service*)>
<!--
The dependencies element contains a list of services that this Block
requires.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>