Ticket #11738: BloodDonation.xml

File BloodDonation.xml, 2.8 KB (added by anonymous, 11 years ago)

Example preset

Line 
1<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
2 author="M!dgard"
3
4 shortdescription="Blood donation"
5 nl.shortdescription="Bloeddonorcentrum"
6
7 description="Tag blood donation centres with healthcare=blood_donation"
8 nl.description="Tag Bloeddonorcentra met healthcare=blood_donation"
9
10 version="0.2_2015-07-31">
11
12 <item name="Blood donation"
13 nl.name="Bloeddonorcentrum"
14 type="node,closedway,relation"
15 icon="https://wiki.openstreetmap.org/w/images/thumb/8/80/Blooddonation9.svg/32px-Blooddonation9.svg.png">
16 <label text="Blood donation"
17 nl.text="Bloeddonorcentrum"/>
18 <key key="healthcare" value="blood_donation" />
19 <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Blood_donation_2" />
20 <space />
21
22 <text key="name" text="Name" nl.text="Naam" />
23 <text key="operator" text="Organization that organises the donation" nl.text="Organisatie die de donatie inricht" />
24 <space />
25
26 <label text="What you can donate here" nl.text="Wat je hier kan doneren" />
27 <checkgroup columns="2">
28 <check key="blood:whole" text="whole blood" nl.text="volbloed" />
29 <check key="blood:plasma" text="plasma" nl.text="plasma" />
30 <check key="blood:platelets" text="platelets" nl.text="bloedplaatjes" />
31 <check key="blood:stemcells" text="stem cell sample" nl.text="stamcel-staal" />
32 </checkgroup>
33 <space />
34
35 <check key="donation:compensation" text="Compensation for donating" nl.text="Compensatie voor donatie" />
36 <label text="If known, also specify the type(s) of compensation:"
37 nl.text="Duid indien gekend ook het soort of de soorten compensatie aan:" />
38
39 <check key="donation:compensation:vouchers" disable_off="true" text="vouchers" nl.text="bonnetjes" />
40 <!--<label text="You get one or more vouchers for every donation. Those can be either vouchers for fun rewards at the donation centre itself, or coupons for local businesses."
41 nl.text="Je krijgt één of meer bonnetjes bij elke donatie. Ofwel kan je ze inruilen voor leuke attenties in het donorcentrum zelf, ofwel krijg je er voordeel mee bij lokale bedrijven." />-->
42
43 <check key="donation:compensation:payment" disable_off="true" text="payment" nl.text="betaling" />
44 <!--<label text="You get paid for each donation, either at the time of donation or after a certain amount of donations."
45 nl.text="Je krijgt geld voor elke donatie, net na het doneren of na een bepaald aantal donaties." />-->
46
47 <space />
48
49 <text key="ref" text="Reference code of the facility" nl.text="Referentiecode van de faciliteit" />
50 <text key="phone" text="Phone number" nl.text="Telefoonnummer" />
51 <text key="email" text="Email address" nl.text="E-mailadres" />
52 <text key="website" text="Website" nl.text="Website" />
53 <text key="opening_hours" text="Opening hours" nl.text="Openingsuren" />
54
55 </item>
56</presets>