123456789101112131415161718192021222324252627282930 |
- <?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="3b4bf8b15ac44e7aa91e97342cf3d486" Name="Diagram1">
- <EntityTypeShape EntityType="lyahov_TkaniModel.sysdiagrams" Width="1.5" PointX="7.75" PointY="9" IsExpanded="true" />
- <EntityTypeShape EntityType="lyahov_TkaniModel.Заказ" Width="1.5" PointX="0.75" PointY="1.875" IsExpanded="true" />
- <EntityTypeShape EntityType="lyahov_TkaniModel.Заказанные_изделия" Width="1.5" PointX="3" PointY="5.25" IsExpanded="true" />
- <EntityTypeShape EntityType="lyahov_TkaniModel.Изделие" Width="1.5" PointX="0.75" PointY="5.875" IsExpanded="true" />
- <EntityTypeShape EntityType="lyahov_TkaniModel.Пользователь" Width="1.5" PointX="1.5" PointY="13.125" IsExpanded="true" />
- <EntityTypeShape EntityType="lyahov_TkaniModel.Склад_ткани" Width="1.5" PointX="5.25" PointY="9" IsExpanded="true" />
- <EntityTypeShape EntityType="lyahov_TkaniModel.Склад_фурнитуры" Width="1.5" PointX="6" PointY="1.75" IsExpanded="true" />
- <EntityTypeShape EntityType="lyahov_TkaniModel.Ткань" Width="1.5" PointX="3" PointY="8.375" IsExpanded="true" />
- <EntityTypeShape EntityType="lyahov_TkaniModel.Фурнитура" Width="1.5" PointX="3.75" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="lyahov_TkaniModel.Фурнитура_изделия" Width="1.5" PointX="6" PointY="4.875" IsExpanded="true" />
- <AssociationConnector Association="lyahov_TkaniModel.FK_Заказ_Пользователь" ManuallyRouted="false" />
- <AssociationConnector Association="lyahov_TkaniModel.FK_Заказ_Пользователь1" ManuallyRouted="false" />
- <AssociationConnector Association="lyahov_TkaniModel.FK_Заказанные_изделия_Заказ" ManuallyRouted="false" />
- <AssociationConnector Association="lyahov_TkaniModel.FK_Заказанные_изделия_Изделие" ManuallyRouted="false" />
- <AssociationConnector Association="lyahov_TkaniModel.FK_Фурнитура_изделия_Изделие" ManuallyRouted="false" />
- <AssociationConnector Association="lyahov_TkaniModel.FK_Склад_ткани_Ткань" ManuallyRouted="false" />
- <AssociationConnector Association="lyahov_TkaniModel.FK_Склад_фурнитуры_Фурнитура" ManuallyRouted="false" />
- <AssociationConnector Association="lyahov_TkaniModel.FK_Фурнитура_изделия_Фурнитура" ManuallyRouted="false" />
- <AssociationConnector Association="lyahov_TkaniModel.Ткани_изделия" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|