Model1.edmx.diagram 1.9 KB

123456789101112131415161718192021222324
  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="ca2e5064995d40ef81ecd9816ad57cf3" Name="Diagram1">
  8. <EntityTypeShape EntityType="ExamPm01Model.metrics" Width="1.5" PointX="3" PointY="0.75" IsExpanded="true" />
  9. <EntityTypeShape EntityType="ExamPm01Model.posts" Width="1.5" PointX="3" PointY="3.5" IsExpanded="true" />
  10. <EntityTypeShape EntityType="ExamPm01Model.postsmetrics" Width="1.5" PointX="5.25" PointY="2.625" IsExpanded="true" />
  11. <EntityTypeShape EntityType="ExamPm01Model.roles" Width="1.5" PointX="0.75" PointY="3.875" IsExpanded="true" />
  12. <EntityTypeShape EntityType="ExamPm01Model.sysdiagrams" Width="1.5" PointX="0.75" PointY="6.5" IsExpanded="true" />
  13. <EntityTypeShape EntityType="ExamPm01Model.users" Width="1.5" PointX="5.25" PointY="6" IsExpanded="true" />
  14. <EntityTypeShape EntityType="ExamPm01Model.usersmetrics" Width="1.5" PointX="7.5" PointY="6.25" IsExpanded="true" />
  15. <AssociationConnector Association="ExamPm01Model.postsmetrics_id_metric_fkey" ManuallyRouted="false" />
  16. <AssociationConnector Association="ExamPm01Model.usersmetrics_id_metric_fkey" ManuallyRouted="false" />
  17. <AssociationConnector Association="ExamPm01Model.posts_roles_fk" ManuallyRouted="false" />
  18. <AssociationConnector Association="ExamPm01Model.postsmetrics_id_post_fkey" ManuallyRouted="false" />
  19. <AssociationConnector Association="ExamPm01Model.users_id_post_fkey" ManuallyRouted="false" />
  20. <AssociationConnector Association="ExamPm01Model.usersmetrics_id_user_fkey" ManuallyRouted="false" />
  21. </Diagram>
  22. </edmx:Diagrams>
  23. </edmx:Designer>
  24. </edmx:Edmx>