donaldp     2002/10/01 00:34:55

  Modified:    src/schema assembly.dtd
  Log:
  Allow alias and also document proxy entrys
  
  Revision  Changes    Path
  1.6       +4 -2      jakarta-avalon-phoenix/src/schema/assembly.dtd
  
  Index: assembly.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/src/schema/assembly.dtd,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- assembly.dtd      15 Sep 2002 02:07:32 -0000      1.5
  +++ assembly.dtd      1 Oct 2002 07:34:55 -0000       1.6
  @@ -47,15 +47,17 @@
   
   role    the name of the service that is being provided (aka the role of service)
   name    the name of the block that will provide service
  +alias   the alias of the block when it is placed in a Map dependency (may not need 
to be specified).
   -->
   <!ELEMENT provide EMPTY>
     <!ATTLIST provide role CDATA #REQUIRED>
     <!ATTLIST provide name CDATA #REQUIRED>
  +  <!ATTLIST provide alias CDATA #IMPLIED>
   
   <!--
  -TODO:description
  +This indicates whether the block should be proxied.
   
  -disable TODO:description
  +disable set this to true to disable proxying of the block implementation
   -->
   <!ELEMENT proxy EMPTY>
     <!ATTLIST proxy disable CDATA #REQUIRED>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to