12345678910111213141516171819202122232425262728 |
- <?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="2488b68a686f49979d4360a3740e6534" Name="Diagram1">
- <EntityTypeShape EntityType="gr671_kyaaModel.Dish" Width="1.5" PointX="5.25" PointY="9.75" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_kyaaModel.Order" Width="1.5" PointX="5.25" PointY="2.5" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_kyaaModel.Place" Width="1.5" PointX="3" PointY="6.75" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_kyaaModel.Post" Width="1.5" PointX="0.625" PointY="3.625" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_kyaaModel.Preorder" Width="1.5" PointX="7.5" PointY="2.75" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_kyaaModel.Staff" Width="1.5" PointX="7.5" PointY="6.125" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_kyaaModel.StaffList" Width="1.5" PointX="5.25" PointY="6" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_kyaaModel.StatusOrder" Width="1.5" PointX="3" PointY="10.125" IsExpanded="true" />
- <EntityTypeShape EntityType="gr671_kyaaModel.UserCoffee" Width="1.5" PointX="3" PointY="2" IsExpanded="true" />
- <AssociationConnector Association="gr671_kyaaModel.FK_Preorder_Dish" ManuallyRouted="false" />
- <AssociationConnector Association="gr671_kyaaModel.FK_Order_Place" ManuallyRouted="false" />
- <AssociationConnector Association="gr671_kyaaModel.FK_Order_StatusOrder" ManuallyRouted="false" />
- <AssociationConnector Association="gr671_kyaaModel.FK_Order_UserCoffee" ManuallyRouted="false" />
- <AssociationConnector Association="gr671_kyaaModel.FK_Preorder_Order" ManuallyRouted="false" />
- <AssociationConnector Association="gr671_kyaaModel.FK_UserCoffee_Post" ManuallyRouted="false" />
- <AssociationConnector Association="gr671_kyaaModel.FK_Staff_StaffList" ManuallyRouted="false" />
- <AssociationConnector Association="gr671_kyaaModel.FK_StaffList_UserCoffee" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|