Model1.edmx.diagram 1.6 KB

123456789101112131415161718192021
  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="34f8220056714e429ab1595206fde933" Name="Diagram1">
  8. <EntityTypeShape EntityType="dealerModel.cards" Width="1.5" PointX="5.25" PointY="1.5" IsExpanded="true" />
  9. <EntityTypeShape EntityType="dealerModel.distributors" Width="1.5" PointX="0.75" PointY="1.125" IsExpanded="true" />
  10. <EntityTypeShape EntityType="dealerModel.employees" Width="1.5" PointX="5.25" PointY="7.125" IsExpanded="true" />
  11. <EntityTypeShape EntityType="dealerModel.invoices" Width="1.5" PointX="7.5" PointY="1.25" IsExpanded="true" />
  12. <EntityTypeShape EntityType="dealerModel.products" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
  13. <EntityTypeShape EntityType="dealerModel.sysdiagrams" Width="1.5" PointX="0.75" PointY="4.75" IsExpanded="true" />
  14. <AssociationConnector Association="dealerModel.FK__cards__id_produc__29572725" ManuallyRouted="false" />
  15. <AssociationConnector Association="dealerModel.FK__invoices__id_car__2E1BDC42" ManuallyRouted="false" />
  16. <AssociationConnector Association="dealerModel.FK__products__id_dis__267ABA7A" ManuallyRouted="false" />
  17. <AssociationConnector Association="dealerModel.FK__invoices__id_emp__2F10007B" ManuallyRouted="false" />
  18. </Diagram>
  19. </edmx:Diagrams>
  20. </edmx:Designer>
  21. </edmx:Edmx>