[Zodb-checkins] CVS: Packages/ZConfig/tests/library/thing - component.xml:1.1 schema.xml:NONE

Fred L. Drake, Jr. fred@zope.com
Tue, 7 Jan 2003 15:02:45 -0500


Update of /cvs-repository/Packages/ZConfig/tests/library/thing
In directory cvs.zope.org:/tmp/cvs-serv29089/tests/library/thing

Added Files:
	component.xml 
Removed Files:
	schema.xml 
Log Message:
Re-implement the extensible schema components mechanism (almost) completely.
This version is more sensible.


=== Added File Packages/ZConfig/tests/library/thing/component.xml ===
<?xml version="1.0" encoding="us-ascii"?>
<component>
  <sectiongroup type='thing'>
    <sectiontype type='thing-a'>
      <key name='thing-a-key' default='thing-a-default'/>
    </sectiontype>
    <sectiontype type='thing-b'>
      <key name='thing-b-key' default='thing-b-default'/>
    </sectiontype>
  </sectiongroup>
</component>

=== Removed File Packages/ZConfig/tests/library/thing/schema.xml ===