1234567891011121314151617181920212223242526272829303132333435363738 |
- <?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="f4e9d5c7c118418dbeec7f2029dd3ae0" Name="Diagram1">
- <EntityTypeShape EntityType="gr672_pgvModel.Car" Width="1.5" PointX="5.25" PointY="10" />
- <EntityTypeShape EntityType="gr672_pgvModel.Card" Width="1.5" PointX="7.5" PointY="14" />
- <EntityTypeShape EntityType="gr672_pgvModel.CardIssuer" Width="1.5" PointX="5.25" PointY="16" />
- <EntityTypeShape EntityType="gr672_pgvModel.CardType" Width="1.5" PointX="5.25" PointY="13.625" />
- <EntityTypeShape EntityType="gr672_pgvModel.Client" Width="1.5" PointX="3" PointY="10" />
- <EntityTypeShape EntityType="gr672_pgvModel.DataOfCamera" Width="1.5" PointX="5.25" PointY="3" />
- <EntityTypeShape EntityType="gr672_pgvModel.FuelType" Width="1.5" PointX="0.75" PointY="0.75" />
- <EntityTypeShape EntityType="gr672_pgvModel.FuelTypeOnGasStation" Width="1.5" PointX="3" PointY="3.5" />
- <EntityTypeShape EntityType="gr672_pgvModel.GasStation" Width="1.5" PointX="0.75" PointY="3.75" />
- <EntityTypeShape EntityType="gr672_pgvModel.Payment" Width="1.5" PointX="9.75" PointY="6.25" />
- <EntityTypeShape EntityType="gr672_pgvModel.Refueling" Width="1.5" PointX="7.5" PointY="6.125" />
- <EntityTypeShape EntityType="gr672_pgvModel.RefuelingColumn" Width="1.5" PointX="3" PointY="6.625" />
- <EntityTypeShape EntityType="gr672_pgvModel.RefuelingGun" Width="1.5" PointX="5.25" PointY="6.5" />
- <AssociationConnector Association="gr672_pgvModel.FK_Car_Client" />
- <AssociationConnector Association="gr672_pgvModel.FK_Refueling_Car" />
- <AssociationConnector Association="gr672_pgvModel.FK_Card_CardIssuer" />
- <AssociationConnector Association="gr672_pgvModel.FK_Card_CardType" />
- <AssociationConnector Association="gr672_pgvModel.FK_Card_Client" />
- <AssociationConnector Association="gr672_pgvModel.FK_Payment_Card" />
- <AssociationConnector Association="gr672_pgvModel.FK_Refueling_DataOfCamera" />
- <AssociationConnector Association="gr672_pgvModel.FK_FuelInGasStation_TypeOfFuel" />
- <AssociationConnector Association="gr672_pgvModel.FK_RefuelingGun_FuelType" />
- <AssociationConnector Association="gr672_pgvModel.FK_FuelInGasStation_GasStation" />
- <AssociationConnector Association="gr672_pgvModel.FK_RefuelingColumn_GasStation" />
- <AssociationConnector Association="gr672_pgvModel.FK_Payment_Refueling" />
- <AssociationConnector Association="gr672_pgvModel.FK_Refueling_RefuelingGun" />
- <AssociationConnector Association="gr672_pgvModel.FK_RefuelingGun_RefuelingColumn" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|