|
|
@@ -4,322 +4,322 @@
|
|
|
<edmx:Runtime>
|
|
|
<!-- SSDL content -->
|
|
|
<edmx:StorageModels>
|
|
|
- <Schema Namespace="CD67.FicheCollege.Store" Alias="Self" Provider="System.Data.SqlClient" ProviderManifestToken="2012" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
|
|
|
- <EntityContainer Name="CD67FicheCollegeStoreContainer">
|
|
|
- <EntitySet Name="TypesCollege" EntityType="CD67.FicheCollege.Store.TypesCollege" store:Type="Tables" Schema="dbo" />
|
|
|
- <EntitySet Name="Territoires" EntityType="CD67.FicheCollege.Store.Territoires" store:Type="Tables" Schema="dbo" />
|
|
|
- <EntitySet Name="Colleges" EntityType="CD67.FicheCollege.Store.Colleges" store:Type="Tables" Schema="dbo" />
|
|
|
- <EntitySet Name="Identites" EntityType="CD67.FicheCollege.Store.Identites" store:Type="Tables" Schema="dbo" />
|
|
|
- <EntitySet Name="Annees" EntityType="CD67.FicheCollege.Store.Annees" store:Type="Tables" Schema="dbo" />
|
|
|
- <EntitySet Name="ActionEduAxes" EntityType="CD67.FicheCollege.Store.ActionEduAxes" store:Type="Tables" Schema="dbo" />
|
|
|
- <EntitySet Name="ActionEduThematiques" EntityType="CD67.FicheCollege.Store.ActionEduThematiques" store:Type="Tables" Schema="dbo" />
|
|
|
- <EntitySet Name="ActionsEdu" EntityType="CD67.FicheCollege.Store.ActionsEdu" store:Type="Tables" Schema="dbo" />
|
|
|
- <EntitySet Name="ActionsEduColleges" EntityType="CD67.FicheCollege.Store.ActionsEduColleges" store:Type="Tables" Schema="dbo" />
|
|
|
- <EntitySet Name="ActionEduMissions" EntityType="CD67.FicheCollege.Store.ActionEduMissions" store:Type="Tables" Schema="dbo" />
|
|
|
- <AssociationSet Name="FK_Colleges_Territoires" Association="CD67.FicheCollege.Store.FK_Colleges_Territoires">
|
|
|
- <End Role="Territoire" EntitySet="Territoires" />
|
|
|
- <End Role="College" EntitySet="Colleges" />
|
|
|
- </AssociationSet>
|
|
|
- <AssociationSet Name="FK_Colleges_TypesCollege" Association="CD67.FicheCollege.Store.FK_Colleges_TypesCollege">
|
|
|
- <End Role="TypeCollege" EntitySet="TypesCollege" />
|
|
|
- <End Role="College" EntitySet="Colleges" />
|
|
|
- </AssociationSet>
|
|
|
- <AssociationSet Name="FK_FicheIdentite_College" Association="CD67.FicheCollege.Store.FK_FicheIdentite_College">
|
|
|
- <End Role="College" EntitySet="Colleges" />
|
|
|
- <End Role="Identite" EntitySet="Identites" />
|
|
|
- </AssociationSet>
|
|
|
- <AssociationSet Name="AnneeCollege" Association="CD67.FicheCollege.Store.AnneeCollege">
|
|
|
- <End Role="Annee" EntitySet="Annees" />
|
|
|
- <End Role="College" EntitySet="Colleges" />
|
|
|
- </AssociationSet>
|
|
|
- <AssociationSet Name="ActionEduAxeActionEduThematique" Association="CD67.FicheCollege.Store.ActionEduAxeActionEduThematique">
|
|
|
- <End Role="ActionEduAxe" EntitySet="ActionEduAxes" />
|
|
|
- <End Role="ActionEduThematique" EntitySet="ActionEduThematiques" />
|
|
|
- </AssociationSet>
|
|
|
- <AssociationSet Name="ActionEduThematiqueActionEdu" Association="CD67.FicheCollege.Store.ActionEduThematiqueActionEdu">
|
|
|
- <End Role="ActionEduThematique" EntitySet="ActionEduThematiques" />
|
|
|
- <End Role="ActionEdu" EntitySet="ActionsEdu" />
|
|
|
- </AssociationSet>
|
|
|
- <AssociationSet Name="ActionEduAnnee" Association="CD67.FicheCollege.Store.ActionEduAnnee">
|
|
|
- <End Role="ActionEdu" EntitySet="ActionsEdu" />
|
|
|
- <End Role="Annee" EntitySet="Annees" />
|
|
|
- </AssociationSet>
|
|
|
- <AssociationSet Name="ActionEduCollegeActionEduMission" Association="CD67.FicheCollege.Store.ActionEduCollegeActionEduMission">
|
|
|
- <End Role="ActionEduCollege" EntitySet="ActionsEduColleges" />
|
|
|
- <End Role="ActionEduMission" EntitySet="ActionEduMissions" />
|
|
|
- </AssociationSet>
|
|
|
- <AssociationSet Name="ActionEduCollegeCollege" Association="CD67.FicheCollege.Store.ActionEduCollegeCollege">
|
|
|
- <End Role="ActionEduCollege" EntitySet="ActionsEduColleges" />
|
|
|
- <End Role="College" EntitySet="Colleges" />
|
|
|
- </AssociationSet>
|
|
|
- <AssociationSet Name="ActionEduCollegeActionEdu" Association="CD67.FicheCollege.Store.ActionEduCollegeActionEdu">
|
|
|
- <End Role="ActionEduCollege" EntitySet="ActionsEduColleges" />
|
|
|
- <End Role="ActionEdu" EntitySet="ActionsEdu" />
|
|
|
- </AssociationSet>
|
|
|
- </EntityContainer>
|
|
|
- <EntityType Name="TypesCollege">
|
|
|
- <Key>
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Key>
|
|
|
- <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
- <Property Name="Libelle" Type="nvarchar" Nullable="false" MaxLength="255" />
|
|
|
- <Property Name="Ordre" Type="int" Nullable="false" />
|
|
|
- </EntityType>
|
|
|
- <EntityType Name="Territoires">
|
|
|
- <Key>
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Key>
|
|
|
- <Property Name="Id" Type="nvarchar" Nullable="false" MaxLength="10" />
|
|
|
- <Property Name="Libelle" Type="nvarchar" Nullable="false" MaxLength="255" />
|
|
|
- <Property Name="Referent_SID" Type="nvarchar" Nullable="true" MaxLength="64" />
|
|
|
- <Property Name="Referent_Nom" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Referent_Prenom" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Referent_Structure" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Referent_Login" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Referent_Email" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Ordre" Type="int" Nullable="false" />
|
|
|
- </EntityType>
|
|
|
- <EntityType Name="Colleges">
|
|
|
- <Key>
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Key>
|
|
|
- <Property Name="Id" Type="int" Nullable="false" />
|
|
|
- <Property Name="Annee_Id" Type="int" Nullable="false" />
|
|
|
- <Property Name="CodeRne" Type="nvarchar" Nullable="false" MaxLength="10" />
|
|
|
- <Property Name="Libelle" Type="nvarchar" Nullable="false" MaxLength="255" />
|
|
|
- <Property Name="Adresse" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Code_Postal" Type="nvarchar" Nullable="true" MaxLength="5" />
|
|
|
- <Property Name="TypeCollege_Id" Type="int" Nullable="false" />
|
|
|
- <Property Name="Commune_Insee" Type="nvarchar" Nullable="true" MaxLength="5" />
|
|
|
- <Property Name="Commune" Type="nvarchar" Nullable="false" MaxLength="255" />
|
|
|
- <Property Name="Canton" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Territoire_Id" Type="nvarchar" Nullable="true" MaxLength="10" />
|
|
|
- <Property Name="TAD" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="CDC" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Tel" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Fax" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Email" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- </EntityType>
|
|
|
- <EntityType Name="Identites">
|
|
|
- <Key>
|
|
|
- <PropertyRef Name="College_Id" />
|
|
|
- </Key>
|
|
|
- <Property Name="College_Id" Type="int" Nullable="false" />
|
|
|
- <Property Name="Principal_SID" Type="nvarchar" Nullable="true" MaxLength="64" />
|
|
|
- <Property Name="Principal_Login" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Principal_Nom" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Principal_Prenom" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Principal_Email" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Principal_Tel" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Principal_Structure" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Adjoint_SID" Type="nvarchar" Nullable="true" MaxLength="64" />
|
|
|
- <Property Name="Adjoint_Login" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Adjoint_Nom" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Adjoint_Prenom" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Adjoint_Email" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Adjoint_Tel" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Adjoint_Structure" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Gestionnaire_SID" Type="nvarchar" Nullable="true" MaxLength="64" />
|
|
|
- <Property Name="Gestionnaire_Login" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Gestionnaire_Nom" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Gestionnaire_Prenom" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Gestionnaire_Email" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Gestionnaire_Tel" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Gestionnaire_Structure" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Gestionnaire2_SID" Type="nvarchar" Nullable="true" MaxLength="64" />
|
|
|
- <Property Name="Gestionnaire2_Login" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Gestionnaire2_Nom" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Gestionnaire2_Prenom" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Gestionnaire2_Email" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Gestionnaire2_Tel" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- <Property Name="Gestionnaire2_Structure" Type="nvarchar" Nullable="true" MaxLength="255" />
|
|
|
- </EntityType>
|
|
|
- <EntityType Name="Annees">
|
|
|
- <Key>
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Key>
|
|
|
- <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
- <Property Name="Libelle" Type="nvarchar" Nullable="false" MaxLength="12" />
|
|
|
- </EntityType>
|
|
|
- <EntityType Name="ActionEduAxes">
|
|
|
- <Key>
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Key>
|
|
|
- <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
- <Property Name="Nom" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="Neutralise" Type="bit" Nullable="false" DefaultValue="false" />
|
|
|
- <Property Name="Ordre" Type="int" Nullable="false" />
|
|
|
- </EntityType>
|
|
|
- <EntityType Name="ActionEduThematiques">
|
|
|
- <Key>
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Key>
|
|
|
- <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
- <Property Name="Nom" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="Neutralise" Type="bit" Nullable="false" DefaultValue="false" />
|
|
|
- <Property Name="Ordre" Type="int" Nullable="false" />
|
|
|
- <Property Name="ActionEduAxeId" Type="int" Nullable="false" />
|
|
|
- </EntityType>
|
|
|
- <EntityType Name="ActionsEdu">
|
|
|
- <Key>
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Key>
|
|
|
- <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
- <Property Name="Numero" Type="nvarchar(max)" Nullable="false" DefaultValue="0" />
|
|
|
- <Property Name="Nom" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="Description" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="Neutralise" Type="bit" Nullable="false" />
|
|
|
- <Property Name="Ordre" Type="int" Nullable="false" />
|
|
|
- <Property Name="ActionEduThematiqueId" Type="int" Nullable="false" />
|
|
|
- <Property Name="AnneeId" Type="int" Nullable="false" />
|
|
|
- </EntityType>
|
|
|
- <EntityType Name="ActionsEduColleges">
|
|
|
- <Key>
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Key>
|
|
|
- <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
- <Property Name="CommentaireInterne" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="CommentairePublic" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="NbEleves" Type="bigint" Nullable="false" DefaultValue="0" />
|
|
|
- <Property Name="Montant" Type="bigint" Nullable="false" DefaultValue="0" />
|
|
|
- <Property Name="TiersAstre_Code" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="TiersAstre_Nom" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="TiersAstre_CodeFamille" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="TiersAstre_Description" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="CollegeId" Type="int" Nullable="false" />
|
|
|
- <Property Name="ActionEduId" Type="int" Nullable="false" />
|
|
|
- </EntityType>
|
|
|
- <EntityType Name="ActionEduMissions">
|
|
|
- <Key>
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Key>
|
|
|
- <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
- <Property Name="Code" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="Nom" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="Description" Type="nvarchar(max)" Nullable="false" />
|
|
|
- <Property Name="ActionEduCollegeId" Type="int" Nullable="false" />
|
|
|
- </EntityType>
|
|
|
- <Association Name="FK_Colleges_Territoires">
|
|
|
- <End Role="Territoire" Type="CD67.FicheCollege.Store.Territoires" Multiplicity="0..1" />
|
|
|
- <End Role="College" Type="CD67.FicheCollege.Store.Colleges" Multiplicity="*" />
|
|
|
- <ReferentialConstraint>
|
|
|
- <Principal Role="Territoire">
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Principal>
|
|
|
- <Dependent Role="College">
|
|
|
- <PropertyRef Name="Territoire_Id" />
|
|
|
- </Dependent>
|
|
|
- </ReferentialConstraint>
|
|
|
- </Association>
|
|
|
- <Association Name="FK_Colleges_TypesCollege">
|
|
|
- <End Role="TypeCollege" Type="CD67.FicheCollege.Store.TypesCollege" Multiplicity="1" />
|
|
|
- <End Role="College" Type="CD67.FicheCollege.Store.Colleges" Multiplicity="*" />
|
|
|
- <ReferentialConstraint>
|
|
|
- <Principal Role="TypeCollege">
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Principal>
|
|
|
- <Dependent Role="College">
|
|
|
- <PropertyRef Name="TypeCollege_Id" />
|
|
|
- </Dependent>
|
|
|
- </ReferentialConstraint>
|
|
|
- </Association>
|
|
|
- <Association Name="FK_FicheIdentite_College">
|
|
|
- <End Role="College" Type="CD67.FicheCollege.Store.Colleges" Multiplicity="1" />
|
|
|
- <End Role="Identite" Type="CD67.FicheCollege.Store.Identites" Multiplicity="0..1" />
|
|
|
- <ReferentialConstraint>
|
|
|
- <Principal Role="College">
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Principal>
|
|
|
- <Dependent Role="Identite">
|
|
|
- <PropertyRef Name="College_Id" />
|
|
|
- </Dependent>
|
|
|
- </ReferentialConstraint>
|
|
|
- </Association>
|
|
|
- <Association Name="AnneeCollege">
|
|
|
- <End Role="Annee" Type="CD67.FicheCollege.Store.Annees" Multiplicity="1" />
|
|
|
- <End Role="College" Type="CD67.FicheCollege.Store.Colleges" Multiplicity="*" />
|
|
|
- <ReferentialConstraint>
|
|
|
- <Principal Role="Annee">
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Principal>
|
|
|
- <Dependent Role="College">
|
|
|
- <PropertyRef Name="Annee_Id" />
|
|
|
- </Dependent>
|
|
|
- </ReferentialConstraint>
|
|
|
- </Association>
|
|
|
- <Association Name="ActionEduAxeActionEduThematique">
|
|
|
- <End Role="ActionEduAxe" Type="CD67.FicheCollege.Store.ActionEduAxes" Multiplicity="1" />
|
|
|
- <End Role="ActionEduThematique" Type="CD67.FicheCollege.Store.ActionEduThematiques" Multiplicity="*" />
|
|
|
- <ReferentialConstraint>
|
|
|
- <Principal Role="ActionEduAxe">
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Principal>
|
|
|
- <Dependent Role="ActionEduThematique">
|
|
|
- <PropertyRef Name="ActionEduAxeId" />
|
|
|
- </Dependent>
|
|
|
- </ReferentialConstraint>
|
|
|
- </Association>
|
|
|
- <Association Name="ActionEduThematiqueActionEdu">
|
|
|
- <End Role="ActionEduThematique" Type="CD67.FicheCollege.Store.ActionEduThematiques" Multiplicity="1" />
|
|
|
- <End Role="ActionEdu" Type="CD67.FicheCollege.Store.ActionsEdu" Multiplicity="*" />
|
|
|
- <ReferentialConstraint>
|
|
|
- <Principal Role="ActionEduThematique">
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Principal>
|
|
|
- <Dependent Role="ActionEdu">
|
|
|
- <PropertyRef Name="ActionEduThematiqueId" />
|
|
|
- </Dependent>
|
|
|
- </ReferentialConstraint>
|
|
|
- </Association>
|
|
|
- <Association Name="ActionEduAnnee">
|
|
|
- <End Role="ActionEdu" Type="CD67.FicheCollege.Store.ActionsEdu" Multiplicity="*" />
|
|
|
- <End Role="Annee" Type="CD67.FicheCollege.Store.Annees" Multiplicity="1" />
|
|
|
- <ReferentialConstraint>
|
|
|
- <Principal Role="Annee">
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Principal>
|
|
|
- <Dependent Role="ActionEdu">
|
|
|
- <PropertyRef Name="AnneeId" />
|
|
|
- </Dependent>
|
|
|
- </ReferentialConstraint>
|
|
|
- </Association>
|
|
|
- <Association Name="ActionEduCollegeActionEduMission">
|
|
|
- <End Role="ActionEduCollege" Type="CD67.FicheCollege.Store.ActionsEduColleges" Multiplicity="1" />
|
|
|
- <End Role="ActionEduMission" Type="CD67.FicheCollege.Store.ActionEduMissions" Multiplicity="*" />
|
|
|
- <ReferentialConstraint>
|
|
|
- <Principal Role="ActionEduCollege">
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Principal>
|
|
|
- <Dependent Role="ActionEduMission">
|
|
|
- <PropertyRef Name="ActionEduCollegeId" />
|
|
|
- </Dependent>
|
|
|
- </ReferentialConstraint>
|
|
|
- </Association>
|
|
|
- <Association Name="ActionEduCollegeCollege">
|
|
|
- <End Role="ActionEduCollege" Type="CD67.FicheCollege.Store.ActionsEduColleges" Multiplicity="*" />
|
|
|
- <End Role="College" Type="CD67.FicheCollege.Store.Colleges" Multiplicity="1" />
|
|
|
- <ReferentialConstraint>
|
|
|
- <Principal Role="College">
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Principal>
|
|
|
- <Dependent Role="ActionEduCollege">
|
|
|
- <PropertyRef Name="CollegeId" />
|
|
|
- </Dependent>
|
|
|
- </ReferentialConstraint>
|
|
|
- </Association>
|
|
|
- <Association Name="ActionEduCollegeActionEdu">
|
|
|
- <End Role="ActionEduCollege" Type="CD67.FicheCollege.Store.ActionsEduColleges" Multiplicity="*" />
|
|
|
- <End Role="ActionEdu" Type="CD67.FicheCollege.Store.ActionsEdu" Multiplicity="1" />
|
|
|
- <ReferentialConstraint>
|
|
|
- <Principal Role="ActionEdu">
|
|
|
- <PropertyRef Name="Id" />
|
|
|
- </Principal>
|
|
|
- <Dependent Role="ActionEduCollege">
|
|
|
- <PropertyRef Name="ActionEduId" />
|
|
|
- </Dependent>
|
|
|
- </ReferentialConstraint>
|
|
|
- </Association>
|
|
|
-</Schema></edmx:StorageModels>
|
|
|
+ <Schema Namespace="CD67.FicheCollege.Store" Provider="System.Data.SqlClient" ProviderManifestToken="2012" 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="ActionEduAxes">
|
|
|
+ <Key>
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Key>
|
|
|
+ <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
+ <Property Name="Nom" Type="nvarchar(max)" Nullable="false" />
|
|
|
+ <Property Name="Neutralise" Type="bit" Nullable="false" />
|
|
|
+ <Property Name="Ordre" Type="int" Nullable="false" />
|
|
|
+ </EntityType>
|
|
|
+ <EntityType Name="ActionEduMissions">
|
|
|
+ <Key>
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Key>
|
|
|
+ <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
+ <Property Name="Code" Type="nvarchar(max)" Nullable="false" />
|
|
|
+ <Property Name="Nom" Type="nvarchar(max)" Nullable="false" />
|
|
|
+ <Property Name="Description" Type="nvarchar(max)" />
|
|
|
+ <Property Name="ActionEduCollegeId" Type="int" Nullable="false" />
|
|
|
+ </EntityType>
|
|
|
+ <EntityType Name="ActionEduThematiques">
|
|
|
+ <Key>
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Key>
|
|
|
+ <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
+ <Property Name="Nom" Type="nvarchar(max)" Nullable="false" />
|
|
|
+ <Property Name="Neutralise" Type="bit" Nullable="false" />
|
|
|
+ <Property Name="Ordre" Type="int" Nullable="false" />
|
|
|
+ <Property Name="ActionEduAxeId" Type="int" Nullable="false" />
|
|
|
+ </EntityType>
|
|
|
+ <EntityType Name="ActionsEdu">
|
|
|
+ <Key>
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Key>
|
|
|
+ <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
+ <Property Name="Numero" Type="nvarchar(max)" Nullable="false" />
|
|
|
+ <Property Name="Nom" Type="nvarchar(max)" Nullable="false" />
|
|
|
+ <Property Name="Description" Type="nvarchar(max)" />
|
|
|
+ <Property Name="Neutralise" Type="bit" Nullable="false" />
|
|
|
+ <Property Name="Ordre" Type="int" Nullable="false" />
|
|
|
+ <Property Name="ActionEduThematiqueId" Type="int" Nullable="false" />
|
|
|
+ <Property Name="AnneeId" Type="int" Nullable="false" />
|
|
|
+ </EntityType>
|
|
|
+ <EntityType Name="ActionsEduColleges">
|
|
|
+ <Key>
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Key>
|
|
|
+ <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
+ <Property Name="CommentaireInterne" Type="nvarchar(max)" />
|
|
|
+ <Property Name="CommentairePublic" Type="nvarchar(max)" />
|
|
|
+ <Property Name="NbEleves" Type="bigint" Nullable="false" />
|
|
|
+ <Property Name="Montant" Type="bigint" Nullable="false" />
|
|
|
+ <Property Name="TiersAstre_Code" Type="nvarchar(max)" />
|
|
|
+ <Property Name="TiersAstre_Nom" Type="nvarchar(max)" />
|
|
|
+ <Property Name="TiersAstre_CodeFamille" Type="nvarchar(max)" />
|
|
|
+ <Property Name="TiersAstre_Description" Type="nvarchar(max)" />
|
|
|
+ <Property Name="CollegeId" Type="int" Nullable="false" />
|
|
|
+ <Property Name="ActionEduId" Type="int" Nullable="false" />
|
|
|
+ </EntityType>
|
|
|
+ <EntityType Name="Annees">
|
|
|
+ <Key>
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Key>
|
|
|
+ <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
+ <Property Name="Libelle" Type="nvarchar" MaxLength="12" Nullable="false" />
|
|
|
+ </EntityType>
|
|
|
+ <EntityType Name="Colleges">
|
|
|
+ <Key>
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Key>
|
|
|
+ <Property Name="Id" Type="int" Nullable="false" />
|
|
|
+ <Property Name="Annee_Id" Type="int" Nullable="false" />
|
|
|
+ <Property Name="CodeRne" Type="nvarchar" MaxLength="10" Nullable="false" />
|
|
|
+ <Property Name="Libelle" Type="nvarchar" MaxLength="255" Nullable="false" />
|
|
|
+ <Property Name="Adresse" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Code_Postal" Type="nvarchar" MaxLength="5" />
|
|
|
+ <Property Name="TypeCollege_Id" Type="int" Nullable="false" />
|
|
|
+ <Property Name="Commune_Insee" Type="nvarchar" MaxLength="5" />
|
|
|
+ <Property Name="Commune" Type="nvarchar" MaxLength="255" Nullable="false" />
|
|
|
+ <Property Name="Canton" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Territoire_Id" Type="nvarchar" MaxLength="10" />
|
|
|
+ <Property Name="TAD" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="CDC" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Tel" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Fax" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Email" Type="nvarchar" MaxLength="255" />
|
|
|
+ </EntityType>
|
|
|
+ <EntityType Name="Identites">
|
|
|
+ <Key>
|
|
|
+ <PropertyRef Name="College_Id" />
|
|
|
+ </Key>
|
|
|
+ <Property Name="College_Id" Type="int" Nullable="false" />
|
|
|
+ <Property Name="Principal_SID" Type="nvarchar" MaxLength="64" />
|
|
|
+ <Property Name="Principal_Login" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Principal_Nom" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Principal_Prenom" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Principal_Email" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Principal_Tel" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Principal_Structure" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Adjoint_SID" Type="nvarchar" MaxLength="64" />
|
|
|
+ <Property Name="Adjoint_Login" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Adjoint_Nom" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Adjoint_Prenom" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Adjoint_Email" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Adjoint_Tel" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Adjoint_Structure" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Gestionnaire_SID" Type="nvarchar" MaxLength="64" />
|
|
|
+ <Property Name="Gestionnaire_Login" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Gestionnaire_Nom" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Gestionnaire_Prenom" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Gestionnaire_Email" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Gestionnaire_Tel" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Gestionnaire_Structure" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Gestionnaire2_SID" Type="nvarchar" MaxLength="64" />
|
|
|
+ <Property Name="Gestionnaire2_Login" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Gestionnaire2_Nom" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Gestionnaire2_Prenom" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Gestionnaire2_Email" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Gestionnaire2_Tel" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Gestionnaire2_Structure" Type="nvarchar" MaxLength="255" />
|
|
|
+ </EntityType>
|
|
|
+ <EntityType Name="Territoires">
|
|
|
+ <Key>
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Key>
|
|
|
+ <Property Name="Id" Type="nvarchar" MaxLength="10" Nullable="false" />
|
|
|
+ <Property Name="Libelle" Type="nvarchar" MaxLength="255" Nullable="false" />
|
|
|
+ <Property Name="Referent_SID" Type="nvarchar" MaxLength="64" />
|
|
|
+ <Property Name="Referent_Nom" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Referent_Prenom" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Referent_Structure" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Referent_Login" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Referent_Email" Type="nvarchar" MaxLength="255" />
|
|
|
+ <Property Name="Ordre" Type="int" Nullable="false" />
|
|
|
+ </EntityType>
|
|
|
+ <EntityType Name="TypesCollege">
|
|
|
+ <Key>
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Key>
|
|
|
+ <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
+ <Property Name="Libelle" Type="nvarchar" MaxLength="255" Nullable="false" />
|
|
|
+ <Property Name="Ordre" Type="int" Nullable="false" />
|
|
|
+ </EntityType>
|
|
|
+ <Association Name="FK_ActionEduAnnee">
|
|
|
+ <End Role="Annees" Type="Self.Annees" Multiplicity="1" />
|
|
|
+ <End Role="ActionsEdu" Type="Self.ActionsEdu" Multiplicity="*" />
|
|
|
+ <ReferentialConstraint>
|
|
|
+ <Principal Role="Annees">
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Principal>
|
|
|
+ <Dependent Role="ActionsEdu">
|
|
|
+ <PropertyRef Name="AnneeId" />
|
|
|
+ </Dependent>
|
|
|
+ </ReferentialConstraint>
|
|
|
+ </Association>
|
|
|
+ <Association Name="FK_ActionEduAxeActionEduThematique">
|
|
|
+ <End Role="ActionEduAxes" Type="Self.ActionEduAxes" Multiplicity="1" />
|
|
|
+ <End Role="ActionEduThematiques" Type="Self.ActionEduThematiques" Multiplicity="*" />
|
|
|
+ <ReferentialConstraint>
|
|
|
+ <Principal Role="ActionEduAxes">
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Principal>
|
|
|
+ <Dependent Role="ActionEduThematiques">
|
|
|
+ <PropertyRef Name="ActionEduAxeId" />
|
|
|
+ </Dependent>
|
|
|
+ </ReferentialConstraint>
|
|
|
+ </Association>
|
|
|
+ <Association Name="FK_ActionEduCollegeActionEdu">
|
|
|
+ <End Role="ActionsEdu" Type="Self.ActionsEdu" Multiplicity="1" />
|
|
|
+ <End Role="ActionsEduColleges" Type="Self.ActionsEduColleges" Multiplicity="*" />
|
|
|
+ <ReferentialConstraint>
|
|
|
+ <Principal Role="ActionsEdu">
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Principal>
|
|
|
+ <Dependent Role="ActionsEduColleges">
|
|
|
+ <PropertyRef Name="ActionEduId" />
|
|
|
+ </Dependent>
|
|
|
+ </ReferentialConstraint>
|
|
|
+ </Association>
|
|
|
+ <Association Name="FK_ActionEduCollegeActionEduMission">
|
|
|
+ <End Role="ActionsEduColleges" Type="Self.ActionsEduColleges" Multiplicity="1" />
|
|
|
+ <End Role="ActionEduMissions" Type="Self.ActionEduMissions" Multiplicity="*" />
|
|
|
+ <ReferentialConstraint>
|
|
|
+ <Principal Role="ActionsEduColleges">
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Principal>
|
|
|
+ <Dependent Role="ActionEduMissions">
|
|
|
+ <PropertyRef Name="ActionEduCollegeId" />
|
|
|
+ </Dependent>
|
|
|
+ </ReferentialConstraint>
|
|
|
+ </Association>
|
|
|
+ <Association Name="FK_ActionEduCollegeCollege">
|
|
|
+ <End Role="Colleges" Type="Self.Colleges" Multiplicity="1" />
|
|
|
+ <End Role="ActionsEduColleges" Type="Self.ActionsEduColleges" Multiplicity="*" />
|
|
|
+ <ReferentialConstraint>
|
|
|
+ <Principal Role="Colleges">
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Principal>
|
|
|
+ <Dependent Role="ActionsEduColleges">
|
|
|
+ <PropertyRef Name="CollegeId" />
|
|
|
+ </Dependent>
|
|
|
+ </ReferentialConstraint>
|
|
|
+ </Association>
|
|
|
+ <Association Name="FK_ActionEduThematiqueActionEdu">
|
|
|
+ <End Role="ActionEduThematiques" Type="Self.ActionEduThematiques" Multiplicity="1" />
|
|
|
+ <End Role="ActionsEdu" Type="Self.ActionsEdu" Multiplicity="*" />
|
|
|
+ <ReferentialConstraint>
|
|
|
+ <Principal Role="ActionEduThematiques">
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Principal>
|
|
|
+ <Dependent Role="ActionsEdu">
|
|
|
+ <PropertyRef Name="ActionEduThematiqueId" />
|
|
|
+ </Dependent>
|
|
|
+ </ReferentialConstraint>
|
|
|
+ </Association>
|
|
|
+ <Association Name="FK_AnneeCollege">
|
|
|
+ <End Role="Annees" Type="Self.Annees" Multiplicity="1" />
|
|
|
+ <End Role="Colleges" Type="Self.Colleges" Multiplicity="*" />
|
|
|
+ <ReferentialConstraint>
|
|
|
+ <Principal Role="Annees">
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Principal>
|
|
|
+ <Dependent Role="Colleges">
|
|
|
+ <PropertyRef Name="Annee_Id" />
|
|
|
+ </Dependent>
|
|
|
+ </ReferentialConstraint>
|
|
|
+ </Association>
|
|
|
+ <Association Name="FK_Colleges_Territoires">
|
|
|
+ <End Role="Territoires" Type="Self.Territoires" Multiplicity="0..1" />
|
|
|
+ <End Role="Colleges" Type="Self.Colleges" Multiplicity="*" />
|
|
|
+ <ReferentialConstraint>
|
|
|
+ <Principal Role="Territoires">
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Principal>
|
|
|
+ <Dependent Role="Colleges">
|
|
|
+ <PropertyRef Name="Territoire_Id" />
|
|
|
+ </Dependent>
|
|
|
+ </ReferentialConstraint>
|
|
|
+ </Association>
|
|
|
+ <Association Name="FK_Colleges_TypesCollege">
|
|
|
+ <End Role="TypesCollege" Type="Self.TypesCollege" Multiplicity="1" />
|
|
|
+ <End Role="Colleges" Type="Self.Colleges" Multiplicity="*" />
|
|
|
+ <ReferentialConstraint>
|
|
|
+ <Principal Role="TypesCollege">
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Principal>
|
|
|
+ <Dependent Role="Colleges">
|
|
|
+ <PropertyRef Name="TypeCollege_Id" />
|
|
|
+ </Dependent>
|
|
|
+ </ReferentialConstraint>
|
|
|
+ </Association>
|
|
|
+ <Association Name="FK_FicheIdentite_College">
|
|
|
+ <End Role="Colleges" Type="Self.Colleges" Multiplicity="1" />
|
|
|
+ <End Role="Identites" Type="Self.Identites" Multiplicity="0..1" />
|
|
|
+ <ReferentialConstraint>
|
|
|
+ <Principal Role="Colleges">
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
+ </Principal>
|
|
|
+ <Dependent Role="Identites">
|
|
|
+ <PropertyRef Name="College_Id" />
|
|
|
+ </Dependent>
|
|
|
+ </ReferentialConstraint>
|
|
|
+ </Association>
|
|
|
+ <EntityContainer Name="CD67FicheCollegeStoreContainer">
|
|
|
+ <EntitySet Name="ActionEduAxes" EntityType="Self.ActionEduAxes" Schema="dbo" store:Type="Tables" />
|
|
|
+ <EntitySet Name="ActionEduMissions" EntityType="Self.ActionEduMissions" Schema="dbo" store:Type="Tables" />
|
|
|
+ <EntitySet Name="ActionEduThematiques" EntityType="Self.ActionEduThematiques" Schema="dbo" store:Type="Tables" />
|
|
|
+ <EntitySet Name="ActionsEdu" EntityType="Self.ActionsEdu" Schema="dbo" store:Type="Tables" />
|
|
|
+ <EntitySet Name="ActionsEduColleges" EntityType="Self.ActionsEduColleges" Schema="dbo" store:Type="Tables" />
|
|
|
+ <EntitySet Name="Annees" EntityType="Self.Annees" Schema="dbo" store:Type="Tables" />
|
|
|
+ <EntitySet Name="Colleges" EntityType="Self.Colleges" Schema="dbo" store:Type="Tables" />
|
|
|
+ <EntitySet Name="Identites" EntityType="Self.Identites" Schema="dbo" store:Type="Tables" />
|
|
|
+ <EntitySet Name="Territoires" EntityType="Self.Territoires" Schema="dbo" store:Type="Tables" />
|
|
|
+ <EntitySet Name="TypesCollege" EntityType="Self.TypesCollege" Schema="dbo" store:Type="Tables" />
|
|
|
+ <AssociationSet Name="FK_ActionEduAnnee" Association="Self.FK_ActionEduAnnee">
|
|
|
+ <End Role="Annees" EntitySet="Annees" />
|
|
|
+ <End Role="ActionsEdu" EntitySet="ActionsEdu" />
|
|
|
+ </AssociationSet>
|
|
|
+ <AssociationSet Name="FK_ActionEduAxeActionEduThematique" Association="Self.FK_ActionEduAxeActionEduThematique">
|
|
|
+ <End Role="ActionEduAxes" EntitySet="ActionEduAxes" />
|
|
|
+ <End Role="ActionEduThematiques" EntitySet="ActionEduThematiques" />
|
|
|
+ </AssociationSet>
|
|
|
+ <AssociationSet Name="FK_ActionEduCollegeActionEdu" Association="Self.FK_ActionEduCollegeActionEdu">
|
|
|
+ <End Role="ActionsEdu" EntitySet="ActionsEdu" />
|
|
|
+ <End Role="ActionsEduColleges" EntitySet="ActionsEduColleges" />
|
|
|
+ </AssociationSet>
|
|
|
+ <AssociationSet Name="FK_ActionEduCollegeActionEduMission" Association="Self.FK_ActionEduCollegeActionEduMission">
|
|
|
+ <End Role="ActionsEduColleges" EntitySet="ActionsEduColleges" />
|
|
|
+ <End Role="ActionEduMissions" EntitySet="ActionEduMissions" />
|
|
|
+ </AssociationSet>
|
|
|
+ <AssociationSet Name="FK_ActionEduCollegeCollege" Association="Self.FK_ActionEduCollegeCollege">
|
|
|
+ <End Role="Colleges" EntitySet="Colleges" />
|
|
|
+ <End Role="ActionsEduColleges" EntitySet="ActionsEduColleges" />
|
|
|
+ </AssociationSet>
|
|
|
+ <AssociationSet Name="FK_ActionEduThematiqueActionEdu" Association="Self.FK_ActionEduThematiqueActionEdu">
|
|
|
+ <End Role="ActionEduThematiques" EntitySet="ActionEduThematiques" />
|
|
|
+ <End Role="ActionsEdu" EntitySet="ActionsEdu" />
|
|
|
+ </AssociationSet>
|
|
|
+ <AssociationSet Name="FK_AnneeCollege" Association="Self.FK_AnneeCollege">
|
|
|
+ <End Role="Annees" EntitySet="Annees" />
|
|
|
+ <End Role="Colleges" EntitySet="Colleges" />
|
|
|
+ </AssociationSet>
|
|
|
+ <AssociationSet Name="FK_Colleges_Territoires" Association="Self.FK_Colleges_Territoires">
|
|
|
+ <End Role="Territoires" EntitySet="Territoires" />
|
|
|
+ <End Role="Colleges" EntitySet="Colleges" />
|
|
|
+ </AssociationSet>
|
|
|
+ <AssociationSet Name="FK_Colleges_TypesCollege" Association="Self.FK_Colleges_TypesCollege">
|
|
|
+ <End Role="TypesCollege" EntitySet="TypesCollege" />
|
|
|
+ <End Role="Colleges" EntitySet="Colleges" />
|
|
|
+ </AssociationSet>
|
|
|
+ <AssociationSet Name="FK_FicheIdentite_College" Association="Self.FK_FicheIdentite_College">
|
|
|
+ <End Role="Colleges" EntitySet="Colleges" />
|
|
|
+ <End Role="Identites" EntitySet="Identites" />
|
|
|
+ </AssociationSet>
|
|
|
+ </EntityContainer>
|
|
|
+ </Schema></edmx:StorageModels>
|
|
|
<!-- CSDL content -->
|
|
|
<edmx:ConceptualModels>
|
|
|
<Schema Namespace="CD67.FicheCollege" 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">
|
|
|
@@ -544,9 +544,9 @@
|
|
|
<PropertyRef Name="Id" />
|
|
|
</Key>
|
|
|
<Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
- <Property Name="Numero" Type="String" Nullable="false" DefaultValue="0" />
|
|
|
+ <Property Name="Numero" Type="String" Nullable="false" DefaultValue="0" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
<Property Name="Nom" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
- <Property Name="Description" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
+ <Property Name="Description" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
<Property Name="Neutralise" Type="Boolean" Nullable="false" />
|
|
|
<Property Name="Ordre" Type="Int32" Nullable="false" />
|
|
|
<NavigationProperty Name="ActionEduThematique" Relationship="CD67.FicheCollege.ActionEduThematiqueActionEdu" FromRole="ActionEdu" ToRole="ActionEduThematique" />
|
|
|
@@ -596,14 +596,14 @@
|
|
|
<PropertyRef Name="Id" />
|
|
|
</Key>
|
|
|
<Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
- <Property Name="CommentaireInterne" Type="String" Nullable="false" />
|
|
|
- <Property Name="CommentairePublic" Type="String" Nullable="false" />
|
|
|
+ <Property Name="CommentaireInterne" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
+ <Property Name="CommentairePublic" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
<Property Name="NbEleves" Type="Int64" Nullable="false" DefaultValue="0" />
|
|
|
<Property Name="Montant" Type="Int64" Nullable="false" DefaultValue="0" />
|
|
|
- <Property Name="TiersAstre_Code" Type="String" Nullable="false" />
|
|
|
- <Property Name="TiersAstre_Nom" Type="String" Nullable="false" />
|
|
|
- <Property Name="TiersAstre_CodeFamille" Type="String" Nullable="false" />
|
|
|
- <Property Name="TiersAstre_Description" Type="String" Nullable="false" />
|
|
|
+ <Property Name="TiersAstre_Code" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
+ <Property Name="TiersAstre_Nom" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
+ <Property Name="TiersAstre_CodeFamille" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
+ <Property Name="TiersAstre_Description" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
<NavigationProperty Name="ActionEduMissions" Relationship="CD67.FicheCollege.ActionEduCollegeActionEduMission" FromRole="ActionEduCollege" ToRole="ActionEduMission" />
|
|
|
<NavigationProperty Name="College" Relationship="CD67.FicheCollege.ActionEduCollegeCollege" FromRole="ActionEduCollege" ToRole="College" />
|
|
|
<Property Name="CollegeId" Type="Int32" Nullable="false" />
|
|
|
@@ -615,9 +615,9 @@
|
|
|
<PropertyRef Name="Id" />
|
|
|
</Key>
|
|
|
<Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
- <Property Name="Code" Type="String" Nullable="false" />
|
|
|
- <Property Name="Nom" Type="String" Nullable="false" />
|
|
|
- <Property Name="Description" Type="String" Nullable="false" />
|
|
|
+ <Property Name="Code" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
+ <Property Name="Nom" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
+ <Property Name="Description" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
|
|
|
<NavigationProperty Name="ActionEduCollege" Relationship="CD67.FicheCollege.ActionEduCollegeActionEduMission" FromRole="ActionEduMission" ToRole="ActionEduCollege" />
|
|
|
<Property Name="ActionEduCollegeId" Type="Int32" Nullable="false" />
|
|
|
</EntityType>
|