Model1.edmx.diagram 1.4 KB

1234567891011121314151617181920
  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="36eb6c7715df477aabb9d5e6c330845d" Name="Diagram1">
  8. <EntityTypeShape EntityType="Model.Medicine" Width="1.5" PointX="3" PointY="5.5" IsExpanded="true" />
  9. <EntityTypeShape EntityType="Model.Pol" Width="1.5" PointX="0.75" PointY="1.75" IsExpanded="true" />
  10. <EntityTypeShape EntityType="Model.Role" Width="1.5" PointX="0.75" PointY="5.75" IsExpanded="true" />
  11. <EntityTypeShape EntityType="Model.Used_medicined" Width="1.5" PointX="5.25" PointY="1.5" IsExpanded="true" />
  12. <EntityTypeShape EntityType="Model.Users" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
  13. <AssociationConnector Association="Model.FK_Used_medicined_Medicine" ManuallyRouted="false" />
  14. <AssociationConnector Association="Model.FK_Users_Pol" ManuallyRouted="false" />
  15. <AssociationConnector Association="Model.FK_Users_Role" ManuallyRouted="false" />
  16. <AssociationConnector Association="Model.FK_Used_medicined_Users" ManuallyRouted="false" />
  17. </Diagram>
  18. </edmx:Diagrams>
  19. </edmx:Designer>
  20. </edmx:Edmx>