| 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="4c45d57d67ec45f7969f7d774047eed5" Name="Diagram1">
- <EntityTypeShape EntityType="educfModel.commune" Width="1.5" PointX="0.875" PointY="2.75" IsExpanded="true" />
- <EntityTypeShape EntityType="educfModel.etabeffectifannee" Width="1.5" PointX="8.75" PointY="2.875" IsExpanded="true" />
- <EntityTypeShape EntityType="educfModel.etablissement" Width="2" PointX="5.75" PointY="1.25" IsExpanded="true" />
- <EntityTypeShape EntityType="educfModel.niveau" Width="2" PointX="11.125" PointY="3" IsExpanded="true" />
- <EntityTypeShape EntityType="educfModel.rue" Width="1.5" PointX="3.25" PointY="3.25" IsExpanded="true" />
- <AssociationConnector Association="educfModel.FK_RuesCommunes" ManuallyRouted="false" />
- <AssociationConnector Association="educfModel.FK_EtabEffectifAnnee" ManuallyRouted="false" />
- <AssociationConnector Association="educfModel.etablissementrue" />
- <AssociationConnector Association="educfModel.niveauetabeffectifannee" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|