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="9f22dfdd9ed0442dad137a52d928ca69" Name="Diagram1">
- <EntityTypeShape EntityType="school8Model.Client" Width="1.5" PointX="0.75" PointY="6.875" IsExpanded="true" />
- <EntityTypeShape EntityType="school8Model.ClientService" Width="1.5" PointX="3" PointY="2.375" IsExpanded="true" />
- <EntityTypeShape EntityType="school8Model.Gender" Width="1.5" PointX="1.5" PointY="11.75" IsExpanded="true" />
- <EntityTypeShape EntityType="school8Model.Service" Width="1.5" PointX="0.75" PointY="2.125" IsExpanded="true" />
- <EntityTypeShape EntityType="school8Model.ServicePhoto" Width="1.5" PointX="3" PointY="5.75" IsExpanded="true" />
- <AssociationConnector Association="school8Model.FK_Client_Gender" ManuallyRouted="false" />
- <AssociationConnector Association="school8Model.FK_ClientService_Client" ManuallyRouted="false" />
- <AssociationConnector Association="school8Model.FK_ClientService_Service" ManuallyRouted="false" />
- <AssociationConnector Association="school8Model.FK_ServicePhoto_Service" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|