EntityModel.edmx 92 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535
  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="ActionEduActeurRoles">
  9. <Key>
  10. <PropertyRef Name="Id" />
  11. </Key>
  12. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  13. <Property Name="Libelle" Type="varchar" MaxLength="50" Nullable="false" />
  14. <Property Name="Ordre" Type="int" Nullable="false" />
  15. </EntityType>
  16. <EntityType Name="ActionEduActeurs">
  17. <Key>
  18. <PropertyRef Name="Id" />
  19. </Key>
  20. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  21. <Property Name="Nom" Type="varchar(max)" Nullable="false" />
  22. <Property Name="Sid" Type="nvarchar" MaxLength="7" />
  23. <Property Name="RoleId" Type="int" Nullable="false" />
  24. <Property Name="Commentaire" Type="varchar(max)" />
  25. <Property Name="ActionEduId" Type="int" Nullable="false" />
  26. </EntityType>
  27. <EntityType Name="ActionEduAxes">
  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. </EntityType>
  36. <EntityType Name="ActionEduMissions">
  37. <Key>
  38. <PropertyRef Name="Id" />
  39. </Key>
  40. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  41. <Property Name="Code" Type="nvarchar(max)" Nullable="false" />
  42. <Property Name="Nom" Type="nvarchar(max)" Nullable="false" />
  43. <Property Name="Description" Type="nvarchar(max)" />
  44. <Property Name="ActionEduCollegeId" Type="int" Nullable="false" />
  45. </EntityType>
  46. <EntityType Name="ActionEduStatuts">
  47. <Key>
  48. <PropertyRef Name="Id" />
  49. </Key>
  50. <Property Name="Id" Type="int" Nullable="false" />
  51. <Property Name="Nom" Type="varchar" MaxLength="50" Nullable="false" />
  52. </EntityType>
  53. <EntityType Name="ActionEduThematiques">
  54. <Key>
  55. <PropertyRef Name="Id" />
  56. </Key>
  57. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  58. <Property Name="Nom" Type="nvarchar(max)" Nullable="false" />
  59. <Property Name="Neutralise" Type="bit" Nullable="false" />
  60. <Property Name="Ordre" Type="int" Nullable="false" />
  61. <Property Name="ActionEduAxeId" Type="int" Nullable="false" />
  62. </EntityType>
  63. <EntityType Name="ActionsEdu">
  64. <Key>
  65. <PropertyRef Name="Id" />
  66. </Key>
  67. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  68. <Property Name="Numero" Type="nvarchar(max)" Nullable="false" />
  69. <Property Name="Nom" Type="nvarchar(max)" Nullable="false" />
  70. <Property Name="Montant" Type="decimal" Precision="18" Scale="0" />
  71. <Property Name="Description" Type="nvarchar(max)" />
  72. <Property Name="CommentaireInterne" Type="nvarchar(max)" />
  73. <Property Name="CommentairePublic" Type="nvarchar(max)" />
  74. <Property Name="Neutralise" Type="bit" Nullable="false" />
  75. <Property Name="Ordre" Type="int" Nullable="false" />
  76. <Property Name="ActionEduThematiqueId" Type="int" Nullable="false" />
  77. <Property Name="StatutId" Type="int" Nullable="false" />
  78. <Property Name="AnneeId" Type="int" Nullable="false" />
  79. <Property Name="TokenId" Type="uniqueidentifier" Nullable="false" />
  80. </EntityType>
  81. <EntityType Name="ActionsEduColleges">
  82. <Key>
  83. <PropertyRef Name="Id" />
  84. </Key>
  85. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  86. <Property Name="Commentaire" Type="nvarchar(max)" />
  87. <Property Name="NbEleves" Type="bigint" />
  88. <Property Name="CollegeId" Type="int" Nullable="false" />
  89. <Property Name="ActionEduId" Type="int" Nullable="false" />
  90. </EntityType>
  91. <EntityType Name="Annees">
  92. <Key>
  93. <PropertyRef Name="Id" />
  94. </Key>
  95. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  96. <Property Name="Libelle" Type="nvarchar" MaxLength="12" Nullable="false" />
  97. <Property Name="AnneeRentree" Type="int" Nullable="false" />
  98. </EntityType>
  99. <EntityType Name="Colleges">
  100. <Key>
  101. <PropertyRef Name="Id" />
  102. </Key>
  103. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  104. <Property Name="Annee_Id" Type="int" Nullable="false" />
  105. <Property Name="CodeRne" Type="nvarchar" MaxLength="10" Nullable="false" />
  106. <Property Name="Libelle" Type="nvarchar" MaxLength="255" Nullable="false" />
  107. <Property Name="Adresse" Type="nvarchar" MaxLength="255" />
  108. <Property Name="Code_Postal" Type="nvarchar" MaxLength="5" />
  109. <Property Name="TypeCollege_Id" Type="int" Nullable="false" />
  110. <Property Name="Commune_Insee" Type="nvarchar" MaxLength="5" />
  111. <Property Name="Commune" Type="nvarchar" MaxLength="255" Nullable="false" />
  112. <Property Name="Canton" Type="nvarchar" MaxLength="255" />
  113. <Property Name="Territoire_Id" Type="nvarchar" MaxLength="10" />
  114. <Property Name="TAD" Type="nvarchar" MaxLength="255" />
  115. <Property Name="CDC" Type="nvarchar" MaxLength="255" />
  116. <Property Name="Tel" Type="nvarchar" MaxLength="255" />
  117. <Property Name="Fax" Type="nvarchar" MaxLength="255" />
  118. <Property Name="Email" Type="nvarchar" MaxLength="255" />
  119. <Property Name="PrincipalSid" Type="nvarchar" MaxLength="64" />
  120. <Property Name="AdjointSid" Type="nvarchar" MaxLength="64" />
  121. <Property Name="Gestionnaire1Sid" Type="nvarchar" MaxLength="64" />
  122. <Property Name="Gestionnaire2Sid" Type="nvarchar" MaxLength="64" />
  123. <Property Name="TokenId" Type="uniqueidentifier" Nullable="false" />
  124. <Property Name="RestaurationType_Id" Type="int" />
  125. </EntityType>
  126. <EntityType Name="Groupes">
  127. <Key>
  128. <PropertyRef Name="Id" />
  129. </Key>
  130. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  131. <Property Name="Nom" Type="nvarchar" MaxLength="50" Nullable="false" />
  132. <Property Name="Description" Type="nvarchar(max)" />
  133. </EntityType>
  134. <EntityType Name="RestaurationFormulaires">
  135. <Key>
  136. <PropertyRef Name="Id" />
  137. </Key>
  138. <Property Name="Id" Type="uniqueidentifier" Nullable="false" />
  139. <Property Name="College_Id" Type="int" Nullable="false" />
  140. <Property Name="Statut" Type="nvarchar" MaxLength="50" Nullable="false" />
  141. <Property Name="NbDP_College" Type="int" Nullable="false" />
  142. <Property Name="NbDP_Lycee" Type="int" />
  143. <Property Name="NbDP_MatPrimPeri" Type="int" />
  144. <Property Name="NbDP_Commensaux" Type="int" />
  145. <Property Name="NbDP_ATC" Type="int" />
  146. <Property Name="NbDP_AgentC" Type="int" />
  147. <Property Name="Prix_Forfait5j" Type="decimal" Precision="18" Scale="2" />
  148. <Property Name="NbJours_Forfait5j" Type="int" />
  149. <Property Name="Prix_Forfait4j" Type="decimal" Precision="18" Scale="2" />
  150. <Property Name="NbJours_Forfait4j" Type="int" />
  151. <Property Name="Prix_Forfait3j" Type="decimal" Precision="18" Scale="2" />
  152. <Property Name="NbJours_Forfait3j" Type="int" />
  153. <Property Name="Prix_Forfait2j" Type="decimal" Precision="18" Scale="2" />
  154. <Property Name="NbJours_Forfait2j" Type="int" />
  155. <Property Name="Prix_Forfait1j" Type="decimal" Precision="18" Scale="2" />
  156. <Property Name="NbJours_Forfait1j" Type="int" />
  157. <Property Name="Prix_Ticket" Type="decimal" Precision="18" Scale="2" Nullable="false" />
  158. <Property Name="Tarif_Pension" Type="decimal" Precision="18" Scale="2" />
  159. <Property Name="Prix_ATC" Type="decimal" Precision="18" Scale="2" Nullable="false" />
  160. <Property Name="Prix_AgentC" Type="decimal" Precision="18" Scale="2" Nullable="false" />
  161. <Property Name="Prix_Commensaux" Type="decimal" Precision="18" Scale="2" />
  162. <Property Name="Prix_EcolePeri" Type="decimal" Precision="18" Scale="2" />
  163. <Property Name="NbEleves_FondSocial" Type="int" />
  164. <Property Name="Montant_FondSocial" Type="decimal" Precision="18" Scale="2" />
  165. <Property Name="NbEleves_Impayes" Type="int" />
  166. <Property Name="Montant_Impayes" Type="decimal" Precision="18" Scale="2" />
  167. <Property Name="Date_AvisCA" Type="datetime2" Precision="7" />
  168. <Property Name="Ind_Signature" Type="bit" Nullable="false" />
  169. </EntityType>
  170. <EntityType Name="RestaurationFormulairesRepas">
  171. <Key>
  172. <PropertyRef Name="Id" />
  173. </Key>
  174. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  175. <Property Name="RestaurationFormulaires_Id" Type="uniqueidentifier" Nullable="false" />
  176. <Property Name="RestaurationTypesRepas_Id" Type="int" Nullable="false" />
  177. <Property Name="NbRepas" Type="int" />
  178. <Property Name="NbJours" Type="int" />
  179. <Property Name="NomEtablissement" Type="nvarchar" MaxLength="255" />
  180. </EntityType>
  181. <EntityType Name="RestaurationParametres">
  182. <Key>
  183. <PropertyRef Name="Id" />
  184. </Key>
  185. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  186. <Property Name="Annee_Id" Type="int" Nullable="false" />
  187. <Property Name="Campagne" Type="bit" Nullable="false" />
  188. <Property Name="Prix_Mini" Type="decimal" Precision="18" Scale="2" />
  189. <Property Name="Prix_ATC" Type="decimal" Precision="18" Scale="2" />
  190. <Property Name="Prix_AgentC" Type="decimal" Precision="18" Scale="2" />
  191. <Property Name="Prix_MiniAutres" Type="decimal" Precision="18" Scale="2" />
  192. </EntityType>
  193. <EntityType Name="RestaurationParametresRepas">
  194. <Key>
  195. <PropertyRef Name="RestaurationParametres_Id" />
  196. <PropertyRef Name="RestaurationTypesRepas_Id" />
  197. </Key>
  198. <Property Name="RestaurationParametres_Id" Type="int" Nullable="false" />
  199. <Property Name="RestaurationTypesRepas_Id" Type="int" Nullable="false" />
  200. </EntityType>
  201. <EntityType Name="RestaurationTypes">
  202. <Key>
  203. <PropertyRef Name="Id" />
  204. </Key>
  205. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  206. <Property Name="Libelle" Type="nvarchar" MaxLength="255" Nullable="false" />
  207. <Property Name="Valid" Type="bit" Nullable="false" />
  208. <Property Name="Ordre" Type="int" Nullable="false" />
  209. </EntityType>
  210. <EntityType Name="RestaurationTypesRepas">
  211. <Key>
  212. <PropertyRef Name="Id" />
  213. </Key>
  214. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  215. <Property Name="Libelle" Type="nvarchar" MaxLength="255" Nullable="false" />
  216. <Property Name="Valid" Type="bit" Nullable="false" />
  217. <Property Name="Ordre" Type="int" Nullable="false" />
  218. </EntityType>
  219. <EntityType Name="Territoires">
  220. <Key>
  221. <PropertyRef Name="Id" />
  222. </Key>
  223. <Property Name="Id" Type="nvarchar" MaxLength="10" Nullable="false" />
  224. <Property Name="Libelle" Type="nvarchar" MaxLength="255" Nullable="false" />
  225. <Property Name="Referent_SID" Type="nvarchar" MaxLength="64" />
  226. <Property Name="Referent_Nom" Type="nvarchar" MaxLength="255" />
  227. <Property Name="Referent_Prenom" Type="nvarchar" MaxLength="255" />
  228. <Property Name="Referent_Structure" Type="nvarchar" MaxLength="255" />
  229. <Property Name="Referent_Login" Type="nvarchar" MaxLength="255" />
  230. <Property Name="Referent_Email" Type="nvarchar" MaxLength="255" />
  231. <Property Name="Ordre" Type="int" Nullable="false" />
  232. </EntityType>
  233. <EntityType Name="TypesCollege">
  234. <Key>
  235. <PropertyRef Name="Id" />
  236. </Key>
  237. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  238. <Property Name="Libelle" Type="nvarchar" MaxLength="255" Nullable="false" />
  239. <Property Name="Ordre" Type="int" Nullable="false" />
  240. </EntityType>
  241. <EntityType Name="Utilisateurs">
  242. <Key>
  243. <PropertyRef Name="Id" />
  244. </Key>
  245. <Property Name="Id" Type="int" Nullable="false" />
  246. <Property Name="Sid" Type="nvarchar" MaxLength="64" Nullable="false" />
  247. <Property Name="Login" Type="nvarchar" MaxLength="100" Nullable="false" />
  248. <Property Name="mail" Type="nvarchar" MaxLength="100" />
  249. </EntityType>
  250. <EntityType Name="UtilisateursGroupes">
  251. <Key>
  252. <PropertyRef Name="Id" />
  253. </Key>
  254. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  255. <Property Name="GroupeId" Type="int" Nullable="false" />
  256. <Property Name="UtilisateurId" Type="int" Nullable="false" />
  257. </EntityType>
  258. <Association Name="FK_ActionEduActeurs_ActionEduActeurRoles">
  259. <End Role="ActionEduActeurRoles" Type="Self.ActionEduActeurRoles" Multiplicity="1" />
  260. <End Role="ActionEduActeurs" Type="Self.ActionEduActeurs" Multiplicity="*" />
  261. <ReferentialConstraint>
  262. <Principal Role="ActionEduActeurRoles">
  263. <PropertyRef Name="Id" />
  264. </Principal>
  265. <Dependent Role="ActionEduActeurs">
  266. <PropertyRef Name="RoleId" />
  267. </Dependent>
  268. </ReferentialConstraint>
  269. </Association>
  270. <Association Name="FK_ActionEduActionEduActeur">
  271. <End Role="ActionsEdu" Type="Self.ActionsEdu" Multiplicity="1" />
  272. <End Role="ActionEduActeurs" Type="Self.ActionEduActeurs" Multiplicity="*" />
  273. <ReferentialConstraint>
  274. <Principal Role="ActionsEdu">
  275. <PropertyRef Name="Id" />
  276. </Principal>
  277. <Dependent Role="ActionEduActeurs">
  278. <PropertyRef Name="ActionEduId" />
  279. </Dependent>
  280. </ReferentialConstraint>
  281. </Association>
  282. <Association Name="FK_ActionEduAnnee">
  283. <End Role="Annees" Type="Self.Annees" Multiplicity="1" />
  284. <End Role="ActionsEdu" Type="Self.ActionsEdu" Multiplicity="*" />
  285. <ReferentialConstraint>
  286. <Principal Role="Annees">
  287. <PropertyRef Name="Id" />
  288. </Principal>
  289. <Dependent Role="ActionsEdu">
  290. <PropertyRef Name="AnneeId" />
  291. </Dependent>
  292. </ReferentialConstraint>
  293. </Association>
  294. <Association Name="FK_ActionEduAxeActionEduThematique">
  295. <End Role="ActionEduAxes" Type="Self.ActionEduAxes" Multiplicity="1" />
  296. <End Role="ActionEduThematiques" Type="Self.ActionEduThematiques" Multiplicity="*" />
  297. <ReferentialConstraint>
  298. <Principal Role="ActionEduAxes">
  299. <PropertyRef Name="Id" />
  300. </Principal>
  301. <Dependent Role="ActionEduThematiques">
  302. <PropertyRef Name="ActionEduAxeId" />
  303. </Dependent>
  304. </ReferentialConstraint>
  305. </Association>
  306. <Association Name="FK_ActionEduCollegeActionEdu">
  307. <End Role="ActionsEdu" Type="Self.ActionsEdu" Multiplicity="1" />
  308. <End Role="ActionsEduColleges" Type="Self.ActionsEduColleges" Multiplicity="*" />
  309. <ReferentialConstraint>
  310. <Principal Role="ActionsEdu">
  311. <PropertyRef Name="Id" />
  312. </Principal>
  313. <Dependent Role="ActionsEduColleges">
  314. <PropertyRef Name="ActionEduId" />
  315. </Dependent>
  316. </ReferentialConstraint>
  317. </Association>
  318. <Association Name="FK_ActionEduCollegeActionEduMission">
  319. <End Role="ActionsEduColleges" Type="Self.ActionsEduColleges" Multiplicity="1" />
  320. <End Role="ActionEduMissions" Type="Self.ActionEduMissions" Multiplicity="*" />
  321. <ReferentialConstraint>
  322. <Principal Role="ActionsEduColleges">
  323. <PropertyRef Name="Id" />
  324. </Principal>
  325. <Dependent Role="ActionEduMissions">
  326. <PropertyRef Name="ActionEduCollegeId" />
  327. </Dependent>
  328. </ReferentialConstraint>
  329. </Association>
  330. <Association Name="FK_ActionEduCollegeCollege">
  331. <End Role="Colleges" Type="Self.Colleges" Multiplicity="1" />
  332. <End Role="ActionsEduColleges" Type="Self.ActionsEduColleges" Multiplicity="*" />
  333. <ReferentialConstraint>
  334. <Principal Role="Colleges">
  335. <PropertyRef Name="Id" />
  336. </Principal>
  337. <Dependent Role="ActionsEduColleges">
  338. <PropertyRef Name="CollegeId" />
  339. </Dependent>
  340. </ReferentialConstraint>
  341. </Association>
  342. <Association Name="FK_ActionEduThematiqueActionEdu">
  343. <End Role="ActionEduThematiques" Type="Self.ActionEduThematiques" Multiplicity="1" />
  344. <End Role="ActionsEdu" Type="Self.ActionsEdu" Multiplicity="*" />
  345. <ReferentialConstraint>
  346. <Principal Role="ActionEduThematiques">
  347. <PropertyRef Name="Id" />
  348. </Principal>
  349. <Dependent Role="ActionsEdu">
  350. <PropertyRef Name="ActionEduThematiqueId" />
  351. </Dependent>
  352. </ReferentialConstraint>
  353. </Association>
  354. <Association Name="FK_ActionsEdu_ActionEduStatuts">
  355. <End Role="ActionEduStatuts" Type="Self.ActionEduStatuts" Multiplicity="1" />
  356. <End Role="ActionsEdu" Type="Self.ActionsEdu" Multiplicity="*" />
  357. <ReferentialConstraint>
  358. <Principal Role="ActionEduStatuts">
  359. <PropertyRef Name="Id" />
  360. </Principal>
  361. <Dependent Role="ActionsEdu">
  362. <PropertyRef Name="StatutId" />
  363. </Dependent>
  364. </ReferentialConstraint>
  365. </Association>
  366. <Association Name="FK_AnneeCollege">
  367. <End Role="Annees" Type="Self.Annees" Multiplicity="1" />
  368. <End Role="Colleges" Type="Self.Colleges" Multiplicity="*" />
  369. <ReferentialConstraint>
  370. <Principal Role="Annees">
  371. <PropertyRef Name="Id" />
  372. </Principal>
  373. <Dependent Role="Colleges">
  374. <PropertyRef Name="Annee_Id" />
  375. </Dependent>
  376. </ReferentialConstraint>
  377. </Association>
  378. <Association Name="FK_Colleges_RestaurationTypes">
  379. <End Role="RestaurationTypes" Type="Self.RestaurationTypes" Multiplicity="0..1" />
  380. <End Role="Colleges" Type="Self.Colleges" Multiplicity="*" />
  381. <ReferentialConstraint>
  382. <Principal Role="RestaurationTypes">
  383. <PropertyRef Name="Id" />
  384. </Principal>
  385. <Dependent Role="Colleges">
  386. <PropertyRef Name="RestaurationType_Id" />
  387. </Dependent>
  388. </ReferentialConstraint>
  389. </Association>
  390. <Association Name="FK_Colleges_Territoires">
  391. <End Role="Territoires" Type="Self.Territoires" Multiplicity="0..1" />
  392. <End Role="Colleges" Type="Self.Colleges" Multiplicity="*" />
  393. <ReferentialConstraint>
  394. <Principal Role="Territoires">
  395. <PropertyRef Name="Id" />
  396. </Principal>
  397. <Dependent Role="Colleges">
  398. <PropertyRef Name="Territoire_Id" />
  399. </Dependent>
  400. </ReferentialConstraint>
  401. </Association>
  402. <Association Name="FK_Colleges_TypesCollege">
  403. <End Role="TypesCollege" Type="Self.TypesCollege" Multiplicity="1" />
  404. <End Role="Colleges" Type="Self.Colleges" Multiplicity="*" />
  405. <ReferentialConstraint>
  406. <Principal Role="TypesCollege">
  407. <PropertyRef Name="Id" />
  408. </Principal>
  409. <Dependent Role="Colleges">
  410. <PropertyRef Name="TypeCollege_Id" />
  411. </Dependent>
  412. </ReferentialConstraint>
  413. </Association>
  414. <Association Name="FK_RestaurationFormulairesColleges">
  415. <End Role="Colleges" Type="Self.Colleges" Multiplicity="1" />
  416. <End Role="RestaurationFormulaires" Type="Self.RestaurationFormulaires" Multiplicity="*" />
  417. <ReferentialConstraint>
  418. <Principal Role="Colleges">
  419. <PropertyRef Name="Id" />
  420. </Principal>
  421. <Dependent Role="RestaurationFormulaires">
  422. <PropertyRef Name="College_Id" />
  423. </Dependent>
  424. </ReferentialConstraint>
  425. </Association>
  426. <Association Name="FK_RestaurationFormulairesRepasForm">
  427. <End Role="RestaurationFormulaires" Type="Self.RestaurationFormulaires" Multiplicity="1" />
  428. <End Role="RestaurationFormulairesRepas" Type="Self.RestaurationFormulairesRepas" Multiplicity="*" />
  429. <ReferentialConstraint>
  430. <Principal Role="RestaurationFormulaires">
  431. <PropertyRef Name="Id" />
  432. </Principal>
  433. <Dependent Role="RestaurationFormulairesRepas">
  434. <PropertyRef Name="RestaurationFormulaires_Id" />
  435. </Dependent>
  436. </ReferentialConstraint>
  437. </Association>
  438. <Association Name="FK_RestaurationFormulairesTypesRepas">
  439. <End Role="RestaurationTypesRepas" Type="Self.RestaurationTypesRepas" Multiplicity="1" />
  440. <End Role="RestaurationFormulairesRepas" Type="Self.RestaurationFormulairesRepas" Multiplicity="*" />
  441. <ReferentialConstraint>
  442. <Principal Role="RestaurationTypesRepas">
  443. <PropertyRef Name="Id" />
  444. </Principal>
  445. <Dependent Role="RestaurationFormulairesRepas">
  446. <PropertyRef Name="RestaurationTypesRepas_Id" />
  447. </Dependent>
  448. </ReferentialConstraint>
  449. </Association>
  450. <Association Name="FK_RestaurationParametresAnnee">
  451. <End Role="Annees" Type="Self.Annees" Multiplicity="1" />
  452. <End Role="RestaurationParametres" Type="Self.RestaurationParametres" Multiplicity="*" />
  453. <ReferentialConstraint>
  454. <Principal Role="Annees">
  455. <PropertyRef Name="Id" />
  456. </Principal>
  457. <Dependent Role="RestaurationParametres">
  458. <PropertyRef Name="Annee_Id" />
  459. </Dependent>
  460. </ReferentialConstraint>
  461. </Association>
  462. <Association Name="FK_RestaurationParametresRepas_Param">
  463. <End Role="RestaurationParametres" Type="Self.RestaurationParametres" Multiplicity="1" />
  464. <End Role="RestaurationParametresRepas" Type="Self.RestaurationParametresRepas" Multiplicity="*" />
  465. <ReferentialConstraint>
  466. <Principal Role="RestaurationParametres">
  467. <PropertyRef Name="Id" />
  468. </Principal>
  469. <Dependent Role="RestaurationParametresRepas">
  470. <PropertyRef Name="RestaurationParametres_Id" />
  471. </Dependent>
  472. </ReferentialConstraint>
  473. </Association>
  474. <Association Name="FK_RestaurationParametresRepas_Repas">
  475. <End Role="RestaurationTypesRepas" Type="Self.RestaurationTypesRepas" Multiplicity="1" />
  476. <End Role="RestaurationParametresRepas" Type="Self.RestaurationParametresRepas" Multiplicity="*" />
  477. <ReferentialConstraint>
  478. <Principal Role="RestaurationTypesRepas">
  479. <PropertyRef Name="Id" />
  480. </Principal>
  481. <Dependent Role="RestaurationParametresRepas">
  482. <PropertyRef Name="RestaurationTypesRepas_Id" />
  483. </Dependent>
  484. </ReferentialConstraint>
  485. </Association>
  486. <Association Name="FK_UtilisateursGroupesGroupes">
  487. <End Role="Groupes" Type="Self.Groupes" Multiplicity="1" />
  488. <End Role="UtilisateursGroupes" Type="Self.UtilisateursGroupes" Multiplicity="*" />
  489. <ReferentialConstraint>
  490. <Principal Role="Groupes">
  491. <PropertyRef Name="Id" />
  492. </Principal>
  493. <Dependent Role="UtilisateursGroupes">
  494. <PropertyRef Name="GroupeId" />
  495. </Dependent>
  496. </ReferentialConstraint>
  497. </Association>
  498. <Association Name="FK_UtilisateursGroupesUtilisateurs">
  499. <End Role="Utilisateurs" Type="Self.Utilisateurs" Multiplicity="1" />
  500. <End Role="UtilisateursGroupes" Type="Self.UtilisateursGroupes" Multiplicity="*" />
  501. <ReferentialConstraint>
  502. <Principal Role="Utilisateurs">
  503. <PropertyRef Name="Id" />
  504. </Principal>
  505. <Dependent Role="UtilisateursGroupes">
  506. <PropertyRef Name="UtilisateurId" />
  507. </Dependent>
  508. </ReferentialConstraint>
  509. </Association>
  510. <EntityContainer Name="CD67FicheCollegeStoreContainer">
  511. <EntitySet Name="ActionEduActeurRoles" EntityType="Self.ActionEduActeurRoles" Schema="dbo" store:Type="Tables" />
  512. <EntitySet Name="ActionEduActeurs" EntityType="Self.ActionEduActeurs" Schema="dbo" store:Type="Tables" />
  513. <EntitySet Name="ActionEduAxes" EntityType="Self.ActionEduAxes" Schema="dbo" store:Type="Tables" />
  514. <EntitySet Name="ActionEduMissions" EntityType="Self.ActionEduMissions" Schema="dbo" store:Type="Tables" />
  515. <EntitySet Name="ActionEduStatuts" EntityType="Self.ActionEduStatuts" Schema="dbo" store:Type="Tables" />
  516. <EntitySet Name="ActionEduThematiques" EntityType="Self.ActionEduThematiques" Schema="dbo" store:Type="Tables" />
  517. <EntitySet Name="ActionsEdu" EntityType="Self.ActionsEdu" Schema="dbo" store:Type="Tables" />
  518. <EntitySet Name="ActionsEduColleges" EntityType="Self.ActionsEduColleges" Schema="dbo" store:Type="Tables" />
  519. <EntitySet Name="Annees" EntityType="Self.Annees" Schema="dbo" store:Type="Tables" />
  520. <EntitySet Name="Colleges" EntityType="Self.Colleges" Schema="dbo" store:Type="Tables" />
  521. <EntitySet Name="Groupes" EntityType="Self.Groupes" Schema="dbo" store:Type="Tables" />
  522. <EntitySet Name="RestaurationFormulaires" EntityType="Self.RestaurationFormulaires" Schema="dbo" store:Type="Tables" />
  523. <EntitySet Name="RestaurationFormulairesRepas" EntityType="Self.RestaurationFormulairesRepas" Schema="dbo" store:Type="Tables" />
  524. <EntitySet Name="RestaurationParametres" EntityType="Self.RestaurationParametres" Schema="dbo" store:Type="Tables" />
  525. <EntitySet Name="RestaurationParametresRepas" EntityType="Self.RestaurationParametresRepas" Schema="dbo" store:Type="Tables" />
  526. <EntitySet Name="RestaurationTypes" EntityType="Self.RestaurationTypes" Schema="dbo" store:Type="Tables" />
  527. <EntitySet Name="RestaurationTypesRepas" EntityType="Self.RestaurationTypesRepas" Schema="dbo" store:Type="Tables" />
  528. <EntitySet Name="Territoires" EntityType="Self.Territoires" Schema="dbo" store:Type="Tables" />
  529. <EntitySet Name="TypesCollege" EntityType="Self.TypesCollege" Schema="dbo" store:Type="Tables" />
  530. <EntitySet Name="Utilisateurs" EntityType="Self.Utilisateurs" Schema="dbo" store:Type="Tables" />
  531. <EntitySet Name="UtilisateursGroupes" EntityType="Self.UtilisateursGroupes" Schema="dbo" store:Type="Tables" />
  532. <AssociationSet Name="FK_ActionEduActeurs_ActionEduActeurRoles" Association="Self.FK_ActionEduActeurs_ActionEduActeurRoles">
  533. <End Role="ActionEduActeurRoles" EntitySet="ActionEduActeurRoles" />
  534. <End Role="ActionEduActeurs" EntitySet="ActionEduActeurs" />
  535. </AssociationSet>
  536. <AssociationSet Name="FK_ActionEduActionEduActeur" Association="Self.FK_ActionEduActionEduActeur">
  537. <End Role="ActionsEdu" EntitySet="ActionsEdu" />
  538. <End Role="ActionEduActeurs" EntitySet="ActionEduActeurs" />
  539. </AssociationSet>
  540. <AssociationSet Name="FK_ActionEduAnnee" Association="Self.FK_ActionEduAnnee">
  541. <End Role="Annees" EntitySet="Annees" />
  542. <End Role="ActionsEdu" EntitySet="ActionsEdu" />
  543. </AssociationSet>
  544. <AssociationSet Name="FK_ActionEduAxeActionEduThematique" Association="Self.FK_ActionEduAxeActionEduThematique">
  545. <End Role="ActionEduAxes" EntitySet="ActionEduAxes" />
  546. <End Role="ActionEduThematiques" EntitySet="ActionEduThematiques" />
  547. </AssociationSet>
  548. <AssociationSet Name="FK_ActionEduCollegeActionEdu" Association="Self.FK_ActionEduCollegeActionEdu">
  549. <End Role="ActionsEdu" EntitySet="ActionsEdu" />
  550. <End Role="ActionsEduColleges" EntitySet="ActionsEduColleges" />
  551. </AssociationSet>
  552. <AssociationSet Name="FK_ActionEduCollegeActionEduMission" Association="Self.FK_ActionEduCollegeActionEduMission">
  553. <End Role="ActionsEduColleges" EntitySet="ActionsEduColleges" />
  554. <End Role="ActionEduMissions" EntitySet="ActionEduMissions" />
  555. </AssociationSet>
  556. <AssociationSet Name="FK_ActionEduCollegeCollege" Association="Self.FK_ActionEduCollegeCollege">
  557. <End Role="Colleges" EntitySet="Colleges" />
  558. <End Role="ActionsEduColleges" EntitySet="ActionsEduColleges" />
  559. </AssociationSet>
  560. <AssociationSet Name="FK_ActionEduThematiqueActionEdu" Association="Self.FK_ActionEduThematiqueActionEdu">
  561. <End Role="ActionEduThematiques" EntitySet="ActionEduThematiques" />
  562. <End Role="ActionsEdu" EntitySet="ActionsEdu" />
  563. </AssociationSet>
  564. <AssociationSet Name="FK_ActionsEdu_ActionEduStatuts" Association="Self.FK_ActionsEdu_ActionEduStatuts">
  565. <End Role="ActionEduStatuts" EntitySet="ActionEduStatuts" />
  566. <End Role="ActionsEdu" EntitySet="ActionsEdu" />
  567. </AssociationSet>
  568. <AssociationSet Name="FK_AnneeCollege" Association="Self.FK_AnneeCollege">
  569. <End Role="Annees" EntitySet="Annees" />
  570. <End Role="Colleges" EntitySet="Colleges" />
  571. </AssociationSet>
  572. <AssociationSet Name="FK_Colleges_RestaurationTypes" Association="Self.FK_Colleges_RestaurationTypes">
  573. <End Role="RestaurationTypes" EntitySet="RestaurationTypes" />
  574. <End Role="Colleges" EntitySet="Colleges" />
  575. </AssociationSet>
  576. <AssociationSet Name="FK_Colleges_Territoires" Association="Self.FK_Colleges_Territoires">
  577. <End Role="Territoires" EntitySet="Territoires" />
  578. <End Role="Colleges" EntitySet="Colleges" />
  579. </AssociationSet>
  580. <AssociationSet Name="FK_Colleges_TypesCollege" Association="Self.FK_Colleges_TypesCollege">
  581. <End Role="TypesCollege" EntitySet="TypesCollege" />
  582. <End Role="Colleges" EntitySet="Colleges" />
  583. </AssociationSet>
  584. <AssociationSet Name="FK_RestaurationFormulairesColleges" Association="Self.FK_RestaurationFormulairesColleges">
  585. <End Role="Colleges" EntitySet="Colleges" />
  586. <End Role="RestaurationFormulaires" EntitySet="RestaurationFormulaires" />
  587. </AssociationSet>
  588. <AssociationSet Name="FK_RestaurationFormulairesRepasForm" Association="Self.FK_RestaurationFormulairesRepasForm">
  589. <End Role="RestaurationFormulaires" EntitySet="RestaurationFormulaires" />
  590. <End Role="RestaurationFormulairesRepas" EntitySet="RestaurationFormulairesRepas" />
  591. </AssociationSet>
  592. <AssociationSet Name="FK_RestaurationFormulairesTypesRepas" Association="Self.FK_RestaurationFormulairesTypesRepas">
  593. <End Role="RestaurationTypesRepas" EntitySet="RestaurationTypesRepas" />
  594. <End Role="RestaurationFormulairesRepas" EntitySet="RestaurationFormulairesRepas" />
  595. </AssociationSet>
  596. <AssociationSet Name="FK_RestaurationParametresAnnee" Association="Self.FK_RestaurationParametresAnnee">
  597. <End Role="Annees" EntitySet="Annees" />
  598. <End Role="RestaurationParametres" EntitySet="RestaurationParametres" />
  599. </AssociationSet>
  600. <AssociationSet Name="FK_RestaurationParametresRepas_Param" Association="Self.FK_RestaurationParametresRepas_Param">
  601. <End Role="RestaurationParametres" EntitySet="RestaurationParametres" />
  602. <End Role="RestaurationParametresRepas" EntitySet="RestaurationParametresRepas" />
  603. </AssociationSet>
  604. <AssociationSet Name="FK_RestaurationParametresRepas_Repas" Association="Self.FK_RestaurationParametresRepas_Repas">
  605. <End Role="RestaurationTypesRepas" EntitySet="RestaurationTypesRepas" />
  606. <End Role="RestaurationParametresRepas" EntitySet="RestaurationParametresRepas" />
  607. </AssociationSet>
  608. <AssociationSet Name="FK_UtilisateursGroupesGroupes" Association="Self.FK_UtilisateursGroupesGroupes">
  609. <End Role="Groupes" EntitySet="Groupes" />
  610. <End Role="UtilisateursGroupes" EntitySet="UtilisateursGroupes" />
  611. </AssociationSet>
  612. <AssociationSet Name="FK_UtilisateursGroupesUtilisateurs" Association="Self.FK_UtilisateursGroupesUtilisateurs">
  613. <End Role="Utilisateurs" EntitySet="Utilisateurs" />
  614. <End Role="UtilisateursGroupes" EntitySet="UtilisateursGroupes" />
  615. </AssociationSet>
  616. </EntityContainer>
  617. </Schema></edmx:StorageModels>
  618. <!-- CSDL content -->
  619. <edmx:ConceptualModels>
  620. <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">
  621. <EntityContainer Name="Entities" annotation:LazyLoadingEnabled="true">
  622. <EntitySet Name="TypesCollege" EntityType="CD67.FicheCollege.TypeCollege" />
  623. <EntitySet Name="Territoires" EntityType="CD67.FicheCollege.Territoire" />
  624. <EntitySet Name="Colleges" EntityType="CD67.FicheCollege.College" />
  625. <AssociationSet Name="FK_Colleges_Territoires" Association="CD67.FicheCollege.FK_Colleges_Territoires">
  626. <End Role="Territoire" EntitySet="Territoires" />
  627. <End Role="College" EntitySet="Colleges" />
  628. </AssociationSet>
  629. <AssociationSet Name="FK_Colleges_TypesCollege" Association="CD67.FicheCollege.FK_Colleges_TypesCollege">
  630. <End Role="TypeCollege" EntitySet="TypesCollege" />
  631. <End Role="College" EntitySet="Colleges" />
  632. </AssociationSet>
  633. <EntitySet Name="Annees" EntityType="CD67.FicheCollege.Annee" />
  634. <AssociationSet Name="AnneeCollege" Association="CD67.FicheCollege.AnneeCollege">
  635. <End Role="Annee" EntitySet="Annees" />
  636. <End Role="College" EntitySet="Colleges" />
  637. </AssociationSet>
  638. <EntitySet Name="ActionEduAxes" EntityType="CD67.FicheCollege.ActionEduAxe" />
  639. <EntitySet Name="ActionEduThematiques" EntityType="CD67.FicheCollege.ActionEduThematique" />
  640. <EntitySet Name="ActionsEdu" EntityType="CD67.FicheCollege.ActionEdu" />
  641. <AssociationSet Name="ActionEduAxeActionEduThematique" Association="CD67.FicheCollege.ActionEduAxeActionEduThematique">
  642. <End Role="ActionEduAxe" EntitySet="ActionEduAxes" />
  643. <End Role="ActionEduThematique" EntitySet="ActionEduThematiques" />
  644. </AssociationSet>
  645. <AssociationSet Name="ActionEduThematiqueActionEdu" Association="CD67.FicheCollege.ActionEduThematiqueActionEdu">
  646. <End Role="ActionEduThematique" EntitySet="ActionEduThematiques" />
  647. <End Role="ActionEdu" EntitySet="ActionsEdu" />
  648. </AssociationSet>
  649. <AssociationSet Name="ActionEduAnnee" Association="CD67.FicheCollege.ActionEduAnnee">
  650. <End Role="ActionEdu" EntitySet="ActionsEdu" />
  651. <End Role="Annee" EntitySet="Annees" />
  652. </AssociationSet>
  653. <EntitySet Name="ActionsEduColleges" EntityType="CD67.FicheCollege.ActionEduCollege" />
  654. <EntitySet Name="ActionEduMissions" EntityType="CD67.FicheCollege.ActionEduMission" />
  655. <AssociationSet Name="ActionEduCollegeActionEduMission" Association="CD67.FicheCollege.ActionEduCollegeActionEduMission">
  656. <End Role="ActionEduCollege" EntitySet="ActionsEduColleges" />
  657. <End Role="ActionEduMission" EntitySet="ActionEduMissions" />
  658. </AssociationSet>
  659. <AssociationSet Name="ActionEduCollegeCollege" Association="CD67.FicheCollege.ActionEduCollegeCollege">
  660. <End Role="ActionEduCollege" EntitySet="ActionsEduColleges" />
  661. <End Role="College" EntitySet="Colleges" />
  662. </AssociationSet>
  663. <AssociationSet Name="ActionEduCollegeActionEdu" Association="CD67.FicheCollege.ActionEduCollegeActionEdu">
  664. <End Role="ActionEduCollege" EntitySet="ActionsEduColleges" />
  665. <End Role="ActionEdu" EntitySet="ActionsEdu" />
  666. </AssociationSet>
  667. <EntitySet Name="ActionEduActeurs" EntityType="CD67.FicheCollege.ActionEduActeur" />
  668. <EntitySet Name="ActionEduStatuts" EntityType="CD67.FicheCollege.ActionEduStatut" />
  669. <AssociationSet Name="FK_ActionEduActionEduActeur" Association="CD67.FicheCollege.FK_ActionEduActionEduActeur">
  670. <End Role="ActionEdu" EntitySet="ActionsEdu" />
  671. <End Role="ActionEduActeur" EntitySet="ActionEduActeurs" />
  672. </AssociationSet>
  673. <AssociationSet Name="FK_ActionsEdu_ActionEduStatuts" Association="CD67.FicheCollege.FK_ActionsEdu_ActionEduStatuts">
  674. <End Role="ActionEduStatut1" EntitySet="ActionEduStatuts" />
  675. <End Role="ActionEdu" EntitySet="ActionsEdu" />
  676. </AssociationSet>
  677. <EntitySet Name="ActionEduActeurRoles" EntityType="CD67.FicheCollege.ActionEduActeurRole" />
  678. <AssociationSet Name="FK_ActionEduActeurs_ActionEduActeurRoles" Association="CD67.FicheCollege.FK_ActionEduActeurs_ActionEduActeurRoles">
  679. <End Role="ActionEduActeurRole" EntitySet="ActionEduActeurRoles" />
  680. <End Role="ActionEduActeur" EntitySet="ActionEduActeurs" />
  681. </AssociationSet>
  682. <EntitySet Name="RestaurationTypes" EntityType="CD67.FicheCollege.RestaurationType" />
  683. <AssociationSet Name="FK_Colleges_RestaurationTypes" Association="CD67.FicheCollege.FK_Colleges_RestaurationTypes">
  684. <End Role="RestaurationType" EntitySet="RestaurationTypes" />
  685. <End Role="College" EntitySet="Colleges" />
  686. </AssociationSet>
  687. <EntitySet Name="RestaurationParametres" EntityType="CD67.FicheCollege.RestaurationParametre" />
  688. <AssociationSet Name="FK_RestaurationParametresAnnee" Association="CD67.FicheCollege.FK_RestaurationParametresAnnee">
  689. <End Role="Annee" EntitySet="Annees" />
  690. <End Role="RestaurationParametre" EntitySet="RestaurationParametres" />
  691. </AssociationSet>
  692. <EntitySet Name="RestaurationTypesRepas" EntityType="CD67.FicheCollege.RestaurationTypesRepa" />
  693. <AssociationSet Name="RestaurationParametresRepas1" Association="CD67.FicheCollege.RestaurationParametresRepas1">
  694. <End Role="RestaurationParametre" EntitySet="RestaurationParametres" />
  695. <End Role="RestaurationTypesRepa" EntitySet="RestaurationTypesRepas" />
  696. </AssociationSet>
  697. <EntitySet Name="RestaurationFormulaires" EntityType="CD67.FicheCollege.RestaurationFormulaire" />
  698. <EntitySet Name="RestaurationFormulairesRepas" EntityType="CD67.FicheCollege.RestaurationFormulairesRepa" />
  699. <AssociationSet Name="FK_RestaurationFormulairesColleges" Association="CD67.FicheCollege.FK_RestaurationFormulairesColleges">
  700. <End Role="College" EntitySet="Colleges" />
  701. <End Role="RestaurationFormulaire" EntitySet="RestaurationFormulaires" />
  702. </AssociationSet>
  703. <AssociationSet Name="FK_RestaurationFormulairesRepasForm" Association="CD67.FicheCollege.FK_RestaurationFormulairesRepasForm">
  704. <End Role="RestaurationFormulaire" EntitySet="RestaurationFormulaires" />
  705. <End Role="RestaurationFormulairesRepa" EntitySet="RestaurationFormulairesRepas" />
  706. </AssociationSet>
  707. <AssociationSet Name="FK_RestaurationFormulairesTypesRepas" Association="CD67.FicheCollege.FK_RestaurationFormulairesTypesRepas">
  708. <End Role="RestaurationTypesRepa" EntitySet="RestaurationTypesRepas" />
  709. <End Role="RestaurationFormulairesRepa" EntitySet="RestaurationFormulairesRepas" />
  710. </AssociationSet>
  711. <EntitySet Name="Groupes" EntityType="CD67.FicheCollege.Groupe" />
  712. <EntitySet Name="Utilisateurs" EntityType="CD67.FicheCollege.Utilisateur" />
  713. <EntitySet Name="UtilisateursGroupes" EntityType="CD67.FicheCollege.UtilisateursGroupe" />
  714. <AssociationSet Name="FK_UtilisateursGroupesGroupes" Association="CD67.FicheCollege.FK_UtilisateursGroupesGroupes">
  715. <End Role="Groupe" EntitySet="Groupes" />
  716. <End Role="UtilisateursGroupe" EntitySet="UtilisateursGroupes" />
  717. </AssociationSet>
  718. <AssociationSet Name="FK_UtilisateursGroupesUtilisateurs" Association="CD67.FicheCollege.FK_UtilisateursGroupesUtilisateurs">
  719. <End Role="Utilisateur" EntitySet="Utilisateurs" />
  720. <End Role="UtilisateursGroupe" EntitySet="UtilisateursGroupes" />
  721. </AssociationSet>
  722. </EntityContainer>
  723. <EntityType Name="TypeCollege">
  724. <Key>
  725. <PropertyRef Name="Id" />
  726. </Key>
  727. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  728. <Property Name="Libelle" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" />
  729. <Property Name="Ordre" Type="Int32" Nullable="false" />
  730. <NavigationProperty Name="Colleges" Relationship="CD67.FicheCollege.FK_Colleges_TypesCollege" FromRole="TypeCollege" ToRole="College" />
  731. </EntityType>
  732. <EntityType Name="Territoire">
  733. <Key>
  734. <PropertyRef Name="Id" />
  735. </Key>
  736. <Property Name="Id" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="true" />
  737. <Property Name="Libelle" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" />
  738. <Property Name="Referent_SID" Type="String" MaxLength="64" FixedLength="false" Unicode="true" />
  739. <Property Name="Referent_Nom" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  740. <Property Name="Referent_Prenom" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  741. <Property Name="Referent_Structure" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  742. <Property Name="Referent_Login" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  743. <Property Name="Referent_Email" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  744. <Property Name="Ordre" Type="Int32" Nullable="false" />
  745. <NavigationProperty Name="Colleges" Relationship="CD67.FicheCollege.FK_Colleges_Territoires" FromRole="Territoire" ToRole="College" />
  746. </EntityType>
  747. <EntityType Name="College">
  748. <Key>
  749. <PropertyRef Name="Id" />
  750. </Key>
  751. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  752. <Property Name="Annee_Id" Type="Int32" Nullable="false" />
  753. <Property Name="CodeRne" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="true" />
  754. <Property Name="Libelle" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" />
  755. <Property Name="Adresse" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  756. <Property Name="Code_Postal" Type="String" MaxLength="5" FixedLength="false" Unicode="true" />
  757. <Property Name="TypeCollege_Id" Type="Int32" Nullable="false" />
  758. <Property Name="Commune_Insee" Type="String" MaxLength="5" FixedLength="false" Unicode="true" />
  759. <Property Name="Commune" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" />
  760. <Property Name="Canton" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  761. <Property Name="Territoire_Id" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
  762. <Property Name="TAD" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  763. <Property Name="CDC" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  764. <Property Name="Tel" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  765. <Property Name="Fax" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  766. <Property Name="Email" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  767. <NavigationProperty Name="Territoire" Relationship="CD67.FicheCollege.FK_Colleges_Territoires" FromRole="College" ToRole="Territoire" />
  768. <NavigationProperty Name="TypeCollege" Relationship="CD67.FicheCollege.FK_Colleges_TypesCollege" FromRole="College" ToRole="TypeCollege" />
  769. <NavigationProperty Name="Annee" Relationship="CD67.FicheCollege.AnneeCollege" FromRole="College" ToRole="Annee" />
  770. <NavigationProperty Name="ActionsEduColleges" Relationship="CD67.FicheCollege.ActionEduCollegeCollege" FromRole="College" ToRole="ActionEduCollege" />
  771. <Property Name="PrincipalSid" Type="String" MaxLength="64" FixedLength="false" Unicode="true" />
  772. <Property Name="AdjointSid" Type="String" MaxLength="64" FixedLength="false" Unicode="true" />
  773. <Property Name="Gestionnaire1Sid" Type="String" MaxLength="64" FixedLength="false" Unicode="true" />
  774. <Property Name="Gestionnaire2Sid" Type="String" MaxLength="64" FixedLength="false" Unicode="true" />
  775. <Property Name="TokenId" Type="Guid" Nullable="false" />
  776. <Property Name="RestaurationType_Id" Type="Int32" />
  777. <NavigationProperty Name="RestaurationType" Relationship="CD67.FicheCollege.FK_Colleges_RestaurationTypes" FromRole="College" ToRole="RestaurationType" />
  778. <NavigationProperty Name="RestaurationFormulaires" Relationship="CD67.FicheCollege.FK_RestaurationFormulairesColleges" FromRole="College" ToRole="RestaurationFormulaire" />
  779. </EntityType>
  780. <Association Name="FK_Colleges_Territoires">
  781. <End Type="CD67.FicheCollege.Territoire" Role="Territoire" Multiplicity="0..1" />
  782. <End Type="CD67.FicheCollege.College" Role="College" Multiplicity="*" />
  783. <ReferentialConstraint>
  784. <Principal Role="Territoire">
  785. <PropertyRef Name="Id" />
  786. </Principal>
  787. <Dependent Role="College">
  788. <PropertyRef Name="Territoire_Id" />
  789. </Dependent>
  790. </ReferentialConstraint>
  791. </Association>
  792. <Association Name="FK_Colleges_TypesCollege">
  793. <End Type="CD67.FicheCollege.TypeCollege" Role="TypeCollege" Multiplicity="1" />
  794. <End Type="CD67.FicheCollege.College" Role="College" Multiplicity="*" />
  795. <ReferentialConstraint>
  796. <Principal Role="TypeCollege">
  797. <PropertyRef Name="Id" />
  798. </Principal>
  799. <Dependent Role="College">
  800. <PropertyRef Name="TypeCollege_Id" />
  801. </Dependent>
  802. </ReferentialConstraint>
  803. </Association>
  804. <EntityType Name="Annee">
  805. <Key>
  806. <PropertyRef Name="Id" />
  807. </Key>
  808. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  809. <NavigationProperty Name="Colleges" Relationship="CD67.FicheCollege.AnneeCollege" FromRole="Annee" ToRole="College" />
  810. <Property Name="Libelle" Type="String" Nullable="false" MaxLength="12" FixedLength="false" Unicode="true" />
  811. <NavigationProperty Name="ActionsEdu" Relationship="CD67.FicheCollege.ActionEduAnnee" FromRole="Annee" ToRole="ActionEdu" />
  812. <Property Name="AnneeRentree" Type="Int32" Nullable="false" />
  813. <NavigationProperty Name="RestaurationParametres" Relationship="CD67.FicheCollege.FK_RestaurationParametresAnnee" FromRole="Annee" ToRole="RestaurationParametre" />
  814. </EntityType>
  815. <Association Name="AnneeCollege">
  816. <End Type="CD67.FicheCollege.Annee" Role="Annee" Multiplicity="1" />
  817. <End Type="CD67.FicheCollege.College" Role="College" Multiplicity="*" />
  818. <ReferentialConstraint>
  819. <Principal Role="Annee">
  820. <PropertyRef Name="Id" />
  821. </Principal>
  822. <Dependent Role="College">
  823. <PropertyRef Name="Annee_Id" />
  824. </Dependent>
  825. </ReferentialConstraint>
  826. </Association>
  827. <EntityType Name="ActionEduAxe">
  828. <Key>
  829. <PropertyRef Name="Id" />
  830. </Key>
  831. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  832. <Property Name="Nom" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
  833. <Property Name="Neutralise" Type="Boolean" Nullable="false" DefaultValue="False" />
  834. <Property Name="Ordre" Type="Int32" Nullable="false" />
  835. <NavigationProperty Name="ActionEduThematiques" Relationship="CD67.FicheCollege.ActionEduAxeActionEduThematique" FromRole="ActionEduAxe" ToRole="ActionEduThematique" />
  836. </EntityType>
  837. <EntityType Name="ActionEduThematique">
  838. <Key>
  839. <PropertyRef Name="Id" />
  840. </Key>
  841. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  842. <Property Name="Nom" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
  843. <Property Name="Neutralise" Type="Boolean" Nullable="false" DefaultValue="False" />
  844. <Property Name="Ordre" Type="Int32" Nullable="false" />
  845. <NavigationProperty Name="ActionEduAxe" Relationship="CD67.FicheCollege.ActionEduAxeActionEduThematique" FromRole="ActionEduThematique" ToRole="ActionEduAxe" />
  846. <Property Name="ActionEduAxeId" Type="Int32" Nullable="false" />
  847. <NavigationProperty Name="ActionEdus" Relationship="CD67.FicheCollege.ActionEduThematiqueActionEdu" FromRole="ActionEduThematique" ToRole="ActionEdu" />
  848. </EntityType>
  849. <EntityType Name="ActionEdu">
  850. <Key>
  851. <PropertyRef Name="Id" />
  852. </Key>
  853. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  854. <Property Name="Numero" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
  855. <Property Name="Nom" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
  856. <Property Name="Montant" Type="Decimal" Precision="18" Scale="0" Nullable="true" />
  857. <Property Name="Description" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
  858. <Property Name="CommentairePublic" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
  859. <Property Name="CommentaireInterne" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
  860. <Property Name="Neutralise" Type="Boolean" Nullable="false" />
  861. <Property Name="Ordre" Type="Int32" Nullable="false" />
  862. <NavigationProperty Name="ActionEduThematique" Relationship="CD67.FicheCollege.ActionEduThematiqueActionEdu" FromRole="ActionEdu" ToRole="ActionEduThematique" />
  863. <Property Name="ActionEduThematiqueId" Type="Int32" Nullable="false" />
  864. <NavigationProperty Name="Annee" Relationship="CD67.FicheCollege.ActionEduAnnee" FromRole="ActionEdu" ToRole="Annee" />
  865. <Property Name="AnneeId" Type="Int32" Nullable="false" />
  866. <NavigationProperty Name="ActionsEduColleges" Relationship="CD67.FicheCollege.ActionEduCollegeActionEdu" FromRole="ActionEdu" ToRole="ActionEduCollege" />
  867. <Property Name="TokenId" Type="Guid" Nullable="false" />
  868. <Property Name="StatutId" Type="Int32" Nullable="false" />
  869. <NavigationProperty Name="ActionEduActeurs" Relationship="CD67.FicheCollege.FK_ActionEduActionEduActeur" FromRole="ActionEdu" ToRole="ActionEduActeur" />
  870. <NavigationProperty Name="ActionEduStatut" Relationship="CD67.FicheCollege.FK_ActionsEdu_ActionEduStatuts" FromRole="ActionEdu" ToRole="ActionEduStatut1" />
  871. </EntityType>
  872. <Association Name="ActionEduAxeActionEduThematique">
  873. <End Type="CD67.FicheCollege.ActionEduAxe" Role="ActionEduAxe" Multiplicity="1" />
  874. <End Type="CD67.FicheCollege.ActionEduThematique" Role="ActionEduThematique" Multiplicity="*" />
  875. <ReferentialConstraint>
  876. <Principal Role="ActionEduAxe">
  877. <PropertyRef Name="Id" />
  878. </Principal>
  879. <Dependent Role="ActionEduThematique">
  880. <PropertyRef Name="ActionEduAxeId" />
  881. </Dependent>
  882. </ReferentialConstraint>
  883. </Association>
  884. <Association Name="ActionEduThematiqueActionEdu">
  885. <End Type="CD67.FicheCollege.ActionEduThematique" Role="ActionEduThematique" Multiplicity="1" />
  886. <End Type="CD67.FicheCollege.ActionEdu" Role="ActionEdu" Multiplicity="*" />
  887. <ReferentialConstraint>
  888. <Principal Role="ActionEduThematique">
  889. <PropertyRef Name="Id" />
  890. </Principal>
  891. <Dependent Role="ActionEdu">
  892. <PropertyRef Name="ActionEduThematiqueId" />
  893. </Dependent>
  894. </ReferentialConstraint>
  895. </Association>
  896. <Association Name="ActionEduAnnee">
  897. <End Type="CD67.FicheCollege.ActionEdu" Role="ActionEdu" Multiplicity="*" />
  898. <End Type="CD67.FicheCollege.Annee" Role="Annee" Multiplicity="1" />
  899. <ReferentialConstraint>
  900. <Principal Role="Annee">
  901. <PropertyRef Name="Id" />
  902. </Principal>
  903. <Dependent Role="ActionEdu">
  904. <PropertyRef Name="AnneeId" />
  905. </Dependent>
  906. </ReferentialConstraint>
  907. </Association>
  908. <EntityType Name="ActionEduCollege">
  909. <Key>
  910. <PropertyRef Name="Id" />
  911. </Key>
  912. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  913. <Property Name="NbEleves" Type="Int32" Nullable="true" />
  914. <NavigationProperty Name="ActionEduMissions" Relationship="CD67.FicheCollege.ActionEduCollegeActionEduMission" FromRole="ActionEduCollege" ToRole="ActionEduMission" />
  915. <NavigationProperty Name="College" Relationship="CD67.FicheCollege.ActionEduCollegeCollege" FromRole="ActionEduCollege" ToRole="College" />
  916. <Property Name="Commentaire" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
  917. <Property Name="CollegeId" Type="Int32" Nullable="false" />
  918. <NavigationProperty Name="ActionEdu" Relationship="CD67.FicheCollege.ActionEduCollegeActionEdu" FromRole="ActionEduCollege" ToRole="ActionEdu" />
  919. <Property Name="ActionEduId" Type="Int32" Nullable="false" />
  920. </EntityType>
  921. <EntityType Name="ActionEduMission">
  922. <Key>
  923. <PropertyRef Name="Id" />
  924. </Key>
  925. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  926. <Property Name="Code" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
  927. <Property Name="Nom" Type="String" Nullable="false" MaxLength="Max" Unicode="true" FixedLength="false" />
  928. <Property Name="Description" Type="String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
  929. <NavigationProperty Name="ActionEduCollege" Relationship="CD67.FicheCollege.ActionEduCollegeActionEduMission" FromRole="ActionEduMission" ToRole="ActionEduCollege" />
  930. <Property Name="ActionEduCollegeId" Type="Int32" Nullable="false" />
  931. </EntityType>
  932. <Association Name="ActionEduCollegeActionEduMission">
  933. <End Type="CD67.FicheCollege.ActionEduCollege" Role="ActionEduCollege" Multiplicity="1" />
  934. <End Type="CD67.FicheCollege.ActionEduMission" Role="ActionEduMission" Multiplicity="*" />
  935. <ReferentialConstraint>
  936. <Principal Role="ActionEduCollege">
  937. <PropertyRef Name="Id" />
  938. </Principal>
  939. <Dependent Role="ActionEduMission">
  940. <PropertyRef Name="ActionEduCollegeId" />
  941. </Dependent>
  942. </ReferentialConstraint>
  943. </Association>
  944. <Association Name="ActionEduCollegeCollege">
  945. <End Type="CD67.FicheCollege.ActionEduCollege" Role="ActionEduCollege" Multiplicity="*" />
  946. <End Type="CD67.FicheCollege.College" Role="College" Multiplicity="1" />
  947. <ReferentialConstraint>
  948. <Principal Role="College">
  949. <PropertyRef Name="Id" />
  950. </Principal>
  951. <Dependent Role="ActionEduCollege">
  952. <PropertyRef Name="CollegeId" />
  953. </Dependent>
  954. </ReferentialConstraint>
  955. </Association>
  956. <Association Name="ActionEduCollegeActionEdu">
  957. <End Type="CD67.FicheCollege.ActionEduCollege" Role="ActionEduCollege" Multiplicity="*" />
  958. <End Type="CD67.FicheCollege.ActionEdu" Role="ActionEdu" Multiplicity="1" />
  959. <ReferentialConstraint>
  960. <Principal Role="ActionEdu">
  961. <PropertyRef Name="Id" />
  962. </Principal>
  963. <Dependent Role="ActionEduCollege">
  964. <PropertyRef Name="ActionEduId" />
  965. </Dependent>
  966. </ReferentialConstraint>
  967. </Association>
  968. <EntityType Name="ActionEduActeur">
  969. <Key>
  970. <PropertyRef Name="Id" />
  971. </Key>
  972. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  973. <Property Name="Nom" Type="String" Nullable="false" MaxLength="Max" FixedLength="false" Unicode="false" />
  974. <Property Name="Sid" Type="String" MaxLength="7" FixedLength="false" Unicode="true" />
  975. <Property Name="RoleId" Type="Int32" Nullable="false" />
  976. <Property Name="Commentaire" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
  977. <Property Name="ActionEduId" Type="Int32" Nullable="false" />
  978. <NavigationProperty Name="ActionEdu" Relationship="CD67.FicheCollege.FK_ActionEduActionEduActeur" FromRole="ActionEduActeur" ToRole="ActionEdu" />
  979. <NavigationProperty Name="ActionEduActeurRole" Relationship="CD67.FicheCollege.FK_ActionEduActeurs_ActionEduActeurRoles" FromRole="ActionEduActeur" ToRole="ActionEduActeurRole" />
  980. </EntityType>
  981. <EntityType Name="ActionEduStatut">
  982. <Key>
  983. <PropertyRef Name="Id" />
  984. </Key>
  985. <Property Name="Id" Type="Int32" Nullable="false" />
  986. <Property Name="Nom" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
  987. <NavigationProperty Name="ActionsEdus" Relationship="CD67.FicheCollege.FK_ActionsEdu_ActionEduStatuts" FromRole="ActionEduStatut1" ToRole="ActionEdu" />
  988. </EntityType>
  989. <Association Name="FK_ActionEduActionEduActeur">
  990. <End Type="CD67.FicheCollege.ActionEdu" Role="ActionEdu" Multiplicity="1" />
  991. <End Type="CD67.FicheCollege.ActionEduActeur" Role="ActionEduActeur" Multiplicity="*" />
  992. <ReferentialConstraint>
  993. <Principal Role="ActionEdu">
  994. <PropertyRef Name="Id" />
  995. </Principal>
  996. <Dependent Role="ActionEduActeur">
  997. <PropertyRef Name="ActionEduId" />
  998. </Dependent>
  999. </ReferentialConstraint>
  1000. </Association>
  1001. <Association Name="FK_ActionsEdu_ActionEduStatuts">
  1002. <End Type="CD67.FicheCollege.ActionEduStatut" Role="ActionEduStatut1" Multiplicity="1" />
  1003. <End Type="CD67.FicheCollege.ActionEdu" Role="ActionEdu" Multiplicity="*" />
  1004. <ReferentialConstraint>
  1005. <Principal Role="ActionEduStatut1">
  1006. <PropertyRef Name="Id" />
  1007. </Principal>
  1008. <Dependent Role="ActionEdu">
  1009. <PropertyRef Name="StatutId" />
  1010. </Dependent>
  1011. </ReferentialConstraint>
  1012. </Association>
  1013. <EntityType Name="ActionEduActeurRole">
  1014. <Key>
  1015. <PropertyRef Name="Id" />
  1016. </Key>
  1017. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  1018. <Property Name="Libelle" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
  1019. <Property Name="Ordre" Type="Int32" Nullable="false" />
  1020. <NavigationProperty Name="ActionEduActeurs" Relationship="CD67.FicheCollege.FK_ActionEduActeurs_ActionEduActeurRoles" FromRole="ActionEduActeurRole" ToRole="ActionEduActeur" />
  1021. </EntityType>
  1022. <Association Name="FK_ActionEduActeurs_ActionEduActeurRoles">
  1023. <End Type="CD67.FicheCollege.ActionEduActeurRole" Role="ActionEduActeurRole" Multiplicity="1" />
  1024. <End Type="CD67.FicheCollege.ActionEduActeur" Role="ActionEduActeur" Multiplicity="*" />
  1025. <ReferentialConstraint>
  1026. <Principal Role="ActionEduActeurRole">
  1027. <PropertyRef Name="Id" />
  1028. </Principal>
  1029. <Dependent Role="ActionEduActeur">
  1030. <PropertyRef Name="RoleId" />
  1031. </Dependent>
  1032. </ReferentialConstraint>
  1033. </Association>
  1034. <EntityType Name="RestaurationType">
  1035. <Key>
  1036. <PropertyRef Name="Id" />
  1037. </Key>
  1038. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  1039. <Property Name="Libelle" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" />
  1040. <Property Name="Valid" Type="Boolean" Nullable="false" />
  1041. <Property Name="Ordre" Type="Int32" Nullable="false" />
  1042. <NavigationProperty Name="Colleges" Relationship="CD67.FicheCollege.FK_Colleges_RestaurationTypes" FromRole="RestaurationType" ToRole="College" />
  1043. </EntityType>
  1044. <Association Name="FK_Colleges_RestaurationTypes">
  1045. <End Type="CD67.FicheCollege.RestaurationType" Role="RestaurationType" Multiplicity="0..1" />
  1046. <End Type="CD67.FicheCollege.College" Role="College" Multiplicity="*" />
  1047. <ReferentialConstraint>
  1048. <Principal Role="RestaurationType">
  1049. <PropertyRef Name="Id" />
  1050. </Principal>
  1051. <Dependent Role="College">
  1052. <PropertyRef Name="RestaurationType_Id" />
  1053. </Dependent>
  1054. </ReferentialConstraint>
  1055. </Association>
  1056. <EntityType Name="RestaurationParametre">
  1057. <Key>
  1058. <PropertyRef Name="Id" />
  1059. </Key>
  1060. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  1061. <Property Name="Annee_Id" Type="Int32" Nullable="false" />
  1062. <Property Name="Campagne" Type="Boolean" Nullable="false" />
  1063. <Property Name="Prix_Mini" Type="Decimal" Precision="18" Scale="2" />
  1064. <Property Name="Prix_ATC" Type="Decimal" Precision="18" Scale="2" />
  1065. <Property Name="Prix_AgentC" Type="Decimal" Precision="18" Scale="2" />
  1066. <Property Name="Prix_MiniAutres" Type="Decimal" Precision="18" Scale="2" />
  1067. <NavigationProperty Name="Annee" Relationship="CD67.FicheCollege.FK_RestaurationParametresAnnee" FromRole="RestaurationParametre" ToRole="Annee" />
  1068. <NavigationProperty Name="RestaurationTypesRepas" Relationship="CD67.FicheCollege.RestaurationParametresRepas1" FromRole="RestaurationParametre" ToRole="RestaurationTypesRepa" />
  1069. </EntityType>
  1070. <Association Name="FK_RestaurationParametresAnnee">
  1071. <End Type="CD67.FicheCollege.Annee" Role="Annee" Multiplicity="1" />
  1072. <End Type="CD67.FicheCollege.RestaurationParametre" Role="RestaurationParametre" Multiplicity="*" />
  1073. <ReferentialConstraint>
  1074. <Principal Role="Annee">
  1075. <PropertyRef Name="Id" />
  1076. </Principal>
  1077. <Dependent Role="RestaurationParametre">
  1078. <PropertyRef Name="Annee_Id" />
  1079. </Dependent>
  1080. </ReferentialConstraint>
  1081. </Association>
  1082. <EntityType Name="RestaurationTypesRepa">
  1083. <Key>
  1084. <PropertyRef Name="Id" />
  1085. </Key>
  1086. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  1087. <Property Name="Libelle" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" />
  1088. <Property Name="Valid" Type="Boolean" Nullable="false" />
  1089. <Property Name="Ordre" Type="Int32" Nullable="false" />
  1090. <NavigationProperty Name="RestaurationParametres" Relationship="CD67.FicheCollege.RestaurationParametresRepas1" FromRole="RestaurationTypesRepa" ToRole="RestaurationParametre" />
  1091. <NavigationProperty Name="RestaurationFormulairesRepas" Relationship="CD67.FicheCollege.FK_RestaurationFormulairesTypesRepas" FromRole="RestaurationTypesRepa" ToRole="RestaurationFormulairesRepa" />
  1092. </EntityType>
  1093. <Association Name="RestaurationParametresRepas1">
  1094. <End Type="CD67.FicheCollege.RestaurationParametre" Role="RestaurationParametre" Multiplicity="*" />
  1095. <End Type="CD67.FicheCollege.RestaurationTypesRepa" Role="RestaurationTypesRepa" Multiplicity="*" />
  1096. </Association>
  1097. <EntityType Name="RestaurationFormulaire">
  1098. <Key>
  1099. <PropertyRef Name="Id" />
  1100. </Key>
  1101. <Property Name="Id" Type="Guid" Nullable="false" />
  1102. <Property Name="College_Id" Type="Int32" Nullable="false" />
  1103. <Property Name="Statut" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
  1104. <Property Name="NbDP_College" Type="Int32" Nullable="false" />
  1105. <Property Name="NbDP_Lycee" Type="Int32" />
  1106. <Property Name="NbDP_MatPrimPeri" Type="Int32" />
  1107. <Property Name="NbDP_Commensaux" Type="Int32" />
  1108. <Property Name="NbDP_ATC" Type="Int32" />
  1109. <Property Name="NbDP_AgentC" Type="Int32" />
  1110. <Property Name="Prix_Forfait5j" Type="Decimal" Precision="18" Scale="2" />
  1111. <Property Name="NbJours_Forfait5j" Type="Int32" />
  1112. <Property Name="Prix_Forfait4j" Type="Decimal" Precision="18" Scale="2" />
  1113. <Property Name="NbJours_Forfait4j" Type="Int32" />
  1114. <Property Name="Prix_Forfait3j" Type="Decimal" Precision="18" Scale="2" />
  1115. <Property Name="NbJours_Forfait3j" Type="Int32" />
  1116. <Property Name="Prix_Forfait2j" Type="Decimal" Precision="18" Scale="2" />
  1117. <Property Name="NbJours_Forfait2j" Type="Int32" />
  1118. <Property Name="Prix_Forfait1j" Type="Decimal" Precision="18" Scale="2" />
  1119. <Property Name="NbJours_Forfait1j" Type="Int32" />
  1120. <Property Name="Prix_Ticket" Type="Decimal" Nullable="false" Precision="18" Scale="2" />
  1121. <Property Name="Tarif_Pension" Type="Decimal" Precision="18" Scale="2" />
  1122. <Property Name="Prix_ATC" Type="Decimal" Nullable="false" Precision="18" Scale="2" />
  1123. <Property Name="Prix_AgentC" Type="Decimal" Nullable="false" Precision="18" Scale="2" />
  1124. <Property Name="Prix_Commensaux" Type="Decimal" Precision="18" Scale="2" />
  1125. <Property Name="Prix_EcolePeri" Type="Decimal" Precision="18" Scale="2" />
  1126. <Property Name="NbEleves_FondSocial" Type="Int32" />
  1127. <Property Name="Montant_FondSocial" Type="Decimal" Precision="18" Scale="2" />
  1128. <Property Name="NbEleves_Impayes" Type="Int32" />
  1129. <Property Name="Montant_Impayes" Type="Decimal" Precision="18" Scale="2" />
  1130. <Property Name="Date_AvisCA" Type="DateTime" Precision="7" />
  1131. <Property Name="Ind_Signature" Type="Boolean" Nullable="false" />
  1132. <NavigationProperty Name="College" Relationship="CD67.FicheCollege.FK_RestaurationFormulairesColleges" FromRole="RestaurationFormulaire" ToRole="College" />
  1133. <NavigationProperty Name="RestaurationFormulairesRepas" Relationship="CD67.FicheCollege.FK_RestaurationFormulairesRepasForm" FromRole="RestaurationFormulaire" ToRole="RestaurationFormulairesRepa" />
  1134. </EntityType>
  1135. <EntityType Name="RestaurationFormulairesRepa">
  1136. <Key>
  1137. <PropertyRef Name="Id" />
  1138. </Key>
  1139. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  1140. <Property Name="RestaurationFormulaires_Id" Type="Guid" Nullable="false" />
  1141. <Property Name="RestaurationTypesRepas_Id" Type="Int32" Nullable="false" />
  1142. <Property Name="NbRepas" Type="Int32" />
  1143. <Property Name="NbJours" Type="Int32" />
  1144. <Property Name="NomEtablissement" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  1145. <NavigationProperty Name="RestaurationFormulaire" Relationship="CD67.FicheCollege.FK_RestaurationFormulairesRepasForm" FromRole="RestaurationFormulairesRepa" ToRole="RestaurationFormulaire" />
  1146. <NavigationProperty Name="RestaurationTypesRepa" Relationship="CD67.FicheCollege.FK_RestaurationFormulairesTypesRepas" FromRole="RestaurationFormulairesRepa" ToRole="RestaurationTypesRepa" />
  1147. </EntityType>
  1148. <Association Name="FK_RestaurationFormulairesColleges">
  1149. <End Type="CD67.FicheCollege.College" Role="College" Multiplicity="1" />
  1150. <End Type="CD67.FicheCollege.RestaurationFormulaire" Role="RestaurationFormulaire" Multiplicity="*" />
  1151. <ReferentialConstraint>
  1152. <Principal Role="College">
  1153. <PropertyRef Name="Id" />
  1154. </Principal>
  1155. <Dependent Role="RestaurationFormulaire">
  1156. <PropertyRef Name="College_Id" />
  1157. </Dependent>
  1158. </ReferentialConstraint>
  1159. </Association>
  1160. <Association Name="FK_RestaurationFormulairesRepasForm">
  1161. <End Type="CD67.FicheCollege.RestaurationFormulaire" Role="RestaurationFormulaire" Multiplicity="1" />
  1162. <End Type="CD67.FicheCollege.RestaurationFormulairesRepa" Role="RestaurationFormulairesRepa" Multiplicity="*" />
  1163. <ReferentialConstraint>
  1164. <Principal Role="RestaurationFormulaire">
  1165. <PropertyRef Name="Id" />
  1166. </Principal>
  1167. <Dependent Role="RestaurationFormulairesRepa">
  1168. <PropertyRef Name="RestaurationFormulaires_Id" />
  1169. </Dependent>
  1170. </ReferentialConstraint>
  1171. </Association>
  1172. <Association Name="FK_RestaurationFormulairesTypesRepas">
  1173. <End Type="CD67.FicheCollege.RestaurationTypesRepa" Role="RestaurationTypesRepa" Multiplicity="1" />
  1174. <End Type="CD67.FicheCollege.RestaurationFormulairesRepa" Role="RestaurationFormulairesRepa" Multiplicity="*" />
  1175. <ReferentialConstraint>
  1176. <Principal Role="RestaurationTypesRepa">
  1177. <PropertyRef Name="Id" />
  1178. </Principal>
  1179. <Dependent Role="RestaurationFormulairesRepa">
  1180. <PropertyRef Name="RestaurationTypesRepas_Id" />
  1181. </Dependent>
  1182. </ReferentialConstraint>
  1183. </Association>
  1184. <EntityType Name="Groupe">
  1185. <Key>
  1186. <PropertyRef Name="Id" />
  1187. </Key>
  1188. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  1189. <Property Name="Nom" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
  1190. <Property Name="Description" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
  1191. <NavigationProperty Name="UtilisateursGroupes" Relationship="CD67.FicheCollege.FK_UtilisateursGroupesGroupes" FromRole="Groupe" ToRole="UtilisateursGroupe" />
  1192. </EntityType>
  1193. <EntityType Name="Utilisateur">
  1194. <Key>
  1195. <PropertyRef Name="Id" />
  1196. </Key>
  1197. <Property Name="Id" Type="Int32" Nullable="false" />
  1198. <Property Name="Sid" Type="String" Nullable="false" MaxLength="64" FixedLength="false" Unicode="true" />
  1199. <Property Name="Login" Type="String" Nullable="false" MaxLength="100" FixedLength="false" Unicode="true" />
  1200. <Property Name="mail" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
  1201. <NavigationProperty Name="UtilisateursGroupes" Relationship="CD67.FicheCollege.FK_UtilisateursGroupesUtilisateurs" FromRole="Utilisateur" ToRole="UtilisateursGroupe" />
  1202. </EntityType>
  1203. <EntityType Name="UtilisateursGroupe">
  1204. <Key>
  1205. <PropertyRef Name="Id" />
  1206. </Key>
  1207. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  1208. <Property Name="GroupeId" Type="Int32" Nullable="false" />
  1209. <Property Name="UtilisateurId" Type="Int32" Nullable="false" />
  1210. <NavigationProperty Name="Groupe" Relationship="CD67.FicheCollege.FK_UtilisateursGroupesGroupes" FromRole="UtilisateursGroupe" ToRole="Groupe" />
  1211. <NavigationProperty Name="Utilisateur" Relationship="CD67.FicheCollege.FK_UtilisateursGroupesUtilisateurs" FromRole="UtilisateursGroupe" ToRole="Utilisateur" />
  1212. </EntityType>
  1213. <Association Name="FK_UtilisateursGroupesGroupes">
  1214. <End Type="CD67.FicheCollege.Groupe" Role="Groupe" Multiplicity="1" />
  1215. <End Type="CD67.FicheCollege.UtilisateursGroupe" Role="UtilisateursGroupe" Multiplicity="*" />
  1216. <ReferentialConstraint>
  1217. <Principal Role="Groupe">
  1218. <PropertyRef Name="Id" />
  1219. </Principal>
  1220. <Dependent Role="UtilisateursGroupe">
  1221. <PropertyRef Name="GroupeId" />
  1222. </Dependent>
  1223. </ReferentialConstraint>
  1224. </Association>
  1225. <Association Name="FK_UtilisateursGroupesUtilisateurs">
  1226. <End Type="CD67.FicheCollege.Utilisateur" Role="Utilisateur" Multiplicity="1" />
  1227. <End Type="CD67.FicheCollege.UtilisateursGroupe" Role="UtilisateursGroupe" Multiplicity="*" />
  1228. <ReferentialConstraint>
  1229. <Principal Role="Utilisateur">
  1230. <PropertyRef Name="Id" />
  1231. </Principal>
  1232. <Dependent Role="UtilisateursGroupe">
  1233. <PropertyRef Name="UtilisateurId" />
  1234. </Dependent>
  1235. </ReferentialConstraint>
  1236. </Association>
  1237. </Schema>
  1238. </edmx:ConceptualModels>
  1239. <!-- C-S mapping content -->
  1240. <edmx:Mappings>
  1241. <Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
  1242. <EntityContainerMapping StorageEntityContainer="CD67FicheCollegeStoreContainer" CdmEntityContainer="Entities">
  1243. <EntitySetMapping Name="TypesCollege">
  1244. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.TypeCollege)">
  1245. <MappingFragment StoreEntitySet="TypesCollege">
  1246. <ScalarProperty Name="Id" ColumnName="Id" />
  1247. <ScalarProperty Name="Libelle" ColumnName="Libelle" />
  1248. <ScalarProperty Name="Ordre" ColumnName="Ordre" />
  1249. </MappingFragment>
  1250. </EntityTypeMapping>
  1251. </EntitySetMapping>
  1252. <EntitySetMapping Name="Territoires">
  1253. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.Territoire)">
  1254. <MappingFragment StoreEntitySet="Territoires">
  1255. <ScalarProperty Name="Id" ColumnName="Id" />
  1256. <ScalarProperty Name="Libelle" ColumnName="Libelle" />
  1257. <ScalarProperty Name="Referent_SID" ColumnName="Referent_SID" />
  1258. <ScalarProperty Name="Referent_Nom" ColumnName="Referent_Nom" />
  1259. <ScalarProperty Name="Referent_Prenom" ColumnName="Referent_Prenom" />
  1260. <ScalarProperty Name="Referent_Structure" ColumnName="Referent_Structure" />
  1261. <ScalarProperty Name="Referent_Login" ColumnName="Referent_Login" />
  1262. <ScalarProperty Name="Referent_Email" ColumnName="Referent_Email" />
  1263. <ScalarProperty Name="Ordre" ColumnName="Ordre" />
  1264. </MappingFragment>
  1265. </EntityTypeMapping>
  1266. </EntitySetMapping>
  1267. <EntitySetMapping Name="Colleges">
  1268. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.College)">
  1269. <MappingFragment StoreEntitySet="Colleges">
  1270. <ScalarProperty Name="RestaurationType_Id" ColumnName="RestaurationType_Id" />
  1271. <ScalarProperty Name="TokenId" ColumnName="TokenId" />
  1272. <ScalarProperty Name="Gestionnaire2Sid" ColumnName="Gestionnaire2Sid" />
  1273. <ScalarProperty Name="Gestionnaire1Sid" ColumnName="Gestionnaire1Sid" />
  1274. <ScalarProperty Name="AdjointSid" ColumnName="AdjointSid" />
  1275. <ScalarProperty Name="PrincipalSid" ColumnName="PrincipalSid" />
  1276. <ScalarProperty Name="Id" ColumnName="Id" />
  1277. <ScalarProperty Name="Annee_Id" ColumnName="Annee_Id" />
  1278. <ScalarProperty Name="CodeRne" ColumnName="CodeRne" />
  1279. <ScalarProperty Name="Libelle" ColumnName="Libelle" />
  1280. <ScalarProperty Name="Adresse" ColumnName="Adresse" />
  1281. <ScalarProperty Name="Code_Postal" ColumnName="Code_Postal" />
  1282. <ScalarProperty Name="TypeCollege_Id" ColumnName="TypeCollege_Id" />
  1283. <ScalarProperty Name="Commune_Insee" ColumnName="Commune_Insee" />
  1284. <ScalarProperty Name="Commune" ColumnName="Commune" />
  1285. <ScalarProperty Name="Canton" ColumnName="Canton" />
  1286. <ScalarProperty Name="Territoire_Id" ColumnName="Territoire_Id" />
  1287. <ScalarProperty Name="TAD" ColumnName="TAD" />
  1288. <ScalarProperty Name="CDC" ColumnName="CDC" />
  1289. <ScalarProperty Name="Tel" ColumnName="Tel" />
  1290. <ScalarProperty Name="Fax" ColumnName="Fax" />
  1291. <ScalarProperty Name="Email" ColumnName="Email" />
  1292. </MappingFragment>
  1293. </EntityTypeMapping>
  1294. </EntitySetMapping>
  1295. <EntitySetMapping Name="Annees">
  1296. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.Annee)">
  1297. <MappingFragment StoreEntitySet="Annees">
  1298. <ScalarProperty Name="AnneeRentree" ColumnName="AnneeRentree" />
  1299. <ScalarProperty Name="Id" ColumnName="Id" />
  1300. <ScalarProperty Name="Libelle" ColumnName="Libelle" />
  1301. </MappingFragment>
  1302. </EntityTypeMapping>
  1303. </EntitySetMapping>
  1304. <EntitySetMapping Name="ActionEduAxes">
  1305. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.ActionEduAxe)">
  1306. <MappingFragment StoreEntitySet="ActionEduAxes">
  1307. <ScalarProperty Name="Id" ColumnName="Id" />
  1308. <ScalarProperty Name="Nom" ColumnName="Nom" />
  1309. <ScalarProperty Name="Neutralise" ColumnName="Neutralise" />
  1310. <ScalarProperty Name="Ordre" ColumnName="Ordre" />
  1311. </MappingFragment>
  1312. </EntityTypeMapping>
  1313. </EntitySetMapping>
  1314. <EntitySetMapping Name="ActionEduThematiques">
  1315. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.ActionEduThematique)">
  1316. <MappingFragment StoreEntitySet="ActionEduThematiques">
  1317. <ScalarProperty Name="Id" ColumnName="Id" />
  1318. <ScalarProperty Name="Nom" ColumnName="Nom" />
  1319. <ScalarProperty Name="Neutralise" ColumnName="Neutralise" />
  1320. <ScalarProperty Name="Ordre" ColumnName="Ordre" />
  1321. <ScalarProperty Name="ActionEduAxeId" ColumnName="ActionEduAxeId" />
  1322. </MappingFragment>
  1323. </EntityTypeMapping>
  1324. </EntitySetMapping>
  1325. <EntitySetMapping Name="ActionsEdu">
  1326. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.ActionEdu)">
  1327. <MappingFragment StoreEntitySet="ActionsEdu">
  1328. <ScalarProperty Name="StatutId" ColumnName="StatutId" />
  1329. <ScalarProperty Name="TokenId" ColumnName="TokenId" />
  1330. <ScalarProperty Name="CommentairePublic" ColumnName="CommentairePublic" />
  1331. <ScalarProperty Name="CommentaireInterne" ColumnName="CommentaireInterne" />
  1332. <ScalarProperty Name="Montant" ColumnName="Montant" />
  1333. <ScalarProperty Name="Id" ColumnName="Id" />
  1334. <ScalarProperty Name="Numero" ColumnName="Numero" />
  1335. <ScalarProperty Name="Nom" ColumnName="Nom" />
  1336. <ScalarProperty Name="Description" ColumnName="Description" />
  1337. <ScalarProperty Name="Neutralise" ColumnName="Neutralise" />
  1338. <ScalarProperty Name="Ordre" ColumnName="Ordre" />
  1339. <ScalarProperty Name="ActionEduThematiqueId" ColumnName="ActionEduThematiqueId" />
  1340. <ScalarProperty Name="AnneeId" ColumnName="AnneeId" />
  1341. </MappingFragment>
  1342. </EntityTypeMapping>
  1343. </EntitySetMapping>
  1344. <EntitySetMapping Name="ActionsEduColleges">
  1345. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.ActionEduCollege)">
  1346. <MappingFragment StoreEntitySet="ActionsEduColleges">
  1347. <ScalarProperty Name="Commentaire" ColumnName="Commentaire" />
  1348. <ScalarProperty Name="Id" ColumnName="Id" />
  1349. <ScalarProperty Name="NbEleves" ColumnName="NbEleves" />
  1350. <ScalarProperty Name="CollegeId" ColumnName="CollegeId" />
  1351. <ScalarProperty Name="ActionEduId" ColumnName="ActionEduId" />
  1352. </MappingFragment>
  1353. </EntityTypeMapping>
  1354. </EntitySetMapping>
  1355. <EntitySetMapping Name="ActionEduMissions">
  1356. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.ActionEduMission)">
  1357. <MappingFragment StoreEntitySet="ActionEduMissions">
  1358. <ScalarProperty Name="Id" ColumnName="Id" />
  1359. <ScalarProperty Name="Code" ColumnName="Code" />
  1360. <ScalarProperty Name="Nom" ColumnName="Nom" />
  1361. <ScalarProperty Name="Description" ColumnName="Description" />
  1362. <ScalarProperty Name="ActionEduCollegeId" ColumnName="ActionEduCollegeId" />
  1363. </MappingFragment>
  1364. </EntityTypeMapping>
  1365. </EntitySetMapping>
  1366. <EntitySetMapping Name="ActionEduActeurs">
  1367. <EntityTypeMapping TypeName="CD67.FicheCollege.ActionEduActeur">
  1368. <MappingFragment StoreEntitySet="ActionEduActeurs">
  1369. <ScalarProperty Name="Commentaire" ColumnName="Commentaire" />
  1370. <ScalarProperty Name="ActionEduId" ColumnName="ActionEduId" />
  1371. <ScalarProperty Name="RoleId" ColumnName="RoleId" />
  1372. <ScalarProperty Name="Sid" ColumnName="Sid" />
  1373. <ScalarProperty Name="Nom" ColumnName="Nom" />
  1374. <ScalarProperty Name="Id" ColumnName="Id" />
  1375. </MappingFragment>
  1376. </EntityTypeMapping>
  1377. </EntitySetMapping>
  1378. <EntitySetMapping Name="ActionEduStatuts">
  1379. <EntityTypeMapping TypeName="CD67.FicheCollege.ActionEduStatut">
  1380. <MappingFragment StoreEntitySet="ActionEduStatuts">
  1381. <ScalarProperty Name="Nom" ColumnName="Nom" />
  1382. <ScalarProperty Name="Id" ColumnName="Id" />
  1383. </MappingFragment>
  1384. </EntityTypeMapping>
  1385. </EntitySetMapping>
  1386. <EntitySetMapping Name="ActionEduActeurRoles">
  1387. <EntityTypeMapping TypeName="CD67.FicheCollege.ActionEduActeurRole">
  1388. <MappingFragment StoreEntitySet="ActionEduActeurRoles">
  1389. <ScalarProperty Name="Ordre" ColumnName="Ordre" />
  1390. <ScalarProperty Name="Libelle" ColumnName="Libelle" />
  1391. <ScalarProperty Name="Id" ColumnName="Id" />
  1392. </MappingFragment>
  1393. </EntityTypeMapping>
  1394. </EntitySetMapping>
  1395. <EntitySetMapping Name="RestaurationTypes">
  1396. <EntityTypeMapping TypeName="CD67.FicheCollege.RestaurationType">
  1397. <MappingFragment StoreEntitySet="RestaurationTypes">
  1398. <ScalarProperty Name="Ordre" ColumnName="Ordre" />
  1399. <ScalarProperty Name="Valid" ColumnName="Valid" />
  1400. <ScalarProperty Name="Libelle" ColumnName="Libelle" />
  1401. <ScalarProperty Name="Id" ColumnName="Id" />
  1402. </MappingFragment>
  1403. </EntityTypeMapping>
  1404. </EntitySetMapping>
  1405. <EntitySetMapping Name="RestaurationParametres">
  1406. <EntityTypeMapping TypeName="CD67.FicheCollege.RestaurationParametre">
  1407. <MappingFragment StoreEntitySet="RestaurationParametres">
  1408. <ScalarProperty Name="Prix_MiniAutres" ColumnName="Prix_MiniAutres" />
  1409. <ScalarProperty Name="Prix_AgentC" ColumnName="Prix_AgentC" />
  1410. <ScalarProperty Name="Prix_ATC" ColumnName="Prix_ATC" />
  1411. <ScalarProperty Name="Prix_Mini" ColumnName="Prix_Mini" />
  1412. <ScalarProperty Name="Campagne" ColumnName="Campagne" />
  1413. <ScalarProperty Name="Annee_Id" ColumnName="Annee_Id" />
  1414. <ScalarProperty Name="Id" ColumnName="Id" />
  1415. </MappingFragment>
  1416. </EntityTypeMapping>
  1417. </EntitySetMapping>
  1418. <EntitySetMapping Name="RestaurationTypesRepas">
  1419. <EntityTypeMapping TypeName="CD67.FicheCollege.RestaurationTypesRepa">
  1420. <MappingFragment StoreEntitySet="RestaurationTypesRepas">
  1421. <ScalarProperty Name="Ordre" ColumnName="Ordre" />
  1422. <ScalarProperty Name="Valid" ColumnName="Valid" />
  1423. <ScalarProperty Name="Libelle" ColumnName="Libelle" />
  1424. <ScalarProperty Name="Id" ColumnName="Id" />
  1425. </MappingFragment>
  1426. </EntityTypeMapping>
  1427. </EntitySetMapping>
  1428. <AssociationSetMapping Name="RestaurationParametresRepas1" TypeName="CD67.FicheCollege.RestaurationParametresRepas1" StoreEntitySet="RestaurationParametresRepas">
  1429. <EndProperty Name="RestaurationTypesRepa">
  1430. <ScalarProperty Name="Id" ColumnName="RestaurationTypesRepas_Id" />
  1431. </EndProperty>
  1432. <EndProperty Name="RestaurationParametre">
  1433. <ScalarProperty Name="Id" ColumnName="RestaurationParametres_Id" />
  1434. </EndProperty>
  1435. </AssociationSetMapping>
  1436. <EntitySetMapping Name="RestaurationFormulaires">
  1437. <EntityTypeMapping TypeName="CD67.FicheCollege.RestaurationFormulaire">
  1438. <MappingFragment StoreEntitySet="RestaurationFormulaires">
  1439. <ScalarProperty Name="Ind_Signature" ColumnName="Ind_Signature" />
  1440. <ScalarProperty Name="Date_AvisCA" ColumnName="Date_AvisCA" />
  1441. <ScalarProperty Name="Montant_Impayes" ColumnName="Montant_Impayes" />
  1442. <ScalarProperty Name="NbEleves_Impayes" ColumnName="NbEleves_Impayes" />
  1443. <ScalarProperty Name="Montant_FondSocial" ColumnName="Montant_FondSocial" />
  1444. <ScalarProperty Name="NbEleves_FondSocial" ColumnName="NbEleves_FondSocial" />
  1445. <ScalarProperty Name="Prix_EcolePeri" ColumnName="Prix_EcolePeri" />
  1446. <ScalarProperty Name="Prix_Commensaux" ColumnName="Prix_Commensaux" />
  1447. <ScalarProperty Name="Prix_AgentC" ColumnName="Prix_AgentC" />
  1448. <ScalarProperty Name="Prix_ATC" ColumnName="Prix_ATC" />
  1449. <ScalarProperty Name="Tarif_Pension" ColumnName="Tarif_Pension" />
  1450. <ScalarProperty Name="Prix_Ticket" ColumnName="Prix_Ticket" />
  1451. <ScalarProperty Name="NbJours_Forfait1j" ColumnName="NbJours_Forfait1j" />
  1452. <ScalarProperty Name="Prix_Forfait1j" ColumnName="Prix_Forfait1j" />
  1453. <ScalarProperty Name="NbJours_Forfait2j" ColumnName="NbJours_Forfait2j" />
  1454. <ScalarProperty Name="Prix_Forfait2j" ColumnName="Prix_Forfait2j" />
  1455. <ScalarProperty Name="NbJours_Forfait3j" ColumnName="NbJours_Forfait3j" />
  1456. <ScalarProperty Name="Prix_Forfait3j" ColumnName="Prix_Forfait3j" />
  1457. <ScalarProperty Name="NbJours_Forfait4j" ColumnName="NbJours_Forfait4j" />
  1458. <ScalarProperty Name="Prix_Forfait4j" ColumnName="Prix_Forfait4j" />
  1459. <ScalarProperty Name="NbJours_Forfait5j" ColumnName="NbJours_Forfait5j" />
  1460. <ScalarProperty Name="Prix_Forfait5j" ColumnName="Prix_Forfait5j" />
  1461. <ScalarProperty Name="NbDP_AgentC" ColumnName="NbDP_AgentC" />
  1462. <ScalarProperty Name="NbDP_ATC" ColumnName="NbDP_ATC" />
  1463. <ScalarProperty Name="NbDP_Commensaux" ColumnName="NbDP_Commensaux" />
  1464. <ScalarProperty Name="NbDP_MatPrimPeri" ColumnName="NbDP_MatPrimPeri" />
  1465. <ScalarProperty Name="NbDP_Lycee" ColumnName="NbDP_Lycee" />
  1466. <ScalarProperty Name="NbDP_College" ColumnName="NbDP_College" />
  1467. <ScalarProperty Name="Statut" ColumnName="Statut" />
  1468. <ScalarProperty Name="College_Id" ColumnName="College_Id" />
  1469. <ScalarProperty Name="Id" ColumnName="Id" />
  1470. </MappingFragment>
  1471. </EntityTypeMapping>
  1472. </EntitySetMapping>
  1473. <EntitySetMapping Name="RestaurationFormulairesRepas">
  1474. <EntityTypeMapping TypeName="CD67.FicheCollege.RestaurationFormulairesRepa">
  1475. <MappingFragment StoreEntitySet="RestaurationFormulairesRepas">
  1476. <ScalarProperty Name="NomEtablissement" ColumnName="NomEtablissement" />
  1477. <ScalarProperty Name="NbJours" ColumnName="NbJours" />
  1478. <ScalarProperty Name="NbRepas" ColumnName="NbRepas" />
  1479. <ScalarProperty Name="RestaurationTypesRepas_Id" ColumnName="RestaurationTypesRepas_Id" />
  1480. <ScalarProperty Name="RestaurationFormulaires_Id" ColumnName="RestaurationFormulaires_Id" />
  1481. <ScalarProperty Name="Id" ColumnName="Id" />
  1482. </MappingFragment>
  1483. </EntityTypeMapping>
  1484. </EntitySetMapping>
  1485. <EntitySetMapping Name="Groupes">
  1486. <EntityTypeMapping TypeName="CD67.FicheCollege.Groupe">
  1487. <MappingFragment StoreEntitySet="Groupes">
  1488. <ScalarProperty Name="Description" ColumnName="Description" />
  1489. <ScalarProperty Name="Nom" ColumnName="Nom" />
  1490. <ScalarProperty Name="Id" ColumnName="Id" />
  1491. </MappingFragment>
  1492. </EntityTypeMapping>
  1493. </EntitySetMapping>
  1494. <EntitySetMapping Name="Utilisateurs">
  1495. <EntityTypeMapping TypeName="CD67.FicheCollege.Utilisateur">
  1496. <MappingFragment StoreEntitySet="Utilisateurs">
  1497. <ScalarProperty Name="mail" ColumnName="mail" />
  1498. <ScalarProperty Name="Login" ColumnName="Login" />
  1499. <ScalarProperty Name="Sid" ColumnName="Sid" />
  1500. <ScalarProperty Name="Id" ColumnName="Id" />
  1501. </MappingFragment>
  1502. </EntityTypeMapping>
  1503. </EntitySetMapping>
  1504. <EntitySetMapping Name="UtilisateursGroupes">
  1505. <EntityTypeMapping TypeName="CD67.FicheCollege.UtilisateursGroupe">
  1506. <MappingFragment StoreEntitySet="UtilisateursGroupes">
  1507. <ScalarProperty Name="UtilisateurId" ColumnName="UtilisateurId" />
  1508. <ScalarProperty Name="GroupeId" ColumnName="GroupeId" />
  1509. <ScalarProperty Name="Id" ColumnName="Id" />
  1510. </MappingFragment>
  1511. </EntityTypeMapping>
  1512. </EntitySetMapping>
  1513. </EntityContainerMapping>
  1514. </Mapping></edmx:Mappings>
  1515. </edmx:Runtime>
  1516. <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
  1517. <Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
  1518. <Connection>
  1519. <DesignerInfoPropertySet>
  1520. <DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
  1521. </DesignerInfoPropertySet>
  1522. </Connection>
  1523. <Options>
  1524. <DesignerInfoPropertySet>
  1525. <DesignerProperty Name="ValidateOnBuild" Value="true" />
  1526. <DesignerProperty Name="EnablePluralization" Value="True" />
  1527. <DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
  1528. <DesignerProperty Name="UseLegacyProvider" Value="False" />
  1529. <DesignerProperty Name="CodeGenerationStrategy" Value="Aucun" />
  1530. </DesignerInfoPropertySet>
  1531. </Options>
  1532. <!-- Diagram content (shape and connector positions) -->
  1533. <Diagrams></Diagrams>
  1534. </Designer>
  1535. </edmx:Edmx>