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="6a69f83edbf34287be6fa4c72e2224df" Name="Diagram1">
- <EntityTypeShape EntityType="Test02Model.Client" Width="1.5" PointX="0.75" PointY="7.375" IsExpanded="true" />
- <EntityTypeShape EntityType="Test02Model.ClientService" Width="1.5" PointX="3" PointY="9.625" IsExpanded="true" />
- <EntityTypeShape EntityType="Test02Model.DocumentByService" Width="1.5" PointX="5.25" PointY="10" IsExpanded="true" />
- <EntityTypeShape EntityType="Test02Model.Gender" Width="1.5" PointX="1.5" PointY="13.375" IsExpanded="true" />
- <EntityTypeShape EntityType="Test02Model.Manufacturer" Width="1.5" PointX="0.75" PointY="4" IsExpanded="true" />
- <EntityTypeShape EntityType="Test02Model.Product" Width="1.5" PointX="3.25" PointY="3.25" IsExpanded="true" />
- <EntityTypeShape EntityType="Test02Model.ProductPhoto" Width="1.5" PointX="7.5" PointY="4.625" IsExpanded="true" />
- <EntityTypeShape EntityType="Test02Model.ProductSale" Width="1.5" PointX="5.25" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="Test02Model.Service" Width="1.5" PointX="0.75" PointY="16.75" IsExpanded="true" />
- <EntityTypeShape EntityType="Test02Model.ServicePhoto" Width="1.5" PointX="3" PointY="19.125" IsExpanded="true" />
- <EntityTypeShape EntityType="Test02Model.Tag" Width="1.5" PointX="3" PointY="16.25" IsExpanded="true" />
- <AssociationConnector Association="Test02Model.FK_Client_Gender" ManuallyRouted="false" />
- <AssociationConnector Association="Test02Model.FK_ClientService_Client" ManuallyRouted="false" />
- <AssociationConnector Association="Test02Model.FK_ClientService_Service" ManuallyRouted="false" />
- <AssociationConnector Association="Test02Model.FK_DocumentByService_ClientService" ManuallyRouted="false" />
- <AssociationConnector Association="Test02Model.FK_ProductSale_ClientService" ManuallyRouted="false" />
- <AssociationConnector Association="Test02Model.FK_Product_Manufacturer" ManuallyRouted="false" />
- <AssociationConnector Association="Test02Model.FK_ProductPhoto_Product" ManuallyRouted="false" />
- <AssociationConnector Association="Test02Model.FK_ProductSale_Product" ManuallyRouted="false" />
- <AssociationConnector Association="Test02Model.FK_ServicePhoto_Service" ManuallyRouted="false" />
- <AssociationConnector Association="Test02Model.AttachedProduct" ManuallyRouted="false" />
- <AssociationConnector Association="Test02Model.TagOfClient" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|