1234567891011121314151617 |
- <?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="152fb1b5a0e9414d8c241d06dc70610d" Name="Diagram1" ZoomLevel="130">
- <EntityTypeShape EntityType="Model.Roads" Width="1.5" PointX="5.25" PointY="1.25" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.Stations" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.TypeStation" Width="1.5" PointX="0.75" PointY="1.375" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.AuthorizationTable" Width="1.5" PointX="7.125" PointY="1.625" IsExpanded="true" />
- <AssociationConnector Association="Model.FK_Stations" ManuallyRouted="false" />
- <AssociationConnector Association="Model.Stations_Roads" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|