@startuml class EmployeeAllocation { + Id : int <> <> + EmployeeId : int <> <> + ProjectId : int <> <> + BuildingId : int <> <> + WorkAreaId : int <> <> + TenantId : int <> <> } class "List`1" { } EmployeeAllocation --> "Employee" Employee EmployeeAllocation --> "EmployeeRole" EMP_ROLES EmployeeAllocation --> "Project" Project EmployeeAllocation --> "Building" Building EmployeeAllocation --> "AllocationDate" DateTime EmployeeAllocation --> "WorkArea" WorkArea EmployeeAllocation --> "AllotedTask" "List`1" EmployeeAllocation --> "Tenant" Tenant @enduml