Model1.edmx.diagram 2.7 KB

1234567891011121314151617181920212223242526272829303132
  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="63e33089e558417084e77ff088788b04" Name="Diagram1">
  8. <EntityTypeShape EntityType="olimp_8Model.Dish" Width="1.5" PointX="0.75" PointY="13.125" IsExpanded="true" />
  9. <EntityTypeShape EntityType="olimp_8Model.Order" Width="1.5" PointX="5.25" PointY="3.125" IsExpanded="true" />
  10. <EntityTypeShape EntityType="olimp_8Model.OrderStatu" Width="1.5" PointX="3" PointY="7.875" IsExpanded="true" />
  11. <EntityTypeShape EntityType="olimp_8Model.Place" Width="1.5" PointX="3" PointY="10.25" IsExpanded="true" />
  12. <EntityTypeShape EntityType="olimp_8Model.Preorder" Width="1.5" PointX="3" PointY="13.125" IsExpanded="true" />
  13. <EntityTypeShape EntityType="olimp_8Model.Role" Width="1.5" PointX="0.75" PointY="3.75" IsExpanded="true" />
  14. <EntityTypeShape EntityType="olimp_8Model.Staff" Width="1.5" PointX="7.5" PointY="7.375" IsExpanded="true" />
  15. <EntityTypeShape EntityType="olimp_8Model.StaffList" Width="1.5" PointX="5.25" PointY="7.25" IsExpanded="true" />
  16. <EntityTypeShape EntityType="olimp_8Model.StatusPlace" Width="1.5" PointX="0.75" PointY="10.5" IsExpanded="true" />
  17. <EntityTypeShape EntityType="olimp_8Model.User" Width="1.5" PointX="3" PointY="2.875" IsExpanded="true" />
  18. <EntityTypeShape EntityType="olimp_8Model.UserStatu" Width="1.5" PointX="0.75" PointY="0.75" IsExpanded="true" />
  19. <AssociationConnector Association="olimp_8Model.FK_Preorder_Dish" ManuallyRouted="false" />
  20. <AssociationConnector Association="olimp_8Model.FK_Order_OrderStatus" ManuallyRouted="false" />
  21. <AssociationConnector Association="olimp_8Model.FK_Order_Place" ManuallyRouted="false" />
  22. <AssociationConnector Association="olimp_8Model.FK_Order_Preorder" ManuallyRouted="false" />
  23. <AssociationConnector Association="olimp_8Model.FK_Order_User" ManuallyRouted="false" />
  24. <AssociationConnector Association="olimp_8Model.FK_Place_StatusPlace" ManuallyRouted="false" />
  25. <AssociationConnector Association="olimp_8Model.FK_User_Role" ManuallyRouted="false" />
  26. <AssociationConnector Association="olimp_8Model.FK_Staff_StaffList" ManuallyRouted="false" />
  27. <AssociationConnector Association="olimp_8Model.FK_StaffList_User" ManuallyRouted="false" />
  28. <AssociationConnector Association="olimp_8Model.FK_User_UserStatus" ManuallyRouted="false" />
  29. </Diagram>
  30. </edmx:Diagrams>
  31. </edmx:Designer>
  32. </edmx:Edmx>