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="dd11b41089d44002bb1254f60dac6ed2" Name="Diagram1">
- <EntityTypeShape EntityType="KotkovaModel.Order" Width="1.5" PointX="3" PointY="12.875" IsExpanded="true" />
- <EntityTypeShape EntityType="KotkovaModel.OrderProduct" Width="1.5" PointX="5.25" PointY="2.25" IsExpanded="true" />
- <EntityTypeShape EntityType="KotkovaModel.PickupPoint" Width="1.5" PointX="0.75" PointY="13.5" IsExpanded="true" />
- <EntityTypeShape EntityType="KotkovaModel.Product" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="KotkovaModel.ProductCategory" Width="1.5" PointX="0.75" PointY="2.5" IsExpanded="true" />
- <EntityTypeShape EntityType="KotkovaModel.ProductManufacturer" Width="1.5" PointX="0.75" PointY="5.625" IsExpanded="true" />
- <EntityTypeShape EntityType="KotkovaModel.ProductSuplier" Width="1.5" PointX="0.75" PointY="8" IsExpanded="true" />
- <EntityTypeShape EntityType="KotkovaModel.ProductUnit" Width="1.5" PointX="0.75" PointY="10.375" IsExpanded="true" />
- <EntityTypeShape EntityType="KotkovaModel.Role" Width="1.5" PointX="5.75" PointY="6.375" IsExpanded="true" />
- <EntityTypeShape EntityType="KotkovaModel.sysdiagrams" Width="1.5" PointX="2.75" PointY="6.75" IsExpanded="true" />
- <EntityTypeShape EntityType="KotkovaModel.User" Width="1.5" PointX="8" PointY="6" IsExpanded="true" />
- <AssociationConnector Association="KotkovaModel.FK__OrderProd__Order__403A8C7D" ManuallyRouted="false" />
- <AssociationConnector Association="KotkovaModel.FK_Order_PickupPoint" ManuallyRouted="false" />
- <AssociationConnector Association="KotkovaModel.FK__OrderProd__Produ__412EB0B6" ManuallyRouted="false" />
- <AssociationConnector Association="KotkovaModel.FK_Product_ProductCategory" ManuallyRouted="false" />
- <AssociationConnector Association="KotkovaModel.FK_Product_ProductManufacturer" ManuallyRouted="false" />
- <AssociationConnector Association="KotkovaModel.FK_Product_ProductSuplier" ManuallyRouted="false" />
- <AssociationConnector Association="KotkovaModel.FK_Product_ProductUnit" ManuallyRouted="false" />
- <AssociationConnector Association="KotkovaModel.FK__User__UserRole__398D8EEE" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|