Imported Upstream version 1.4.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.2 2010/06/26 19:26:47 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 are not currently used -->
24
25   <node>
26   </node>
27
28   <!-- Way rules (copy everything from input to output) -->
29
30   <way>
31
32     <if>
33       <output />
34     </if>
35
36   </way>
37
38   <!-- Relation rules are not currently used -->
39
40   <relation>
41   </relation>
42
43 </routino-tagging>