12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="utf-8"?>
- <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
- <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
- <edmx:Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
- <!-- Diagram content (shape and connector positions) -->
- <edmx:Diagrams>
- <Diagram DiagramId="c8b1193c51794b04adc15fd133582a32" Name="Diagram1">
- <EntityTypeShape EntityType="gr672_pgvModel.Employee" Width="1.5" PointX="0.75" PointY="7.125" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_pgvModel.Order" Width="1.5" PointX="7.5" PointY="4" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_pgvModel.PaymentMetod" Width="1.5" PointX="7.5" PointY="1.5" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_pgvModel.PaymentOrder" Width="1.5" PointX="9.75" PointY="4.25" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_pgvModel.Product" Width="1.5" PointX="0.75" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_pgvModel.ProductInOrder" Width="1.5" PointX="9.75" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_pgvModel.ProductInStore" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_pgvModel.Store" Width="1.5" PointX="0.75" PointY="4.375" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_pgvModel.WorkShift" Width="1.5" PointX="5.25" PointY="4" IsExpanded="true" />
- <AssociationConnector Association="gr672_pgvModel.FK_Order_WorkShift" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_pgvModel.FK_PaymentOrder_Order" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_pgvModel.FK_ProductInOrder_Order" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_pgvModel.FK_PaymentOrder_PaymentMetod" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_pgvModel.FK_ProductInStore_Product" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_pgvModel.FK_ProductInOrder_ProductInStore" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_pgvModel.FK_ProductInStore_Store" ManuallyRouted="false" />
- <EntityTypeShape EntityType="gr672_pgvModel.Cashier" Width="1.5" PointX="3" PointY="7.5" />
- <AssociationConnector Association="gr672_pgvModel.FK_Cashier_Store" />
- <AssociationConnector Association="gr672_pgvModel.FK_WorkShift_Cashier" />
- <EntityTypeShape EntityType="gr672_pgvModel.EmployeeInStore" Width="1.5" PointX="6" PointY="7.75" />
- <AssociationConnector Association="gr672_pgvModel.FK_EmployeeInStore_Employee" />
- <AssociationConnector Association="gr672_pgvModel.FK_EmployeeInStore_Store" />
- <AssociationConnector Association="gr672_pgvModel.FK_WorkShift_EmployeeInStore" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|