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="11a603b61a504414a674e2db10195aa6" Name="Diagram1">
- <EntityTypeShape EntityType="gr671_mkyuModel.Call" Width="1.5" PointX="5.25" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_mkyuModel.Client" Width="1.5" PointX="0.75" PointY="1.375" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_mkyuModel.Lead" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_mkyuModel.Product" Width="1.5" PointX="0.75" PointY="5.375" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_mkyuModel.Users" Width="1.5" PointX="3" PointY="4.875" IsExpanded="true" />
- <AssociationConnector Association="gr671_mkyuModel.FK_Call_Lead" ManuallyRouted="false" />
- <AssociationConnector Association="gr671_mkyuModel.FK_Call_Users" ManuallyRouted="false" />
- <AssociationConnector Association="gr671_mkyuModel.FK_Lead_Client" ManuallyRouted="false" />
- <AssociationConnector Association="gr671_mkyuModel.FK_Lead_Product" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|