source: josm/trunk/test/data/preset_chunk.xml@ 10649

Last change on this file since 10649 was 9958, checked in by bastiK, 8 years ago

fix svn:eol property

  • Property svn:eol-style set to native
File size: 731 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0">
3 <chunk id="A1">
4 <key key="A1" value="true"/>
5 </chunk>
6 <chunk id="A3">
7 <key key="A3" value="true"/>
8 </chunk>
9 <chunk id="A">
10 <reference ref="A1"/>
11 <key key="A2" value="true"/>
12 <reference ref="A3"/>
13 </chunk>
14 <chunk id="C">
15 <key key="C1" value="true"/>
16 <key key="C2" value="true"/>
17 <key key="C3" value="true"/>
18 </chunk>
19 <item name="ABC">
20 <reference ref="A"/>
21 <key key="B1" value="true"/>
22 <key key="B2" value="true"/>
23 <key key="B3" value="true"/>
24 <reference ref="C"/>
25 </item>
26</presets>
Note: See TracBrowser for help on using the repository browser.