wiki:Presets/BENELUX

Version 9 (modified by escada, 11 years ago) ( diff )

90-120 km/h + icons

<?xml version="1.0" encoding="UTF-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
        author="Marc Gemis"
        version="0.6"
        shortdescription="Mapping in Benelux"
        description="For starters in the Benelux. The idea is the group a number of frequently used tag combinations, such that one can map faster and more correct. This file supports the information on http://wiki.openstreetmap.org/wiki/NL:How_to_map_a"
        nl.description="Voor (beginnende) mappers in Benelux. De bedoeling is om een aantal veel gebruikte tag combinaties te groeperen, zodat beginnende
        gebruikers sneller en beter kunnen mappen. Deze file zou de informatie op http://wiki.openstreetmap.org/wiki/NL:How_to_map_a moeten ondersteunen."
        >
        <group name="How to map a ? (Benelux)" nl.name="Hoe map ik een ?">
                <group name="Recycling" nl.name="Recycleren">
                        <item name="Container for Glass Bottles" nl.name="Glasbol" type="node">
                                <label text="Edit Glass Container" nl.text="Wijzig Glasbol"/>
                                <space />
                                <key key="amenity" value="recycling"/>
                                <key key="recycling_type" value="container"/>
                                <key key="recycling:glass_bottles" value="yes"/>
                        </item>
                        <item name="Recycling Clothes" nl.name="Textielcontainer" type="node">
                                <label text="Edit Recycling Container for Clothes" nl.text="Wijzig Textielcontainer"/>
                                <space />
                                <key key="amenity" value="recycling"/>
                                <key key="recycling_type" value="container"/>
                                <key key="recycling:clothes" value="yes"/>
                                <optional>
                                        <combo key="operator" text="Operator" nl.text="Organisatie" use_last_as_default="true" values="V.H.S. Europ,Caritas n.v.,Vlaams Inzamel Centrum Textiel,Opnieuw en Co,Wereld Missie Hulp"/>
                                </optional>
                        </item>
                </group>
                
                <group name="Emergency" nl.name="Noodhulp">
                        <item name="Life Ring" nl.name="Reddingsboei" type="node">
                                <label text="Edit Life Ring" nl.text="Wijzig Reddingsboei"/>
                                <space />
                                <key key="amenity" value="life_ring"/>
                                <key key="emergency" value="life_saving_equipment"/>
                                <key key="life_saving_equipment" value="life_buoy"/>
                        </item>
                </group>
                
                <item name="Bus Stop" nl.name="Bushalte" icon="presets/bus_small.png" type="node">
                        <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=bus_stop"
                                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=bus_stop"
                                  es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:highway=bus_stop"
                                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=bus_stop"
                                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=bus_stop"
                                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=bus_stop" />
                        <label text="Edit Bus Stop" nl.text="Wijzig Bushalte" />
                        <space />
                        <key key="highway" value="bus_stop" />
                        <optional>
                                <text key="name" text="Name" nl.text="Naam" />
                                <combo key="shelter" text="Shelter" nl.text="Bushokje" values="yes,no" />
                                <combo key="bench" text="Bench" nl.text="Zitbank" values="yes,no" />
                                <combo key="tactile_paving" text="Tactile Paving" nl.text="Noppentegels voor slechtzienden" values="yes,no" />
                                <text key="ref" text="Ref"  />
                                <text key="route_ref" text="Serving Route Refs" nl.text="Bediend door lijnen"/>
                                <text key="not_served_by" text="Passing Route refs" nl.text="Niet bediend door lijnen (die er wel voorbij rijden)"/>
                                <text key="zone" text="Zone"/>
                                <text key="addr:street" text="Street" nl.text="Straat" />
                                <text key="addr:city" text="City" nl.text="Stad" />
                                <text key="operator" text="Operator" nl.text="Uitbater" values="De Lijn,TEC,STIB/MIVB,Veolia"  default="De Lijn"/>
                        </optional>
                </item>
                
                <group name="Buildings and Monuments" nl.name="Gebouwen en Monumenten">
                        <group name="Building Types" nl.name="Gebouwentypes">
                                <item name="Apartments" nl.name="Appartementen" btype="node,closedway">
                                        <key key="building" value="apartments"/>
                                        <key key="source" value="bing"/>
                                </item>
                                <item name="Family House" nl.name="Gezinswoning" type="node,closedway">
                                        <key key="building" value="house"/>
                                        <key key="source" value="bing"/>
                                </item>
                                <item name="Garage" type="node,closedway">
                                        <key key="building" value="garage"/>
                                        <key key="source" value="bing"/>
                                </item>
                                <item name="Garages" type="node,closedway">
                                        <key key="building" value="garages"/>
                                        <key key="source" value="bing"/>
                                </item>
                                <item name="Greenhouse" nl.name="Serre" type="node,closedway">
                                        <key key="building" value="greenhouse"/>
                                        <key key="source" value="bing"/>
                                </item>
                                <item name="Shed" nl.name="Tuinhuis" type="node,closedway">
                                        <key key="building" value="shed"/>
                                        <key key="source" value="bing"/>
                                </item>
                                <item name="Terrace" nl.name="Rijhuis" type="node,closedway">
                                        <key key="building" value="terrace"/>
                                        <key key="source" value="bing"/>
                                </item>
                                <item name="Building (Residential)" nl.name="Gebouw (residentieel)" type="node,closedway">
                                        <key key="building" value="residential"/>
                                        <key key="source" value="bing"/>
                                </item>
                                <item name="Building (in general)" nl.name="Gebouw (algemeen)" type="node,closedway">
                                        <key key="building" value="yes"/>
                                        <key key="source" value="bing"/>
                                </item>
                        </group>
                        
                        <group name="Heritage" nl.name="Erfgoed">
                                <item name="Protected Building (Flemish - By 'Onroerend Erfgoed')" nl.name="Beschermd Monument (door Onroerend Erfgoed)" type="node,closedway">
                                        <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/heritage" />
                                        <label text="Edit Protected Monument" nl.text="Wijzig Beschermd Monument"/>
                                        <space />
                                        <key key="heritage" value="4"/>
                                        <key key="heritage:operator" value="OnroerendErfgoed"/>
                                        <optional>
                                                <text key="name" text="Name" nl.text="Naam" value=""/>
                                                <text key="ref:OnroerendErfgoed" text="Ref (Onroerend Erfgoed)" nl.text="Referentie (Onroerend Erfgoed)" value=""/>
                                                <combo key="OnroerendErfgoed:criteria" text="Type">
                                                        <list_entry value="A" display_value="Archeology" nl.display_value="Archeologie" short_description=""/>
                                                        <list_entry value="M" display_value="Monument or Building" nl.display_value="Bouwkundig Erfgoed" short_description=""/>
                                                        <list_entry value="L" display_value="Landscape" nl.display_value="Landschap" short_description=""/>
                                                        <list_entry value="VM" display_value="Maritime" nl.display_value="Varend en Maritiem Erfgoed" short_description=""/>
                                                        <list_entry value="DL" display_value="Partial Landscape" nl.display_value="Deel Landschap" short_description=""/>
                                                        <list_entry value="S" display_value="Site" nl.display_value="Gezicht" short_description=""/>
                                                </combo>
                                        </optional>
                                </item>
                                <item name="Protected Monument (Brussels)" nl.name="Beschermd Monument (Brussel)" type="node,closedway">
                                        <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/heritage" />
                                        <label text="Edit Protected Monument" nl.text="Wijzig Beschermd Monument"/>
                                        <space />
                                        <key key="heritage" value="4"/>
                                        <key key="heritage:operator" value="aatl"/>
                                        <optional>
                                                <text key="name" text="Name" nl.text="Naam" value=""/>
                                                <text key="ref:aatl" text="Ref (Monuments et sites)" nl.text="Referentie (Monuments et sites)" value=""/>
                                                <combo key="aatl:criteria" text="Type">
                                                        <list_entry value="P" display_value="Protection" nl.display_value="Bescherming" short_description="For old or partially destroyed buildings" nl.short_description="Voor oude of gedeeltelijk vernielde gebouwen"/>
                                                        <list_entry value="R" display_value="Restauration" nl.display_value="Restauratie" short_description="For old building in good shape" nl.short_description="Voor oude gebouwen in goede staat - die behouden moet blijven"/>
                                                        <list_entry value="S" display_value="Site" short_description=""/>
                                                        <list_entry value="SA" display_value="Archeologic Site" nl.display_value="Archeologische Site" short_description=""/>
                                                </combo>
                                        </optional>
                                </item>
                                <item name="Protected Monument (Wallonia)" nl.name="Beschermd Monument (Wallonie)" type="node,closedway">
                                        <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/heritage" />
                                        <label text="Edit Protected Monument" nl.text="Wijzig Beschermd Monument"/>
                                        <space />
                                        <key key="heritage" value="4"/>
                                        <key key="heritage:operator" value="ctl"/>
                                        <optional>
                                                <text key="name" text="Name" nl.text="Naam" value=""/>
                                                <text key="ref:ctl" text="Ref" nl.text="Referentie" value=""/>
                                                <combo key="ctl:exception" text="Exception" nl.text="Uitzondering">
                                                        <list_entry value="Y" display_value="Yes" nl.display_value="Ja" short_description=""/>
                                                        <list_entry value="N" display_value="No" nl.display_value="Nee" short_description=""/>
                                                </combo>
                                                <combo key="aatl:criteria" text="Type" nl.text="Type">
                                                        <list_entry value="M" display_value="Monument  Building" nl.display_value="Monument - Gebouw" short_description=""/>
                                                        <list_entry value="S" display_value="Site" nl.display_value="Site" short_description=""/>
                                                        <list_entry value="ZP" display_value="Protected Area" nl.display_value="Beschermde Zone" short_description=""/>
                                                        <list_entry value="EA" display_value="Architectoral Group" nl.display_value="Architectorische Groep" short_description=""/>
                                                        <list_entry value="SA" display_value="Archeologic Site" nl.display_value="Archeologische Site" short_description=""/>
                                                </combo>
                                        </optional>
                                </item>
                        </group>
                        <group name="Religious Buildings (Roman-Catholic)" nl.name="Religieuze gebouwen (Romeins-Katholiek)">
                                <item name="Cathedral - Churh - Chapel" nl.name="Kathedraal - Kerk - Kapel" type="node,closedway">
                                        <label text="Edit Church" nl.text="Wijzig kerk"/>
                                        <space />
                                        <key key="amenity" value="place_of_worship"/>
                                        <key key="building" value="church"/>
                                        <key key="religion" value="christian"/>
                                        <key key="denomination" value="roman_catholic"/>
                                        <optional>
                                                <combo key="building" text="Type" nl.text="Type">
                                                        <list_entry value="cathedral" display_value="Cathedral" nl.display_value="Kathedraal" short_description=""/>
                                                        <list_entry value="church" display_value="Church" nl.display_value="Kerk" short_description=""/>
                                                        <list_entry value="chapel" display_value="Chapel" nl.display_value="Kapel" short_description="In case of a building you can enter" nl.short_description="Enkel indien het een gebouw is dat je kan binnengaan"/>
                                                </combo>
                                                <text key="name" text="Name" nl.text="Naam" />
                                                <text key="opening_hours" text="Opening Hours" nl.text="Openingsuren"/>
                                                <text key="service_times" text="Service Hours" nl.text="Uren Misdiensten"/>
                                        </optional>
                                </item>
                                <item name="Wayside Shrine" nl.name="Wegkapelletje" type="node">
                                        <label text="Edit Shrine" nl.text="Wijzig Kapel"/>
                                        <space />
                                        <key key="historic" value="wayside_shrine"/>
                                        <key key="religion" value="christian"/>
                                        <key key="denomination" value="roman_catholic"/>
                                        <optional>
                                                <text key="name" text="Name" nl.text="Naam" />
                                        </optional>
                                </item>
                                <item name="Wayside Cross" nl.name="Wegkruis" type="node">
                                        <label text="Edit Cross" nl.text="Wijzig wegkruis"/>
                                        <space />
                                        <key key="historic" value="wayside_cross"/>
                                        <key key="religion" value="christian"/>
                                        <key key="denomination" value="roman_catholic"/>
                                </item>
                        </group>                
                </group>
                
                <group name="Pets, Animals" nl.name="Huisdieren - dieren">
                        <item name="Dogschool" nl.name="Hondenschool" type="node,closedway">
                                <label text="Edit Dogschool" nl.text="Wijzig hondenschool"/>
                                <space />
                                <key key="animal" value="school"/>
                                <key key="school_type" value="dog"/> 
                                <key key="amenity" value="animal_training"/>
                                <key key="animal_training" value="dog"/>
                                <optional>
                                        <text key="name" text="Name" nl.text="Naam"/>
                                        <text key="website" text="Website"/>
                                        <text key="network" text="Federation" nl.text="Federatie" default="Sint-Hubertus"/>
                                </optional>
                        </item>
                        <item name="Vending machine for plastic bags" nl.name="Poepzakjesautomaat" type="node">
                                <label text="Edit vending machine" nl.text="Wijzig Poepzakjesautomaat"/>
                                <space />
                                <key key="amenity" value="vending_machine"/>
                                <key key="vending" value="excrement_bags"/>
                                <key key="payment" value="none"/>
                                <!-- ter onderscheiding met andere Automaten -->
                                <key key="name" value="Dog-Station"/>
                                <optional>
                                        <text key="operator" text="Provider" nl.text="Provider" default=""/>
                                </optional>
                        </item>
                        <item name="Wellness for Pets" nl.name="Hondenkapsalon" type="node,closedway">
                                <label text="Edit Wellness for Pet" nl.name="Wijzig hondenkapsalon"/>
                                <space />
                                <key key="animal" value="wellness"/>
                                <optional>
                                        <text key="name" text="Name" default=""/>
                                        <combo key="dog" text="Dogs" nl.text="Honden">
                                                <list_entry value="yes" display_value="Yes" nl.display_value="Ja" short_description=""/>
                                                <list_entry value="no" display_value="No" nl.display_value="Nee" short_description=""/>
                                        </combo>
                                        <combo key="cat" text="Cats" nl.text="Katten">
                                                <list_entry value="yes" display_value="Yes" nl.display_value="Ja" short_description=""/>
                                                <list_entry value="no" display_value="No" nl.display_value="Nee" short_description=""/>
                                        </combo>
                                        
                                </optional>
                        </item>
                </group>

                <group name="Shops and Vending Machines" nl.name="Winkels en Automaten">
                        <item name="Bread Vending Machine" nl.name="Broodautomaat" type="node">
                                <label text="Edit Bread Vending Machine" nl.text="Wijzig Broodautomaat"/>
                                <space />
                                <key key="amenity" value="vending_machine"/>
                                <key key="vending" value="bread"/>
                                <!-- ter onderscheiding met andere Automaten -->
                                <key key="name" value="Bread"/>
                                <optional>
                                        <text key="operator" text="Bakery" nl.text="Bakker" default=""/>
                                        <check key="payment:coins" value_on="yes" value_off="no" text="Coins ?" nl.text="Kleingeld ?" default="on"/>
                                        <check key="payment:notes" value_on="yes" value_off="no" text="Notes ?" nl.text="Briefjes ?" default="off"/>
                                        <check key="payment:cash" value_on="yes" value_off="no" text="Both ?" nl.text="Beide ?" default="off"/>                         
                                </optional>
                        </item>
                </group>
                
                <group name="Maxspeeds" nl.name="Maximum Snelheden">
                        <item name="Within City Limits - 50" nl.name="Bebouwde Kom - 50" type="way">
                                <label text="Edit"/>
                                <space />
                                <key key="maxspeed" value="50"/>
                                <key key="zone:traffic" value="BE:urban"/>
                        </item>
                        <item name="Within City Limits - Zone 30" nl.name="Bebouwde Kom - zone 30" type="way">
                                <label text="Edit"/>
                                <space />
                                <key key="maxspeed" value="30"/>
                                <key key="source:maxspeed" value="zone30"/>
                                <key key="zone:traffic" value="BE:urban"/>
                        </item>
                        <item name="Living Street (max 20)" nl.name="Woonerf (max 20)" icon="presets/living_street.png"  type="way">
                                <label text="Edit"/>
                                <space />
                                <key key="highway" value="living_street"/>
                                <key key="maxspeed" value="20"/>
                                <key key="zone:traffic" value="BE:urban"/>
                        </item>
                        <item name="Rural - Max 50" nl.name="Buiten Bebouwde Kom - Max 50" type="way">
                                <label text="Edit"/>
                                <space />
                                <key key="maxspeed" value="50"/>
                                <key key="source:maxspeed" value="traffic_sign"/>
                                <key key="zone:traffic" value="BE:rural"/>
                        </item>
                        <item name="Rural - Max 70" nl.name="Buiten Bebouwde Kom - Max 70" type="way" icon="70.png">
                                <label text="Edit"/>
                                <space />
                                <key key="maxspeed" value="70"/>
                                <key key="source:maxspeed" value="traffic_sign"/>
                                <key key="zone:traffic" value="BE:rural"/>
                        </item>
                        <item name="Rural - Zone 50" nl.name="Buiten Bebouwde Kom - zone 50" type="way">
                                <label text="Edit"/>
                                <space />
                                <key key="maxspeed" value="50"/>
                                <key key="source:maxspeed" value="zone50"/>
                                <key key="zone:traffic" value="BE:rural"/>
                        </item>
                        <item name="Rural - Zone 70" nl.name="Buiten Bebouwde Kom - zone 70" type="way">
                                <label text="Edit"/>
                                <space />
                                <key key="maxspeed" value="70"/>
                                <key key="source:maxspeed" value="zone70"/>
                                <key key="zone:traffic" value="BE:rural"/>
                        </item>
                        <item name="90 km/h" type="way" icon="90.png">
                                <label text="Edit"/>
                                <space />
                                <key key="maxspeed" value="90"/>
                                <key key="zone:traffic" value="BE:rural"/>
                        </item>
                        <item name="100 km/h" type="way" icon="100.png">
                                <label text="Edit"/>
                                <space />
                                <key key="maxspeed" value="90"/>
                                <key key="source:maxspeed" value="traffic_sign"/>
                                <key key="zone:traffic" value="BE:rural"/>
                        </item>
                        <item name="120 km/h" type="way" icon="120.png">
                                <label text="Edit"/>
                                <space />
                                <key key="maxspeed" value="120"/>
                                <key key="zone:traffic" value="BE:rural"/>
                        </item>
                </group>
                
                
                <group name="Roads" nl.name="Wegen">
                        <item name="Additional Road Information" nl.name="Aanvullende weginformatie" type="way">
                                <label text="Edit Road Information" nl.text="Wijzig weginformatie"/>
                                <space />
                                <optional>
                                        <text key="lanes" text="Lanes (total number)" nl.text="Aantal rijstroken (totaal)" default="2"/>
                                        <combo key="sidewalk" text="Sidewalk" nl.text="Stoep">
                                                <list_entry value="both" display_value="Both sides" nl.display_value="Beide kanten"/>
                                                <list_entry value="left" display_value="Left side only" nl.display_value="Enkel links"/>
                                                <list_entry value="right" display_value="Right side only" nl.display_value="Enkel rechts"/>
                                                <list_entry value="none" display_value="No sidewalk" nl.display_value="Geen stoep"/>
                                        </combo>
                        <!--            <combo key="kerb" text="Kerb (Same for both sides)" nl.text="Stoeprand (Gelijk aan beide kanten)">
                                                <list_entry value="raised" display_value="Raised/Normal" nl.display_value="Verhoogd/normaal"
                                                                short_description="Higher than 3cm" nl.short_description="Hoger dan 3 cm"/>
                                                <list_entry value="lowered" display_value="Lowered" nl.display_value="Verlaagd"/>
                                                <list_entry value="flush" display_value="Flush" nl.display_value="Vlak"/>
                                                <list_entry value="rolled" display_value="Rolled" nl.display_value="Ronde rand" nl.short_description="Typisch voor opritten"/>
                                                <list_entry value="yes" display_value="Unknown tye, but existing" nl.display_value="Onbekend type, maar bestaand"/>
                                                <list_entry value="no" display_value="No" nl.display_value="Geen"
                                                        short_description="If there used to be one" nl.short_description="Indien er vroeger een was" />
                                        </combo>
                                        -->     
                                        <combo key="lit" text="Lit ?" nl.text="Verlicht ?">
                                                <list_entry value="yes" display_value="Yes" nl.display_value="Ja"/>
                                                <list_entry value="no" display_value="No" nl.display_value="Nee"/>
                                        </combo>
                                </optional>
                        </item>
                </group>
        
                <group name="Regional Walking Networks" nl.name="Wandelknooppunten">
                        <item name="RWN Node" nl.name="Knooppunt" type="node">
                                <label text="Edit Node" nl.text="Wijzig Knooppunt"/>
                                <space />
                                <text key="rwn_ref" name="Number" nl.name="Nummer"/>
                                <optional>
                                        <check key="rwn_expected_route_relations" text="Only 2 Routes ?" nl.text="Slechts 2 routes ?"
                                                default="off" value_on="2" value_off=""/>
                                </optional>
                        </item>
                        <item name="RWN Route" nl.name="Wandelknooppunt route" icon="presets/path.png" type="relation">
                                <!-- link href="" /> -->
                                <label text="Edit Route" nl.text="Wijzig Wandelknooppunt route"/>
                                <space />
                                <key key="type" value="route"/>
                                <key key="route" value="foot"/>
                                <key key="network" value="rwn"/>
                                <text key="note" text="Between Nodes (xx-yy)" nl.text="Tussen knooppunten (xx-yy)"/>
                                <check key="fixme" value_on="incomplete" value_off="" text="Incomplete ?" nl.text="Onvolledig ?" default="off"/>
                                <roles>
                                        <role key="" text="route" nl.text="route" requisite="required" type="relation" member_expression="type=route"/>
                                </roles>
                        </item>
                </group>
                
                <group name="Railway Crossing" nl.name="Spoorwegovergang">
                        <item name="Full Barriers - Cat 1" nl.name="Volledige slagbomen - Cat 1" type="node">
                                <label text="edit"/>
                                <space />
                                <key key="railway" value="level_crossing"/>
                                <key key="level_crossing:category" value="category1"/>
                                <key key="signal" value="yes"/>
                                <key key="barriers" value="full"/>
                                <key key="traffic_sign" value="yes"/>
                        </item>
                        <item name="Half Barrier - Cat 2" nl.name="Halve slagbomen - Cat 2" type="node">
                                <label text="edit"/>
                                <space />
                                <key key="railway" value="level_crossing"/>
                                <key key="level_crossing:category" value="category2"/>
                                <key key="signal" value="yes"/>
                                <key key="barriers" value="partly"/>
                                <key key="traffic_sign" value="yes"/>
                        </item>
                        <item name="Only Signal - Cat 3" nl.name="Enkel signaal - Cat 3" type="node">
                                <label text="edit"/>
                                <space />
                                <key key="railway" value="level_crossing"/>
                                <key key="level_crossing:category" value="category3"/>
                                <key key="signal" value="yes"/>
                                <key key="barriers" value="no"/>
                                <key key="traffic_sign" value="yes"/>
                        </item>
                        <item name="Only Traffic Sign - Cat 4" nl.name="Enkel verkeersbord - Cat 4" type="node">
                                <label text="edit"/>
                                <space />
                                <key key="railway" value="level_crossing"/>
                                <key key="level_crossing:category" value="category4"/>
                                <key key="signal" value="no"/>
                                <key key="barriers" value="no"/>
                                <key key="traffic_sign" value="yes"/>
                        </item>
                        <item name="Unprotected - Cat 5" nl.name="Onbewaakte overgang - Cat 5" type="node">
                                <label text="edit"/>
                                <space />
                                <key key="railway" value="level_crossing"/>
                                <key key="level_crossing:category" value="category5"/>
                                <key key="signal" value="no"/>
                                <key key="barriers" value="no"/>
                                <key key="traffic_sign" value="no"/>
                        </item>
                </group>

                <group name="Healthcare" nl.name="Gezondheidssector">
                        <item name="Physiotherapist" nl.name="Kinesist" type="node,closedway">
                                <label text="Edit Physiotherapist" nl.text="Wijzig kinesist"/>
                                <space />
                                <key key="medical_system:western" value="yes"/>
                                <key key="health_facility:type" value="office"/>
                                <key key="office" value="therapist"/>
                                <key key="health_specialty:physiotherapy" value="yes"/>
                                <optional>
                                        <text key="name" text="Office Name" nl.text="Naam praktijk" default=""/>
                                        <text key="operator" text="Physiotherapist" nl.text="Naam kinesist" default=""/>
                                </optional>
                        </item>
                        <item name="Dentist" nl.name="Tandarts" type="node,closedway">
                                <label text="Edit Dentist" nl.text="Wijzig tandarts"/>
                                <space />
                                <key key="medical_system:western" value="yes"/>
                                <key key="health_facility:type" value="office"/>
                                <key key="office" value="physician"/>
                                <key key="health_specialty:dentistry" value="yes"/>
                                <optional>
                                        <text key="name" text="Office Name" nl.text="Naam praktijk" default=""/>
                                        <text key="operator" text="Doctor's Name" nl.text="Naam dokter" default=""/>
                                </optional>
                        </item>
                        <item name="Huisarts" type="node,closedway">
                                <label text="edit"/>
                                <space />
                                <key key="medical_system:western" value="yes"/>
                                <key key="health_facility:type" value="office"/>
                                <key key="office" value="physician"/>
                                <key key="health_specialty:internal_medicine" value="yes"/>
                                <key key="health_specialty:family_medicine" value="yes"/>
                                <key key="health_specialty:general" value="yes"/>
                                <key key="amenity" value="doctors"/>
                                <optional>
                                        <text key="name" text="Office Name" nl.text="Naam praktijk" default=""/>
                                        <text key="operator" text="Doctor's Name" nl.text="Naam dokter" default=""/>
                                        <text key="home_visit" text="Home Visits ?" nl.text="Huisbezoeken ?" default="yes"/>
                                </optional>
                        </item>
                        <item name="Specialist" type="node,closedway">
                                <label text="edit"/>
                                <space />
                                <key key="medical_system:western" value="yes"/>
                                <key key="health_facility:type" value="office"/>
                                <key key="office" value="physician"/>
                                <key key="amenity" value="doctors"/>
                                <optional>
                                        <text key="name" text="Office Name" nl.text="Naam praktijk" default=""/>
                                        <text key="operator" text="Doctor's Name" nl.text="Naam dokter" default=""/>
                                        <text key="home_visit" text="Home Visits ?" nl.text="Huisbezoeken ?" default="no"/>
                                        <combo key="healthcare:speciality" text="Type">
                                                <list_entry value="ophthalmology" display_value="Ophthalmology (Eyes)" nl.display_value="Oogarts" short_description=""/>
                                                <list_entry value="orthopaedics" display_value="Orthopaedics" nl.display_value="Specialist Orthopedie" short_description=""/>
                                                <list_entry value="otolaryngology" display_value="Otolaryngology (Nose-Ears-Throath)" nl.display_value="Specialist Neus-Keel-Oren" short_description=""/>
                                                <list_entry value="radiology" display_value="Radiology" nl.display_value="Radioloog" short_description=""/>
                                                <list_entry value="neurology" display_value="Neurology" nl.display_value="Neuroloog" short_description=""/>
                                                <list_entry value="neuropsychiatry" display_value="Neuropsychiatry" nl.display_value="Neuro-Psychiatrie" short_description=""/>
                                                <list_entry value="psychiatry" display_value="Phsychiatry" nl.display_value="Specialist Psychiatrie" short_description=""/>
                                                <list_entry value="cardiology" display_value="Cardiology" nl.display_value="Cardioloog (Hartziekten)" short_description=""/>
                                                <list_entry value="dermatology" display_value="Dematology (Skin)" nl.display_value="Dermatoloog (Huidarts)" short_description=""/>
                                                <list_entry value="gynaecology" display_value="Genaecology" nl.display_value="Gynekoloog (Verloskunde)" short_description=""/>
                                                <list_entry value="urology" display_value="Urology" nl.display_value="Uroloog" short_description=""/>
                                        </combo>
                                </optional>
                        </item>
                </group>
        </group>
</presets>

Presets_BENELUX-preset.xml, Presets_BENELUX.zip

Attachments (4)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.