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="0a1c161441e64862850fc11b4f297ccd" Name="Diagram1">
- <EntityTypeShape EntityType="Model.sysdiagram" Width="1.5" PointX="2.75" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.Book" Width="1.5" PointX="0.75" PointY="4" />
- <EntityTypeShape EntityType="Model.Order" Width="1.5" PointX="0.75" PointY="0.75" />
- <EntityTypeShape EntityType="Model.OrderBook" Width="1.5" PointX="3" PointY="4.5" />
- <AssociationConnector Association="Model.FK_OrderBooks_Book" />
- <AssociationConnector Association="Model.FK_OrderBooks_Order1" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|