Model1.edmx.diagram 2.6 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
  3. <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
  4. <edmx:Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
  5. <!-- Diagram content (shape and connector positions) -->
  6. <edmx:Diagrams>
  7. <Diagram DiagramId="dd11b41089d44002bb1254f60dac6ed2" Name="Diagram1">
  8. <EntityTypeShape EntityType="KotkovaModel.Order" Width="1.5" PointX="3" PointY="12.875" IsExpanded="true" />
  9. <EntityTypeShape EntityType="KotkovaModel.OrderProduct" Width="1.5" PointX="5.25" PointY="2.25" IsExpanded="true" />
  10. <EntityTypeShape EntityType="KotkovaModel.PickupPoint" Width="1.5" PointX="0.75" PointY="13.5" IsExpanded="true" />
  11. <EntityTypeShape EntityType="KotkovaModel.Product" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
  12. <EntityTypeShape EntityType="KotkovaModel.ProductCategory" Width="1.5" PointX="0.75" PointY="2.5" IsExpanded="true" />
  13. <EntityTypeShape EntityType="KotkovaModel.ProductManufacturer" Width="1.5" PointX="0.75" PointY="5.625" IsExpanded="true" />
  14. <EntityTypeShape EntityType="KotkovaModel.ProductSuplier" Width="1.5" PointX="0.75" PointY="8" IsExpanded="true" />
  15. <EntityTypeShape EntityType="KotkovaModel.ProductUnit" Width="1.5" PointX="0.75" PointY="10.375" IsExpanded="true" />
  16. <EntityTypeShape EntityType="KotkovaModel.Role" Width="1.5" PointX="5.75" PointY="6.375" IsExpanded="true" />
  17. <EntityTypeShape EntityType="KotkovaModel.sysdiagrams" Width="1.5" PointX="2.75" PointY="6.75" IsExpanded="true" />
  18. <EntityTypeShape EntityType="KotkovaModel.User" Width="1.5" PointX="8" PointY="6" IsExpanded="true" />
  19. <AssociationConnector Association="KotkovaModel.FK__OrderProd__Order__403A8C7D" ManuallyRouted="false" />
  20. <AssociationConnector Association="KotkovaModel.FK_Order_PickupPoint" ManuallyRouted="false" />
  21. <AssociationConnector Association="KotkovaModel.FK__OrderProd__Produ__412EB0B6" ManuallyRouted="false" />
  22. <AssociationConnector Association="KotkovaModel.FK_Product_ProductCategory" ManuallyRouted="false" />
  23. <AssociationConnector Association="KotkovaModel.FK_Product_ProductManufacturer" ManuallyRouted="false" />
  24. <AssociationConnector Association="KotkovaModel.FK_Product_ProductSuplier" ManuallyRouted="false" />
  25. <AssociationConnector Association="KotkovaModel.FK_Product_ProductUnit" ManuallyRouted="false" />
  26. <AssociationConnector Association="KotkovaModel.FK__User__UserRole__398D8EEE" ManuallyRouted="false" />
  27. </Diagram>
  28. </edmx:Diagrams>
  29. </edmx:Designer>
  30. </edmx:Edmx>