1234567891011121314151617181920212223242526272829303132 |
- <?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="8b0344a8c0734247a893f582ed1e91d2" Name="Diagram1">
- <EntityTypeShape EntityType="testModel.Dish" Width="1.5" PointX="0.75" PointY="10.125" IsExpanded="true" />
- <EntityTypeShape EntityType="testModel.Order" Width="1.5" PointX="5.25" PointY="3.125" IsExpanded="true" />
- <EntityTypeShape EntityType="testModel.Place" Width="1.5" PointX="3" PointY="7.25" IsExpanded="true" />
- <EntityTypeShape EntityType="testModel.Preorder" Width="1.5" PointX="3" PointY="10" IsExpanded="true" />
- <EntityTypeShape EntityType="testModel.Role" Width="1.5" PointX="0.75" PointY="3.75" IsExpanded="true" />
- <EntityTypeShape EntityType="testModel.Staff" Width="1.5" PointX="7.5" PointY="7.125" IsExpanded="true" />
- <EntityTypeShape EntityType="testModel.StaffList" Width="1.5" PointX="5.25" PointY="7" IsExpanded="true" />
- <EntityTypeShape EntityType="testModel.StatusOrder" Width="1.5" PointX="3" PointY="12.875" IsExpanded="true" />
- <EntityTypeShape EntityType="testModel.StatusPlace" Width="1.5" PointX="0.75" PointY="7.5" IsExpanded="true" />
- <EntityTypeShape EntityType="testModel.StatusUser" Width="1.5" PointX="0.75" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="testModel.User" Width="1.5" PointX="3" PointY="2.875" IsExpanded="true" />
- <AssociationConnector Association="testModel.FK_Preorder_Dish" ManuallyRouted="false" />
- <AssociationConnector Association="testModel.FK_Order_Place" ManuallyRouted="false" />
- <AssociationConnector Association="testModel.FK_Order_Preorder" ManuallyRouted="false" />
- <AssociationConnector Association="testModel.FK_Order_StatusOrder" ManuallyRouted="false" />
- <AssociationConnector Association="testModel.FK_Order_User" ManuallyRouted="false" />
- <AssociationConnector Association="testModel.FK_Place_StatusPlace" ManuallyRouted="false" />
- <AssociationConnector Association="testModel.FK_User_Role" ManuallyRouted="false" />
- <AssociationConnector Association="testModel.FK_Staff_StaffList" ManuallyRouted="false" />
- <AssociationConnector Association="testModel.FK_StaffList_User" ManuallyRouted="false" />
- <AssociationConnector Association="testModel.FK_User_StatusUser" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|