Paolo
I've changed my mind! I would be excited and happy to see your diagram. Please show it!
You asked for it....

I'm off to work so here's a quick summary... Also, as noted on the diagram,
I've deliberately left off the AggregationKind diamonds.
Bread can come in a number of forms (loaf, roll etc).
BreadForms are made up according to a recipe.
Bread is made up of Flour (and meal) and possibly Rising Agents. The AssociationClasses detail the formulations.
BreadLoaves (and for that matter Rolls) can be whole, cut or broken.
See! In verbalising the diagram I've found an error! I won't fix it now 1) No Time 2)It's useful to see the effect of the verbalisation! The three subtypes relating to previous processes should be Specialized off BreadForm. Note this is a different GeneralizationSet to the existing Subtypes (BreadLoad and BreadRoll)
You can cut a hole loaf into slices or you can break a whole loaf into pieces.
You can reassemble an arbitrary set of slices into a CutLoaf
A slice could be part of CutLoaf or be on its own.
A BreadForm may be on a Baking Tray (during baking).
A BakingTray may be part of a batch being baked.
Batches are baked in Bread Oven which must have at least one door and a Heat source.
Did you see all those Business Rules in the diagram?
Note especially the multiplicity from Whole Load to Slices and Pieces: 0,2..* - this means a WholeLoaf need not be cut, but if it is, it must be cut into at least two slices.
Jim, can you let me know if I've got the meronymic sterotypes right for each particular situation? (Spot the deliberate mistake!

)
HTH,
Paolo
BTW: (Like I did) try verbalising - speaking the business ruels as you traverse the model. It really works!
Oh, I forgpt... Association names of the form: forward
[size=13]\[/size] inverse, name both directions of the Association (which is a binary Relation). Thus:
Each WholeLoaf may have been cut into at least 2 BreadSlices. Each BreadSlice must have been cut from only one WholeLoaf.
My RationalRose verbalizer does this automatically from the diagram. I haven't converted it to EA yet.