DataBaseModel.edmx.diagram 2.2 KB

1234567891011121314151617181920212223242526
  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="7a36f3bfbe904d78854d1575ab03090c" Name="Diagram1">
  8. <EntityTypeShape EntityType="Demo_TestModel.Countryes" Width="1.5" PointX="0.75" PointY="4.75" IsExpanded="true" />
  9. <EntityTypeShape EntityType="Demo_TestModel.Hotels" Width="1.5" PointX="5.25" PointY="4.5" IsExpanded="true" />
  10. <EntityTypeShape EntityType="Demo_TestModel.Tours" Width="1.5" PointX="3" PointY="4.125" IsExpanded="true" />
  11. <EntityTypeShape EntityType="Demo_TestModel.TourTypeOfTour" Width="1.5" PointX="5.25" PointY="1.5" IsExpanded="true" />
  12. <EntityTypeShape EntityType="Demo_TestModel.TypeOfTours" Width="1.5" PointX="3" PointY="0.75" IsExpanded="true" />
  13. <EntityTypeShape EntityType="Demo_TestModel.UserRole" Width="1.5" PointX="3" PointY="8.625" IsExpanded="true" />
  14. <EntityTypeShape EntityType="Demo_TestModel.Users" Width="1.5" PointX="5.25" PointY="10.5" IsExpanded="true" />
  15. <EntityTypeShape EntityType="Demo_TestModel.UserTour" Width="1.5" PointX="5.25" PointY="7.5" IsExpanded="true" />
  16. <AssociationConnector Association="Demo_TestModel.FK_Tours_Countryes" ManuallyRouted="false" />
  17. <AssociationConnector Association="Demo_TestModel.FK_Hotels_Tours" ManuallyRouted="false" />
  18. <AssociationConnector Association="Demo_TestModel.FK_TourTypeOfTour_Tours" ManuallyRouted="false" />
  19. <AssociationConnector Association="Demo_TestModel.FK_UserTour_Tours" ManuallyRouted="false" />
  20. <AssociationConnector Association="Demo_TestModel.FK_TourTypeOfTour_TypeOfTours" ManuallyRouted="false" />
  21. <AssociationConnector Association="Demo_TestModel.FK_Users_UserRole" ManuallyRouted="false" />
  22. <AssociationConnector Association="Demo_TestModel.FK_UserTour_UserRole" ManuallyRouted="false" />
  23. </Diagram>
  24. </edmx:Diagrams>
  25. </edmx:Designer>
  26. </edmx:Edmx>