CoffeeModel.edmx.diagram 2.4 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="2488b68a686f49979d4360a3740e6534" Name="Diagram1">
  8. <EntityTypeShape EntityType="gr671_kyaaModel.Dish" Width="1.5" PointX="5.25" PointY="9.75" IsExpanded="true" />
  9. <EntityTypeShape EntityType="gr671_kyaaModel.Order" Width="1.5" PointX="5.25" PointY="2.5" IsExpanded="true" />
  10. <EntityTypeShape EntityType="gr671_kyaaModel.Place" Width="1.5" PointX="3" PointY="6.75" IsExpanded="true" />
  11. <EntityTypeShape EntityType="gr671_kyaaModel.Post" Width="1.5" PointX="0.625" PointY="3.625" IsExpanded="true" />
  12. <EntityTypeShape EntityType="gr671_kyaaModel.Preorder" Width="1.5" PointX="7.5" PointY="2.75" IsExpanded="true" />
  13. <EntityTypeShape EntityType="gr671_kyaaModel.Staff" Width="1.5" PointX="7.5" PointY="6.125" IsExpanded="true" />
  14. <EntityTypeShape EntityType="gr671_kyaaModel.StaffList" Width="1.5" PointX="5.25" PointY="6" IsExpanded="true" />
  15. <EntityTypeShape EntityType="gr671_kyaaModel.StatusOrder" Width="1.5" PointX="3" PointY="10.125" IsExpanded="true" />
  16. <EntityTypeShape EntityType="gr671_kyaaModel.UserCoffee" Width="1.5" PointX="3" PointY="2" IsExpanded="true" />
  17. <AssociationConnector Association="gr671_kyaaModel.FK_Preorder_Dish" ManuallyRouted="false" />
  18. <AssociationConnector Association="gr671_kyaaModel.FK_Order_Place" ManuallyRouted="false" />
  19. <AssociationConnector Association="gr671_kyaaModel.FK_Order_StatusOrder" ManuallyRouted="false" />
  20. <AssociationConnector Association="gr671_kyaaModel.FK_Order_UserCoffee" ManuallyRouted="false" />
  21. <AssociationConnector Association="gr671_kyaaModel.FK_Preorder_Order" ManuallyRouted="false" />
  22. <AssociationConnector Association="gr671_kyaaModel.FK_UserCoffee_Post" ManuallyRouted="false" />
  23. <AssociationConnector Association="gr671_kyaaModel.FK_Staff_StaffList" ManuallyRouted="false" />
  24. <AssociationConnector Association="gr671_kyaaModel.FK_StaffList_UserCoffee" ManuallyRouted="false" />
  25. </Diagram>
  26. </edmx:Diagrams>
  27. </edmx:Designer>
  28. </edmx:Edmx>