12345678910111213141516171819202122 |
- <?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="c189e87c86d6408c97bad127968e29cd" Name="Diagram1">
- <EntityTypeShape EntityType="dbDemo1Model.Country" Width="1.5" PointX="2.75" PointY="4.125" IsExpanded="true" />
- <EntityTypeShape EntityType="dbDemo1Model.Hotel" Width="1.5" PointX="5" PointY="3.625" IsExpanded="true" />
- <EntityTypeShape EntityType="dbDemo1Model.HotelComment" Width="1.5" PointX="7.25" PointY="2.75" IsExpanded="true" />
- <EntityTypeShape EntityType="dbDemo1Model.HotelImage" Width="1.5" PointX="7.25" PointY="5.625" IsExpanded="true" />
- <EntityTypeShape EntityType="dbDemo1Model.Tour" Width="1.5" PointX="10.25" PointY="3.5" IsExpanded="true" />
- <EntityTypeShape EntityType="dbDemo1Model.TypeTour" Width="1.5" PointX="0.5" PointY="3.5" IsExpanded="true" />
- <AssociationConnector Association="dbDemo1Model.FK_Hotel_Country" ManuallyRouted="false" />
- <AssociationConnector Association="dbDemo1Model.FK_Tour_Country" ManuallyRouted="false" />
- <AssociationConnector Association="dbDemo1Model.FK_HotelComment_Hotel" ManuallyRouted="false" />
- <AssociationConnector Association="dbDemo1Model.FK_HotelImage_Hotel" ManuallyRouted="false" />
- <AssociationConnector Association="dbDemo1Model.HotelOfTour" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|