<?xml version="1.0" encoding="UTF-8"?>

<!--
OpenRailwayMap JOSM Presets File
Edition for German railways (in German)

OpenRailwayMap Copyright (C) 2012-2014 Alexander Matheisen
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.
See http://wiki.openstreetmap.org/wiki/OpenRailwayMap for details.
-->


<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" author="Nakaner" version="0.1" shortdescription="Test preset" description="Test preset for a JOSM bug report">
	<item name="Test Preset" icon="rail.png" type="way">
		<combo key="usage" text="Type of railway infrastructure" editable="false" values_sort="false" >
			<list_entry
				value="industrial"
				display_value="industrial/mine railway"
				short_description="A line only used for freight trains inside industrial areas or mines." />
			<list_entry
				value=" "
				display_value="other with space"
				short_description="Main line, branch, tourism lines and test lines" />
			<list_entry
				value=""
				display_value="other without space"
				short_description="Main line, branch, tourism lines and test lines" />
		</combo>
	</item>
</presets>
