123456789101112131415161718192021222324 |
- <?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="faf4767f5de44823859eeb8b623e2449" Name="Diagram1">
- <EntityTypeShape EntityType="Model.Country" Width="1.5" PointX="0.75" PointY="4.625" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.Hotel" Width="1.5" PointX="3" PointY="4.125" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.HotelComment" Width="1.5" PointX="5.25" PointY="1.25" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.Hotelimage" Width="1.5" PointX="5.25" PointY="4.125" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.sysdiagrams" Width="1.5" PointX="0.75" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.Tour" Width="1.5" PointX="5.25" PointY="6.75" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.Type" Width="1.5" PointX="7.5" PointY="7.25" IsExpanded="true" />
- <AssociationConnector Association="Model.FK_Hotel_Country" ManuallyRouted="false" />
- <AssociationConnector Association="Model.FK_Hotel_Tour" ManuallyRouted="false" />
- <AssociationConnector Association="Model.FK_HotelComment_Hotel" ManuallyRouted="false" />
- <AssociationConnector Association="Model.FK_Hotelimage_Hotel" ManuallyRouted="false" />
- <AssociationConnector Association="Model.HotelOfTour" ManuallyRouted="false" />
- <AssociationConnector Association="Model.TypeOfTour" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|