EducfModel.edmx 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  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="educfModel.Store" Provider="Npgsql" ProviderManifestToken="9.2.8" 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="commune">
  9. <Key>
  10. <PropertyRef Name="id" />
  11. </Key>
  12. <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
  13. <Property Name="nom" Type="varchar" MaxLength="200" />
  14. <Property Name="code" Type="varchar" MaxLength="7" />
  15. <Property Name="insee" Type="varchar" MaxLength="30" />
  16. <Property Name="superficie" Type="numeric" Precision="10" Scale="0" />
  17. <Property Name="maire" Type="varchar" MaxLength="100" />
  18. <Property Name="adresse" Type="varchar" MaxLength="100" />
  19. <Property Name="tel" Type="varchar" MaxLength="100" />
  20. <Property Name="fax" Type="varchar" MaxLength="100" />
  21. <Property Name="email" Type="varchar" MaxLength="250" />
  22. <Property Name="urbanisationemail" Type="varchar" MaxLength="250" />
  23. <Property Name="urbanisationinterlocuteur" Type="varchar" MaxLength="100" />
  24. <Property Name="urbanisationtel" Type="varchar" MaxLength="100" />
  25. <Property Name="optcommunecollege" Type="numeric" Precision="1" Scale="0" />
  26. <Property Name="rpi" Type="varchar" MaxLength="50" />
  27. <Property Name="web" Type="varchar" MaxLength="100" />
  28. <Property Name="idcanton" Type="int4" />
  29. </EntityType>
  30. <EntityType Name="etabeffectifannee">
  31. <Key>
  32. <PropertyRef Name="id" />
  33. </Key>
  34. <Property Name="idetablissement" Type="int4" />
  35. <Property Name="annee" Type="float8" />
  36. <Property Name="effectif" Type="float8" />
  37. <Property Name="idniveau" Type="float8" />
  38. <Property Name="tap" Type="float8" />
  39. <Property Name="tevit" Type="float8" />
  40. <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
  41. <Property Name="nbclasses" Type="numeric" Precision="5" Scale="0" />
  42. <Property Name="effectifdp" Type="float8" />
  43. <Property Name="effectifderog" Type="float8" />
  44. <Property Name="tapsec" Type="float8" />
  45. </EntityType>
  46. <EntityType Name="etablissement">
  47. <Key>
  48. <PropertyRef Name="id" />
  49. </Key>
  50. <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
  51. <Property Name="nom" Type="varchar" MaxLength="250" />
  52. <Property Name="numero" Type="varchar" MaxLength="20" />
  53. <Property Name="idtype" Type="float8" />
  54. <Property Name="privepublic" Type="float8" />
  55. <Property Name="numadresse" Type="varchar" MaxLength="20" />
  56. <Property Name="idrue" Type="float8" />
  57. <Property Name="adresse2" Type="varchar" MaxLength="250" />
  58. <Property Name="tel" Type="varchar" MaxLength="20" />
  59. <Property Name="fax" Type="varchar" MaxLength="20" />
  60. <Property Name="tel2" Type="varchar" MaxLength="20" />
  61. <Property Name="numabrege" Type="varchar" MaxLength="10" />
  62. <Property Name="email" Type="varchar" MaxLength="250" />
  63. <Property Name="anneeconstruction" Type="float8" />
  64. <Property Name="idclassement" Type="float8" />
  65. <Property Name="web" Type="varchar" MaxLength="250" />
  66. <Property Name="surface" Type="varchar" MaxLength="20" />
  67. <Property Name="accueilhandicape" Type="numeric" Precision="1" Scale="0" />
  68. <Property Name="idelementairesecteur" Type="text" />
  69. <Property Name="horaires1" Type="varchar" MaxLength="100" />
  70. <Property Name="horaires2" Type="varchar" MaxLength="100" />
  71. <Property Name="horaires3" Type="varchar" MaxLength="100" />
  72. <Property Name="horaires4" Type="varchar" MaxLength="100" />
  73. <Property Name="optdplundi" Type="numeric" Precision="1" Scale="0" />
  74. <Property Name="optdpmardi" Type="numeric" Precision="1" Scale="0" />
  75. <Property Name="optdpmercredi" Type="numeric" Precision="1" Scale="0" />
  76. <Property Name="optdpjeudi" Type="numeric" Precision="1" Scale="0" />
  77. <Property Name="optdpvendredi" Type="numeric" Precision="1" Scale="0" />
  78. <Property Name="idregierestauration" Type="numeric" Precision="3" Scale="0" />
  79. <Property Name="idbassin" Type="numeric" Precision="5" Scale="0" />
  80. <Property Name="couleur" Type="numeric" Precision="10" Scale="0" />
  81. <Property Name="idcouleur" Type="int4" />
  82. <Property Name="optulis" Type="int4" />
  83. <Property Name="cp" Type="varchar" MaxLength="10" />
  84. <Property Name="anneerestructuration" Type="varchar" MaxLength="4" />
  85. <Property Name="libellecarte1" Type="varchar" MaxLength="200" />
  86. <Property Name="libellecarte2" Type="varchar" MaxLength="200" />
  87. </EntityType>
  88. <EntityType Name="niveau">
  89. <Key>
  90. <PropertyRef Name="id" />
  91. </Key>
  92. <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
  93. <Property Name="typeetablissement" Type="float8" />
  94. <Property Name="nom" Type="varchar" MaxLength="20" />
  95. <Property Name="ordre" Type="float8" />
  96. <Property Name="idniveaumontee" Type="numeric" Precision="5" Scale="0" />
  97. <Property Name="capacite" Type="numeric" Precision="3" Scale="0" />
  98. <Property Name="capacitezep" Type="numeric" Precision="3" Scale="0" />
  99. </EntityType>
  100. <EntityType Name="rues">
  101. <Key>
  102. <PropertyRef Name="id" />
  103. </Key>
  104. <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
  105. <Property Name="nom" Type="varchar" MaxLength="100" />
  106. <Property Name="idcommune" Type="int4" />
  107. <Property Name="typerue" Type="varchar" MaxLength="100" />
  108. <Property Name="rivoli" Type="varchar" MaxLength="10" />
  109. </EntityType>
  110. <Association Name="FK_EtabEffectifAnnee">
  111. <End Role="etablissement" Type="Self.etablissement" Multiplicity="0..1">
  112. <OnDelete Action="Cascade" />
  113. </End>
  114. <End Role="etabeffectifannee" Type="Self.etabeffectifannee" Multiplicity="*" />
  115. <ReferentialConstraint>
  116. <Principal Role="etablissement">
  117. <PropertyRef Name="id" />
  118. </Principal>
  119. <Dependent Role="etabeffectifannee">
  120. <PropertyRef Name="idetablissement" />
  121. </Dependent>
  122. </ReferentialConstraint>
  123. </Association>
  124. <Association Name="FK_RuesCommunes">
  125. <End Role="commune" Type="Self.commune" Multiplicity="0..1">
  126. <OnDelete Action="Cascade" />
  127. </End>
  128. <End Role="rues" Type="Self.rues" Multiplicity="*" />
  129. <ReferentialConstraint>
  130. <Principal Role="commune">
  131. <PropertyRef Name="id" />
  132. </Principal>
  133. <Dependent Role="rues">
  134. <PropertyRef Name="idcommune" />
  135. </Dependent>
  136. </ReferentialConstraint>
  137. </Association>
  138. <EntityContainer Name="educfModelStoreContainer">
  139. <EntitySet Name="commune" EntityType="Self.commune" Schema="educf" store:Type="Tables" />
  140. <EntitySet Name="etabeffectifannee" EntityType="Self.etabeffectifannee" Schema="educf" store:Type="Tables" />
  141. <EntitySet Name="etablissement" EntityType="Self.etablissement" Schema="educf" store:Type="Tables" />
  142. <EntitySet Name="niveau" EntityType="Self.niveau" Schema="educf" store:Type="Tables" />
  143. <EntitySet Name="rues" EntityType="Self.rues" Schema="educf" store:Type="Tables" />
  144. <AssociationSet Name="FK_EtabEffectifAnnee" Association="Self.FK_EtabEffectifAnnee">
  145. <End Role="etablissement" EntitySet="etablissement" />
  146. <End Role="etabeffectifannee" EntitySet="etabeffectifannee" />
  147. </AssociationSet>
  148. <AssociationSet Name="FK_RuesCommunes" Association="Self.FK_RuesCommunes">
  149. <End Role="commune" EntitySet="commune" />
  150. <End Role="rues" EntitySet="rues" />
  151. </AssociationSet>
  152. </EntityContainer>
  153. </Schema></edmx:StorageModels>
  154. <!-- CSDL content -->
  155. <edmx:ConceptualModels>
  156. <Schema Namespace="educfModel" 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">
  157. <EntityType Name="commune">
  158. <Key>
  159. <PropertyRef Name="id" />
  160. </Key>
  161. <Property Name="id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  162. <Property Name="nom" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
  163. <Property Name="code" Type="String" MaxLength="7" FixedLength="false" Unicode="true" />
  164. <Property Name="insee" Type="String" MaxLength="30" FixedLength="false" Unicode="true" />
  165. <Property Name="superficie" Type="Decimal" Precision="10" Scale="0" />
  166. <Property Name="maire" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
  167. <Property Name="adresse" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
  168. <Property Name="tel" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
  169. <Property Name="fax" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
  170. <Property Name="email" Type="String" MaxLength="250" FixedLength="false" Unicode="true" />
  171. <Property Name="urbanisationemail" Type="String" MaxLength="250" FixedLength="false" Unicode="true" />
  172. <Property Name="urbanisationinterlocuteur" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
  173. <Property Name="urbanisationtel" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
  174. <Property Name="optcommunecollege" Type="Decimal" Precision="1" Scale="0" />
  175. <Property Name="rpi" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
  176. <Property Name="web" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
  177. <Property Name="idcanton" Type="Int32" />
  178. <NavigationProperty Name="rues" Relationship="Self.FK_RuesCommunes" FromRole="commune" ToRole="rues" />
  179. </EntityType>
  180. <EntityType Name="etabeffectifannee">
  181. <Key>
  182. <PropertyRef Name="id" />
  183. </Key>
  184. <Property Name="id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
  185. <Property Name="idetablissement" Type="Int32" />
  186. <Property Name="annee" Type="Double" />
  187. <Property Name="effectif" Type="Double" />
  188. <Property Name="idniveau" Type="Int32" />
  189. <Property Name="tap" Type="Double" />
  190. <Property Name="tevit" Type="Double" />
  191. <Property Name="nbclasses" Type="Decimal" Precision="5" Scale="0" />
  192. <Property Name="effectifdp" Type="Double" />
  193. <Property Name="effectifderog" Type="Double" />
  194. <Property Name="tapsec" Type="Double" />
  195. <NavigationProperty Name="etablissement" Relationship="Self.FK_EtabEffectifAnnee" FromRole="etabeffectifannee" ToRole="etablissement" />
  196. <NavigationProperty Name="niveau" Relationship="educfModel.niveauetabeffectifannee" FromRole="etabeffectifannee" ToRole="niveau" />
  197. </EntityType>
  198. <EntityType Name="etablissement">
  199. <Key>
  200. <PropertyRef Name="id" />
  201. </Key>
  202. <Property Name="id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  203. <Property Name="nom" Type="String" MaxLength="250" FixedLength="false" Unicode="true" />
  204. <Property Name="numero" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
  205. <Property Name="idtype" Type="Double" />
  206. <Property Name="privepublic" Type="Double" />
  207. <Property Name="numadresse" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
  208. <Property Name="idrue" Type="Int32" />
  209. <Property Name="adresse2" Type="String" MaxLength="250" FixedLength="false" Unicode="true" />
  210. <Property Name="tel" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
  211. <Property Name="fax" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
  212. <Property Name="tel2" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
  213. <Property Name="numabrege" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
  214. <Property Name="email" Type="String" MaxLength="250" FixedLength="false" Unicode="true" />
  215. <Property Name="anneeconstruction" Type="Double" />
  216. <Property Name="idclassement" Type="Double" />
  217. <Property Name="web" Type="String" MaxLength="250" FixedLength="false" Unicode="true" />
  218. <Property Name="surface" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
  219. <Property Name="accueilhandicape" Type="Decimal" Precision="1" Scale="0" />
  220. <Property Name="idelementairesecteur" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
  221. <Property Name="horaires1" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
  222. <Property Name="horaires2" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
  223. <Property Name="horaires3" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
  224. <Property Name="horaires4" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
  225. <Property Name="optdplundi" Type="Decimal" Precision="1" Scale="0" />
  226. <Property Name="optdpmardi" Type="Decimal" Precision="1" Scale="0" />
  227. <Property Name="optdpmercredi" Type="Decimal" Precision="1" Scale="0" />
  228. <Property Name="optdpjeudi" Type="Decimal" Precision="1" Scale="0" />
  229. <Property Name="optdpvendredi" Type="Decimal" Precision="1" Scale="0" />
  230. <Property Name="idregierestauration" Type="Decimal" Precision="3" Scale="0" />
  231. <Property Name="idbassin" Type="Decimal" Precision="5" Scale="0" />
  232. <Property Name="couleur" Type="Decimal" Precision="10" Scale="0" />
  233. <Property Name="idcouleur" Type="Int32" />
  234. <Property Name="optulis" Type="Int32" />
  235. <Property Name="cp" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
  236. <Property Name="anneerestructuration" Type="String" MaxLength="4" FixedLength="false" Unicode="true" />
  237. <Property Name="libellecarte1" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
  238. <Property Name="libellecarte2" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
  239. <NavigationProperty Name="etabeffectifannees" Relationship="Self.FK_EtabEffectifAnnee" FromRole="etablissement" ToRole="etabeffectifannee" />
  240. <NavigationProperty Name="rue" Relationship="educfModel.etablissementrue" FromRole="etablissement" ToRole="rue" />
  241. </EntityType>
  242. <EntityType Name="niveau">
  243. <Key>
  244. <PropertyRef Name="id" />
  245. </Key>
  246. <Property Name="id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  247. <Property Name="typeetablissement" Type="Double" />
  248. <Property Name="nom" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
  249. <Property Name="ordre" Type="Double" />
  250. <Property Name="idniveaumontee" Type="Decimal" Precision="5" Scale="0" />
  251. <Property Name="capacite" Type="Decimal" Precision="3" Scale="0" />
  252. <Property Name="capacitezep" Type="Decimal" Precision="3" Scale="0" />
  253. <NavigationProperty Name="etabeffectifannees" Relationship="educfModel.niveauetabeffectifannee" FromRole="niveau" ToRole="etabeffectifannee" />
  254. </EntityType>
  255. <EntityType Name="rue">
  256. <Key>
  257. <PropertyRef Name="id" />
  258. </Key>
  259. <Property Name="id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
  260. <Property Name="nom" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
  261. <Property Name="idcommune" Type="Int32" />
  262. <Property Name="typerue" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
  263. <Property Name="rivoli" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
  264. <NavigationProperty Name="commune" Relationship="Self.FK_RuesCommunes" FromRole="rues" ToRole="commune" />
  265. <NavigationProperty Name="etablissements" Relationship="educfModel.etablissementrue" FromRole="rue" ToRole="etablissement" />
  266. </EntityType>
  267. <Association Name="FK_RuesCommunes">
  268. <End Role="commune" Type="Self.commune" Multiplicity="0..1">
  269. <OnDelete Action="Cascade" />
  270. </End>
  271. <End Role="rues" Type="Self.rue" Multiplicity="*" />
  272. <ReferentialConstraint>
  273. <Principal Role="commune">
  274. <PropertyRef Name="id" />
  275. </Principal>
  276. <Dependent Role="rues">
  277. <PropertyRef Name="idcommune" />
  278. </Dependent>
  279. </ReferentialConstraint>
  280. </Association>
  281. <Association Name="FK_EtabEffectifAnnee">
  282. <End Role="etablissement" Type="Self.etablissement" Multiplicity="0..1">
  283. <OnDelete Action="Cascade" />
  284. </End>
  285. <End Role="etabeffectifannee" Type="Self.etabeffectifannee" Multiplicity="*" />
  286. <ReferentialConstraint>
  287. <Principal Role="etablissement">
  288. <PropertyRef Name="id" />
  289. </Principal>
  290. <Dependent Role="etabeffectifannee">
  291. <PropertyRef Name="idetablissement" />
  292. </Dependent>
  293. </ReferentialConstraint>
  294. </Association>
  295. <EntityContainer Name="EducfEntities" annotation:LazyLoadingEnabled="true">
  296. <EntitySet Name="communes" EntityType="Self.commune" />
  297. <EntitySet Name="etabeffectifannees" EntityType="Self.etabeffectifannee" />
  298. <EntitySet Name="etablissements" EntityType="Self.etablissement" />
  299. <EntitySet Name="niveaux" EntityType="Self.niveau" />
  300. <EntitySet Name="rues" EntityType="Self.rue" />
  301. <AssociationSet Name="FK_RuesCommunes" Association="Self.FK_RuesCommunes">
  302. <End Role="commune" EntitySet="communes" />
  303. <End Role="rues" EntitySet="rues" />
  304. </AssociationSet>
  305. <AssociationSet Name="FK_EtabEffectifAnnee" Association="Self.FK_EtabEffectifAnnee">
  306. <End Role="etablissement" EntitySet="etablissements" />
  307. <End Role="etabeffectifannee" EntitySet="etabeffectifannees" />
  308. </AssociationSet>
  309. <AssociationSet Name="etablissementrue" Association="educfModel.etablissementrue">
  310. <End Role="etablissement" EntitySet="etablissements" />
  311. <End Role="rue" EntitySet="rues" />
  312. </AssociationSet>
  313. <AssociationSet Name="niveauetabeffectifannee" Association="educfModel.niveauetabeffectifannee">
  314. <End Role="niveau" EntitySet="niveaux" />
  315. <End Role="etabeffectifannee" EntitySet="etabeffectifannees" />
  316. </AssociationSet>
  317. </EntityContainer>
  318. <Association Name="etablissementrue">
  319. <End Type="educfModel.etablissement" Role="etablissement" Multiplicity="*" />
  320. <End Type="educfModel.rue" Role="rue" Multiplicity="0..1" />
  321. <ReferentialConstraint>
  322. <Principal Role="rue">
  323. <PropertyRef Name="id" />
  324. </Principal>
  325. <Dependent Role="etablissement">
  326. <PropertyRef Name="idrue" />
  327. </Dependent>
  328. </ReferentialConstraint>
  329. </Association>
  330. <Association Name="niveauetabeffectifannee">
  331. <End Type="educfModel.niveau" Role="niveau" Multiplicity="0..1" />
  332. <End Type="educfModel.etabeffectifannee" Role="etabeffectifannee" Multiplicity="*" />
  333. <ReferentialConstraint>
  334. <Principal Role="niveau">
  335. <PropertyRef Name="id" />
  336. </Principal>
  337. <Dependent Role="etabeffectifannee">
  338. <PropertyRef Name="idniveau" />
  339. </Dependent>
  340. </ReferentialConstraint>
  341. </Association>
  342. </Schema>
  343. </edmx:ConceptualModels>
  344. <!-- C-S mapping content -->
  345. <edmx:Mappings>
  346. <Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
  347. <EntityContainerMapping StorageEntityContainer="educfModelStoreContainer" CdmEntityContainer="EducfEntities">
  348. <EntitySetMapping Name="communes">
  349. <EntityTypeMapping TypeName="educfModel.commune">
  350. <MappingFragment StoreEntitySet="commune">
  351. <ScalarProperty Name="id" ColumnName="id" />
  352. <ScalarProperty Name="nom" ColumnName="nom" />
  353. <ScalarProperty Name="code" ColumnName="code" />
  354. <ScalarProperty Name="insee" ColumnName="insee" />
  355. <ScalarProperty Name="superficie" ColumnName="superficie" />
  356. <ScalarProperty Name="maire" ColumnName="maire" />
  357. <ScalarProperty Name="adresse" ColumnName="adresse" />
  358. <ScalarProperty Name="tel" ColumnName="tel" />
  359. <ScalarProperty Name="fax" ColumnName="fax" />
  360. <ScalarProperty Name="email" ColumnName="email" />
  361. <ScalarProperty Name="urbanisationemail" ColumnName="urbanisationemail" />
  362. <ScalarProperty Name="urbanisationinterlocuteur" ColumnName="urbanisationinterlocuteur" />
  363. <ScalarProperty Name="urbanisationtel" ColumnName="urbanisationtel" />
  364. <ScalarProperty Name="optcommunecollege" ColumnName="optcommunecollege" />
  365. <ScalarProperty Name="rpi" ColumnName="rpi" />
  366. <ScalarProperty Name="web" ColumnName="web" />
  367. <ScalarProperty Name="idcanton" ColumnName="idcanton" />
  368. </MappingFragment>
  369. </EntityTypeMapping>
  370. </EntitySetMapping>
  371. <EntitySetMapping Name="etabeffectifannees">
  372. <EntityTypeMapping TypeName="educfModel.etabeffectifannee">
  373. <MappingFragment StoreEntitySet="etabeffectifannee">
  374. <ScalarProperty Name="idetablissement" ColumnName="idetablissement" />
  375. <ScalarProperty Name="annee" ColumnName="annee" />
  376. <ScalarProperty Name="effectif" ColumnName="effectif" />
  377. <ScalarProperty Name="idniveau" ColumnName="idniveau" />
  378. <ScalarProperty Name="tap" ColumnName="tap" />
  379. <ScalarProperty Name="tevit" ColumnName="tevit" />
  380. <ScalarProperty Name="id" ColumnName="id" />
  381. <ScalarProperty Name="nbclasses" ColumnName="nbclasses" />
  382. <ScalarProperty Name="effectifdp" ColumnName="effectifdp" />
  383. <ScalarProperty Name="effectifderog" ColumnName="effectifderog" />
  384. <ScalarProperty Name="tapsec" ColumnName="tapsec" />
  385. </MappingFragment>
  386. </EntityTypeMapping>
  387. </EntitySetMapping>
  388. <EntitySetMapping Name="etablissements">
  389. <EntityTypeMapping TypeName="educfModel.etablissement">
  390. <MappingFragment StoreEntitySet="etablissement">
  391. <ScalarProperty Name="id" ColumnName="id" />
  392. <ScalarProperty Name="nom" ColumnName="nom" />
  393. <ScalarProperty Name="numero" ColumnName="numero" />
  394. <ScalarProperty Name="idtype" ColumnName="idtype" />
  395. <ScalarProperty Name="privepublic" ColumnName="privepublic" />
  396. <ScalarProperty Name="numadresse" ColumnName="numadresse" />
  397. <ScalarProperty Name="idrue" ColumnName="idrue" />
  398. <ScalarProperty Name="adresse2" ColumnName="adresse2" />
  399. <ScalarProperty Name="tel" ColumnName="tel" />
  400. <ScalarProperty Name="fax" ColumnName="fax" />
  401. <ScalarProperty Name="tel2" ColumnName="tel2" />
  402. <ScalarProperty Name="numabrege" ColumnName="numabrege" />
  403. <ScalarProperty Name="email" ColumnName="email" />
  404. <ScalarProperty Name="anneeconstruction" ColumnName="anneeconstruction" />
  405. <ScalarProperty Name="idclassement" ColumnName="idclassement" />
  406. <ScalarProperty Name="web" ColumnName="web" />
  407. <ScalarProperty Name="surface" ColumnName="surface" />
  408. <ScalarProperty Name="accueilhandicape" ColumnName="accueilhandicape" />
  409. <ScalarProperty Name="idelementairesecteur" ColumnName="idelementairesecteur" />
  410. <ScalarProperty Name="horaires1" ColumnName="horaires1" />
  411. <ScalarProperty Name="horaires2" ColumnName="horaires2" />
  412. <ScalarProperty Name="horaires3" ColumnName="horaires3" />
  413. <ScalarProperty Name="horaires4" ColumnName="horaires4" />
  414. <ScalarProperty Name="optdplundi" ColumnName="optdplundi" />
  415. <ScalarProperty Name="optdpmardi" ColumnName="optdpmardi" />
  416. <ScalarProperty Name="optdpmercredi" ColumnName="optdpmercredi" />
  417. <ScalarProperty Name="optdpjeudi" ColumnName="optdpjeudi" />
  418. <ScalarProperty Name="optdpvendredi" ColumnName="optdpvendredi" />
  419. <ScalarProperty Name="idregierestauration" ColumnName="idregierestauration" />
  420. <ScalarProperty Name="idbassin" ColumnName="idbassin" />
  421. <ScalarProperty Name="couleur" ColumnName="couleur" />
  422. <ScalarProperty Name="idcouleur" ColumnName="idcouleur" />
  423. <ScalarProperty Name="optulis" ColumnName="optulis" />
  424. <ScalarProperty Name="cp" ColumnName="cp" />
  425. <ScalarProperty Name="anneerestructuration" ColumnName="anneerestructuration" />
  426. <ScalarProperty Name="libellecarte1" ColumnName="libellecarte1" />
  427. <ScalarProperty Name="libellecarte2" ColumnName="libellecarte2" />
  428. </MappingFragment>
  429. </EntityTypeMapping>
  430. </EntitySetMapping>
  431. <EntitySetMapping Name="niveaux">
  432. <EntityTypeMapping TypeName="educfModel.niveau">
  433. <MappingFragment StoreEntitySet="niveau">
  434. <ScalarProperty Name="id" ColumnName="id" />
  435. <ScalarProperty Name="typeetablissement" ColumnName="typeetablissement" />
  436. <ScalarProperty Name="nom" ColumnName="nom" />
  437. <ScalarProperty Name="ordre" ColumnName="ordre" />
  438. <ScalarProperty Name="idniveaumontee" ColumnName="idniveaumontee" />
  439. <ScalarProperty Name="capacite" ColumnName="capacite" />
  440. <ScalarProperty Name="capacitezep" ColumnName="capacitezep" />
  441. </MappingFragment>
  442. </EntityTypeMapping>
  443. </EntitySetMapping>
  444. <EntitySetMapping Name="rues">
  445. <EntityTypeMapping TypeName="educfModel.rue">
  446. <MappingFragment StoreEntitySet="rues">
  447. <ScalarProperty Name="id" ColumnName="id" />
  448. <ScalarProperty Name="nom" ColumnName="nom" />
  449. <ScalarProperty Name="idcommune" ColumnName="idcommune" />
  450. <ScalarProperty Name="typerue" ColumnName="typerue" />
  451. <ScalarProperty Name="rivoli" ColumnName="rivoli" />
  452. </MappingFragment>
  453. </EntityTypeMapping>
  454. </EntitySetMapping>
  455. </EntityContainerMapping>
  456. </Mapping>
  457. </edmx:Mappings>
  458. </edmx:Runtime>
  459. <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
  460. <Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
  461. <Connection>
  462. <DesignerInfoPropertySet>
  463. <DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
  464. </DesignerInfoPropertySet>
  465. </Connection>
  466. <Options>
  467. <DesignerInfoPropertySet>
  468. <DesignerProperty Name="ValidateOnBuild" Value="true" />
  469. <DesignerProperty Name="EnablePluralization" Value="true" />
  470. <DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
  471. <DesignerProperty Name="UseLegacyProvider" Value="false" />
  472. <DesignerProperty Name="CodeGenerationStrategy" Value="Aucun" />
  473. </DesignerInfoPropertySet>
  474. </Options>
  475. <!-- Diagram content (shape and connector positions) -->
  476. <Diagrams></Diagrams>
  477. </Designer>
  478. </edmx:Edmx>