Models.edmx.diagram 979 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
  3. <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
  4. <edmx:Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
  5. <!-- Diagram content (shape and connector positions) -->
  6. <edmx:Diagrams>
  7. <Diagram DiagramId="596bf095ae4541beb3406dfed9090848" Name="Diagram1">
  8. <EntityTypeShape EntityType="Belov_Kurs_TestModel.Groups" Width="1.5" PointX="0.75" PointY="3.625" />
  9. <EntityTypeShape EntityType="Belov_Kurs_TestModel.Klients" Width="1.5" PointX="3" PointY="1.125" />
  10. <EntityTypeShape EntityType="Belov_Kurs_TestModel.Tours" Width="1.5" PointX="3" PointY="4.5" />
  11. <AssociationConnector Association="Belov_Kurs_TestModel.FK_Klients_Groups" />
  12. <AssociationConnector Association="Belov_Kurs_TestModel.FK_Tours_Groups" />
  13. </Diagram>
  14. </edmx:Diagrams>
  15. </edmx:Designer>
  16. </edmx:Edmx>