StoreModel.edmx.diagram 1.9 KB

1234567891011121314151617181920212223242526
  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="2f87749bf36e41f2bb860cfba28d3d76" Name="Diagram1">
  8. <EntityTypeShape EntityType="gr672_pgvModel.Employee" Width="1.5" PointX="1.75" PointY="1" />
  9. <EntityTypeShape EntityType="gr672_pgvModel.Order" Width="1.5" PointX="6.25" PointY="0.875" />
  10. <EntityTypeShape EntityType="gr672_pgvModel.PaymentMetod" Width="1.5" PointX="4" PointY="5.25" />
  11. <EntityTypeShape EntityType="gr672_pgvModel.Product" Width="1.5" PointX="6.25" PointY="4.875" />
  12. <EntityTypeShape EntityType="gr672_pgvModel.ProductInOrder" Width="1.5" PointX="8.5" PointY="1.125" />
  13. <EntityTypeShape EntityType="gr672_pgvModel.Store" Width="1.5" PointX="8.75" PointY="4.625" />
  14. <EntityTypeShape EntityType="gr672_pgvModel.WorkShift" Width="1.5" PointX="4" PointY="0.875" />
  15. <AssociationConnector Association="gr672_pgvModel.FK_WorkShift_Employee" />
  16. <AssociationConnector Association="gr672_pgvModel.FK_Order_PaymentMetod" />
  17. <AssociationConnector Association="gr672_pgvModel.FK_Order_WorkShift" />
  18. <AssociationConnector Association="gr672_pgvModel.FK_ProductInOrder_Order" />
  19. <AssociationConnector Association="gr672_pgvModel.FK_ProductInOrder_Product" />
  20. <EntityTypeShape EntityType="gr672_pgvModel.Cashier" Width="1.5" PointX="11" PointY="4.5" />
  21. <AssociationConnector Association="gr672_pgvModel.FK_Cashier_Store" />
  22. <AssociationConnector Association="gr672_pgvModel.FK_WorkShift_Cashier" />
  23. </Diagram>
  24. </edmx:Diagrams>
  25. </edmx:Designer>
  26. </edmx:Edmx>