Imported Upstream version 1.5.1
[routino] / xml / routino-tagging-nomodify.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <!-- ============================================================
4      $Header: /home/amb/routino/xml/RCS/routino-tagging-nomodify.xml,v 1.5 2010/09/17 17:40:55 amb Exp $
5
6      An XML format file containing Routino tagging rules - copy the input file
7      directly to the output with no modifications (e.g. importing a file dumped
8      by filedumper).
9
10      Part of the Routino routing software.
11      ============================================================
12      This file Copyright 2010 Andrew M. Bishop
13
14      This program is free software: you can redistribute it and/or modify
15      it under the terms of the GNU Affero General Public License as published by
16      the Free Software Foundation, either version 3 of the License, or
17      (at your option) any later version.
18      ============================================================ -->
19
20 <routino-tagging xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21                  xsi:noNamespaceSchemaLocation="http://www.routino.org/xml/routino-tagging.xsd">
22
23   <!-- -------------------- Node rules -------------------- -->
24
25   <node>
26
27     <!-- Copy everything from input to output -->
28
29     <if>
30       <output />
31     </if>
32
33   </node>
34
35   <!-- -------------------- Way rules -------------------- -->
36
37   <way>
38
39     <!-- Copy everything from input to output -->
40
41     <if>
42       <output />
43     </if>
44
45   </way>
46
47   <!-- -------------------- Relation rules -------------------- -->
48
49   <relation>
50
51     <!-- Copy everything from input to output -->
52
53     <if>
54       <output />
55     </if>
56
57   </relation>
58
59 </routino-tagging>