+ <feature name="Car Wash">
+ <category>transport</category>
+ <icon image="features/pois/transport_car_wash.n.24.png">
+ ${name}
+ </icon>
+ <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcar_wash</help>
+ <point/>
+ <area/>
+ <tag k="amenity" v="car_wash"/>
+ <inputSet ref="names"/>
+ <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The company/organisation that runs the car wash" priority="low"/>
+ <input type="freetext" presence="onTagMatch" category="Operation" name="Opening hours" key="opening_hours" priority="normal"/>
+ <input type="choice" presence="onTagMatch" category="Operation" name="Self service" key="self_service" priority="low">
+ <choice value="yes" text="Yes" />
+ <choice value="no" text="No" />
+ </input>
+ <input type="choice" presence="onTagMatch" category="Operation" name="Automated" key="automated" priority="low">
+ <choice value="yes" text="Yes" />
+ <choice value="no" text="No" />
+ </input>
+
+ <inputSet ref="common"/>
+ </feature>