EntityModel.edmx 31 KB

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