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="b5db6ab4c75b426fadde0ddc32766de0" Name="Diagram1">
- <EntityTypeShape EntityType="aeroModel.Company" Width="1.5" PointX="0.75" PointY="1.5" IsExpanded="true" />
- <EntityTypeShape EntityType="aeroModel.Pass_in_trip" Width="1.5" PointX="5.25" PointY="1.25" IsExpanded="true" />
- <EntityTypeShape EntityType="aeroModel.Passenger" Width="1.5" PointX="3" PointY="5.5" IsExpanded="true" />
- <EntityTypeShape EntityType="aeroModel.sysdiagrams" Width="1.5" PointX="5.75" PointY="4.75" IsExpanded="true" />
- <EntityTypeShape EntityType="aeroModel.Trip" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="aeroModel.Users" Width="1.5" PointX="7.75" PointY="0.75" IsExpanded="true" />
- <AssociationConnector Association="aeroModel.FK_Trip_Company" ManuallyRouted="false" />
- <AssociationConnector Association="aeroModel.FK_Pass_in_trip_Passenger" ManuallyRouted="false" />
- <AssociationConnector Association="aeroModel.FK_Pass_in_trip_Trip" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|