123456789101112131415161718192021 |
- <?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="c6a88566c307429599bf85050b31d15c" Name="Diagram1">
- <EntityTypeShape EntityType="gr672_pgvModel.Briefing" Width="1.5" PointX="5.25" PointY="1.25" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_pgvModel.Employee" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_pgvModel.EmployeeInBriefing" Width="1.5" PointX="7.5" PointY="1.625" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_pgvModel.Position" Width="1.5" PointX="0.75" PointY="1.875" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_pgvModel.Subdivision" Width="1.5" PointX="0.75" PointY="5.875" IsExpanded="true" />
- <AssociationConnector Association="gr672_pgvModel.FK_Briefing_Employee" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_pgvModel.FK_EmployeeInBriefing_Briefing" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_pgvModel.FK_Employee_Position" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_pgvModel.FK_Employee_Subdivision" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_pgvModel.FK_EmployeeInBriefing_Employee" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|