1234567891011121314151617181920212223242526 |
- <?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="7a36f3bfbe904d78854d1575ab03090c" Name="Diagram1">
- <EntityTypeShape EntityType="Demo_TestModel.Countryes" Width="1.5" PointX="0.75" PointY="4.75" IsExpanded="true" />
- <EntityTypeShape EntityType="Demo_TestModel.Hotels" Width="1.5" PointX="5.25" PointY="4.5" IsExpanded="true" />
- <EntityTypeShape EntityType="Demo_TestModel.Tours" Width="1.5" PointX="3" PointY="4.125" IsExpanded="true" />
- <EntityTypeShape EntityType="Demo_TestModel.TourTypeOfTour" Width="1.5" PointX="5.25" PointY="1.5" IsExpanded="true" />
- <EntityTypeShape EntityType="Demo_TestModel.TypeOfTours" Width="1.5" PointX="3" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="Demo_TestModel.UserRole" Width="1.5" PointX="3" PointY="8.625" IsExpanded="true" />
- <EntityTypeShape EntityType="Demo_TestModel.Users" Width="1.5" PointX="5.25" PointY="10.5" IsExpanded="true" />
- <EntityTypeShape EntityType="Demo_TestModel.UserTour" Width="1.5" PointX="5.25" PointY="7.5" IsExpanded="true" />
- <AssociationConnector Association="Demo_TestModel.FK_Tours_Countryes" ManuallyRouted="false" />
- <AssociationConnector Association="Demo_TestModel.FK_Hotels_Tours" ManuallyRouted="false" />
- <AssociationConnector Association="Demo_TestModel.FK_TourTypeOfTour_Tours" ManuallyRouted="false" />
- <AssociationConnector Association="Demo_TestModel.FK_UserTour_Tours" ManuallyRouted="false" />
- <AssociationConnector Association="Demo_TestModel.FK_TourTypeOfTour_TypeOfTours" ManuallyRouted="false" />
- <AssociationConnector Association="Demo_TestModel.FK_Users_UserRole" ManuallyRouted="false" />
- <AssociationConnector Association="Demo_TestModel.FK_UserTour_UserRole" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|