123456789101112131415161718192021222324252627282930313233 |
- <?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="a815148db3664ab09284d033c9917756" Name="Diagram1">
- <EntityTypeShape EntityType="RozenbergBrModel.Clientservic" Width="1.5" PointX="5.25" PointY="7.375" IsExpanded="true" />
- <EntityTypeShape EntityType="RozenbergBrModel.DocumentByService" Width="1.5" PointX="7.75" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="RozenbergBrModel.Gender" Width="1.5" PointX="0.75" PointY="7.875" IsExpanded="true" />
- <EntityTypeShape EntityType="RozenbergBrModel.Loginpass" Width="1.5" PointX="7.75" PointY="3.75" IsExpanded="true" />
- <EntityTypeShape EntityType="RozenbergBrModel.Manufacturer" Width="1.5" PointX="0.75" PointY="2.5" IsExpanded="true" />
- <EntityTypeShape EntityType="RozenbergBrModel.Product" Width="1.5" PointX="3" PointY="1.75" IsExpanded="true" />
- <EntityTypeShape EntityType="RozenbergBrModel.ProductPhoto" Width="1.5" PointX="5.25" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="RozenbergBrModel.ProductSale" Width="1.5" PointX="5.25" PointY="3.625" IsExpanded="true" />
- <EntityTypeShape EntityType="RozenbergBrModel.Service" Width="1.5" PointX="3" PointY="11.375" IsExpanded="true" />
- <EntityTypeShape EntityType="RozenbergBrModel.ServicePhoto" Width="1.5" PointX="5.25" PointY="11.75" IsExpanded="true" />
- <EntityTypeShape EntityType="RozenbergBrModel.sysdiagrams" Width="1.5" PointX="7.75" PointY="6.75" IsExpanded="true" />
- <EntityTypeShape EntityType="RozenbergBrModel.Tag" Width="1.5" PointX="0.75" PointY="10.75" IsExpanded="true" />
- <EntityTypeShape EntityType="RozenbergBrModel.Кли33ент" Width="1.5" PointX="3" PointY="7" IsExpanded="true" />
- <AssociationConnector Association="RozenbergBrModel.FK_Clientservic_Service" ManuallyRouted="false" />
- <AssociationConnector Association="RozenbergBrModel.FK_Clientservic_Кли33ент" ManuallyRouted="false" />
- <AssociationConnector Association="RozenbergBrModel.FK_Кли33ент_Gender" ManuallyRouted="false" />
- <AssociationConnector Association="RozenbergBrModel.FK_Product_Manufacturer" ManuallyRouted="false" />
- <AssociationConnector Association="RozenbergBrModel.FK_ProductPhoto_Product" ManuallyRouted="false" />
- <AssociationConnector Association="RozenbergBrModel.FK_ProductSale_Product" ManuallyRouted="false" />
- <AssociationConnector Association="RozenbergBrModel.FK_ServicePhoto_Service" ManuallyRouted="false" />
- <AssociationConnector Association="RozenbergBrModel.AttachedProduct" ManuallyRouted="false" />
- <AssociationConnector Association="RozenbergBrModel.TagOfClient" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|