123456789101112131415161718192021222324 |
- <?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="c1e0eb00437f4bf8b09ed8abe49f0984" Name="Diagram1">
- <EntityTypeShape EntityType="Model.Brand" Width="1.5" PointX="0.75" PointY="8.75" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.Cheque" Width="1.5" PointX="3" PointY="6" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.Components_of_Cheque" Width="1.5" PointX="5.25" PointY="1.375" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.Gender" Width="1.5" PointX="0.75" PointY="1.875" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.Role" Width="1.5" PointX="0.75" PointY="5.875" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.Sneakers" Width="1.5" PointX="3" PointY="8.375" IsExpanded="true" />
- <EntityTypeShape EntityType="Model.Users" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <AssociationConnector Association="Model.FK_Sneakers_Brand" ManuallyRouted="false" />
- <AssociationConnector Association="Model.FK_Components_of_Cheque_Cheque" ManuallyRouted="false" />
- <AssociationConnector Association="Model.FK_Components_of_Cheque_Sneakers" ManuallyRouted="false" />
- <AssociationConnector Association="Model.FK_Components_of_Cheque_Users" ManuallyRouted="false" />
- <AssociationConnector Association="Model.FK_Users_Gender" ManuallyRouted="false" />
- <AssociationConnector Association="Model.FK_Users_Role" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|