component.xml 344 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
<?xml version="1.0" encoding="us-ascii"?>
<component>
  <abstracttype name='thing'/>
  <sectiontype name='thing-a' implements='thing'>
    <key name='thing-a-key' default='thing-a-default'/>
  </sectiontype>
  <sectiontype name='thing-b' implements='thing'>
    <key name='thing-b-key' default='thing-b-default'/>
  </sectiontype>
</component>