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