I\'m pretty new at UML modelling so bear with me.
Say I have a class with an attribute students
that is a list of Student
instances. I have
You generally do not have attributes of a user-defined (or any complex) class. You certainly don't show an attribute AND an association for the same thing in UML. If I understand your situation, you're in need of an association (or aggregation/composition)... And play with the multiplicities to get it right.