12345678910111213141516171819202122232425262728293031323334 |
- <?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="5d3833ef62624fd28185d92b660e7881" Name="Diagram1">
- <EntityTypeShape EntityType="BB_ZdanovichModel.Client" Width="1.5" PointX="0.75" PointY="7.625" IsExpanded="true" />
- <EntityTypeShape EntityType="BB_ZdanovichModel.ClientService" Width="1.5" PointX="3" PointY="9.5" IsExpanded="true" />
- <EntityTypeShape EntityType="BB_ZdanovichModel.DocumentByService" Width="1.5" PointX="5.25" PointY="10" IsExpanded="true" />
- <EntityTypeShape EntityType="BB_ZdanovichModel.Gender" Width="1.5" PointX="5.75" PointY="7.125" IsExpanded="true" />
- <EntityTypeShape EntityType="BB_ZdanovichModel.Manufacturer" Width="1.5" PointX="0.75" PointY="4" IsExpanded="true" />
- <EntityTypeShape EntityType="BB_ZdanovichModel.Product" Width="1.5" PointX="3" PointY="3.25" IsExpanded="true" />
- <EntityTypeShape EntityType="BB_ZdanovichModel.ProductPhoto" Width="1.5" PointX="5.25" PointY="4" IsExpanded="true" />
- <EntityTypeShape EntityType="BB_ZdanovichModel.ProductSale" Width="1.5" PointX="5.25" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="BB_ZdanovichModel.Service" Width="1.5" PointX="0.75" PointY="11.75" IsExpanded="true" />
- <EntityTypeShape EntityType="BB_ZdanovichModel.ServicePhoto" Width="1.5" PointX="3" PointY="16.125" IsExpanded="true" />
- <EntityTypeShape EntityType="BB_ZdanovichModel.sysdiagrams" Width="1.5" PointX="7.75" PointY="2.125" IsExpanded="true" />
- <EntityTypeShape EntityType="BB_ZdanovichModel.Tag" Width="1.5" PointX="3" PointY="13.375" IsExpanded="true" />
- <EntityTypeShape EntityType="BB_ZdanovichModel.Auth" Width="1.5" PointX="7.75" PointY="5.125" IsExpanded="true" />
- <AssociationConnector Association="BB_ZdanovichModel.FK_ClientService_Client" ManuallyRouted="false" />
- <AssociationConnector Association="BB_ZdanovichModel.FK_ClientService_Service" ManuallyRouted="false" />
- <AssociationConnector Association="BB_ZdanovichModel.FK_DocumentByService_ClientService" ManuallyRouted="false" />
- <AssociationConnector Association="BB_ZdanovichModel.FK_ProductSale_ClientService" ManuallyRouted="false" />
- <AssociationConnector Association="BB_ZdanovichModel.FK_Product_Manufacturer" ManuallyRouted="false" />
- <AssociationConnector Association="BB_ZdanovichModel.FK_ProductPhoto_Product" ManuallyRouted="false" />
- <AssociationConnector Association="BB_ZdanovichModel.FK_ProductSale_Product" ManuallyRouted="false" />
- <AssociationConnector Association="BB_ZdanovichModel.FK_ServicePhoto_Service" ManuallyRouted="false" />
- <AssociationConnector Association="BB_ZdanovichModel.AttachedProduct" ManuallyRouted="false" />
- <AssociationConnector Association="BB_ZdanovichModel.TagOfClient" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|