EDM.edmx.diagram 1.4 KB

12345678910111213141516171819
  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="d43acb8abf174d81b935ee8c6a0e239d" Name="Diagram1">
  8. <EntityTypeShape EntityType="MyTestsDataBaseModel.Answers" Width="1.5" PointX="5.625" PointY="2.5" IsExpanded="true" />
  9. <EntityTypeShape EntityType="MyTestsDataBaseModel.Questions" Width="1.5" PointX="5.625" PointY="5.875" IsExpanded="true" />
  10. <EntityTypeShape EntityType="MyTestsDataBaseModel.Tests" Width="1.5" PointX="2.5" PointY="6" IsExpanded="true" />
  11. <EntityTypeShape EntityType="MyTestsDataBaseModel.Users" Width="1.5" PointX="2.25" PointY="2.125" IsExpanded="true" />
  12. <AssociationConnector Association="MyTestsDataBaseModel.FK_Answers_Questions" ManuallyRouted="false" />
  13. <AssociationConnector Association="MyTestsDataBaseModel.FK_Answers_Users" ManuallyRouted="false" />
  14. <AssociationConnector Association="MyTestsDataBaseModel.FK_Questions_Tests" ManuallyRouted="false" />
  15. <AssociationConnector Association="MyTestsDataBaseModel.FK_Tests_Users" ManuallyRouted="false" />
  16. </Diagram>
  17. </edmx:Diagrams>
  18. </edmx:Designer>
  19. </edmx:Edmx>