Model.edmx.diagram 2.3 KB

12345678910111213141516171819202122232425262728
  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="4309ac5c1ab9430f82a5790ab81d2cdd" Name="Diagram1">
  8. <EntityTypeShape EntityType="Kafe2Model.CookStatus" Width="1.5" PointX="3" PointY="7.625" IsExpanded="true" />
  9. <EntityTypeShape EntityType="Kafe2Model.Dish" Width="1.5" PointX="5.25" PointY="10.5" IsExpanded="true" />
  10. <EntityTypeShape EntityType="Kafe2Model.DishOrder" Width="1.5" PointX="7.5" PointY="3.5" IsExpanded="true" />
  11. <EntityTypeShape EntityType="Kafe2Model.Employee" Width="1.5" PointX="3" PointY="2.875" IsExpanded="true" />
  12. <EntityTypeShape EntityType="Kafe2Model.Order" Width="1.5" PointX="5.25" PointY="3.125" IsExpanded="true" />
  13. <EntityTypeShape EntityType="Kafe2Model.PayStatus" Width="1.5" PointX="3" PointY="10.875" IsExpanded="true" />
  14. <EntityTypeShape EntityType="Kafe2Model.Position" Width="1.5" PointX="0.75" PointY="3.75" IsExpanded="true" />
  15. <EntityTypeShape EntityType="Kafe2Model.Shift" Width="1.5" PointX="5.25" PointY="7.5" IsExpanded="true" />
  16. <EntityTypeShape EntityType="Kafe2Model.Status" Width="1.5" PointX="0.75" PointY="0.75" IsExpanded="true" />
  17. <AssociationConnector Association="Kafe2Model.FK_Order_CookStatus" ManuallyRouted="false" />
  18. <AssociationConnector Association="Kafe2Model.FK_DishOrder_Dish" ManuallyRouted="false" />
  19. <AssociationConnector Association="Kafe2Model.FK_DishOrder_Order" ManuallyRouted="false" />
  20. <AssociationConnector Association="Kafe2Model.FK_Employee_Position" ManuallyRouted="false" />
  21. <AssociationConnector Association="Kafe2Model.FK_Employee_Status" ManuallyRouted="false" />
  22. <AssociationConnector Association="Kafe2Model.FK_Order_Employee" ManuallyRouted="false" />
  23. <AssociationConnector Association="Kafe2Model.FK_Shift_Employee" ManuallyRouted="false" />
  24. <AssociationConnector Association="Kafe2Model.FK_Order_PayStatus" ManuallyRouted="false" />
  25. </Diagram>
  26. </edmx:Diagrams>
  27. </edmx:Designer>
  28. </edmx:Edmx>