Model1.edmx.diagram 1.3 KB

12345678910111213141516171819
  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="f2c92dca12d04d629ffa2def924dac47" Name="Diagram1">
  8. <EntityTypeShape EntityType="user20Model.Executor" Width="1.5" PointX="5.25" PointY="6.25" IsExpanded="true" />
  9. <EntityTypeShape EntityType="user20Model.Manager" Width="1.5" PointX="3" PointY="7.625" IsExpanded="true" />
  10. <EntityTypeShape EntityType="user20Model.Task" Width="1.5" PointX="7.5" PointY="5.5" IsExpanded="true" />
  11. <EntityTypeShape EntityType="user20Model.User" Width="1.5" PointX="0.75" PointY="3.625" IsExpanded="true" />
  12. <AssociationConnector Association="user20Model.executors_fk0" ManuallyRouted="false" />
  13. <AssociationConnector Association="user20Model.FK_Executor_User" ManuallyRouted="false" />
  14. <AssociationConnector Association="user20Model.tasks_fk0" ManuallyRouted="false" />
  15. <AssociationConnector Association="user20Model.FK_Manager_User" ManuallyRouted="false" />
  16. </Diagram>
  17. </edmx:Diagrams>
  18. </edmx:Designer>
  19. </edmx:Edmx>