File: mapping.xml

package info (click to toggle)
zconfig 2.7.1-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 896 kB
  • ctags: 769
  • sloc: python: 5,196; xml: 329; perl: 37; makefile: 32; sh: 1
file content (34 lines) | stat: -rw-r--r-- 945 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<component>

  <sectiontype name="ZConfig.basic.mapping"
               datatype="ZConfig.components.basic.mapping.mapping">
    <description>
      Section that provides a simple mapping implementation.  An
      application should derive a more specific section type for use
      in configuration files:

        &lt;import package="ZConfig.components.basic"
                     file="mapping.xml"
                     /&gt;

        &lt;sectiontype name="mapping"
                     extends="ZConfig.basic.mapping"
                     /&gt;

      If a non-standard keytype is needed, it can be overridden as
      well:

        &lt;sectiontype name="system-map"
                     extends="ZConfig.basic.mapping"
                     keytype="mypkg.datatypes.system_name"
                     /&gt;

    </description>

    <key name="+"
         attribute="mapping"
         required="no"
         />
  </sectiontype>

</component>