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

Fred L. Drake, Jr. fred@zope.com
Tue, 7 Jan 2003 01:25:32 -0500


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

Added Files:
	schema.xml 
Log Message:
Sample library for testing schema component importing.

=== Added File Packages/ZConfig/tests/library/thing/schema.xml ===
<?xml version="1.0" encoding="us-ascii"?>
<schema>
  <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>
</schema>