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 (9 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
<component prefix="foo.sample">

  <!-- `something` is an abstract type that's already defined -->

  <sectiontype name="sample" implements="something">
    <key name="data" datatype=".datatypes.data"/>
  </sectiontype>

</component>