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="ab10308afe8b460da5d21ac106288b65" Name="Diagram1">
- <EntityTypeShape EntityType="UP_41P_GroshevIModel.DeliveryPoint" Width="1.5" PointX="0.75" PointY="9.125" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_41P_GroshevIModel.Manufacturer" Width="1.5" PointX="0.75" PointY="3.625" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_41P_GroshevIModel.Order" Width="1.5" PointX="3" PointY="10.375" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_41P_GroshevIModel.OrderProduct" Width="1.5" PointX="5.25" PointY="3.375" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_41P_GroshevIModel.OrderStatus" Width="1.5" PointX="5.75" PointY="7" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_41P_GroshevIModel.Product" Width="1.5" PointX="3" PointY="2.375" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_41P_GroshevIModel.ProductCategory" Width="1.5" PointX="0.75" PointY="6.375" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_41P_GroshevIModel.ProductVendor" Width="1.5" PointX="0.75" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_41P_GroshevIModel.Role" Width="1.5" PointX="1.5" PointY="15.625" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_41P_GroshevIModel.sysdiagrams" Width="1.5" PointX="7.75" PointY="2" IsExpanded="true" />
- <EntityTypeShape EntityType="UP_41P_GroshevIModel.User" Width="1.5" PointX="0.75" PointY="12" IsExpanded="true" />
- <AssociationConnector Association="UP_41P_GroshevIModel.FK__Order__OrderPick__59063A47" ManuallyRouted="false" />
- <AssociationConnector Association="UP_41P_GroshevIModel.FK__Product__Product__5CD6CB2B" ManuallyRouted="false" />
- <AssociationConnector Association="UP_41P_GroshevIModel.FK__Order__OrderBuye__5812160E" ManuallyRouted="false" />
- <AssociationConnector Association="UP_41P_GroshevIModel.FK__OrderProd__Order__4CA06362" ManuallyRouted="false" />
- <AssociationConnector Association="UP_41P_GroshevIModel.FK__OrderProd__Produ__4D94879B" ManuallyRouted="false" />
- <AssociationConnector Association="UP_41P_GroshevIModel.FK__Product__Product__59FA5E80" ManuallyRouted="false" />
- <AssociationConnector Association="UP_41P_GroshevIModel.FK__Product__Product__5AEE82B9" ManuallyRouted="false" />
- <AssociationConnector Association="UP_41P_GroshevIModel.FK__User__UserRole__45F365D3" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|