Model1.edmx.diagram 2.2 KB

12345678910111213141516171819202122232425262728
  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="e397740640f045438d6ef44ba8653835" Name="Diagram1">
  8. <EntityTypeShape EntityType="Model.Brand" Width="1.5" PointX="0.75" PointY="10.125" IsExpanded="true" />
  9. <EntityTypeShape EntityType="Model.Cheque" Width="1.5" PointX="3" PointY="7.625" IsExpanded="true" />
  10. <EntityTypeShape EntityType="Model.Components_of_Cheque" Width="1.5" PointX="5.25" PointY="3" IsExpanded="true" />
  11. <EntityTypeShape EntityType="Model.Gender" Width="1.5" PointX="0.75" PointY="3.5" IsExpanded="true" />
  12. <EntityTypeShape EntityType="Model.Model" Width="1.5" PointX="1.5" PointY="13.375" IsExpanded="true" />
  13. <EntityTypeShape EntityType="Model.PhotoUsers" Width="1.5" PointX="0.75" PointY="6.25" IsExpanded="true" />
  14. <EntityTypeShape EntityType="Model.Role" Width="1.5" PointX="0.75" PointY="0.75" IsExpanded="true" />
  15. <EntityTypeShape EntityType="Model.Sneakers" Width="1.5" PointX="3" PointY="10" IsExpanded="true" />
  16. <EntityTypeShape EntityType="Model.Users" Width="1.5" PointX="3" PointY="2.375" IsExpanded="true" />
  17. <AssociationConnector Association="Model.FK_Brand_Model" ManuallyRouted="false" />
  18. <AssociationConnector Association="Model.FK_Sneakers_Brand" ManuallyRouted="false" />
  19. <AssociationConnector Association="Model.FK_Components_of_Cheque_Cheque" ManuallyRouted="false" />
  20. <AssociationConnector Association="Model.FK_Components_of_Cheque_Sneakers" ManuallyRouted="false" />
  21. <AssociationConnector Association="Model.FK_Components_of_Cheque_Users" ManuallyRouted="false" />
  22. <AssociationConnector Association="Model.FK_Users_Gender" ManuallyRouted="false" />
  23. <AssociationConnector Association="Model.FK_Users_PhotoUsers" ManuallyRouted="false" />
  24. <AssociationConnector Association="Model.FK_Users_Role" ManuallyRouted="false" />
  25. </Diagram>
  26. </edmx:Diagrams>
  27. </edmx:Designer>
  28. </edmx:Edmx>