DbModel.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="8b0344a8c0734247a893f582ed1e91d2" Name="Diagram1">
  8. <EntityTypeShape EntityType="testModel.Dish" Width="1.5" PointX="0.75" PointY="10.125" IsExpanded="true" />
  9. <EntityTypeShape EntityType="testModel.Order" Width="1.5" PointX="5.25" PointY="3.125" IsExpanded="true" />
  10. <EntityTypeShape EntityType="testModel.Place" Width="1.5" PointX="3" PointY="7.25" IsExpanded="true" />
  11. <EntityTypeShape EntityType="testModel.Preorder" Width="1.5" PointX="3" PointY="10" IsExpanded="true" />
  12. <EntityTypeShape EntityType="testModel.Role" Width="1.5" PointX="0.75" PointY="3.75" IsExpanded="true" />
  13. <EntityTypeShape EntityType="testModel.Staff" Width="1.5" PointX="7.5" PointY="7.125" IsExpanded="true" />
  14. <EntityTypeShape EntityType="testModel.StaffList" Width="1.5" PointX="5.25" PointY="7" IsExpanded="true" />
  15. <EntityTypeShape EntityType="testModel.StatusOrder" Width="1.5" PointX="3" PointY="12.875" IsExpanded="true" />
  16. <EntityTypeShape EntityType="testModel.StatusPlace" Width="1.5" PointX="0.75" PointY="7.5" IsExpanded="true" />
  17. <EntityTypeShape EntityType="testModel.StatusUser" Width="1.5" PointX="0.75" PointY="0.75" IsExpanded="true" />
  18. <EntityTypeShape EntityType="testModel.User" Width="1.5" PointX="3" PointY="2.875" IsExpanded="true" />
  19. <AssociationConnector Association="testModel.FK_Preorder_Dish" ManuallyRouted="false" />
  20. <AssociationConnector Association="testModel.FK_Order_Place" ManuallyRouted="false" />
  21. <AssociationConnector Association="testModel.FK_Order_Preorder" ManuallyRouted="false" />
  22. <AssociationConnector Association="testModel.FK_Order_StatusOrder" ManuallyRouted="false" />
  23. <AssociationConnector Association="testModel.FK_Order_User" ManuallyRouted="false" />
  24. <AssociationConnector Association="testModel.FK_Place_StatusPlace" ManuallyRouted="false" />
  25. <AssociationConnector Association="testModel.FK_User_Role" ManuallyRouted="false" />
  26. <AssociationConnector Association="testModel.FK_Staff_StaffList" ManuallyRouted="false" />
  27. <AssociationConnector Association="testModel.FK_StaffList_User" ManuallyRouted="false" />
  28. <AssociationConnector Association="testModel.FK_User_StatusUser" ManuallyRouted="false" />
  29. </Diagram>
  30. </edmx:Diagrams>
  31. </edmx:Designer>
  32. </edmx:Edmx>