Model1.edmx.diagram 1.5 KB

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
  3. <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
  4. <edmx:Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
  5. <!-- Diagram content (shape and connector positions) -->
  6. <edmx:Diagrams>
  7. <Diagram DiagramId="9142a995f36a4ebaa1f61d52e092da18" Name="Diagram1">
  8. <EntityTypeShape EntityType="user33Model.Agent" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
  9. <EntityTypeShape EntityType="user33Model.AgentType" Width="1.5" PointX="0.75" PointY="1.875" IsExpanded="true" />
  10. <EntityTypeShape EntityType="user33Model.Product" Width="1.5" PointX="3" PointY="6.25" IsExpanded="true" />
  11. <EntityTypeShape EntityType="user33Model.ProductSale" Width="1.5" PointX="5.25" PointY="1.625" IsExpanded="true" />
  12. <EntityTypeShape EntityType="user33Model.ProductType" Width="1.5" PointX="0.75" PointY="6.875" IsExpanded="true" />
  13. <AssociationConnector Association="user33Model.FK_Agent_AgentType" ManuallyRouted="false" />
  14. <AssociationConnector Association="user33Model.FK_ProductSale_Agent" ManuallyRouted="false" />
  15. <AssociationConnector Association="user33Model.FK_Product_ProductType" ManuallyRouted="false" />
  16. <AssociationConnector Association="user33Model.FK_ProductSale_Product" ManuallyRouted="false" />
  17. </Diagram>
  18. </edmx:Diagrams>
  19. </edmx:Designer>
  20. </edmx:Edmx>