<featureGroup>
  <feature name="Stream">
    <category>water</category>
    <description>A very narrow river.</description>
    <icon image="features/waterway__stream.png">
      <font size="14pt">
        <b>${name}</b>
      </font>
    </icon>

    <line/>
    <tag k="waterway" v="stream"/>
    <inputSet ref="waterways"/>
    <inputSet ref="common"/>
  </feature>


  <feature name="River">
    <category>water</category>
    <icon image="features/waterway__river.png">
      <font size="14pt"><b>${name}</b></font>
    </icon>

    <line/>
    <tag k="waterway" v="river"/>
    <inputSet ref="waterways"/>
    <inputSet ref="common"/>
  </feature>


  <feature name="Canal">
    <category>water</category>
    <icon image="features/waterway__canal.png">
      <font size="14pt">
        <b>${name}</b>
      </font>
    </icon>

    <line/>
    <tag k="waterway" v="canal"/>
    <inputSet ref="waterways"/>
    <inputSet ref="tunnel"/>
    <inputSet ref="common"/>
  </feature>


  <feature name="Drain">
    <category>water</category>
    <icon image="features/waterway__drain.png">
      <font size="14pt"><b>${name}</b></font>
    </icon>

    <line/>
    <tag k="waterway" v="drain"/>
    <inputSet ref="tunnel"/>
    <inputSet ref="common"/>
  </feature>


  <feature name="Dam">
    <category>water</category>
    <description>A structure for holding water in a reservoir</description>
    <icon image="features/waterway__dam.png">
      <font size="14pt">
        <b>${name}</b>
      </font>
    </icon>

    <line/>
    <area/>
    <tag k="waterway" v="dam"/>
    <inputSet ref="common"/>
  </feature>


  <feature name="Riverbank">
    <category>water</category>
    <icon image="features/waterway__riverbank.png">
      <font size="14pt"><b>${name}</b></font>
    </icon>

    <area/>
    <tag k="waterway" v="riverbank"/>
    <inputSet ref="common"/>
  </feature>


  <feature name="Reservoir">
    <category>water</category>
    <icon image="features/waterway__reservoir.png">
      <font size="14pt">
        <b>${name}</b>
      </font>
    </icon>

    <area/>
    <tag k="landuse" v="reservoir"/>
    <inputSet ref="boatPermissions"/>
    <inputSet ref="common"/>
  </feature>


  <feature name="Lake">
    <category>water</category>
    <icon image="features/waterway__lake.png">
      <font size="14pt">
        <b>${name}</b>
      </font>
    </icon>
    <area/>
    <tag k="natural" v="water"/>
    <inputSet ref="names"/>
    <inputSet ref="boatPermissions"/>
    <inputSet ref="common"/>
  </feature>


  <feature name="Basin">
    <category>water</category>
    <icon image="features/waterway__basin.png">
      <font size="14pt">
        <b>${name}</b>
      </font>
    </icon>

    <area/>
    <tag k="landuse" v="basin"/>
    <inputSet ref="boatPermissions"/>
    <inputSet ref="common"/>
  </feature>


  <feature name="Weir">
    <category>water</category>
    <icon image="features/waterway__weir.png" dnd="features/pois/transport_weir.n.24.png">
      <font size="14pt">
        <b>${name}</b>
      </font>
    </icon>

    <line/>
    <point/>
    <tag k="waterway" v="weir"/>
    <inputSet ref="common"/>
  </feature>

  <feature name="Dock">
    <category>water</category>
    <icon image="features/waterway__dock.png">
      <font size="14pt">
        <b>${name}</b>
      </font>
    </icon>

    <area/>
    <tag k="waterway" v="dock"/>
    <inputSet ref="names"/>
    <inputSet ref="common"/>
  </feature>


  <feature name="Marina">
    <category>water</category>
    <icon image="features/waterway__marina.png" dnd="features/pois/transport_marina.n.24.png">
      <font size="14pt">
        <b>${name}</b>
      </font>
    </icon>

    <area/>
    <point/>
    <tag k="leisure" v="marina"/>
    <inputSet ref="names"/>
    <inputSet ref="common"/>
  </feature>


  <feature name="Slipway">
    <category>water</category>
    <icon image="features/waterway__slipway.png" dnd="features/pois/transport_slipway.n.24.png"/>
    <point/>
    <line/>
    <tag k="leisure" v="slipway"/>
    <inputSet ref="names"/>
    <inputSet ref="common"/>
  </feature>

  <feature name="Coastline">
    <category>water</category>
    <description>The average high tide line, with water on the right-hand side</description>
    <icon image="features/waterway__coastline.png" />
    <line/>
    <tag k="natural" v="coastline"/>
    <inputSet ref="common"/>
  </feature>
</featureGroup>