You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2003/04/05 04:40:48 UTC

cvs commit: avalon-phoenix/src/schema blockinfo.dtd

donaldp     2003/04/04 18:40:48

  Modified:    src/schema blockinfo.dtd
  Log:
  Reflect fact that block and version is optional
  
  Revision  Changes    Path
  1.14      +2 -2      avalon-phoenix/src/schema/blockinfo.dtd
  
  Index: blockinfo.dtd
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/src/schema/blockinfo.dtd,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- blockinfo.dtd	4 Oct 2002 07:48:50 -0000	1.13
  +++ blockinfo.dtd	5 Apr 2003 02:40:48 -0000	1.14
  @@ -25,7 +25,7 @@
   services     the services offered by this block
   dependencies the services that this block require to operate
   -->
  -<!ELEMENT blockinfo (block, services?, management-access-points?, dependencies?)>
  +<!ELEMENT blockinfo (block?, services?, management-access-points?, dependencies?)>
   <!ATTLIST blockinfo id ID #IMPLIED
             xmlns CDATA #FIXED "http://jakarta.apache.org/avalon/dtds/phoenix/blockinfo_1_0.dtd" >
   
  @@ -40,7 +40,7 @@
   schema-type  string representing the type of schema information available
                to validate block configuration
   -->
  -<!ELEMENT block          (name?,version,schema-type)>
  +<!ELEMENT block          (name?,version?,schema-type?)>
     <!ELEMENT name         (#PCDATA) >
     <!ELEMENT version      (#PCDATA) >
     <!ELEMENT schema-type  (#PCDATA) >
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org