I have an entity: Employee. This is at the top of my ER diagram (rectangle box)
I have another entity: Crew. This is the second object on my ER diagram (rectangle box). It is under the above rectangle.
I have a composite entity, containing foreign keys made up of primary key Employee_ID and Crew_ID
Because the composite entity contains foreign keys from the employee and crew table, does that mean I have to draw a line in my ER diagram from the composite entity to the TWO rectangles, or just the one above it?