How to split forest areas into its leaf_types?

I’d like to start splitting a large forest area into the according areas of different leaftypes, what is the best practise for this?
[edit to explain better]
This:
http://wiki.openstreetmap.org/wiki/Multipolygon_Examples#Forest_with_three_wood
Is what I want to do, but I’m unsure if this is still accepted (the wood=decious tag is depreciated, but how about the rest?).
Also, where should I place the name of the forest? Only in the big relation or into all of the relations?

In OSM an area tagged as landuse=forest https://wiki.openstreetmap.org/wiki/Tag:landuse%3Dforest is where trees are being grown/harvested for producing wood products.

I will make the assumption you are dealing with either landcover=trees https://wiki.openstreetmap.org/wiki/Landcover or natural=wood https://wiki.openstreetmap.org/wiki/Tag:natural%3Dwood.

Though I guess that does not matter much as in any case, you would break the large generic polygon containing the trees into smaller polygons around each type of tree. You may find it better, or even necessary, to use multi-polygon relations if there are areas where one tree type surrounds and area of a different type. https://wiki.openstreetmap.org/wiki/Relation:multipolygon

In those smaller polygons, add tags to better describe the trees. Some tags that are defined include:

Leaf Type https://wiki.openstreetmap.org/wiki/Key:leaf_type

Leaf Cycle https://wiki.openstreetmap.org/wiki/Key:leaf_cycle

Species https://wiki.openstreetmap.org/wiki/Key:leaf_cycle

Genus https://wiki.openstreetmap.org/wiki/Key:genus

Taxon https://wiki.openstreetmap.org/wiki/Key:taxon

So the name stays in the big relation?

I would think yes. That is, create a type=multipolygon relation of the ways that are the outer boundary of the named area and put the name on the relation. Within area would be a number of polygons and/or multi-polygons describing the trees in each area.