| 1234567891011121314151617181920 |
- <?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="1667da5ad8ca4f3eba497edb1f942fff" Name="Diagram1">
- <EntityTypeShape EntityType="educfModel.commune" Width="1.5" PointX="0.75" PointY="1" IsExpanded="true" />
- <EntityTypeShape EntityType="educfModel.etabeffectifannee" Width="1.5" PointX="8" PointY="3.75" IsExpanded="true" />
- <EntityTypeShape EntityType="educfModel.etablissement" Width="1.5" PointX="5.75" PointY="1.25" IsExpanded="true" />
- <EntityTypeShape EntityType="educfModel.niveau" Width="1.5" PointX="10.375" PointY="3.875" IsExpanded="true" />
- <EntityTypeShape EntityType="educfModel.rue" Width="1.5" PointX="3" PointY="2.25" IsExpanded="true" />
- <AssociationConnector Association="educfModel.FK_RuesCommunes" ManuallyRouted="false" />
- <AssociationConnector Association="educfModel.FK_EtabEffectifAnnee" ManuallyRouted="false" />
- <AssociationConnector Association="educfModel.rueetablissement" />
- <AssociationConnector Association="educfModel.etabeffectifanneeniveau" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|