123456789101112131415161718192021222324 |
- <?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="e961e32839f54a3a8da7a62b7e68db00" Name="Diagram1">
- <EntityTypeShape EntityType="GushchinaModel.List" Width="1.5" PointX="0.75" PointY="4.25" IsExpanded="true" />
- <EntityTypeShape EntityType="GushchinaModel.Purchase" Width="1.5" PointX="0.75" PointY="1.5" IsExpanded="true" />
- <EntityTypeShape EntityType="GushchinaModel.sysdiagrams" Width="1.5" PointX="7.75" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="GushchinaModel.Warehouse" Width="1.5" PointX="3" PointY="4" IsExpanded="true" />
- <EntityTypeShape EntityType="GushchinaModel.Consumables_sold" Width="1.5" PointX="5.25" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="GushchinaModel.Deliveries" Width="1.5" PointX="5.25" PointY="4.375" IsExpanded="true" />
- <EntityTypeShape EntityType="GushchinaModel.Used_consumables" Width="1.5" PointX="5.25" PointY="7.875" IsExpanded="true" />
- <AssociationConnector Association="GushchinaModel.FK_Deliveries_List" ManuallyRouted="false" />
- <AssociationConnector Association="GushchinaModel.FK_Warehouse_List" ManuallyRouted="false" />
- <AssociationConnector Association="GushchinaModel.FK_Warehouse_Purchase" ManuallyRouted="false" />
- <AssociationConnector Association="GushchinaModel.FK_Consumables_sold_Warehouse" ManuallyRouted="false" />
- <AssociationConnector Association="GushchinaModel.FK_Deliveries_Warehouse" ManuallyRouted="false" />
- <AssociationConnector Association="GushchinaModel.FK_Used_consumables_Warehouse" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|