Cafe.edmx.diagram 2.2 KB

123456789101112131415161718192021222324252627
  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="aa871df6fd0b4eda8d3bdbf1878c24c2" Name="Diagram1">
  8. <EntityTypeShape EntityType="CafeModel.Dishes" Width="1.5" PointX="7.5" PointY="5.5" IsExpanded="true" />
  9. <EntityTypeShape EntityType="CafeModel.EmployeesExchanges" Width="1.5" PointX="5.25" PointY="1.5" IsExpanded="true" />
  10. <EntityTypeShape EntityType="CafeModel.Exchange" Width="1.5" PointX="3" PointY="5.5" IsExpanded="true" />
  11. <EntityTypeShape EntityType="CafeModel.OrderDishes" Width="1.5" PointX="9.75" PointY="1.5" IsExpanded="true" />
  12. <EntityTypeShape EntityType="CafeModel.Orders" Width="1.5" PointX="7.5" PointY="1.125" IsExpanded="true" />
  13. <EntityTypeShape EntityType="CafeModel.Roles" Width="1.5" PointX="0.75" PointY="1.75" IsExpanded="true" />
  14. <EntityTypeShape EntityType="CafeModel.sysdiagrams" Width="1.5" PointX="0.75" PointY="8.75" IsExpanded="true" />
  15. <EntityTypeShape EntityType="CafeModel.Tables" Width="1.5" PointX="5.25" PointY="5.875" IsExpanded="true" />
  16. <EntityTypeShape EntityType="CafeModel.Users" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
  17. <AssociationConnector Association="CafeModel.FK_OrderDishes_Dishes" ManuallyRouted="false" />
  18. <AssociationConnector Association="CafeModel.FK_EmployeesExchanges_Exchange" ManuallyRouted="false" />
  19. <AssociationConnector Association="CafeModel.FK_EmployeesExchanges_Users" ManuallyRouted="false" />
  20. <AssociationConnector Association="CafeModel.FK_Orders_EmployeesExchanges" ManuallyRouted="false" />
  21. <AssociationConnector Association="CafeModel.FK_OrderDishes_Orders" ManuallyRouted="false" />
  22. <AssociationConnector Association="CafeModel.FK_Orders_Tables" ManuallyRouted="false" />
  23. <AssociationConnector Association="CafeModel.FK_Users_Roles" ManuallyRouted="false" />
  24. </Diagram>
  25. </edmx:Diagrams>
  26. </edmx:Designer>
  27. </edmx:Edmx>