Model.edmx.diagram 1.5 KB

123456789101112131415161718192021
  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="ad278e3c8bfe40b797567cee513e1d16" Name="Diagram1">
  8. <EntityTypeShape EntityType="Model.Contracts" Width="1.5" PointX="3" PointY="3.625" IsExpanded="true" />
  9. <EntityTypeShape EntityType="Model.Customer" Width="1.5" PointX="0.75" PointY="1" IsExpanded="true" />
  10. <EntityTypeShape EntityType="Model.Flowers" Width="1.5" PointX="0.75" PointY="7.375" IsExpanded="true" />
  11. <EntityTypeShape EntityType="Model.Postav" Width="1.5" PointX="0.75" PointY="3.875" IsExpanded="true" />
  12. <EntityTypeShape EntityType="Model.sysdiagrams" Width="1.5" PointX="5.75" PointY="1.875" IsExpanded="true" />
  13. <EntityTypeShape EntityType="Model.Postav_Flowers" Width="1.5" PointX="3" PointY="0.75" IsExpanded="true" />
  14. <AssociationConnector Association="Model.FK_Contracts_Customer" ManuallyRouted="false" />
  15. <AssociationConnector Association="Model.FK_Contracts_Postav" ManuallyRouted="false" />
  16. <AssociationConnector Association="Model.FK_Postav_Flowers_Flowers" ManuallyRouted="false" />
  17. <AssociationConnector Association="Model.FK_Postav_Flowers_Postav" ManuallyRouted="false" />
  18. </Diagram>
  19. </edmx:Diagrams>
  20. </edmx:Designer>
  21. </edmx:Edmx>