proyal      2002/07/13 12:29:32

  Modified:    src/schema blockinfo.dtd
  Log:
  Support for schema-type
  
  Revision  Changes    Path
  1.9       +14 -0     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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- blockinfo.dtd     14 May 2002 10:35:41 -0000      1.8
  +++ blockinfo.dtd     13 Jul 2002 19:29:31 -0000      1.9
  @@ -37,10 +37,13 @@
                with a letter.
   version           the version of the block in (in the format #.#.#, #.# or # where
                # is a integer
  +schema-type  string representing the type of schema information available
  +             to validate block configuration
   -->
   <!ELEMENT block          (name?,version)>
     <!ELEMENT name         (#PCDATA) >
     <!ELEMENT version      (#PCDATA) >
  +  <!ELEMENT schema-type  (#PCDATA) >
   
   <!--
   The service element describes a service that the block
  @@ -88,3 +91,14 @@
   It contains dependency elements.
   -->
   <!ELEMENT dependencies    (dependency*)>
  +
  +<!--
  +The configuration scheme element contains the XML structure that describes the 
configuration that this
  +block expects.
  +
  +The type attribute specifies the schema type.
  +-->
  +<!ELEMENT configuration-schema (#PCDATA)>
  +  <!ATTLIST configuration-schema
  +       type CDATA #IMPLIED
  +  >
  
  
  

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

Reply via email to