And what whould an attribute then be if not a typed instance?I think in UML 2 Attriutes are Features of Elements that contain values of the specified type. Where the type is a class the value is a reference to the class. That's not the same as instances of that type.
Geert
<packagedElement xmi:type="uml:Association">/<memberEnd>
An association among attributes does not (onto)logically imply an association between the classes which own those attributes.
An association specifies a semantic relationship that can occur between typed instances. It has at least two ends
represented by properties, each of which is connected to the type of the end.
Lets look at how an association is defined in UML.Hi Geert,QuoteAn association specifies a semantic relationship that can occur between typed instances. It has at least two ends[size=18]...[/size]
represented by properties, each of which is connected to the type of the end.
As far as I understand linking an association (end) to an attribute of a classifier indicates that you are using this attribute as the association end.
I haven't inspected the xmi output of an association that is linked to an attribute, but I surely hope the xmi reflects this.