MyDatabase.edmx.diagram 944 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
  3. <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
  4. <edmx:Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
  5. <!-- Diagram content (shape and connector positions) -->
  6. <edmx:Diagrams>
  7. <Diagram DiagramId="d8a2eac0d92e4f2788f79020100bada0" Name="Diagram1" ZoomLevel="297">
  8. <EntityTypeShape EntityType="Test01DB.Manager" Width="1.5" PointX="2.75" PointY="1" IsExpanded="true" />
  9. <EntityTypeShape EntityType="Test01DB.Role" Width="1.5" PointX="0.5" PointY="1.5" IsExpanded="true" />
  10. <EntityTypeShape EntityType="Test01DB.sysdiagrams" Width="1.5" PointX="5.875" PointY="1.375" IsExpanded="true" />
  11. <AssociationConnector Association="Test01DB.FK_Manager_Role" ManuallyRouted="false" />
  12. </Diagram>
  13. </edmx:Diagrams>
  14. </edmx:Designer>
  15. </edmx:Edmx>