|
@@ -4,7 +4,7 @@
|
|
|
<edmx:Runtime>
|
|
<edmx:Runtime>
|
|
|
<!-- SSDL content -->
|
|
<!-- SSDL content -->
|
|
|
<edmx:StorageModels>
|
|
<edmx:StorageModels>
|
|
|
- <Schema Namespace="educfModel.Store" Provider="Npgsql" ProviderManifestToken="9.2.8" Alias="Self" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
|
|
|
|
|
|
|
+ <Schema Namespace="educfModel.Store" Provider="Npgsql" ProviderManifestToken="9.2.8" Alias="Self" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
|
|
|
<EntityType Name="commune">
|
|
<EntityType Name="commune">
|
|
|
<Key>
|
|
<Key>
|
|
|
<PropertyRef Name="id" />
|
|
<PropertyRef Name="id" />
|
|
@@ -107,8 +107,6 @@
|
|
|
<Property Name="typerue" Type="varchar" MaxLength="100" />
|
|
<Property Name="typerue" Type="varchar" MaxLength="100" />
|
|
|
<Property Name="rivoli" Type="varchar" MaxLength="10" />
|
|
<Property Name="rivoli" Type="varchar" MaxLength="10" />
|
|
|
</EntityType>
|
|
</EntityType>
|
|
|
- <!--Erreurs détectées durant la génération :
|
|
|
|
|
-avertissement 6002: La table/vue 'educf.educf.typeetablissement' n'a pas de clé primaire définie. La clé a été déduite et la définition a été créée en tant que table/vue en lecture seule.-->
|
|
|
|
|
<Association Name="FK_EtabEffectifAnnee">
|
|
<Association Name="FK_EtabEffectifAnnee">
|
|
|
<End Role="etablissement" Type="Self.etablissement" Multiplicity="0..1">
|
|
<End Role="etablissement" Type="Self.etablissement" Multiplicity="0..1">
|
|
|
<OnDelete Action="Cascade" />
|
|
<OnDelete Action="Cascade" />
|
|
@@ -152,8 +150,7 @@ avertissement 6002: La table/vue 'educf.educf.typeetablissement' n'a pas de clé
|
|
|
<End Role="rues" EntitySet="rues" />
|
|
<End Role="rues" EntitySet="rues" />
|
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
|
</EntityContainer>
|
|
</EntityContainer>
|
|
|
- </Schema>
|
|
|
|
|
- </edmx:StorageModels>
|
|
|
|
|
|
|
+ </Schema></edmx:StorageModels>
|
|
|
<!-- CSDL content -->
|
|
<!-- CSDL content -->
|
|
|
<edmx:ConceptualModels>
|
|
<edmx:ConceptualModels>
|
|
|
<Schema Namespace="educfModel" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
|
|
<Schema Namespace="educfModel" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
|