Hi,
I've just tried to use inheritance in a association classes in the following way: class A is association class of a association and class A' inherits from A. Source code seems to be OK but when I validate the model I get following error messages:
Error: Class A' contains multiple features named feature1
Error: Class A' contains multiple features named feature2
where feature1 and feature2 are the end1 and end2 role names of the association. It seems that inheritance can not be used in accociation classes in the latest ECO4 release (4.0.0.3583).