Is it possible to have an association without explicitly indicating the reference attributes in the participating classes in the UML class diagram? For example, consider this example :
We can see there is an association between the customer and order classes, however, from the attributes compartment of both classes, I cant find any reference attributes ? or these attributes are implicitly indicated through the association line and there is no need to indicate them in the attributes compartments ?

