ModelCafe.edmx.diagram 2.1 KB

1234567891011121314151617181920212223242526
  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="29c914836ea04c80b77c33835e064f37" Name="Diagram1">
  8. <EntityTypeShape EntityType="CafeModel.Test_Dish" Width="1.5" PointX="5.25" PointY="7.625" IsExpanded="true" />
  9. <EntityTypeShape EntityType="CafeModel.Test_DishList" Width="1.5" PointX="7.5" PointY="0.75" IsExpanded="true" />
  10. <EntityTypeShape EntityType="CafeModel.Test_Order" Width="1.5" PointX="5.25" PointY="3.5" IsExpanded="true" />
  11. <EntityTypeShape EntityType="CafeModel.Test_Post" Width="1.5" PointX="0.75" PointY="4" IsExpanded="true" />
  12. <EntityTypeShape EntityType="CafeModel.Test_Shift" Width="1.5" PointX="6" PointY="11" IsExpanded="true" />
  13. <EntityTypeShape EntityType="CafeModel.Test_ShiftUser" Width="1.5" PointX="8.25" PointY="3.875" IsExpanded="true" />
  14. <EntityTypeShape EntityType="CafeModel.Test_Status" Width="1.5" PointX="3" PointY="9" IsExpanded="true" />
  15. <EntityTypeShape EntityType="CafeModel.Test_User" Width="1.5" PointX="3" PointY="3.25" IsExpanded="true" />
  16. <AssociationConnector Association="CafeModel.FK_Test_DishList_Test_Dish" ManuallyRouted="false" />
  17. <AssociationConnector Association="CafeModel.FK_Test_DishList_Test_Order" ManuallyRouted="false" />
  18. <AssociationConnector Association="CafeModel.FK_Test_Order_Test_Status" ManuallyRouted="false" />
  19. <AssociationConnector Association="CafeModel.FK_Test_Order_Test_User" ManuallyRouted="false" />
  20. <AssociationConnector Association="CafeModel.FK_Test_User_Test_Post" ManuallyRouted="false" />
  21. <AssociationConnector Association="CafeModel.FK_Test_ShiftUser_Test_Shift" ManuallyRouted="false" />
  22. <AssociationConnector Association="CafeModel.FK_Test_ShiftUser_Test_User" ManuallyRouted="false" />
  23. </Diagram>
  24. </edmx:Diagrams>
  25. </edmx:Designer>
  26. </edmx:Edmx>