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="303e507a7acc473097f09db762540fbc" Name="Diagram1">
- <EntityTypeShape EntityType="testModel.Authors" Width="1.5" PointX="0.75" PointY="1.75" IsExpanded="true" />
- <EntityTypeShape EntityType="testModel.Books" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="testModel.Genre" Width="1.5" PointX="0.75" PointY="5.75" IsExpanded="true" />
- <EntityTypeShape EntityType="testModel.Order" Width="1.5" PointX="5.75" PointY="0.75" IsExpanded="true" />
- <AssociationConnector Association="testModel.FK_Books_Authors" ManuallyRouted="false" />
- <AssociationConnector Association="testModel.FK_Books_Genre" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|