-
Notifications
You must be signed in to change notification settings - Fork 0
/
database1model.edmx.diagram
17 lines (17 loc) · 1.15 KB
/
database1model.edmx.diagram
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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="72fafd49884e4943a66a79be58b6bb81" Name="Diagram1" ZoomLevel="97">
<EntityTypeShape EntityType="Database1Model.Doctor" Width="1.5" PointX="0.75" PointY="1" IsExpanded="true" />
<EntityTypeShape EntityType="Database1Model.Patient" Width="1.5" PointX="5.625" PointY="1" IsExpanded="true" />
<EntityTypeShape EntityType="Database1Model.Session" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
<EntityTypeShape EntityType="Database1Model.user" Width="1.5" PointX="7.75" PointY="0.5" IsExpanded="true" />
<AssociationConnector Association="Database1Model.FK_Session_Doctor" ManuallyRouted="false" />
<AssociationConnector Association="Database1Model.FK_Session_Patient" ManuallyRouted="false" />
</Diagram>
</edmx:Diagrams>
</edmx:Designer>
</edmx:Edmx>