123456789101112131415161718 |
- <?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="80563c93e0ee4d898dcdc7998f27254b" Name="Diagram1">
- <EntityTypeShape EntityType="VideoprokatModel.KlassifikatsionnyKod" Width="1.5" PointX="3" PointY="4.625" IsExpanded="true" />
- <EntityTypeShape EntityType="VideoprokatModel.Klient" Width="1.5" PointX="0.875" PointY="1.25" IsExpanded="true" />
- <EntityTypeShape EntityType="VideoprokatModel.OboorotnayaVedomost" Width="1.5" PointX="3" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="VideoprokatModel.Videoteka" Width="1.5" PointX="0.75" PointY="5.25" IsExpanded="true" />
- <AssociationConnector Association="VideoprokatModel.FK__Oboorotna__KodKl__3D5E1FD2" ManuallyRouted="false" />
- <AssociationConnector Association="VideoprokatModel.FK__Oboorotna__Nomer__3E52440B" ManuallyRouted="false" />
- <AssociationConnector Association="VideoprokatModel.FK_Videoteka_KlassifikatsionnyKod" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|