1234567891011121314151617181920 |
- <?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="9142a995f36a4ebaa1f61d52e092da18" Name="Diagram1">
- <EntityTypeShape EntityType="user33Model.Agent" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="user33Model.AgentType" Width="1.5" PointX="0.75" PointY="1.875" IsExpanded="true" />
- <EntityTypeShape EntityType="user33Model.Product" Width="1.5" PointX="3" PointY="6.25" IsExpanded="true" />
- <EntityTypeShape EntityType="user33Model.ProductSale" Width="1.5" PointX="5.25" PointY="1.625" IsExpanded="true" />
- <EntityTypeShape EntityType="user33Model.ProductType" Width="1.5" PointX="0.75" PointY="6.875" IsExpanded="true" />
- <AssociationConnector Association="user33Model.FK_Agent_AgentType" ManuallyRouted="false" />
- <AssociationConnector Association="user33Model.FK_ProductSale_Agent" ManuallyRouted="false" />
- <AssociationConnector Association="user33Model.FK_Product_ProductType" ManuallyRouted="false" />
- <AssociationConnector Association="user33Model.FK_ProductSale_Product" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|