2   <!-- =========== Amenity ============ -->
 
   4   <feature name="Fire station">
 
   5     <category>amenity</category>
 
   6     <icon image="features/pois/amenity_firestation2.n.24.png"/>
 
   7     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfire_station</help>
 
   9     <tag k="amenity" v="fire_station"/>
 
  10     <inputSet ref="simpleName" />
 
  11     <inputSet ref="common"/>
 
  15   <feature name="Police Station">
 
  16     <category>amenity</category>
 
  17     <icon image="features/pois/amenity_police2.n.24.png"/>
 
  18     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpolice</help>
 
  21     <tag k="amenity" v="police"/>
 
  22     <inputSet ref="simpleName"/>
 
  23     <inputSet ref="common"/>
 
  26   <feature name="Library">
 
  27     <category>amenity</category>
 
  28     <icon image="features/pois/amenity_library.n.24.png">
 
  31     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dlibrary</help>
 
  34     <tag k="amenity" v="library"/>
 
  35     <inputSet ref="simpleName"/>
 
  36     <inputSet ref="common"/>
 
  40   <feature name="Hospital">
 
  41     <category>amenity</category>
 
  42     <icon image="features/pois/health_hospital.n.24.png"/>
 
  43     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dhospital</help>
 
  46     <tag k="amenity" v="hospital"/>
 
  47     <inputSet ref="simpleName"/>
 
  48     <input type="choice" presence="always" category="Hospital" name="Emergency treatment available" key="emergency" description="Are there accident and emergency facilities at this hospital?">
 
  49       <choice value="yes" text="Yes"/>
 
  50       <choice value="no" text="No"/>
 
  52     <inputSet ref="common"/>
 
  56   <feature name="Place of Worship">
 
  57     <category>amenity</category>
 
  58     <icon image="features/pois/place_of_worship_unknown.n.24.png"/>
 
  59     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dplace_of_worship</help>
 
  61     <tag k="amenity" v="place_of_worship"/>
 
  62     <inputSet ref="simpleName" />
 
  63     <input type="choice" presence="always" category="" name="Religion" key="religion" description="The religion worshipped here.">
 
  64       <choice value="christian" text="Christianity (church)"/>
 
  65       <choice value="jewish" text="Judaism (synagogue)"/>
 
  66       <choice value="muslim" text="Islam (mosque)"/>
 
  67       <choice value="hindu" text="Hinduism (temple)"/>
 
  68       <choice value="buddhist" text="Buddhism (temple)"/>
 
  69       <choice value="sikh" text="Sikhism (gurdwara)"/>
 
  70       <choice value="shinto" text="Shinto (shrine)"/>
 
  73     <input type="freetext" presence="always" category="" name="denomination" key="denomination" description="The denomination of the religion worshiped here." priority="low"/>
 
  74     <inputSet ref="common"/>
 
  79     <category>amenity</category>
 
  80     <icon image="features/pois/money_atm.n.24.png"/>
 
  81     <help>http://wiki.openstreetmap.org/wiki/Atm</help>
 
  83     <tag k="amenity" v="atm"/>
 
  84     <input type="freetext" presence="always" category="Banking" name="Operator" key="operator" description="The organisation that provides this ATM" priority="low"/>
 
  85     <input type="freetext" presence="always" category="Banking" name="Fee" key="fee" description="Is there a charge for using this ATM? If so how much?"/>
 
  86     <inputSet ref="common"/>
 
  91     <category>amenity</category>
 
  92     <icon image="features/pois/money_bank2.n.24.png">
 
  95     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbank</help>
 
  97     <tag k="amenity" v="bank"/>
 
  98     <inputSet ref="names"/>
 
  99     <inputSet ref="buildingAddress"/>
 
 100     <input type="choice" presence="always" category="Bank" name="Public ATM available" key="atm" description="Is there a public ATM available?">
 
 101       <choice value="yes" text="Yes"/>
 
 102       <choice value="no" text="No"/>
 
 104     <inputSet ref="common"/>
 
 108   <feature name="Recycling">
 
 109     <category>amenity</category>
 
 110     <icon image="features/pois/amenity_recycling.n.24.png"/>
 
 111     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Drecycling</help>
 
 113     <tag k="amenity" v="recycling"/>
 
 114     <inputSet ref="common"/>
 
 118   <feature name="School">
 
 119     <category>amenity</category>
 
 120     <icon image="features/pois/education_school.n.24.png">
 
 123     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dschool</help>
 
 125     <tag k="amenity" v="school"/>
 
 126     <inputSet ref="names"/>
 
 127     <inputSet ref="buildingAddress"/>
 
 128     <inputSet ref="common"/>
 
 131   <feature name="Kindergarten">
 
 132     <category>amenity</category>
 
 133     <category>buildings</category>
 
 134     <icon image="features/pois/education_nursery3.n.24.png">
 
 137     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dkindergarten</help>
 
 139     <tag k="amenity" v="kindergarten"/>
 
 140     <inputSet ref="names"/>
 
 141     <inputSet ref="buildingAddress"/>
 
 142     <inputSet ref="common"/>
 
 145   <feature name="Town hall">
 
 146     <category>amenity</category>
 
 147     <icon image="features/pois/amenity_town_hall.n.24.png">
 
 150     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtownhall</help>
 
 152     <tag k="amenity" v="townhall"/>
 
 153     <inputSet ref="names"/>
 
 154     <inputSet ref="buildingAddress"/>
 
 155     <inputSet ref="common"/>
 
 159   <feature name="Post Box">
 
 160     <category>amenity</category>
 
 161     <icon image="features/pois/amenity_post_box.n.24.png">
 
 164     <help>http://wiki.openstreetmap.org/wiki/Post_box</help>
 
 166     <tag k="amenity" v="post_box"/>
 
 167     <input type="freetext" presence="always" category="Naming" name="Ref" key="ref" description="Reference number of the post box"/>
 
 168     <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
 
 169     <inputSet ref="common"/>
 
 172   <feature name="Post Office">
 
 173     <category>amenity</category>
 
 174     <category>buildings</category>
 
 175     <icon image="features/pois/amenity_post_office.n.24.png">
 
 178     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity=post_office</help>
 
 181     <tag k="amenity" v="post_office"/>
 
 182     <input type="freetext" presence="always" category="Naming" name="Ref" key="ref" description="Reference number of the post office"/>
 
 183     <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
 
 184     <inputSet ref="common"/>
 
 185     <inputset ref="simpleName"/>
 
 188   <feature name="Trash/rubbish bin">
 
 189     <category>amenity</category>
 
 190     <icon image="features/pois/amenity_waste_bin.n.24.png">
 
 193     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity=waste_basket</help>
 
 195     <tag k="amenity" v="waste_basket"/>
 
 196     <inputSet ref="common"/>
 
 200   <feature name="Toilets">
 
 201     <category>amenity</category>
 
 202     <icon image="features/pois/amenity_toilets.n.24.png">
 
 206     <tag k="amenity" v="toilets"/>
 
 207     <inputSet ref="common"/>
 
 210   <feature name="Water fountain">
 
 211     <category>amenity</category>
 
 212     <category>foodanddrink</category>
 
 213     <icon image="features/pois/food_drinkingtap.n.24.png">
 
 217     <tag k="amenity" v="drinking_water"/>
 
 218     <inputSet ref="common"/>
 
 221   <feature name="Shelter">
 
 222     <category>amenity</category>
 
 223     <icon image="features/pois/accommodation_shelter2.n.24.png">
 
 228     <tag k="amenity" v="shelter"/>
 
 229     <inputset ref="names"/>
 
 230     <inputSet ref="common"/>
 
 234   <feature name="Barbecue">
 
 235     <category>amenity</category>
 
 236     <icon image="features/pois/tourist_picnic.n.24.png"/>
 
 237     <!-- specific icon needed -->
 
 239     <tag k="amenity" v="bbq"/>
 
 240     <inputSet ref="common"/>
 
 243   <feature name="Hunting stand">
 
 244     <category>sport</category>
 
 245     <icon image="features/pois/sport_shooting.n.24.png"/>
 
 247     <tag k="amenity" v="hunting_stand"/>
 
 248     <inputSet ref="common"/>
 
 249     <inputSet ref="names"/>
 
 253   <feature name="Park bench">
 
 254     <category>amenity</category>
 
 255     <icon image="features/pois/amenity_bench.n.24.png" />
 
 257     <tag k="amenity" v="bench"/>
 
 258     <inputSet ref="common"/>
 
 261   <feature name="Public telephone">
 
 262     <category>amenity</category>
 
 263     <icon image="features/pois/amenity_telephone.n.24.png" />
 
 265     <tag k="amenity" v="telephone"/>
 
 266     <inputSet ref="common"/>
 
 269   <feature name="Emergency phone">
 
 270     <category>amenity</category>
 
 271     <icon image="features/pois/emergency-telephone-24.png" />
 
 272     <!-- icon from http://www.clker.com/clipart-emergency-telephone-blue.html, feel free to (re)move this notice -->
 
 274     <tag k="amenity" v="emergency_phone"/>
 
 275     <inputSet ref="common"/>
 
 276     <input type="freetext" presence="always" category="Naming" name="Ref" key="ref" description="Reference number of emergency phone."/>    
 
 280   <feature name="Swimming pool">
 
 281     <category>amenity</category>
 
 282     <category>sport</category>
 
 283     <icon image="features/pois/sport_swimming_outdoor.n.24.png">
 
 288     <tag k="amenity" v="swimming_pool"/>
 
 289     <inputSet ref="simpleName"/>    
 
 290     <inputSet ref="common"/>
 
 294   <feature name="Fountain">
 
 295     <category>amenity</category>
 
 296     <icon image="features/pois/amenity_fountain2.n.24.png">
 
 300     <tag k="amenity" v="fountain"/>
 
 301     <inputSet ref="common"/>
 
 302     <inputSet ref="simpleName"/>
 
 305   <feature name="Vending machine">
 
 306     <category>amenity</category>
 
 307     <category>foodanddrink</category>
 
 308     <icon image="features/pois/shopping_vending_machine.n.24.png">A vending machine.</icon>
 
 311     <tag k="amenity" v="vending_machine"/>
 
 312     <inputSet ref="common"/>
 
 313     <inputSet ref="simpleName"/>
 
 314     <input type="freetext" presence="always" name="Product" key="vending" description="What is being sold: tickets, food, maps..."/>
 
 315     <input type="operator" presence="always" name="Operator" key="operator" description="Which company provides the service" />
 
 318   <!-- ========= Entertainment ========= -->
 
 321     <category>foodanddrink</category>
 
 322     <icon image="features/pois/food_pub.n.24.png">
 
 325     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub</help>
 
 327     <tag k="amenity" v="pub"/>
 
 328     <inputSet ref="names"/>
 
 329     <inputSet ref="web"/>
 
 330     <inputSet ref="buildingAddress"/>
 
 331     <inputSet ref="wifi"/>
 
 332     <inputSet ref="common"/>
 
 337     <category>foodanddrink</category>
 
 338     <icon image="features/pois/food_bar.n.24.png">
 
 342     <tag k="amenity" v="bar"/>
 
 343     <inputSet ref="names"/>
 
 344     <inputSet ref="web"/>
 
 345     <inputSet ref="buildingAddress"/>
 
 346     <inputSet ref="wifi"/>
 
 347     <inputSet ref="common"/>
 
 351   <feature name="Restaurant">
 
 352     <category>foodanddrink</category>
 
 353     <icon image="features/pois/food_restaurant.n.24.png">
 
 357     <tag k="amenity" v="restaurant"/>
 
 358     <inputSet ref="names"/>
 
 359     <inputSet ref="web"/>
 
 360     <inputSet ref="buildingAddress"/>
 
 361     <inputSet ref="cuisine"/>
 
 362     <inputSet ref="common"/>
 
 366   <feature name="Cafe">
 
 367     <category>foodanddrink</category>
 
 368     <icon image="features/pois/food_cafe.n.24.png">
 
 371     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe</help>
 
 373     <tag k="amenity" v="cafe"/>
 
 374     <inputSet ref="names"/>
 
 375     <inputSet ref="web"/>
 
 376     <inputSet ref="buildingAddress"/>
 
 377     <inputSet ref="cuisine"/>
 
 378     <inputSet ref="wifi"/>
 
 379     <inputSet ref="common"/>
 
 383   <feature name="Fast Food">
 
 384     <category>foodanddrink</category>
 
 385     <icon image="features/pois/food_fastfood.n.24.png">
 
 388     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food</help>
 
 390     <tag k="amenity" v="fast_food"/>
 
 391     <inputSet ref="names"/>
 
 392     <inputSet ref="web"/>
 
 393     <inputSet ref="buildingAddress"/>
 
 394     <inputSet ref="cuisine"/>
 
 395     <inputSet ref="common"/>