Model1.edmx.diagram 1.7 KB

12345678910111213141516171819202122
  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="c189e87c86d6408c97bad127968e29cd" Name="Diagram1">
  8. <EntityTypeShape EntityType="dbDemo1Model.Country" Width="1.5" PointX="2.75" PointY="4.125" IsExpanded="true" />
  9. <EntityTypeShape EntityType="dbDemo1Model.Hotel" Width="1.5" PointX="5" PointY="3.625" IsExpanded="true" />
  10. <EntityTypeShape EntityType="dbDemo1Model.HotelComment" Width="1.5" PointX="7.25" PointY="2.75" IsExpanded="true" />
  11. <EntityTypeShape EntityType="dbDemo1Model.HotelImage" Width="1.5" PointX="7.25" PointY="5.625" IsExpanded="true" />
  12. <EntityTypeShape EntityType="dbDemo1Model.Tour" Width="1.5" PointX="10.25" PointY="3.5" IsExpanded="true" />
  13. <EntityTypeShape EntityType="dbDemo1Model.TypeTour" Width="1.5" PointX="0.5" PointY="3.5" IsExpanded="true" />
  14. <AssociationConnector Association="dbDemo1Model.FK_Hotel_Country" ManuallyRouted="false" />
  15. <AssociationConnector Association="dbDemo1Model.FK_Tour_Country" ManuallyRouted="false" />
  16. <AssociationConnector Association="dbDemo1Model.FK_HotelComment_Hotel" ManuallyRouted="false" />
  17. <AssociationConnector Association="dbDemo1Model.FK_HotelImage_Hotel" ManuallyRouted="false" />
  18. <AssociationConnector Association="dbDemo1Model.HotelOfTour" ManuallyRouted="false" />
  19. </Diagram>
  20. </edmx:Diagrams>
  21. </edmx:Designer>
  22. </edmx:Edmx>