1234567891011121314151617181920212223 |
- <?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="d35cd23456ad49a0b6f00c55beec6e75" Name="Diagram1">
- <EntityTypeShape EntityType="ExamPm01Model.metrics" Width="1.5" PointX="3" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="ExamPm01Model.posts" Width="1.5" PointX="3" PointY="3.5" IsExpanded="true" />
- <EntityTypeShape EntityType="ExamPm01Model.postsmetrics" Width="1.5" PointX="5.25" PointY="2.625" IsExpanded="true" />
- <EntityTypeShape EntityType="ExamPm01Model.roles" Width="1.5" PointX="0.75" PointY="3.875" IsExpanded="true" />
- <EntityTypeShape EntityType="ExamPm01Model.users" Width="1.5" PointX="5.25" PointY="6" IsExpanded="true" />
- <EntityTypeShape EntityType="ExamPm01Model.usersmetrics" Width="1.5" PointX="7.5" PointY="6.25" IsExpanded="true" />
- <AssociationConnector Association="ExamPm01Model.postsmetrics_id_metric_fkey" ManuallyRouted="false" />
- <AssociationConnector Association="ExamPm01Model.usersmetrics_id_metric_fkey" ManuallyRouted="false" />
- <AssociationConnector Association="ExamPm01Model.posts_roles_fk" ManuallyRouted="false" />
- <AssociationConnector Association="ExamPm01Model.postsmetrics_id_post_fkey" ManuallyRouted="false" />
- <AssociationConnector Association="ExamPm01Model.users_id_post_fkey" ManuallyRouted="false" />
- <AssociationConnector Association="ExamPm01Model.usersmetrics_id_user_fkey" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|