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="ab89d86c2a7f4a9da208b10155a6a4ee" Name="Diagram1" ZoomLevel="85">
- <EntityTypeShape EntityType="Ageev_ExamModel.Country" Width="1.5" PointX="0.75" PointY="4.5" />
- <EntityTypeShape EntityType="Ageev_ExamModel.Hotel" Width="1.5" PointX="3" PointY="4" />
- <EntityTypeShape EntityType="Ageev_ExamModel.HotelComment" Width="1.5" PointX="5.25" PointY="3.75" />
- <EntityTypeShape EntityType="Ageev_ExamModel.HotelImage" Width="1.5" PointX="5.25" PointY="1.25" />
- <EntityTypeShape EntityType="Ageev_ExamModel.Tour" Width="1.5" PointX="5.25" PointY="6.75" />
- <EntityTypeShape EntityType="Ageev_ExamModel.Type" Width="1.5" PointX="7.5" PointY="7.125" />
- <AssociationConnector Association="Ageev_ExamModel.FK_Hotel_Country" />
- <AssociationConnector Association="Ageev_ExamModel.FK_HotelComment_Hotel" />
- <AssociationConnector Association="Ageev_ExamModel.FK_HotelImage_Hotel" />
- <AssociationConnector Association="Ageev_ExamModel.HotelOfTour" />
- <AssociationConnector Association="Ageev_ExamModel.TypeOfTour" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|