2   <feature name="Tower/mast">
 
   3     <category>manmade</category>
 
   4     <icon image="features/manmade_tower.png"/>
 
   6     <tag k="man_made" v="tower" vmatch="tower|water_tower|lighthouse|chimney|mast|communications_tower|flagpole|antenna|pole|cross"/>
 
   7     <input type="choice" key="man_made" name="Object" presence="always" priority="highest">
 
   8       <choice value="tower" text="Tower"/>
 
   9       <choice value="water_tower" text="Water tower"/>
 
  10       <choice value="lookout_tower" text="Lookout tower"/>
 
  11       <choice value="lighthouse" text="Lighthouse"/>
 
  12       <choice value="chimney" text="Chimney"/>
 
  13       <choice value="mast" text="Mast"/>
 
  14       <choice value="flagpole" text="Flagpole"/>
 
  15       <choice value="pole" text="Pole"/>
 
  16       <choice value="cross" text="Cross"/>
 
  17       <choice value="communications_tower" text="Comm. tower"/>
 
  18       <choice value="communications_transponder" text="Comm. transponder"/>
 
  19       <choice value="antenna" text="Antenna"/>
 
  21     <inputSet ref="nameAndRef" />
 
  22     <inputSet ref="common"/>
 
  25   <feature name="Navigation mark">
 
  26     <category>manmade</category>
 
  27     <icon image="features/manmade_lighthouse.png"/>
 
  29     <tag k="man_made" v="survey_point" vmatch="survey_point|lighthouse|beacon|cairn|buoy"/>
 
  30     <input type="choice" key="man_made" name="Object" presence="always" priority="highest">
 
  31       <choice value="survey_point" text="Trig point"/>
 
  32       <choice value="lighthouse" text="Lighthouse"/>
 
  33       <choice value="beacon" text="Beacon"/>
 
  34       <choice value="cairn" text="Cairn"/>
 
  35       <choice value="buoy" text="Buoy"/>
 
  37     <inputSet ref="nameAndRef" />
 
  38     <inputSet ref="common"/>
 
  42   <feature name="Silo/tank">
 
  43     <category>manmade</category>
 
  44     <icon image="features/manmade_silo.png"/>
 
  47     <tag k="man_made" v="silo" vmatch="silo|storage_tank|tank|oil_tank|water_tank|fuel_storage_tank|reservoir|reservoir_covered|gasometer|bladder"/>
 
  48     <input type="choice" key="man_made" name="Object" presence="always" priority="highest">
 
  49       <choice value="silo" text="Silo"/>
 
  50       <choice value="storage_tank" text="Storage tank"/>
 
  51       <choice value="tank" text="Tank"/>
 
  52       <choice value="oil_tank" text="Oil tank"/>
 
  53       <choice value="water_tank" text="Water tank"/>
 
  54       <choice value="water_tower" text="Water tower"/> <!-- supported here but grouped under "tower/mast" -->
 
  55       <choice value="fuel_storage_tank" text="Fuel storage tank"/>
 
  56       <choice value="reservoir" text="Reservoir"/>
 
  57       <choice value="reservoir_covered" text="Covered reservoir"/>
 
  58       <choice value="gasometer" text="Gasometer"/>
 
  59       <choice value="bladder" text="Bladder"/>
 
  61     <inputSet ref="nameAndRef" />
 
  62     <inputSet ref="common"/>