File: component.xml

package info (click to toggle)
zconfig 2.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 936 kB
  • ctags: 778
  • sloc: python: 5,264; xml: 331; perl: 37; makefile: 25; sh: 1
file content (10 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (10)
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>