- <?xml version="1.0" encoding="utf-8"?>
- <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
- <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
- <edmx:Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
- <!-- Diagram content (shape and connector positions) -->
- <edmx:Diagrams>
- <Diagram DiagramId="e5491cc3505e4023af5d0bcc4c4fe3c7" Name="Diagram1" ZoomLevel="113">
- <EntityTypeShape EntityType="WorkersModel.Employee" Width="1.5" PointX="3" PointY="1" />
- <EntityTypeShape EntityType="WorkersModel.Title" Width="1.5" PointX="0.75" PointY="1.5" />
- <AssociationConnector Association="WorkersModel.FK_Employee_Title" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|