DataBase.edmx.diagram 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
  3. <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
  4. <edmx:Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
  5. <!-- Diagram content (shape and connector positions) -->
  6. <edmx:Diagrams>
  7. <Diagram DiagramId="0d5968be3abf49709816a7b5dc5fc181" Name="Diagram1">
  8. <EntityTypeShape EntityType="Model.sysdiagrams" Width="1.5" PointX="0.75" PointY="7.75" IsExpanded="true" />
  9. <EntityTypeShape EntityType="Model.tbBasket" Width="1.5" PointX="5.25" PointY="1.25" IsExpanded="true" />
  10. <EntityTypeShape EntityType="Model.tbBasketItems" Width="1.5" PointX="7.5" PointY="1.25" IsExpanded="true" />
  11. <EntityTypeShape EntityType="Model.tbBatchMaterial" Width="1.5" PointX="14.25" PointY="0.875" IsExpanded="true" />
  12. <EntityTypeShape EntityType="Model.tbCategoryMaterial" Width="1.5" PointX="9.75" PointY="1.25" IsExpanded="true" />
  13. <EntityTypeShape EntityType="Model.tbCompositionJewelry" Width="1.5" PointX="16.5" PointY="5.75" IsExpanded="true" />
  14. <EntityTypeShape EntityType="Model.tbGender" Width="1.5" PointX="0.75" PointY="4.125" IsExpanded="true" />
  15. <EntityTypeShape EntityType="Model.tbImageUser" Width="1.5" PointX="5.25" PointY="3.875" IsExpanded="true" />
  16. <EntityTypeShape EntityType="Model.tbJewelry" Width="1.5" PointX="5.25" PointY="9.875" IsExpanded="true" />
  17. <EntityTypeShape EntityType="Model.tbMaterial" Width="1.5" PointX="12" PointY="1" IsExpanded="true" />
  18. <EntityTypeShape EntityType="Model.tbOrder" Width="1.5" PointX="5.25" PointY="6.625" IsExpanded="true" />
  19. <EntityTypeShape EntityType="Model.tbOrderItems" Width="1.5" PointX="7.5" PointY="6.625" IsExpanded="true" />
  20. <EntityTypeShape EntityType="Model.tbRole" Width="1.5" PointX="0.75" PointY="1.125" IsExpanded="true" />
  21. <EntityTypeShape EntityType="Model.tbTypeJewelry" Width="1.5" PointX="3" PointY="10.5" IsExpanded="true" />
  22. <EntityTypeShape EntityType="Model.tbUsers" Width="1.5" PointX="3" PointY="2.875" IsExpanded="true" />
  23. <AssociationConnector Association="Model.FK_tbBasket_tbUsers" ManuallyRouted="false" />
  24. <AssociationConnector Association="Model.FK_tbBasketItems_tbBasket" ManuallyRouted="false" />
  25. <AssociationConnector Association="Model.FK_tbBasketItems_tbJewelry" ManuallyRouted="false" />
  26. <AssociationConnector Association="Model.FK_tbBatchMaterial_tbMaterial" ManuallyRouted="false" />
  27. <AssociationConnector Association="Model.FK_tbCompositionJewelry_tbBatchMaterial" ManuallyRouted="false" />
  28. <AssociationConnector Association="Model.FK_tbMaterial_tbCategoryMaterial" ManuallyRouted="false" />
  29. <AssociationConnector Association="Model.FK_tbCompositionJewelry_tbJewelry" ManuallyRouted="false" />
  30. <AssociationConnector Association="Model.FK_tbUsers_tbGender" ManuallyRouted="false" />
  31. <AssociationConnector Association="Model.FK_tbImageUser_tbUsers" ManuallyRouted="false" />
  32. <AssociationConnector Association="Model.FK_tbUsers_tbImageUser" ManuallyRouted="false" />
  33. <AssociationConnector Association="Model.FK_tbJewelry_tbTypeJewelry" ManuallyRouted="false" />
  34. <AssociationConnector Association="Model.FK_tbOrderItems_tbJewelry" ManuallyRouted="false" />
  35. <AssociationConnector Association="Model.FK_tbOrder_tbUsers" ManuallyRouted="false" />
  36. <AssociationConnector Association="Model.FK_tbOrderItems_tbOrder" ManuallyRouted="false" />
  37. <AssociationConnector Association="Model.FK_tbUsers_tbRole" ManuallyRouted="false" />
  38. </Diagram>
  39. </edmx:Diagrams>
  40. </edmx:Designer>
  41. </edmx:Edmx>