GasStationModel.edmx.diagram 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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="f4e9d5c7c118418dbeec7f2029dd3ae0" Name="Diagram1">
  8. <EntityTypeShape EntityType="gr672_pgvModel.Car" Width="1.5" PointX="5.25" PointY="10" />
  9. <EntityTypeShape EntityType="gr672_pgvModel.Card" Width="1.5" PointX="7.5" PointY="14" />
  10. <EntityTypeShape EntityType="gr672_pgvModel.CardIssuer" Width="1.5" PointX="5.25" PointY="16" />
  11. <EntityTypeShape EntityType="gr672_pgvModel.CardType" Width="1.5" PointX="5.25" PointY="13.625" />
  12. <EntityTypeShape EntityType="gr672_pgvModel.Client" Width="1.5" PointX="3" PointY="10" />
  13. <EntityTypeShape EntityType="gr672_pgvModel.DataOfCamera" Width="1.5" PointX="5.25" PointY="3" />
  14. <EntityTypeShape EntityType="gr672_pgvModel.FuelType" Width="1.5" PointX="0.75" PointY="0.75" />
  15. <EntityTypeShape EntityType="gr672_pgvModel.FuelTypeOnGasStation" Width="1.5" PointX="3" PointY="3.5" />
  16. <EntityTypeShape EntityType="gr672_pgvModel.GasStation" Width="1.5" PointX="0.75" PointY="3.75" />
  17. <EntityTypeShape EntityType="gr672_pgvModel.Payment" Width="1.5" PointX="9.75" PointY="6.25" />
  18. <EntityTypeShape EntityType="gr672_pgvModel.Refueling" Width="1.5" PointX="7.5" PointY="6.125" />
  19. <EntityTypeShape EntityType="gr672_pgvModel.RefuelingColumn" Width="1.5" PointX="3" PointY="6.625" />
  20. <EntityTypeShape EntityType="gr672_pgvModel.RefuelingGun" Width="1.5" PointX="5.25" PointY="6.5" />
  21. <AssociationConnector Association="gr672_pgvModel.FK_Car_Client" />
  22. <AssociationConnector Association="gr672_pgvModel.FK_Refueling_Car" />
  23. <AssociationConnector Association="gr672_pgvModel.FK_Card_CardIssuer" />
  24. <AssociationConnector Association="gr672_pgvModel.FK_Card_CardType" />
  25. <AssociationConnector Association="gr672_pgvModel.FK_Card_Client" />
  26. <AssociationConnector Association="gr672_pgvModel.FK_Payment_Card" />
  27. <AssociationConnector Association="gr672_pgvModel.FK_Refueling_DataOfCamera" />
  28. <AssociationConnector Association="gr672_pgvModel.FK_FuelInGasStation_TypeOfFuel" />
  29. <AssociationConnector Association="gr672_pgvModel.FK_RefuelingGun_FuelType" />
  30. <AssociationConnector Association="gr672_pgvModel.FK_FuelInGasStation_GasStation" />
  31. <AssociationConnector Association="gr672_pgvModel.FK_RefuelingColumn_GasStation" />
  32. <AssociationConnector Association="gr672_pgvModel.FK_Payment_Refueling" />
  33. <AssociationConnector Association="gr672_pgvModel.FK_Refueling_RefuelingGun" />
  34. <AssociationConnector Association="gr672_pgvModel.FK_RefuelingGun_RefuelingColumn" />
  35. </Diagram>
  36. </edmx:Diagrams>
  37. </edmx:Designer>
  38. </edmx:Edmx>