Model1.edmx.diagram 1.0 KB

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
  3. <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
  4. <edmx:Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
  5. <!-- Diagram content (shape and connector positions) -->
  6. <edmx:Diagrams>
  7. <Diagram DiagramId="0a1c161441e64862850fc11b4f297ccd" Name="Diagram1">
  8. <EntityTypeShape EntityType="Model.sysdiagram" Width="1.5" PointX="2.75" PointY="0.75" IsExpanded="true" />
  9. <EntityTypeShape EntityType="Model.Book" Width="1.5" PointX="0.75" PointY="4" />
  10. <EntityTypeShape EntityType="Model.Order" Width="1.5" PointX="0.75" PointY="0.75" />
  11. <EntityTypeShape EntityType="Model.OrderBook" Width="1.5" PointX="3" PointY="4.5" />
  12. <AssociationConnector Association="Model.FK_OrderBooks_Book" />
  13. <AssociationConnector Association="Model.FK_OrderBooks_Order1" />
  14. </Diagram>
  15. </edmx:Diagrams>
  16. </edmx:Designer>
  17. </edmx:Edmx>