EntityModel.edmx 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
  3. <!-- EF Runtime content -->
  4. <edmx:Runtime>
  5. <!-- SSDL content -->
  6. <edmx:StorageModels>
  7. <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">
  8. <EntityType Name="ActionEduAxes">
  9. <Key>
  10. <PropertyRef Name="Id" />
  11. </Key>
  12. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  13. <Property Name="Nom" Type="nvarchar(max)" Nullable="false" />
  14. <Property Name="Neutralise" Type="bit" Nullable="false" />
  15. <Property Name="Ordre" Type="int" Nullable="false" />
  16. </EntityType>
  17. <EntityType Name="ActionEduMissions">
  18. <Key>
  19. <PropertyRef Name="Id" />
  20. </Key>
  21. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  22. <Property Name="Code" Type="nvarchar(max)" Nullable="false" />
  23. <Property Name="Nom" Type="nvarchar(max)" Nullable="false" />
  24. <Property Name="Description" Type="nvarchar(max)" />
  25. <Property Name="ActionEduCollegeId" Type="int" Nullable="false" />
  26. </EntityType>
  27. <EntityType Name="ActionEduThematiques">
  28. <Key>
  29. <PropertyRef Name="Id" />
  30. </Key>
  31. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  32. <Property Name="Nom" Type="nvarchar(max)" Nullable="false" />
  33. <Property Name="Neutralise" Type="bit" Nullable="false" />
  34. <Property Name="Ordre" Type="int" Nullable="false" />
  35. <Property Name="ActionEduAxeId" Type="int" Nullable="false" />
  36. </EntityType>
  37. <EntityType Name="ActionsEdu">
  38. <Key>
  39. <PropertyRef Name="Id" />
  40. </Key>
  41. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  42. <Property Name="Numero" Type="nvarchar(max)" Nullable="false" />
  43. <Property Name="Nom" Type="nvarchar(max)" Nullable="false" />
  44. <Property Name="Montant" Type="decimal" Precision="18" Scale="0" Nullable="false" />
  45. <Property Name="Description" Type="nvarchar(max)" />
  46. <Property Name="Neutralise" Type="bit" Nullable="false" />
  47. <Property Name="Ordre" Type="int" Nullable="false" />
  48. <Property Name="ActionEduThematiqueId" Type="int" Nullable="false" />
  49. <Property Name="AnneeId" Type="int" Nullable="false" />
  50. </EntityType>
  51. <EntityType Name="ActionsEduColleges">
  52. <Key>
  53. <PropertyRef Name="Id" />
  54. </Key>
  55. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  56. <Property Name="CommentaireInterne" Type="nvarchar(max)" />
  57. <Property Name="CommentairePublic" Type="nvarchar(max)" />
  58. <Property Name="NbEleves" Type="bigint" Nullable="false" />
  59. <Property Name="TiersAstre_Code" Type="nvarchar(max)" />
  60. <Property Name="TiersAstre_Nom" Type="nvarchar(max)" />
  61. <Property Name="TiersAstre_CodeFamille" Type="nvarchar(max)" />
  62. <Property Name="TiersAstre_Description" Type="nvarchar(max)" />
  63. <Property Name="CollegeId" Type="int" Nullable="false" />
  64. <Property Name="ActionEduId" Type="int" Nullable="false" />
  65. </EntityType>
  66. <EntityType Name="Annees">
  67. <Key>
  68. <PropertyRef Name="Id" />
  69. </Key>
  70. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  71. <Property Name="Libelle" Type="nvarchar" MaxLength="12" Nullable="false" />
  72. </EntityType>
  73. <EntityType Name="Colleges">
  74. <Key>
  75. <PropertyRef Name="Id" />
  76. </Key>
  77. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  78. <Property Name="Annee_Id" Type="int" Nullable="false" />
  79. <Property Name="CodeRne" Type="nvarchar" MaxLength="10" Nullable="false" />
  80. <Property Name="Libelle" Type="nvarchar" MaxLength="255" Nullable="false" />
  81. <Property Name="Adresse" Type="nvarchar" MaxLength="255" />
  82. <Property Name="Code_Postal" Type="nvarchar" MaxLength="5" />
  83. <Property Name="TypeCollege_Id" Type="int" Nullable="false" />
  84. <Property Name="Commune_Insee" Type="nvarchar" MaxLength="5" />
  85. <Property Name="Commune" Type="nvarchar" MaxLength="255" Nullable="false" />
  86. <Property Name="Canton" Type="nvarchar" MaxLength="255" />
  87. <Property Name="Territoire_Id" Type="nvarchar" MaxLength="10" />
  88. <Property Name="TAD" Type="nvarchar" MaxLength="255" />
  89. <Property Name="CDC" Type="nvarchar" MaxLength="255" />
  90. <Property Name="Tel" Type="nvarchar" MaxLength="255" />
  91. <Property Name="Fax" Type="nvarchar" MaxLength="255" />
  92. <Property Name="Email" Type="nvarchar" MaxLength="255" />
  93. <Property Name="PrincipalSid" Type="nvarchar" MaxLength="64" />
  94. <Property Name="AdjointSid" Type="nvarchar" MaxLength="64" />
  95. <Property Name="Gestionnaire1Sid" Type="nvarchar" MaxLength="64" />
  96. <Property Name="Gestionnaire2Sid" Type="nvarchar" MaxLength="64" />
  97. </EntityType>
  98. <EntityType Name="Territoires">
  99. <Key>
  100. <PropertyRef Name="Id" />
  101. </Key>
  102. <Property Name="Id" Type="nvarchar" MaxLength="10" Nullable="false" />
  103. <Property Name="Libelle" Type="nvarchar" MaxLength="255" Nullable="false" />
  104. <Property Name="Referent_SID" Type="nvarchar" MaxLength="64" />
  105. <Property Name="Referent_Nom" Type="nvarchar" MaxLength="255" />
  106. <Property Name="Referent_Prenom" Type="nvarchar" MaxLength="255" />
  107. <Property Name="Referent_Structure" Type="nvarchar" MaxLength="255" />
  108. <Property Name="Referent_Login" Type="nvarchar" MaxLength="255" />
  109. <Property Name="Referent_Email" Type="nvarchar" MaxLength="255" />
  110. <Property Name="Ordre" Type="int" Nullable="false" />
  111. </EntityType>
  112. <EntityType Name="TypesCollege">
  113. <Key>
  114. <PropertyRef Name="Id" />
  115. </Key>
  116. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  117. <Property Name="Libelle" Type="nvarchar" MaxLength="255" Nullable="false" />
  118. <Property Name="Ordre" Type="int" Nullable="false" />
  119. </EntityType>
  120. <Association Name="FK_ActionEduAnnee">
  121. <End Role="Annees" Type="Self.Annees" Multiplicity="1" />
  122. <End Role="ActionsEdu" Type="Self.ActionsEdu" Multiplicity="*" />
  123. <ReferentialConstraint>
  124. <Principal Role="Annees">
  125. <PropertyRef Name="Id" />
  126. </Principal>
  127. <Dependent Role="ActionsEdu">
  128. <PropertyRef Name="AnneeId" />
  129. </Dependent>
  130. </ReferentialConstraint>
  131. </Association>
  132. <Association Name="FK_ActionEduAxeActionEduThematique">
  133. <End Role="ActionEduAxes" Type="Self.ActionEduAxes" Multiplicity="1" />
  134. <End Role="ActionEduThematiques" Type="Self.ActionEduThematiques" Multiplicity="*" />
  135. <ReferentialConstraint>
  136. <Principal Role="ActionEduAxes">
  137. <PropertyRef Name="Id" />
  138. </Principal>
  139. <Dependent Role="ActionEduThematiques">
  140. <PropertyRef Name="ActionEduAxeId" />
  141. </Dependent>
  142. </ReferentialConstraint>
  143. </Association>
  144. <Association Name="FK_ActionEduCollegeActionEdu">
  145. <End Role="ActionsEdu" Type="Self.ActionsEdu" Multiplicity="1" />
  146. <End Role="ActionsEduColleges" Type="Self.ActionsEduColleges" Multiplicity="*" />
  147. <ReferentialConstraint>
  148. <Principal Role="ActionsEdu">
  149. <PropertyRef Name="Id" />
  150. </Principal>
  151. <Dependent Role="ActionsEduColleges">
  152. <PropertyRef Name="ActionEduId" />
  153. </Dependent>
  154. </ReferentialConstraint>
  155. </Association>
  156. <Association Name="FK_ActionEduCollegeActionEduMission">
  157. <End Role="ActionsEduColleges" Type="Self.ActionsEduColleges" Multiplicity="1" />
  158. <End Role="ActionEduMissions" Type="Self.ActionEduMissions" Multiplicity="*" />
  159. <ReferentialConstraint>
  160. <Principal Role="ActionsEduColleges">
  161. <PropertyRef Name="Id" />
  162. </Principal>
  163. <Dependent Role="ActionEduMissions">
  164. <PropertyRef Name="ActionEduCollegeId" />
  165. </Dependent>
  166. </ReferentialConstraint>
  167. </Association>
  168. <Association Name="FK_ActionEduCollegeCollege">
  169. <End Role="Colleges" Type="Self.Colleges" Multiplicity="1" />
  170. <End Role="ActionsEduColleges" Type="Self.ActionsEduColleges" Multiplicity="*" />
  171. <ReferentialConstraint>
  172. <Principal Role="Colleges">
  173. <PropertyRef Name="Id" />
  174. </Principal>
  175. <Dependent Role="ActionsEduColleges">
  176. <PropertyRef Name="CollegeId" />
  177. </Dependent>
  178. </ReferentialConstraint>
  179. </Association>
  180. <Association Name="FK_ActionEduThematiqueActionEdu">
  181. <End Role="ActionEduThematiques" Type="Self.ActionEduThematiques" Multiplicity="1" />
  182. <End Role="ActionsEdu" Type="Self.ActionsEdu" Multiplicity="*" />
  183. <ReferentialConstraint>
  184. <Principal Role="ActionEduThematiques">
  185. <PropertyRef Name="Id" />
  186. </Principal>
  187. <Dependent Role="ActionsEdu">
  188. <PropertyRef Name="ActionEduThematiqueId" />
  189. </Dependent>
  190. </ReferentialConstraint>
  191. </Association>
  192. <Association Name="FK_AnneeCollege">
  193. <End Role="Annees" Type="Self.Annees" Multiplicity="1" />
  194. <End Role="Colleges" Type="Self.Colleges" Multiplicity="*" />
  195. <ReferentialConstraint>
  196. <Principal Role="Annees">
  197. <PropertyRef Name="Id" />
  198. </Principal>
  199. <Dependent Role="Colleges">
  200. <PropertyRef Name="Annee_Id" />
  201. </Dependent>
  202. </ReferentialConstraint>
  203. </Association>
  204. <Association Name="FK_Colleges_Territoires">
  205. <End Role="Territoires" Type="Self.Territoires" Multiplicity="0..1" />
  206. <End Role="Colleges" Type="Self.Colleges" Multiplicity="*" />
  207. <ReferentialConstraint>
  208. <Principal Role="Territoires">
  209. <PropertyRef Name="Id" />
  210. </Principal>
  211. <Dependent Role="Colleges">
  212. <PropertyRef Name="Territoire_Id" />
  213. </Dependent>
  214. </ReferentialConstraint>
  215. </Association>
  216. <Association Name="FK_Colleges_TypesCollege">
  217. <End Role="TypesCollege" Type="Self.TypesCollege" Multiplicity="1" />
  218. <End Role="Colleges" Type="Self.Colleges" Multiplicity="*" />
  219. <ReferentialConstraint>
  220. <Principal Role="TypesCollege">
  221. <PropertyRef Name="Id" />
  222. </Principal>
  223. <Dependent Role="Colleges">
  224. <PropertyRef Name="TypeCollege_Id" />
  225. </Dependent>
  226. </ReferentialConstraint>
  227. </Association>
  228. <EntityContainer Name="CD67FicheCollegeStoreContainer">
  229. <EntitySet Name="ActionEduAxes" EntityType="Self.ActionEduAxes" Schema="dbo" store:Type="Tables" />
  230. <EntitySet Name="ActionEduMissions" EntityType="Self.ActionEduMissions" Schema="dbo" store:Type="Tables" />
  231. <EntitySet Name="ActionEduThematiques" EntityType="Self.ActionEduThematiques" Schema="dbo" store:Type="Tables" />
  232. <EntitySet Name="ActionsEdu" EntityType="Self.ActionsEdu" Schema="dbo" store:Type="Tables" />
  233. <EntitySet Name="ActionsEduColleges" EntityType="Self.ActionsEduColleges" Schema="dbo" store:Type="Tables" />
  234. <EntitySet Name="Annees" EntityType="Self.Annees" Schema="dbo" store:Type="Tables" />
  235. <EntitySet Name="Colleges" EntityType="Self.Colleges" Schema="dbo" store:Type="Tables" />
  236. <EntitySet Name="Territoires" EntityType="Self.Territoires" Schema="dbo" store:Type="Tables" />
  237. <EntitySet Name="TypesCollege" EntityType="Self.TypesCollege" Schema="dbo" store:Type="Tables" />
  238. <AssociationSet Name="FK_ActionEduAnnee" Association="Self.FK_ActionEduAnnee">
  239. <End Role="Annees" EntitySet="Annees" />
  240. <End Role="ActionsEdu" EntitySet="ActionsEdu" />
  241. </AssociationSet>
  242. <AssociationSet Name="FK_ActionEduAxeActionEduThematique" Association="Self.FK_ActionEduAxeActionEduThematique">
  243. <End Role="ActionEduAxes" EntitySet="ActionEduAxes" />
  244. <End Role="ActionEduThematiques" EntitySet="ActionEduThematiques" />
  245. </AssociationSet>
  246. <AssociationSet Name="FK_ActionEduCollegeActionEdu" Association="Self.FK_ActionEduCollegeActionEdu">
  247. <End Role="ActionsEdu" EntitySet="ActionsEdu" />
  248. <End Role="ActionsEduColleges" EntitySet="ActionsEduColleges" />
  249. </AssociationSet>
  250. <AssociationSet Name="FK_ActionEduCollegeActionEduMission" Association="Self.FK_ActionEduCollegeActionEduMission">
  251. <End Role="ActionsEduColleges" EntitySet="ActionsEduColleges" />
  252. <End Role="ActionEduMissions" EntitySet="ActionEduMissions" />
  253. </AssociationSet>
  254. <AssociationSet Name="FK_ActionEduCollegeCollege" Association="Self.FK_ActionEduCollegeCollege">
  255. <End Role="Colleges" EntitySet="Colleges" />
  256. <End Role="ActionsEduColleges" EntitySet="ActionsEduColleges" />
  257. </AssociationSet>
  258. <AssociationSet Name="FK_ActionEduThematiqueActionEdu" Association="Self.FK_ActionEduThematiqueActionEdu">
  259. <End Role="ActionEduThematiques" EntitySet="ActionEduThematiques" />
  260. <End Role="ActionsEdu" EntitySet="ActionsEdu" />
  261. </AssociationSet>
  262. <AssociationSet Name="FK_AnneeCollege" Association="Self.FK_AnneeCollege">
  263. <End Role="Annees" EntitySet="Annees" />
  264. <End Role="Colleges" EntitySet="Colleges" />
  265. </AssociationSet>
  266. <AssociationSet Name="FK_Colleges_Territoires" Association="Self.FK_Colleges_Territoires">
  267. <End Role="Territoires" EntitySet="Territoires" />
  268. <End Role="Colleges" EntitySet="Colleges" />
  269. </AssociationSet>
  270. <AssociationSet Name="FK_Colleges_TypesCollege" Association="Self.FK_Colleges_TypesCollege">
  271. <End Role="TypesCollege" EntitySet="TypesCollege" />
  272. <End Role="Colleges" EntitySet="Colleges" />
  273. </AssociationSet>
  274. </EntityContainer>
  275. </Schema></edmx:StorageModels>
  276. <!-- CSDL content -->
  277. <edmx:ConceptualModels>
  278. <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">
  279. <EntityContainer Name="Entities" annotation:LazyLoadingEnabled="true">
  280. <EntitySet Name="TypesCollege" EntityType="CD67.FicheCollege.TypeCollege" />
  281. <EntitySet Name="Territoires" EntityType="CD67.FicheCollege.Territoire" />
  282. <EntitySet Name="Colleges" EntityType="CD67.FicheCollege.College" />
  283. <AssociationSet Name="FK_Colleges_Territoires" Association="CD67.FicheCollege.FK_Colleges_Territoires">
  284. <End Role="Territoire" EntitySet="Territoires" />
  285. <End Role="College" EntitySet="Colleges" />
  286. </AssociationSet>
  287. <AssociationSet Name="FK_Colleges_TypesCollege" Association="CD67.FicheCollege.FK_Colleges_TypesCollege">
  288. <End Role="TypeCollege" EntitySet="TypesCollege" />
  289. <End Role="College" EntitySet="Colleges" />
  290. </AssociationSet>
  291. <EntitySet Name="Annees" EntityType="CD67.FicheCollege.Annee" />
  292. <AssociationSet Name="AnneeCollege" Association="CD67.FicheCollege.AnneeCollege">
  293. <End Role="Annee" EntitySet="Annees" />
  294. <End Role="College" EntitySet="Colleges" />
  295. </AssociationSet>
  296. <EntitySet Name="ActionEduAxes" EntityType="CD67.FicheCollege.ActionEduAxe" />
  297. <EntitySet Name="ActionEduThematiques" EntityType="CD67.FicheCollege.ActionEduThematique" />
  298. <EntitySet Name="ActionsEdu" EntityType="CD67.FicheCollege.ActionEdu" />
  299. <AssociationSet Name="ActionEduAxeActionEduThematique" Association="CD67.FicheCollege.ActionEduAxeActionEduThematique">
  300. <End Role="ActionEduAxe" EntitySet="ActionEduAxes" />
  301. <End Role="ActionEduThematique" EntitySet="ActionEduThematiques" />
  302. </AssociationSet>
  303. <AssociationSet Name="ActionEduThematiqueActionEdu" Association="CD67.FicheCollege.ActionEduThematiqueActionEdu">
  304. <End Role="ActionEduThematique" EntitySet="ActionEduThematiques" />
  305. <End Role="ActionEdu" EntitySet="ActionsEdu" />
  306. </AssociationSet>
  307. <AssociationSet Name="ActionEduAnnee" Association="CD67.FicheCollege.ActionEduAnnee">
  308. <End Role="ActionEdu" EntitySet="ActionsEdu" />
  309. <End Role="Annee" EntitySet="Annees" />
  310. </AssociationSet>
  311. <EntitySet Name="ActionsEduColleges" EntityType="CD67.FicheCollege.ActionEduCollege" />
  312. <EntitySet Name="ActionEduMissions" EntityType="CD67.FicheCollege.ActionEduMission" />
  313. <AssociationSet Name="ActionEduCollegeActionEduMission" Association="CD67.FicheCollege.ActionEduCollegeActionEduMission">
  314. <End Role="ActionEduCollege" EntitySet="ActionsEduColleges" />
  315. <End Role="ActionEduMission" EntitySet="ActionEduMissions" />
  316. </AssociationSet>
  317. <AssociationSet Name="ActionEduCollegeCollege" Association="CD67.FicheCollege.ActionEduCollegeCollege">
  318. <End Role="ActionEduCollege" EntitySet="ActionsEduColleges" />
  319. <End Role="College" EntitySet="Colleges" />
  320. </AssociationSet>
  321. <AssociationSet Name="ActionEduCollegeActionEdu" Association="CD67.FicheCollege.ActionEduCollegeActionEdu">
  322. <End Role="ActionEduCollege" EntitySet="ActionsEduColleges" />
  323. <End Role="ActionEdu" EntitySet="ActionsEdu" />
  324. </AssociationSet>
  325. </EntityContainer>
  326. <EntityType Name="TypeCollege">
  327. <Key>
  328. <PropertyRef Name="Id" />
  329. </Key>
  330. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  331. <Property Name="Libelle" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" />
  332. <Property Name="Ordre" Type="Int32" Nullable="false" />
  333. <NavigationProperty Name="Colleges" Relationship="CD67.FicheCollege.FK_Colleges_TypesCollege" FromRole="TypeCollege" ToRole="College" />
  334. </EntityType>
  335. <EntityType Name="Territoire">
  336. <Key>
  337. <PropertyRef Name="Id" />
  338. </Key>
  339. <Property Name="Id" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="true" />
  340. <Property Name="Libelle" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" />
  341. <Property Name="Referent_SID" Type="String" MaxLength="64" FixedLength="false" Unicode="true" />
  342. <Property Name="Referent_Nom" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  343. <Property Name="Referent_Prenom" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  344. <Property Name="Referent_Structure" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  345. <Property Name="Referent_Login" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  346. <Property Name="Referent_Email" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  347. <Property Name="Ordre" Type="Int32" Nullable="false" />
  348. <NavigationProperty Name="Colleges" Relationship="CD67.FicheCollege.FK_Colleges_Territoires" FromRole="Territoire" ToRole="College" />
  349. </EntityType>
  350. <EntityType Name="College">
  351. <Key>
  352. <PropertyRef Name="Id" />
  353. </Key>
  354. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  355. <Property Name="Annee_Id" Type="Int32" Nullable="false" />
  356. <Property Name="CodeRne" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="true" />
  357. <Property Name="Libelle" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" />
  358. <Property Name="Adresse" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  359. <Property Name="Code_Postal" Type="String" MaxLength="5" FixedLength="false" Unicode="true" />
  360. <Property Name="TypeCollege_Id" Type="Int32" Nullable="false" />
  361. <Property Name="Commune_Insee" Type="String" MaxLength="5" FixedLength="false" Unicode="true" />
  362. <Property Name="Commune" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" />
  363. <Property Name="Canton" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  364. <Property Name="Territoire_Id" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
  365. <Property Name="TAD" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  366. <Property Name="CDC" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  367. <Property Name="Tel" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  368. <Property Name="Fax" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  369. <Property Name="Email" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  370. <NavigationProperty Name="Territoire" Relationship="CD67.FicheCollege.FK_Colleges_Territoires" FromRole="College" ToRole="Territoire" />
  371. <NavigationProperty Name="TypeCollege" Relationship="CD67.FicheCollege.FK_Colleges_TypesCollege" FromRole="College" ToRole="TypeCollege" />
  372. <NavigationProperty Name="Annee" Relationship="CD67.FicheCollege.AnneeCollege" FromRole="College" ToRole="Annee" />
  373. <NavigationProperty Name="ActionsEduColleges" Relationship="CD67.FicheCollege.ActionEduCollegeCollege" FromRole="College" ToRole="ActionEduCollege" />
  374. <Property Name="PrincipalSid" Type="String" MaxLength="64" FixedLength="false" Unicode="true" />
  375. <Property Name="AdjointSid" Type="String" MaxLength="64" FixedLength="false" Unicode="true" />
  376. <Property Name="Gestionnaire1Sid" Type="String" MaxLength="64" FixedLength="false" Unicode="true" />
  377. <Property Name="Gestionnaire2Sid" Type="String" MaxLength="64" FixedLength="false" Unicode="true" />
  378. </EntityType>
  379. <Association Name="FK_Colleges_Territoires">
  380. <End Type="CD67.FicheCollege.Territoire" Role="Territoire" Multiplicity="0..1" />
  381. <End Type="CD67.FicheCollege.College" Role="College" Multiplicity="*" />
  382. <ReferentialConstraint>
  383. <Principal Role="Territoire">
  384. <PropertyRef Name="Id" />
  385. </Principal>
  386. <Dependent Role="College">
  387. <PropertyRef Name="Territoire_Id" />
  388. </Dependent>
  389. </ReferentialConstraint>
  390. </Association>
  391. <Association Name="FK_Colleges_TypesCollege">
  392. <End Type="CD67.FicheCollege.TypeCollege" Role="TypeCollege" Multiplicity="1" />
  393. <End Type="CD67.FicheCollege.College" Role="College" Multiplicity="*" />
  394. <ReferentialConstraint>
  395. <Principal Role="TypeCollege">
  396. <PropertyRef Name="Id" />
  397. </Principal>
  398. <Dependent Role="College">
  399. <PropertyRef Name="TypeCollege_Id" />
  400. </Dependent>
  401. </ReferentialConstraint>
  402. </Association>
  403. <EntityType Name="Annee">
  404. <Key>
  405. <PropertyRef Name="Id" />
  406. </Key>
  407. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  408. <NavigationProperty Name="Colleges" Relationship="CD67.FicheCollege.AnneeCollege" FromRole="Annee" ToRole="College" />
  409. <Property Name="Libelle" Type="String" Nullable="false" MaxLength="12" FixedLength="false" Unicode="true" />
  410. <NavigationProperty Name="ActionsEdu" Relationship="CD67.FicheCollege.ActionEduAnnee" FromRole="Annee" ToRole="ActionEdu" />
  411. </EntityType>
  412. <Association Name="AnneeCollege">
  413. <End Type="CD67.FicheCollege.Annee" Role="Annee" Multiplicity="1" />
  414. <End Type="CD67.FicheCollege.College" Role="College" Multiplicity="*" />
  415. <ReferentialConstraint>
  416. <Principal Role="Annee">
  417. <PropertyRef Name="Id" />
  418. </Principal>
  419. <Dependent Role="College">
  420. <PropertyRef Name="Annee_Id" />
  421. </Dependent>
  422. </ReferentialConstraint>
  423. </Association>
  424. <EntityType Name="ActionEduAxe">
  425. <Key>
  426. <PropertyRef Name="Id" />
  427. </Key>
  428. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  429. <Property Name="Nom" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
  430. <Property Name="Neutralise" Type="Boolean" Nullable="false" DefaultValue="False" />
  431. <Property Name="Ordre" Type="Int32" Nullable="false" />
  432. <NavigationProperty Name="ActionEduThematiques" Relationship="CD67.FicheCollege.ActionEduAxeActionEduThematique" FromRole="ActionEduAxe" ToRole="ActionEduThematique" />
  433. </EntityType>
  434. <EntityType Name="ActionEduThematique">
  435. <Key>
  436. <PropertyRef Name="Id" />
  437. </Key>
  438. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  439. <Property Name="Nom" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
  440. <Property Name="Neutralise" Type="Boolean" Nullable="false" DefaultValue="False" />
  441. <Property Name="Ordre" Type="Int32" Nullable="false" />
  442. <NavigationProperty Name="ActionEduAxe" Relationship="CD67.FicheCollege.ActionEduAxeActionEduThematique" FromRole="ActionEduThematique" ToRole="ActionEduAxe" />
  443. <Property Name="ActionEduAxeId" Type="Int32" Nullable="false" />
  444. <NavigationProperty Name="ActionEdus" Relationship="CD67.FicheCollege.ActionEduThematiqueActionEdu" FromRole="ActionEduThematique" ToRole="ActionEdu" />
  445. </EntityType>
  446. <EntityType Name="ActionEdu">
  447. <Key>
  448. <PropertyRef Name="Id" />
  449. </Key>
  450. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  451. <Property Name="Numero" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
  452. <Property Name="Nom" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
  453. <Property Name="Montant" Type="Decimal" Nullable="false" DefaultValue="0" Precision="18" Scale="0" />
  454. <Property Name="Description" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
  455. <Property Name="Neutralise" Type="Boolean" Nullable="false" />
  456. <Property Name="Ordre" Type="Int32" Nullable="false" />
  457. <NavigationProperty Name="ActionEduThematique" Relationship="CD67.FicheCollege.ActionEduThematiqueActionEdu" FromRole="ActionEdu" ToRole="ActionEduThematique" />
  458. <Property Name="ActionEduThematiqueId" Type="Int32" Nullable="false" />
  459. <NavigationProperty Name="Annee" Relationship="CD67.FicheCollege.ActionEduAnnee" FromRole="ActionEdu" ToRole="Annee" />
  460. <Property Name="AnneeId" Type="Int32" Nullable="false" />
  461. <NavigationProperty Name="ActionsEduColleges" Relationship="CD67.FicheCollege.ActionEduCollegeActionEdu" FromRole="ActionEdu" ToRole="ActionEduCollege" />
  462. </EntityType>
  463. <Association Name="ActionEduAxeActionEduThematique">
  464. <End Type="CD67.FicheCollege.ActionEduAxe" Role="ActionEduAxe" Multiplicity="1" />
  465. <End Type="CD67.FicheCollege.ActionEduThematique" Role="ActionEduThematique" Multiplicity="*" />
  466. <ReferentialConstraint>
  467. <Principal Role="ActionEduAxe">
  468. <PropertyRef Name="Id" />
  469. </Principal>
  470. <Dependent Role="ActionEduThematique">
  471. <PropertyRef Name="ActionEduAxeId" />
  472. </Dependent>
  473. </ReferentialConstraint>
  474. </Association>
  475. <Association Name="ActionEduThematiqueActionEdu">
  476. <End Type="CD67.FicheCollege.ActionEduThematique" Role="ActionEduThematique" Multiplicity="1" />
  477. <End Type="CD67.FicheCollege.ActionEdu" Role="ActionEdu" Multiplicity="*" />
  478. <ReferentialConstraint>
  479. <Principal Role="ActionEduThematique">
  480. <PropertyRef Name="Id" />
  481. </Principal>
  482. <Dependent Role="ActionEdu">
  483. <PropertyRef Name="ActionEduThematiqueId" />
  484. </Dependent>
  485. </ReferentialConstraint>
  486. </Association>
  487. <Association Name="ActionEduAnnee">
  488. <End Type="CD67.FicheCollege.ActionEdu" Role="ActionEdu" Multiplicity="*" />
  489. <End Type="CD67.FicheCollege.Annee" Role="Annee" Multiplicity="1" />
  490. <ReferentialConstraint>
  491. <Principal Role="Annee">
  492. <PropertyRef Name="Id" />
  493. </Principal>
  494. <Dependent Role="ActionEdu">
  495. <PropertyRef Name="AnneeId" />
  496. </Dependent>
  497. </ReferentialConstraint>
  498. </Association>
  499. <EntityType Name="ActionEduCollege">
  500. <Key>
  501. <PropertyRef Name="Id" />
  502. </Key>
  503. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  504. <Property Name="CommentaireInterne" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
  505. <Property Name="CommentairePublic" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
  506. <Property Name="NbEleves" Type="Int64" Nullable="false" DefaultValue="0" />
  507. <Property Name="TiersAstre_Code" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
  508. <Property Name="TiersAstre_Nom" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
  509. <Property Name="TiersAstre_CodeFamille" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
  510. <Property Name="TiersAstre_Description" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
  511. <NavigationProperty Name="ActionEduMissions" Relationship="CD67.FicheCollege.ActionEduCollegeActionEduMission" FromRole="ActionEduCollege" ToRole="ActionEduMission" />
  512. <NavigationProperty Name="College" Relationship="CD67.FicheCollege.ActionEduCollegeCollege" FromRole="ActionEduCollege" ToRole="College" />
  513. <Property Name="CollegeId" Type="Int32" Nullable="false" />
  514. <NavigationProperty Name="ActionEdu" Relationship="CD67.FicheCollege.ActionEduCollegeActionEdu" FromRole="ActionEduCollege" ToRole="ActionEdu" />
  515. <Property Name="ActionEduId" Type="Int32" Nullable="false" />
  516. </EntityType>
  517. <EntityType Name="ActionEduMission">
  518. <Key>
  519. <PropertyRef Name="Id" />
  520. </Key>
  521. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  522. <Property Name="Code" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
  523. <Property Name="Nom" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
  524. <Property Name="Description" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
  525. <NavigationProperty Name="ActionEduCollege" Relationship="CD67.FicheCollege.ActionEduCollegeActionEduMission" FromRole="ActionEduMission" ToRole="ActionEduCollege" />
  526. <Property Name="ActionEduCollegeId" Type="Int32" Nullable="false" />
  527. </EntityType>
  528. <Association Name="ActionEduCollegeActionEduMission">
  529. <End Type="CD67.FicheCollege.ActionEduCollege" Role="ActionEduCollege" Multiplicity="1" />
  530. <End Type="CD67.FicheCollege.ActionEduMission" Role="ActionEduMission" Multiplicity="*" />
  531. <ReferentialConstraint>
  532. <Principal Role="ActionEduCollege">
  533. <PropertyRef Name="Id" />
  534. </Principal>
  535. <Dependent Role="ActionEduMission">
  536. <PropertyRef Name="ActionEduCollegeId" />
  537. </Dependent>
  538. </ReferentialConstraint>
  539. </Association>
  540. <Association Name="ActionEduCollegeCollege">
  541. <End Type="CD67.FicheCollege.ActionEduCollege" Role="ActionEduCollege" Multiplicity="*" />
  542. <End Type="CD67.FicheCollege.College" Role="College" Multiplicity="1" />
  543. <ReferentialConstraint>
  544. <Principal Role="College">
  545. <PropertyRef Name="Id" />
  546. </Principal>
  547. <Dependent Role="ActionEduCollege">
  548. <PropertyRef Name="CollegeId" />
  549. </Dependent>
  550. </ReferentialConstraint>
  551. </Association>
  552. <Association Name="ActionEduCollegeActionEdu">
  553. <End Type="CD67.FicheCollege.ActionEduCollege" Role="ActionEduCollege" Multiplicity="*" />
  554. <End Type="CD67.FicheCollege.ActionEdu" Role="ActionEdu" Multiplicity="1" />
  555. <ReferentialConstraint>
  556. <Principal Role="ActionEdu">
  557. <PropertyRef Name="Id" />
  558. </Principal>
  559. <Dependent Role="ActionEduCollege">
  560. <PropertyRef Name="ActionEduId" />
  561. </Dependent>
  562. </ReferentialConstraint>
  563. </Association>
  564. </Schema>
  565. </edmx:ConceptualModels>
  566. <!-- C-S mapping content -->
  567. <edmx:Mappings>
  568. <Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
  569. <EntityContainerMapping StorageEntityContainer="CD67FicheCollegeStoreContainer" CdmEntityContainer="Entities">
  570. <EntitySetMapping Name="TypesCollege">
  571. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.TypeCollege)">
  572. <MappingFragment StoreEntitySet="TypesCollege">
  573. <ScalarProperty Name="Id" ColumnName="Id" />
  574. <ScalarProperty Name="Libelle" ColumnName="Libelle" />
  575. <ScalarProperty Name="Ordre" ColumnName="Ordre" />
  576. </MappingFragment>
  577. </EntityTypeMapping>
  578. </EntitySetMapping>
  579. <EntitySetMapping Name="Territoires">
  580. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.Territoire)">
  581. <MappingFragment StoreEntitySet="Territoires">
  582. <ScalarProperty Name="Id" ColumnName="Id" />
  583. <ScalarProperty Name="Libelle" ColumnName="Libelle" />
  584. <ScalarProperty Name="Referent_SID" ColumnName="Referent_SID" />
  585. <ScalarProperty Name="Referent_Nom" ColumnName="Referent_Nom" />
  586. <ScalarProperty Name="Referent_Prenom" ColumnName="Referent_Prenom" />
  587. <ScalarProperty Name="Referent_Structure" ColumnName="Referent_Structure" />
  588. <ScalarProperty Name="Referent_Login" ColumnName="Referent_Login" />
  589. <ScalarProperty Name="Referent_Email" ColumnName="Referent_Email" />
  590. <ScalarProperty Name="Ordre" ColumnName="Ordre" />
  591. </MappingFragment>
  592. </EntityTypeMapping>
  593. </EntitySetMapping>
  594. <EntitySetMapping Name="Colleges">
  595. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.College)">
  596. <MappingFragment StoreEntitySet="Colleges">
  597. <ScalarProperty Name="Gestionnaire2Sid" ColumnName="Gestionnaire2Sid" />
  598. <ScalarProperty Name="Gestionnaire1Sid" ColumnName="Gestionnaire1Sid" />
  599. <ScalarProperty Name="AdjointSid" ColumnName="AdjointSid" />
  600. <ScalarProperty Name="PrincipalSid" ColumnName="PrincipalSid" />
  601. <ScalarProperty Name="Id" ColumnName="Id" />
  602. <ScalarProperty Name="Annee_Id" ColumnName="Annee_Id" />
  603. <ScalarProperty Name="CodeRne" ColumnName="CodeRne" />
  604. <ScalarProperty Name="Libelle" ColumnName="Libelle" />
  605. <ScalarProperty Name="Adresse" ColumnName="Adresse" />
  606. <ScalarProperty Name="Code_Postal" ColumnName="Code_Postal" />
  607. <ScalarProperty Name="TypeCollege_Id" ColumnName="TypeCollege_Id" />
  608. <ScalarProperty Name="Commune_Insee" ColumnName="Commune_Insee" />
  609. <ScalarProperty Name="Commune" ColumnName="Commune" />
  610. <ScalarProperty Name="Canton" ColumnName="Canton" />
  611. <ScalarProperty Name="Territoire_Id" ColumnName="Territoire_Id" />
  612. <ScalarProperty Name="TAD" ColumnName="TAD" />
  613. <ScalarProperty Name="CDC" ColumnName="CDC" />
  614. <ScalarProperty Name="Tel" ColumnName="Tel" />
  615. <ScalarProperty Name="Fax" ColumnName="Fax" />
  616. <ScalarProperty Name="Email" ColumnName="Email" />
  617. </MappingFragment>
  618. </EntityTypeMapping>
  619. </EntitySetMapping>
  620. <EntitySetMapping Name="Annees">
  621. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.Annee)">
  622. <MappingFragment StoreEntitySet="Annees">
  623. <ScalarProperty Name="Id" ColumnName="Id" />
  624. <ScalarProperty Name="Libelle" ColumnName="Libelle" />
  625. </MappingFragment>
  626. </EntityTypeMapping>
  627. </EntitySetMapping>
  628. <EntitySetMapping Name="ActionEduAxes">
  629. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.ActionEduAxe)">
  630. <MappingFragment StoreEntitySet="ActionEduAxes">
  631. <ScalarProperty Name="Id" ColumnName="Id" />
  632. <ScalarProperty Name="Nom" ColumnName="Nom" />
  633. <ScalarProperty Name="Neutralise" ColumnName="Neutralise" />
  634. <ScalarProperty Name="Ordre" ColumnName="Ordre" />
  635. </MappingFragment>
  636. </EntityTypeMapping>
  637. </EntitySetMapping>
  638. <EntitySetMapping Name="ActionEduThematiques">
  639. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.ActionEduThematique)">
  640. <MappingFragment StoreEntitySet="ActionEduThematiques">
  641. <ScalarProperty Name="Id" ColumnName="Id" />
  642. <ScalarProperty Name="Nom" ColumnName="Nom" />
  643. <ScalarProperty Name="Neutralise" ColumnName="Neutralise" />
  644. <ScalarProperty Name="Ordre" ColumnName="Ordre" />
  645. <ScalarProperty Name="ActionEduAxeId" ColumnName="ActionEduAxeId" />
  646. </MappingFragment>
  647. </EntityTypeMapping>
  648. </EntitySetMapping>
  649. <EntitySetMapping Name="ActionsEdu">
  650. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.ActionEdu)">
  651. <MappingFragment StoreEntitySet="ActionsEdu">
  652. <ScalarProperty Name="Montant" ColumnName="Montant" />
  653. <ScalarProperty Name="Id" ColumnName="Id" />
  654. <ScalarProperty Name="Numero" ColumnName="Numero" />
  655. <ScalarProperty Name="Nom" ColumnName="Nom" />
  656. <ScalarProperty Name="Description" ColumnName="Description" />
  657. <ScalarProperty Name="Neutralise" ColumnName="Neutralise" />
  658. <ScalarProperty Name="Ordre" ColumnName="Ordre" />
  659. <ScalarProperty Name="ActionEduThematiqueId" ColumnName="ActionEduThematiqueId" />
  660. <ScalarProperty Name="AnneeId" ColumnName="AnneeId" />
  661. </MappingFragment>
  662. </EntityTypeMapping>
  663. </EntitySetMapping>
  664. <EntitySetMapping Name="ActionsEduColleges">
  665. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.ActionEduCollege)">
  666. <MappingFragment StoreEntitySet="ActionsEduColleges">
  667. <ScalarProperty Name="Id" ColumnName="Id" />
  668. <ScalarProperty Name="CommentaireInterne" ColumnName="CommentaireInterne" />
  669. <ScalarProperty Name="CommentairePublic" ColumnName="CommentairePublic" />
  670. <ScalarProperty Name="NbEleves" ColumnName="NbEleves" />
  671. <ScalarProperty Name="TiersAstre_Code" ColumnName="TiersAstre_Code" />
  672. <ScalarProperty Name="TiersAstre_Nom" ColumnName="TiersAstre_Nom" />
  673. <ScalarProperty Name="TiersAstre_CodeFamille" ColumnName="TiersAstre_CodeFamille" />
  674. <ScalarProperty Name="TiersAstre_Description" ColumnName="TiersAstre_Description" />
  675. <ScalarProperty Name="CollegeId" ColumnName="CollegeId" />
  676. <ScalarProperty Name="ActionEduId" ColumnName="ActionEduId" />
  677. </MappingFragment>
  678. </EntityTypeMapping>
  679. </EntitySetMapping>
  680. <EntitySetMapping Name="ActionEduMissions">
  681. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.ActionEduMission)">
  682. <MappingFragment StoreEntitySet="ActionEduMissions">
  683. <ScalarProperty Name="Id" ColumnName="Id" />
  684. <ScalarProperty Name="Code" ColumnName="Code" />
  685. <ScalarProperty Name="Nom" ColumnName="Nom" />
  686. <ScalarProperty Name="Description" ColumnName="Description" />
  687. <ScalarProperty Name="ActionEduCollegeId" ColumnName="ActionEduCollegeId" />
  688. </MappingFragment>
  689. </EntityTypeMapping>
  690. </EntitySetMapping>
  691. </EntityContainerMapping>
  692. </Mapping></edmx:Mappings>
  693. </edmx:Runtime>
  694. <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
  695. <Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
  696. <Connection>
  697. <DesignerInfoPropertySet>
  698. <DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
  699. </DesignerInfoPropertySet>
  700. </Connection>
  701. <Options>
  702. <DesignerInfoPropertySet>
  703. <DesignerProperty Name="ValidateOnBuild" Value="true" />
  704. <DesignerProperty Name="EnablePluralization" Value="True" />
  705. <DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
  706. <DesignerProperty Name="UseLegacyProvider" Value="False" />
  707. <DesignerProperty Name="CodeGenerationStrategy" Value="Aucun" />
  708. </DesignerInfoPropertySet>
  709. </Options>
  710. <!-- Diagram content (shape and connector positions) -->
  711. <Diagrams></Diagrams>
  712. </Designer>
  713. </edmx:Edmx>