1234567891011121314151617181920212223242526 |
- <?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="29c914836ea04c80b77c33835e064f37" Name="Diagram1">
- <EntityTypeShape EntityType="CafeModel.Test_Dish" Width="1.5" PointX="5.25" PointY="7.625" IsExpanded="true" />
- <EntityTypeShape EntityType="CafeModel.Test_DishList" Width="1.5" PointX="7.5" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="CafeModel.Test_Order" Width="1.5" PointX="5.25" PointY="3.5" IsExpanded="true" />
- <EntityTypeShape EntityType="CafeModel.Test_Post" Width="1.5" PointX="0.75" PointY="4" IsExpanded="true" />
- <EntityTypeShape EntityType="CafeModel.Test_Shift" Width="1.5" PointX="6" PointY="11" IsExpanded="true" />
- <EntityTypeShape EntityType="CafeModel.Test_ShiftUser" Width="1.5" PointX="8.25" PointY="3.875" IsExpanded="true" />
- <EntityTypeShape EntityType="CafeModel.Test_Status" Width="1.5" PointX="3" PointY="9" IsExpanded="true" />
- <EntityTypeShape EntityType="CafeModel.Test_User" Width="1.5" PointX="3" PointY="3.25" IsExpanded="true" />
- <AssociationConnector Association="CafeModel.FK_Test_DishList_Test_Dish" ManuallyRouted="false" />
- <AssociationConnector Association="CafeModel.FK_Test_DishList_Test_Order" ManuallyRouted="false" />
- <AssociationConnector Association="CafeModel.FK_Test_Order_Test_Status" ManuallyRouted="false" />
- <AssociationConnector Association="CafeModel.FK_Test_Order_Test_User" ManuallyRouted="false" />
- <AssociationConnector Association="CafeModel.FK_Test_User_Test_Post" ManuallyRouted="false" />
- <AssociationConnector Association="CafeModel.FK_Test_ShiftUser_Test_Shift" ManuallyRouted="false" />
- <AssociationConnector Association="CafeModel.FK_Test_ShiftUser_Test_User" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|