1234567891011121314151617181920 |
- <?xml version="1.0" encoding="utf-8"?>
- <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
- <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
- <edmx:Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
- <!-- Diagram content (shape and connector positions) -->
- <edmx:Diagrams>
- <Diagram DiagramId="36eb6c7715df477aabb9d5e6c330845d" Name="Diagram1">
- <EntityTypeShape EntityType="Model.Medicine" Width="1.5" PointX="3" PointY="5.5" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.Pol" Width="1.5" PointX="0.75" PointY="1.75" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.Role" Width="1.5" PointX="0.75" PointY="5.75" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.Used_medicined" Width="1.5" PointX="5.25" PointY="1.5" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.Users" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <AssociationConnector Association="Model.FK_Used_medicined_Medicine" ManuallyRouted="false" />
- <AssociationConnector Association="Model.FK_Users_Pol" ManuallyRouted="false" />
- <AssociationConnector Association="Model.FK_Users_Role" ManuallyRouted="false" />
- <AssociationConnector Association="Model.FK_Used_medicined_Users" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|