123456789101112131415161718 |
- <?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="dbdaac9d443c435c82ff973e07c8b405" Name="Diagram1">
- <EntityTypeShape EntityType="IS32_Kiselev_BDModel.sysdiagrams" Width="1.5" PointX="2.75" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="IS32_Kiselev_BDModel.Люди" Width="1.5" PointX="5.25" PointY="4.5" IsExpanded="true" />
- <EntityTypeShape EntityType="IS32_Kiselev_BDModel.Список_вакансий" Width="1.5" PointX="3" PointY="5.5" IsExpanded="true" />
- <EntityTypeShape EntityType="IS32_Kiselev_BDModel.Сферы_деятельности" Width="1.5" PointX="0.75" PointY="3" IsExpanded="true" />
- <AssociationConnector Association="IS32_Kiselev_BDModel.FK_Люди_Список_вакансий" ManuallyRouted="false" />
- <AssociationConnector Association="IS32_Kiselev_BDModel.FK_Люди_Сферы_деятельности" ManuallyRouted="false" />
- <AssociationConnector Association="IS32_Kiselev_BDModel.FK_Список_вакансий_Сферы_деятельности" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|