EntityModel.edmx 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  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="Actions-CLAS">
  9. <Key>
  10. <PropertyRef Name="College_Id" />
  11. </Key>
  12. <Property Name="College_Id" Type="nvarchar" MaxLength="8" Nullable="false" />
  13. <Property Name="Action" Type="bit" />
  14. <Property Name="Commentaire" Type="ntext" />
  15. </EntityType>
  16. <EntityType Name="Annees">
  17. <Key>
  18. <PropertyRef Name="Id" />
  19. </Key>
  20. <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
  21. <Property Name="Libelle" Type="nvarchar" MaxLength="12" Nullable="false" />
  22. </EntityType>
  23. <EntityType Name="Colleges">
  24. <Key>
  25. <PropertyRef Name="Id" />
  26. </Key>
  27. <Property Name="Id" Type="nvarchar" MaxLength="8" Nullable="false" />
  28. <Property Name="Libelle" Type="nvarchar" MaxLength="255" Nullable="false" />
  29. <Property Name="Adresse" Type="nvarchar" MaxLength="255" />
  30. <Property Name="Code_Postal" Type="nvarchar" MaxLength="5" />
  31. <Property Name="TypeCollege_Id" Type="int" Nullable="false" />
  32. <Property Name="Commune_Insee" Type="nvarchar" MaxLength="5" />
  33. <Property Name="Commune" Type="nvarchar" MaxLength="255" Nullable="false" />
  34. <Property Name="Canton" Type="nvarchar" MaxLength="255" />
  35. <Property Name="Territoire_Id" Type="nvarchar" MaxLength="10" />
  36. <Property Name="TAD" Type="nvarchar" MaxLength="255" />
  37. <Property Name="CDC" Type="nvarchar" MaxLength="255" />
  38. <Property Name="Tel" Type="nvarchar" MaxLength="255" />
  39. <Property Name="Fax" Type="nvarchar" MaxLength="255" />
  40. <Property Name="Email" Type="nvarchar" MaxLength="255" />
  41. <Property Name="Annee_Id" Type="int" Nullable="false" />
  42. </EntityType>
  43. <EntityType Name="Identites">
  44. <Key>
  45. <PropertyRef Name="College_Id" />
  46. </Key>
  47. <Property Name="College_Id" Type="nvarchar" MaxLength="8" Nullable="false" />
  48. <Property Name="Principal_SID" Type="nvarchar" MaxLength="64" />
  49. <Property Name="Principal_Login" Type="nvarchar" MaxLength="255" />
  50. <Property Name="Principal_Nom" Type="nvarchar" MaxLength="255" />
  51. <Property Name="Principal_Prenom" Type="nvarchar" MaxLength="255" />
  52. <Property Name="Principal_Email" Type="nvarchar" MaxLength="255" />
  53. <Property Name="Principal_Tel" Type="nvarchar" MaxLength="255" />
  54. <Property Name="Principal_Structure" Type="nvarchar" MaxLength="255" />
  55. <Property Name="Adjoint_SID" Type="nvarchar" MaxLength="64" />
  56. <Property Name="Adjoint_Login" Type="nvarchar" MaxLength="255" />
  57. <Property Name="Adjoint_Nom" Type="nvarchar" MaxLength="255" />
  58. <Property Name="Adjoint_Prenom" Type="nvarchar" MaxLength="255" />
  59. <Property Name="Adjoint_Email" Type="nvarchar" MaxLength="255" />
  60. <Property Name="Adjoint_Tel" Type="nvarchar" MaxLength="255" />
  61. <Property Name="Adjoint_Structure" Type="nvarchar" MaxLength="255" />
  62. <Property Name="Gestionnaire_SID" Type="nvarchar" MaxLength="64" />
  63. <Property Name="Gestionnaire_Login" Type="nvarchar" MaxLength="255" />
  64. <Property Name="Gestionnaire_Nom" Type="nvarchar" MaxLength="255" />
  65. <Property Name="Gestionnaire_Prenom" Type="nvarchar" MaxLength="255" />
  66. <Property Name="Gestionnaire_Email" Type="nvarchar" MaxLength="255" />
  67. <Property Name="Gestionnaire_Tel" Type="nvarchar" MaxLength="255" />
  68. <Property Name="Gestionnaire_Structure" Type="nvarchar" MaxLength="255" />
  69. <Property Name="Gestionnaire2_SID" Type="nvarchar" MaxLength="64" />
  70. <Property Name="Gestionnaire2_Login" Type="nvarchar" MaxLength="255" />
  71. <Property Name="Gestionnaire2_Nom" Type="nvarchar" MaxLength="255" />
  72. <Property Name="Gestionnaire2_Prenom" Type="nvarchar" MaxLength="255" />
  73. <Property Name="Gestionnaire2_Email" Type="nvarchar" MaxLength="255" />
  74. <Property Name="Gestionnaire2_Tel" Type="nvarchar" MaxLength="255" />
  75. <Property Name="Gestionnaire2_Structure" Type="nvarchar" MaxLength="255" />
  76. </EntityType>
  77. <EntityType Name="Territoires">
  78. <Key>
  79. <PropertyRef Name="Id" />
  80. </Key>
  81. <Property Name="Id" Type="nvarchar" MaxLength="10" Nullable="false" />
  82. <Property Name="Libelle" Type="nvarchar" MaxLength="255" Nullable="false" />
  83. <Property Name="Referent_SID" Type="nvarchar" MaxLength="64" />
  84. <Property Name="Referent_Nom" Type="nvarchar" MaxLength="255" />
  85. <Property Name="Referent_Prenom" Type="nvarchar" MaxLength="255" />
  86. <Property Name="Referent_Structure" Type="nvarchar" MaxLength="255" />
  87. <Property Name="Referent_Login" Type="nvarchar" MaxLength="255" />
  88. <Property Name="Referent_Email" Type="nvarchar" MaxLength="255" />
  89. <Property Name="Ordre" Type="int" Nullable="false" />
  90. </EntityType>
  91. <EntityType Name="TypesCollege">
  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="255" Nullable="false" />
  97. <Property Name="Ordre" Type="int" Nullable="false" />
  98. </EntityType>
  99. <Association Name="FK_Actions-CLAS_College">
  100. <End Role="Colleges" Type="Self.Colleges" Multiplicity="1" />
  101. <End Role="Actions-CLAS" Type="Self.Actions-CLAS" Multiplicity="0..1" />
  102. <ReferentialConstraint>
  103. <Principal Role="Colleges">
  104. <PropertyRef Name="Id" />
  105. </Principal>
  106. <Dependent Role="Actions-CLAS">
  107. <PropertyRef Name="College_Id" />
  108. </Dependent>
  109. </ReferentialConstraint>
  110. </Association>
  111. <Association Name="FK_Annees_Colleges">
  112. <End Role="Annees" Type="Self.Annees" Multiplicity="1" />
  113. <End Role="Colleges" Type="Self.Colleges" Multiplicity="*" />
  114. <ReferentialConstraint>
  115. <Principal Role="Annees">
  116. <PropertyRef Name="Id" />
  117. </Principal>
  118. <Dependent Role="Colleges">
  119. <PropertyRef Name="Annee_Id" />
  120. </Dependent>
  121. </ReferentialConstraint>
  122. </Association>
  123. <Association Name="FK_Colleges_Territoires">
  124. <End Role="Territoires" Type="Self.Territoires" Multiplicity="0..1" />
  125. <End Role="Colleges" Type="Self.Colleges" Multiplicity="*" />
  126. <ReferentialConstraint>
  127. <Principal Role="Territoires">
  128. <PropertyRef Name="Id" />
  129. </Principal>
  130. <Dependent Role="Colleges">
  131. <PropertyRef Name="Territoire_Id" />
  132. </Dependent>
  133. </ReferentialConstraint>
  134. </Association>
  135. <Association Name="FK_Colleges_TypesCollege">
  136. <End Role="TypesCollege" Type="Self.TypesCollege" Multiplicity="1" />
  137. <End Role="Colleges" Type="Self.Colleges" Multiplicity="*" />
  138. <ReferentialConstraint>
  139. <Principal Role="TypesCollege">
  140. <PropertyRef Name="Id" />
  141. </Principal>
  142. <Dependent Role="Colleges">
  143. <PropertyRef Name="TypeCollege_Id" />
  144. </Dependent>
  145. </ReferentialConstraint>
  146. </Association>
  147. <Association Name="FK_FicheIdentite_College">
  148. <End Role="Colleges" Type="Self.Colleges" Multiplicity="1" />
  149. <End Role="Identites" Type="Self.Identites" Multiplicity="0..1" />
  150. <ReferentialConstraint>
  151. <Principal Role="Colleges">
  152. <PropertyRef Name="Id" />
  153. </Principal>
  154. <Dependent Role="Identites">
  155. <PropertyRef Name="College_Id" />
  156. </Dependent>
  157. </ReferentialConstraint>
  158. </Association>
  159. <EntityContainer Name="CD67FicheCollegeStoreContainer">
  160. <EntitySet Name="Actions-CLAS" EntityType="Self.Actions-CLAS" Schema="dbo" store:Type="Tables" />
  161. <EntitySet Name="Annees" EntityType="Self.Annees" Schema="dbo" store:Type="Tables" />
  162. <EntitySet Name="Colleges" EntityType="Self.Colleges" Schema="dbo" store:Type="Tables" />
  163. <EntitySet Name="Identites" EntityType="Self.Identites" Schema="dbo" store:Type="Tables" />
  164. <EntitySet Name="Territoires" EntityType="Self.Territoires" Schema="dbo" store:Type="Tables" />
  165. <EntitySet Name="TypesCollege" EntityType="Self.TypesCollege" Schema="dbo" store:Type="Tables" />
  166. <AssociationSet Name="FK_Actions-CLAS_College" Association="Self.FK_Actions-CLAS_College">
  167. <End Role="Colleges" EntitySet="Colleges" />
  168. <End Role="Actions-CLAS" EntitySet="Actions-CLAS" />
  169. </AssociationSet>
  170. <AssociationSet Name="FK_Annees_Colleges" Association="Self.FK_Annees_Colleges">
  171. <End Role="Annees" EntitySet="Annees" />
  172. <End Role="Colleges" EntitySet="Colleges" />
  173. </AssociationSet>
  174. <AssociationSet Name="FK_Colleges_Territoires" Association="Self.FK_Colleges_Territoires">
  175. <End Role="Territoires" EntitySet="Territoires" />
  176. <End Role="Colleges" EntitySet="Colleges" />
  177. </AssociationSet>
  178. <AssociationSet Name="FK_Colleges_TypesCollege" Association="Self.FK_Colleges_TypesCollege">
  179. <End Role="TypesCollege" EntitySet="TypesCollege" />
  180. <End Role="Colleges" EntitySet="Colleges" />
  181. </AssociationSet>
  182. <AssociationSet Name="FK_FicheIdentite_College" Association="Self.FK_FicheIdentite_College">
  183. <End Role="Colleges" EntitySet="Colleges" />
  184. <End Role="Identites" EntitySet="Identites" />
  185. </AssociationSet>
  186. </EntityContainer>
  187. </Schema></edmx:StorageModels>
  188. <!-- CSDL content -->
  189. <edmx:ConceptualModels>
  190. <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">
  191. <EntityContainer Name="Entities" annotation:LazyLoadingEnabled="true">
  192. <EntitySet Name="TypesCollege" EntityType="CD67.FicheCollege.TypeCollege" />
  193. <EntitySet Name="Territoires" EntityType="CD67.FicheCollege.Territoire" />
  194. <EntitySet Name="Colleges" EntityType="CD67.FicheCollege.College" />
  195. <AssociationSet Name="FK_Colleges_Territoires" Association="CD67.FicheCollege.FK_Colleges_Territoires">
  196. <End Role="Territoire" EntitySet="Territoires" />
  197. <End Role="College" EntitySet="Colleges" />
  198. </AssociationSet>
  199. <AssociationSet Name="FK_Colleges_TypesCollege" Association="CD67.FicheCollege.FK_Colleges_TypesCollege">
  200. <End Role="TypeCollege" EntitySet="TypesCollege" />
  201. <End Role="College" EntitySet="Colleges" />
  202. </AssociationSet>
  203. <EntitySet Name="Identites" EntityType="CD67.FicheCollege.Identite" />
  204. <AssociationSet Name="FK_FicheIdentite_College" Association="CD67.FicheCollege.FK_FicheIdentite_College">
  205. <End Role="College" EntitySet="Colleges" />
  206. <End Role="Identite" EntitySet="Identites" />
  207. </AssociationSet>
  208. <EntitySet Name="Annees" EntityType="CD67.FicheCollege.Annee" />
  209. <AssociationSet Name="AnneeCollege" Association="CD67.FicheCollege.AnneeCollege">
  210. <End Role="Annee" EntitySet="Annees" />
  211. <End Role="College" EntitySet="Colleges" />
  212. </AssociationSet>
  213. <EntitySet Name="ActionCLAS" EntityType="CD67.FicheCollege.ActionCLAS" />
  214. <AssociationSet Name="FK_Actions_CLAS_College" Association="CD67.FicheCollege.FK_Actions_CLAS_College">
  215. <End Role="College" EntitySet="Colleges" />
  216. <End Role="Actions_CLAS" EntitySet="ActionCLAS" />
  217. </AssociationSet>
  218. </EntityContainer>
  219. <EntityType Name="TypeCollege">
  220. <Key>
  221. <PropertyRef Name="Id" />
  222. </Key>
  223. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  224. <Property Name="Libelle" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" />
  225. <Property Name="Ordre" Type="Int32" Nullable="false" />
  226. <NavigationProperty Name="Colleges" Relationship="CD67.FicheCollege.FK_Colleges_TypesCollege" FromRole="TypeCollege" ToRole="College" />
  227. </EntityType>
  228. <EntityType Name="Territoire">
  229. <Key>
  230. <PropertyRef Name="Id" />
  231. </Key>
  232. <Property Name="Id" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="true" />
  233. <Property Name="Libelle" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" />
  234. <Property Name="Referent_SID" Type="String" MaxLength="64" FixedLength="false" Unicode="true" />
  235. <Property Name="Referent_Nom" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  236. <Property Name="Referent_Prenom" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  237. <Property Name="Referent_Structure" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  238. <Property Name="Referent_Login" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  239. <Property Name="Referent_Email" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  240. <Property Name="Ordre" Type="Int32" Nullable="false" />
  241. <NavigationProperty Name="Colleges" Relationship="CD67.FicheCollege.FK_Colleges_Territoires" FromRole="Territoire" ToRole="College" />
  242. </EntityType>
  243. <EntityType Name="College">
  244. <Key>
  245. <PropertyRef Name="Id" />
  246. </Key>
  247. <Property Name="Id" Type="String" Nullable="false" MaxLength="8" FixedLength="false" Unicode="true" />
  248. <Property Name="Libelle" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" />
  249. <Property Name="Adresse" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  250. <Property Name="Code_Postal" Type="String" MaxLength="5" FixedLength="false" Unicode="true" />
  251. <Property Name="TypeCollege_Id" Type="Int32" Nullable="false" />
  252. <Property Name="Commune_Insee" Type="String" MaxLength="5" FixedLength="false" Unicode="true" />
  253. <Property Name="Commune" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" />
  254. <Property Name="Canton" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  255. <Property Name="Territoire_Id" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
  256. <Property Name="TAD" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  257. <Property Name="CDC" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  258. <Property Name="Tel" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  259. <Property Name="Fax" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  260. <Property Name="Email" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  261. <NavigationProperty Name="Territoire" Relationship="CD67.FicheCollege.FK_Colleges_Territoires" FromRole="College" ToRole="Territoire" />
  262. <NavigationProperty Name="TypeCollege" Relationship="CD67.FicheCollege.FK_Colleges_TypesCollege" FromRole="College" ToRole="TypeCollege" />
  263. <NavigationProperty Name="Identite" Relationship="CD67.FicheCollege.FK_FicheIdentite_College" FromRole="College" ToRole="Identite" />
  264. <NavigationProperty Name="Annee" Relationship="CD67.FicheCollege.AnneeCollege" FromRole="College" ToRole="Annee" />
  265. <Property Name="Annee_Id" Type="Int32" Nullable="false" />
  266. <NavigationProperty Name="Actions_CLAS" Relationship="CD67.FicheCollege.FK_Actions_CLAS_College" FromRole="College" ToRole="Actions_CLAS" />
  267. </EntityType>
  268. <Association Name="FK_Colleges_Territoires">
  269. <End Type="CD67.FicheCollege.Territoire" Role="Territoire" Multiplicity="0..1" />
  270. <End Type="CD67.FicheCollege.College" Role="College" Multiplicity="*" />
  271. <ReferentialConstraint>
  272. <Principal Role="Territoire">
  273. <PropertyRef Name="Id" />
  274. </Principal>
  275. <Dependent Role="College">
  276. <PropertyRef Name="Territoire_Id" />
  277. </Dependent>
  278. </ReferentialConstraint>
  279. </Association>
  280. <Association Name="FK_Colleges_TypesCollege">
  281. <End Type="CD67.FicheCollege.TypeCollege" Role="TypeCollege" Multiplicity="1" />
  282. <End Type="CD67.FicheCollege.College" Role="College" Multiplicity="*" />
  283. <ReferentialConstraint>
  284. <Principal Role="TypeCollege">
  285. <PropertyRef Name="Id" />
  286. </Principal>
  287. <Dependent Role="College">
  288. <PropertyRef Name="TypeCollege_Id" />
  289. </Dependent>
  290. </ReferentialConstraint>
  291. </Association>
  292. <EntityType Name="Identite">
  293. <Key>
  294. <PropertyRef Name="College_Id" />
  295. </Key>
  296. <Property Name="College_Id" Type="String" Nullable="false" MaxLength="8" FixedLength="false" Unicode="true" />
  297. <Property Name="Principal_SID" Type="String" MaxLength="64" FixedLength="false" Unicode="true" />
  298. <Property Name="Principal_Login" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  299. <Property Name="Principal_Nom" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  300. <Property Name="Principal_Prenom" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  301. <Property Name="Principal_Email" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  302. <Property Name="Principal_Tel" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  303. <Property Name="Principal_Structure" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  304. <Property Name="Adjoint_SID" Type="String" MaxLength="64" FixedLength="false" Unicode="true" />
  305. <Property Name="Adjoint_Login" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  306. <Property Name="Adjoint_Nom" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  307. <Property Name="Adjoint_Prenom" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  308. <Property Name="Adjoint_Email" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  309. <Property Name="Adjoint_Tel" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  310. <Property Name="Adjoint_Structure" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  311. <Property Name="Gestionnaire_SID" Type="String" MaxLength="64" FixedLength="false" Unicode="true" />
  312. <Property Name="Gestionnaire_Login" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  313. <Property Name="Gestionnaire_Nom" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  314. <Property Name="Gestionnaire_Prenom" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  315. <Property Name="Gestionnaire_Email" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  316. <Property Name="Gestionnaire_Tel" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  317. <Property Name="Gestionnaire_Structure" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  318. <Property Name="Gestionnaire2_SID" Type="String" MaxLength="64" FixedLength="false" Unicode="true" />
  319. <Property Name="Gestionnaire2_Login" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  320. <Property Name="Gestionnaire2_Nom" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  321. <Property Name="Gestionnaire2_Prenom" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  322. <Property Name="Gestionnaire2_Email" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  323. <Property Name="Gestionnaire2_Tel" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  324. <Property Name="Gestionnaire2_Structure" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
  325. <NavigationProperty Name="College" Relationship="CD67.FicheCollege.FK_FicheIdentite_College" FromRole="Identite" ToRole="College" />
  326. </EntityType>
  327. <Association Name="FK_FicheIdentite_College">
  328. <End Type="CD67.FicheCollege.College" Role="College" Multiplicity="1" />
  329. <End Type="CD67.FicheCollege.Identite" Role="Identite" Multiplicity="0..1" />
  330. <ReferentialConstraint>
  331. <Principal Role="College">
  332. <PropertyRef Name="Id" />
  333. </Principal>
  334. <Dependent Role="Identite">
  335. <PropertyRef Name="College_Id" />
  336. </Dependent>
  337. </ReferentialConstraint>
  338. </Association>
  339. <EntityType Name="Annee">
  340. <Key>
  341. <PropertyRef Name="Id" />
  342. </Key>
  343. <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  344. <NavigationProperty Name="Colleges" Relationship="CD67.FicheCollege.AnneeCollege" FromRole="Annee" ToRole="College" />
  345. <Property Name="Libelle" Type="String" Nullable="false" MaxLength="12" FixedLength="false" Unicode="true" />
  346. </EntityType>
  347. <Association Name="AnneeCollege">
  348. <End Type="CD67.FicheCollege.Annee" Role="Annee" Multiplicity="1" />
  349. <End Type="CD67.FicheCollege.College" Role="College" Multiplicity="*" />
  350. <ReferentialConstraint>
  351. <Principal Role="Annee">
  352. <PropertyRef Name="Id" />
  353. </Principal>
  354. <Dependent Role="College">
  355. <PropertyRef Name="Annee_Id" />
  356. </Dependent>
  357. </ReferentialConstraint>
  358. </Association>
  359. <EntityType Name="ActionCLAS">
  360. <Key>
  361. <PropertyRef Name="College_Id" />
  362. </Key>
  363. <Property Name="College_Id" Type="String" Nullable="false" MaxLength="8" FixedLength="false" Unicode="true" />
  364. <Property Name="Action" Type="Boolean" />
  365. <Property Name="Commentaire" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
  366. <NavigationProperty Name="College" Relationship="CD67.FicheCollege.FK_Actions_CLAS_College" FromRole="Actions_CLAS" ToRole="College" />
  367. </EntityType>
  368. <Association Name="FK_Actions_CLAS_College">
  369. <End Type="CD67.FicheCollege.College" Role="College" Multiplicity="1" />
  370. <End Type="CD67.FicheCollege.ActionCLAS" Role="Actions_CLAS" Multiplicity="0..1" />
  371. <ReferentialConstraint>
  372. <Principal Role="College">
  373. <PropertyRef Name="Id" />
  374. </Principal>
  375. <Dependent Role="Actions_CLAS">
  376. <PropertyRef Name="College_Id" />
  377. </Dependent>
  378. </ReferentialConstraint>
  379. </Association>
  380. </Schema>
  381. </edmx:ConceptualModels>
  382. <!-- C-S mapping content -->
  383. <edmx:Mappings>
  384. <Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
  385. <EntityContainerMapping StorageEntityContainer="CD67FicheCollegeStoreContainer" CdmEntityContainer="Entities">
  386. <EntitySetMapping Name="TypesCollege">
  387. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.TypeCollege)">
  388. <MappingFragment StoreEntitySet="TypesCollege">
  389. <ScalarProperty Name="Id" ColumnName="Id" />
  390. <ScalarProperty Name="Libelle" ColumnName="Libelle" />
  391. <ScalarProperty Name="Ordre" ColumnName="Ordre" />
  392. </MappingFragment>
  393. </EntityTypeMapping>
  394. </EntitySetMapping>
  395. <EntitySetMapping Name="Territoires">
  396. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.Territoire)">
  397. <MappingFragment StoreEntitySet="Territoires">
  398. <ScalarProperty Name="Id" ColumnName="Id" />
  399. <ScalarProperty Name="Libelle" ColumnName="Libelle" />
  400. <ScalarProperty Name="Referent_SID" ColumnName="Referent_SID" />
  401. <ScalarProperty Name="Referent_Nom" ColumnName="Referent_Nom" />
  402. <ScalarProperty Name="Referent_Prenom" ColumnName="Referent_Prenom" />
  403. <ScalarProperty Name="Referent_Structure" ColumnName="Referent_Structure" />
  404. <ScalarProperty Name="Referent_Login" ColumnName="Referent_Login" />
  405. <ScalarProperty Name="Referent_Email" ColumnName="Referent_Email" />
  406. <ScalarProperty Name="Ordre" ColumnName="Ordre" />
  407. </MappingFragment>
  408. </EntityTypeMapping>
  409. </EntitySetMapping>
  410. <EntitySetMapping Name="Colleges">
  411. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.College)">
  412. <MappingFragment StoreEntitySet="Colleges">
  413. <ScalarProperty Name="Id" ColumnName="Id" />
  414. <ScalarProperty Name="Libelle" ColumnName="Libelle" />
  415. <ScalarProperty Name="Adresse" ColumnName="Adresse" />
  416. <ScalarProperty Name="Code_Postal" ColumnName="Code_Postal" />
  417. <ScalarProperty Name="TypeCollege_Id" ColumnName="TypeCollege_Id" />
  418. <ScalarProperty Name="Commune_Insee" ColumnName="Commune_Insee" />
  419. <ScalarProperty Name="Commune" ColumnName="Commune" />
  420. <ScalarProperty Name="Canton" ColumnName="Canton" />
  421. <ScalarProperty Name="Territoire_Id" ColumnName="Territoire_Id" />
  422. <ScalarProperty Name="TAD" ColumnName="TAD" />
  423. <ScalarProperty Name="CDC" ColumnName="CDC" />
  424. <ScalarProperty Name="Tel" ColumnName="Tel" />
  425. <ScalarProperty Name="Fax" ColumnName="Fax" />
  426. <ScalarProperty Name="Email" ColumnName="Email" />
  427. <ScalarProperty Name="Annee_Id" ColumnName="Annee_Id" />
  428. </MappingFragment>
  429. </EntityTypeMapping>
  430. </EntitySetMapping>
  431. <EntitySetMapping Name="Identites">
  432. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.Identite)">
  433. <MappingFragment StoreEntitySet="Identites">
  434. <ScalarProperty Name="College_Id" ColumnName="College_Id" />
  435. <ScalarProperty Name="Principal_SID" ColumnName="Principal_SID" />
  436. <ScalarProperty Name="Principal_Login" ColumnName="Principal_Login" />
  437. <ScalarProperty Name="Principal_Nom" ColumnName="Principal_Nom" />
  438. <ScalarProperty Name="Principal_Prenom" ColumnName="Principal_Prenom" />
  439. <ScalarProperty Name="Principal_Email" ColumnName="Principal_Email" />
  440. <ScalarProperty Name="Principal_Tel" ColumnName="Principal_Tel" />
  441. <ScalarProperty Name="Principal_Structure" ColumnName="Principal_Structure" />
  442. <ScalarProperty Name="Adjoint_SID" ColumnName="Adjoint_SID" />
  443. <ScalarProperty Name="Adjoint_Login" ColumnName="Adjoint_Login" />
  444. <ScalarProperty Name="Adjoint_Nom" ColumnName="Adjoint_Nom" />
  445. <ScalarProperty Name="Adjoint_Prenom" ColumnName="Adjoint_Prenom" />
  446. <ScalarProperty Name="Adjoint_Email" ColumnName="Adjoint_Email" />
  447. <ScalarProperty Name="Adjoint_Tel" ColumnName="Adjoint_Tel" />
  448. <ScalarProperty Name="Adjoint_Structure" ColumnName="Adjoint_Structure" />
  449. <ScalarProperty Name="Gestionnaire_SID" ColumnName="Gestionnaire_SID" />
  450. <ScalarProperty Name="Gestionnaire_Login" ColumnName="Gestionnaire_Login" />
  451. <ScalarProperty Name="Gestionnaire_Nom" ColumnName="Gestionnaire_Nom" />
  452. <ScalarProperty Name="Gestionnaire_Prenom" ColumnName="Gestionnaire_Prenom" />
  453. <ScalarProperty Name="Gestionnaire_Email" ColumnName="Gestionnaire_Email" />
  454. <ScalarProperty Name="Gestionnaire_Tel" ColumnName="Gestionnaire_Tel" />
  455. <ScalarProperty Name="Gestionnaire_Structure" ColumnName="Gestionnaire_Structure" />
  456. <ScalarProperty Name="Gestionnaire2_SID" ColumnName="Gestionnaire2_SID" />
  457. <ScalarProperty Name="Gestionnaire2_Login" ColumnName="Gestionnaire2_Login" />
  458. <ScalarProperty Name="Gestionnaire2_Nom" ColumnName="Gestionnaire2_Nom" />
  459. <ScalarProperty Name="Gestionnaire2_Prenom" ColumnName="Gestionnaire2_Prenom" />
  460. <ScalarProperty Name="Gestionnaire2_Email" ColumnName="Gestionnaire2_Email" />
  461. <ScalarProperty Name="Gestionnaire2_Tel" ColumnName="Gestionnaire2_Tel" />
  462. <ScalarProperty Name="Gestionnaire2_Structure" ColumnName="Gestionnaire2_Structure" />
  463. </MappingFragment>
  464. </EntityTypeMapping>
  465. </EntitySetMapping>
  466. <EntitySetMapping Name="Annees">
  467. <EntityTypeMapping TypeName="IsTypeOf(CD67.FicheCollege.Annee)">
  468. <MappingFragment StoreEntitySet="Annees">
  469. <ScalarProperty Name="Libelle" ColumnName="Libelle" />
  470. <ScalarProperty Name="Id" ColumnName="Id" />
  471. </MappingFragment>
  472. </EntityTypeMapping>
  473. </EntitySetMapping>
  474. <EntitySetMapping Name="ActionCLAS">
  475. <EntityTypeMapping TypeName="CD67.FicheCollege.ActionCLAS">
  476. <MappingFragment StoreEntitySet="Actions-CLAS">
  477. <ScalarProperty Name="Commentaire" ColumnName="Commentaire" />
  478. <ScalarProperty Name="Action" ColumnName="Action" />
  479. <ScalarProperty Name="College_Id" ColumnName="College_Id" />
  480. </MappingFragment>
  481. </EntityTypeMapping>
  482. </EntitySetMapping>
  483. </EntityContainerMapping>
  484. </Mapping></edmx:Mappings>
  485. </edmx:Runtime>
  486. <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
  487. <Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
  488. <Connection>
  489. <DesignerInfoPropertySet>
  490. <DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
  491. </DesignerInfoPropertySet>
  492. </Connection>
  493. <Options>
  494. <DesignerInfoPropertySet>
  495. <DesignerProperty Name="ValidateOnBuild" Value="true" />
  496. <DesignerProperty Name="EnablePluralization" Value="True" />
  497. <DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
  498. <DesignerProperty Name="UseLegacyProvider" Value="False" />
  499. <DesignerProperty Name="CodeGenerationStrategy" Value="Aucun" />
  500. </DesignerInfoPropertySet>
  501. </Options>
  502. <!-- Diagram content (shape and connector positions) -->
  503. <Diagrams></Diagrams>
  504. </Designer>
  505. </edmx:Edmx>