123456789101112131415161718192021222324252627282930 |
- <?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="18fa18d9f08141118dfcc66247c86b62" Name="Diagram1">
- <EntityTypeShape EntityType="UP_ShechkovaModel.Manufacturer" Width="1.5" PointX="0.75" PointY="3.625" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_ShechkovaModel.Order" Width="1.5" PointX="3" PointY="11.375" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_ShechkovaModel.OrderProduct" Width="1.5" PointX="5.25" PointY="3.375" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_ShechkovaModel.PointsOfIssue" Width="1.5" PointX="0.75" PointY="9.25" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_ShechkovaModel.Product" Width="1.5" PointX="3" PointY="2.5" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_ShechkovaModel.ProductCategory" Width="1.5" PointX="0.75" PointY="6.375" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_ShechkovaModel.Provider" Width="1.5" PointX="0.75" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_ShechkovaModel.Role" Width="1.5" PointX="1.5" PointY="17.5" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_ShechkovaModel.StatusOrder" Width="1.5" PointX="0.75" PointY="11.625" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_ShechkovaModel.User" Width="1.5" PointX="0.75" PointY="14" IsExpanded="true" />
- <AssociationConnector Association="UP_ShechkovaModel.FK_Product_Manufacturer" ManuallyRouted="false" />
- <AssociationConnector Association="UP_ShechkovaModel.FK__OrderProd__Order__1CBC4616" ManuallyRouted="false" />
- <AssociationConnector Association="UP_ShechkovaModel.FK_Order_PointsOfIssue" ManuallyRouted="false" />
- <AssociationConnector Association="UP_ShechkovaModel.FK_Order_StateOrder" ManuallyRouted="false" />
- <AssociationConnector Association="UP_ShechkovaModel.FK_Order_User" ManuallyRouted="false" />
- <AssociationConnector Association="UP_ShechkovaModel.FK__OrderProd__Produ__1DB06A4F" ManuallyRouted="false" />
- <AssociationConnector Association="UP_ShechkovaModel.FK_Product_ProductCategory" ManuallyRouted="false" />
- <AssociationConnector Association="UP_ShechkovaModel.FK_Product_Provider" ManuallyRouted="false" />
- <AssociationConnector Association="UP_ShechkovaModel.FK__User__UserRole__398D8EEE" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|