1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="utf-8"?>
- <edmx:Edmx Version="2.0" xmlns:edmx="http://schemas.microsoft.com/ado/2008/10/edmx">
- <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
- <edmx:Designer xmlns="http://schemas.microsoft.com/ado/2008/10/edmx">
- <!-- Diagram content (shape and connector positions) -->
- <edmx:Diagrams>
- <Diagram DiagramId="14da3750c4094bb5be241041c40825fa" Name="Diagram1">
- <EntityTypeShape EntityType="gr606_sosanModel.Address" Width="1.5" PointX="3" PointY="3.5" IsExpanded="true" />
- <EntityTypeShape EntityType="gr606_sosanModel.CardAmount" Width="1.5" PointX="6" PointY="4" IsExpanded="true" />
- <EntityTypeShape EntityType="gr606_sosanModel.Cash" Width="1.5" PointX="6" PointY="11.75" IsExpanded="true" />
- <EntityTypeShape EntityType="gr606_sosanModel.CashRegister" Width="1.5" PointX="6" PointY="7.125" IsExpanded="true" />
- <EntityTypeShape EntityType="gr606_sosanModel.Dates" Width="1.5" PointX="3.75" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="gr606_sosanModel.Employees" Width="1.5" PointX="0.75" PointY="6.875" IsExpanded="true" />
- <EntityTypeShape EntityType="gr606_sosanModel.PasportDetails" Width="1.5" PointX="3" PointY="10.5" IsExpanded="true" />
- <EntityTypeShape EntityType="gr606_sosanModel.Payment" Width="1.5" PointX="3.75" PointY="7.375" IsExpanded="true" />
- <EntityTypeShape EntityType="gr606_sosanModel.Product" Width="1.5" PointX="3.75" PointY="19.125" IsExpanded="true" />
- <EntityTypeShape EntityType="gr606_sosanModel.Revenue" Width="1.5" PointX="3" PointY="13.375" IsExpanded="true" />
- <EntityTypeShape EntityType="gr606_sosanModel.SuppliersProduct" Width="1.5" PointX="8.25" PointY="20" IsExpanded="true" />
- <EntityTypeShape EntityType="gr606_sosanModel.SupplyProduct" Width="1.5" PointX="6" PointY="19.875" IsExpanded="true" />
- <EntityTypeShape EntityType="gr606_sosanModel.SurrenderOfMoney" Width="1.5" PointX="3.75" PointY="23.5" IsExpanded="true" />
- <EntityTypeShape EntityType="gr606_sosanModel.WorkingShift" Width="1.5" PointX="3" PointY="16" IsExpanded="true" />
- <AssociationConnector Association="gr606_sosanModel.FK_Address_Employees" ManuallyRouted="false" />
- <AssociationConnector Association="gr606_sosanModel.FK_CardAmount_Payment" ManuallyRouted="false" />
- <AssociationConnector Association="gr606_sosanModel.FK_Cash_Payment" ManuallyRouted="false" />
- <AssociationConnector Association="gr606_sosanModel.FK_CashRegister_Dates" ManuallyRouted="false" />
- <AssociationConnector Association="gr606_sosanModel.FK_CashRegister_Employees" ManuallyRouted="false" />
- <AssociationConnector Association="gr606_sosanModel.FK_CashRegister_Payment" ManuallyRouted="false" />
- <AssociationConnector Association="gr606_sosanModel.FK_CashRegister_Product" ManuallyRouted="false" />
- <AssociationConnector Association="gr606_sosanModel.FK_CashRegister_SurrenderOfMoney" ManuallyRouted="false" />
- <AssociationConnector Association="gr606_sosanModel.FK_PasportDetails_Employees" ManuallyRouted="false" />
- <AssociationConnector Association="gr606_sosanModel.FK_Revenue_Employees" ManuallyRouted="false" />
- <AssociationConnector Association="gr606_sosanModel.FK_WorkingShift_Employees" ManuallyRouted="false" />
- <AssociationConnector Association="gr606_sosanModel.FK_SupplyProduct_Product" ManuallyRouted="false" />
- <AssociationConnector Association="gr606_sosanModel.FK_SuppliersProduct_SupplyProduct" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|