Model1.edmx.diagram 2.1 KB

12345678910111213141516171819202122232425
  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="14c2a21b407e474cb88700b1093360dd" Name="Diagram1">
  8. <EntityTypeShape EntityType="WPF_test_41PModel.auth" Width="1.5" PointX="3" PointY="3.5" IsExpanded="true" />
  9. <EntityTypeShape EntityType="WPF_test_41PModel.genders" Width="1.5" PointX="3" PointY="0.75" IsExpanded="true" />
  10. <EntityTypeShape EntityType="WPF_test_41PModel.roles" Width="1.5" PointX="0.75" PointY="3.75" IsExpanded="true" />
  11. <EntityTypeShape EntityType="WPF_test_41PModel.sysdiagrams" Width="1.5" PointX="0.75" PointY="6.75" IsExpanded="true" />
  12. <EntityTypeShape EntityType="WPF_test_41PModel.traits" Width="1.5" PointX="5.25" PointY="0.75" IsExpanded="true" />
  13. <EntityTypeShape EntityType="WPF_test_41PModel.users" Width="1.5" PointX="5.25" PointY="3.25" IsExpanded="true" />
  14. <EntityTypeShape EntityType="WPF_test_41PModel.users_to_traits" Width="1.5" PointX="7.5" PointY="2.5" IsExpanded="true" />
  15. <EntityTypeShape EntityType="WPF_test_41PModel.usersimage" Width="1.5" PointX="7.5" PointY="6.25" IsExpanded="true" />
  16. <AssociationConnector Association="WPF_test_41PModel.FK_auth_roles" ManuallyRouted="false" />
  17. <AssociationConnector Association="WPF_test_41PModel.FK_users_auth" ManuallyRouted="false" />
  18. <AssociationConnector Association="WPF_test_41PModel.FK_users_genders" ManuallyRouted="false" />
  19. <AssociationConnector Association="WPF_test_41PModel.FK_users_to_traits_traits" ManuallyRouted="false" />
  20. <AssociationConnector Association="WPF_test_41PModel.FK_users_to_traits_users" ManuallyRouted="false" />
  21. <AssociationConnector Association="WPF_test_41PModel.FK_usersimage_users" ManuallyRouted="false" />
  22. </Diagram>
  23. </edmx:Diagrams>
  24. </edmx:Designer>
  25. </edmx:Edmx>