12345678910111213141516171819202122 |
- <?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="0ea4f1cee3034285a34692daad77a5ac" Name="Diagram1">
- <EntityTypeShape EntityType="gr672_sdaModel.Dish" Width="1.5" PointX="3" PointY="5.5" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_sdaModel.Order" Width="1.5" PointX="5.25" PointY="5.125" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_sdaModel.Role" Width="1.5" PointX="0.75" PointY="1.625" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_sdaModel.Shift" Width="1.5" PointX="5.25" PointY="1.375" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_sdaModel.ShiftOrder" Width="1.5" PointX="7.5" PointY="1.5" IsExpanded="true" />
- <EntityTypeShape EntityType="gr672_sdaModel.User" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <AssociationConnector Association="gr672_sdaModel.FK_Order_Dish" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_sdaModel.FK_ShiftOrder_Order" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_sdaModel.FK_User_Role" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_sdaModel.FK_Shift_User" ManuallyRouted="false" />
- <AssociationConnector Association="gr672_sdaModel.FK_ShiftOrder_Shift" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|