geohydra 0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (687) hide show
  1. data/.gitignore +23 -0
  2. data/.gitmodules +3 -0
  3. data/.travis.yml +7 -0
  4. data/Gemfile +15 -0
  5. data/Gemfile.lock +281 -0
  6. data/LICENSE +14 -0
  7. data/README.md +187 -0
  8. data/Rakefile +34 -0
  9. data/VERSION +1 -0
  10. data/bin/accession.rb +109 -0
  11. data/bin/assemble.rb +307 -0
  12. data/bin/assemble_data.rb +66 -0
  13. data/bin/assemble_placenames.rb +110 -0
  14. data/bin/build_stage_options.rb +27 -0
  15. data/bin/derive_wgs84.rb +85 -0
  16. data/bin/extract_thumbnail.rb +49 -0
  17. data/bin/geohydra +11 -0
  18. data/bin/ingest_arcgis.rb +77 -0
  19. data/bin/ingest_tufts.rb +71 -0
  20. data/bin/loader.rb +296 -0
  21. data/bin/loader_postgis.rb +259 -0
  22. data/bin/seed.rb +78 -0
  23. data/bin/solr_indexer.rb +41 -0
  24. data/bin/sync_geoserver_metadata.rb +168 -0
  25. data/bin/validate_data.rb +59 -0
  26. data/config/.gitignore +1 -0
  27. data/config/boot.rb +17 -0
  28. data/config/database.yml +29 -0
  29. data/config/environments/.gitignore +8 -0
  30. data/config/environments/.gitkeep +0 -0
  31. data/config/environments/example.rb +85 -0
  32. data/config/environments/example_rgeoserver.yml +16 -0
  33. data/config/migrate.rb +11 -0
  34. data/geohydra.gemspec +49 -0
  35. data/lib/geohydra.rb +11 -0
  36. data/lib/geohydra/accession.rb +291 -0
  37. data/lib/geohydra/arcgis_to_iso19139_fc.xsl +364 -0
  38. data/lib/geohydra/gazetteer.csv +36 -0
  39. data/lib/geohydra/gazetteer.rb +73 -0
  40. data/lib/geohydra/geonetwork.rb +156 -0
  41. data/lib/geohydra/mods2ogp.xsl +198 -0
  42. data/lib/geohydra/ogpcleanup.xsl +28 -0
  43. data/lib/geohydra/solr.rb +49 -0
  44. data/lib/geohydra/transform.rb +175 -0
  45. data/lib/geohydra/utils.rb +19 -0
  46. data/lib/geohydra/version.rb +3 -0
  47. data/scripts/correct_collections.rb +93 -0
  48. data/scripts/dbfdump.rb +13 -0
  49. data/scripts/extract.xsl +35 -0
  50. data/scripts/geoserver_createdb.sh +6 -0
  51. data/scripts/geoserver_createdb.sql +29 -0
  52. data/scripts/geowebcache_tops.rb +22 -0
  53. data/scripts/ingest_mods.rb +23 -0
  54. data/scripts/iso2html/displayElement.xsl +52 -0
  55. data/scripts/iso2html/elements-ISO.xml +665 -0
  56. data/scripts/iso2html/headers-ISO.xml +16 -0
  57. data/scripts/iso2html/printFormatted.xsl +227 -0
  58. data/scripts/iso2html/printtextlines.xsl +171 -0
  59. data/scripts/iso2html/xml-to-html-ISO.xsl +273 -0
  60. data/scripts/iso2html/xml-to-text-ISO.xsl +148 -0
  61. data/scripts/load_stage_data.rb +13 -0
  62. data/scripts/nextgis_iso19115.xsl +553 -0
  63. data/scripts/replicate_db.sh +7 -0
  64. data/scripts/report_stage.rb +5 -0
  65. data/solr/dev.html +19 -0
  66. data/solr/dlss-dev-drh-geo/conf/schema.xml +54 -0
  67. data/solr/dlss-dev-drh-geo/conf/solrconfig.xml +156 -0
  68. data/solr/dlss-dev-drh-geo/deploy.sh +15 -0
  69. data/solr/dlss-dev-drh-geo/example_doc.xml +25 -0
  70. data/solr/dlss-dev-drh-geo/test.sh +14 -0
  71. data/solr/ogp-dev/conf/admin-extra.html +24 -0
  72. data/solr/ogp-dev/conf/admin-extra.menu-bottom.html +25 -0
  73. data/solr/ogp-dev/conf/admin-extra.menu-top.html +25 -0
  74. data/solr/ogp-dev/conf/currency.xml +67 -0
  75. data/solr/ogp-dev/conf/elevate.xml +38 -0
  76. data/solr/ogp-dev/conf/lang/contractions_ca.txt +8 -0
  77. data/solr/ogp-dev/conf/lang/contractions_fr.txt +15 -0
  78. data/solr/ogp-dev/conf/lang/contractions_ga.txt +5 -0
  79. data/solr/ogp-dev/conf/lang/contractions_it.txt +23 -0
  80. data/solr/ogp-dev/conf/lang/hyphenations_ga.txt +5 -0
  81. data/solr/ogp-dev/conf/lang/stemdict_nl.txt +6 -0
  82. data/solr/ogp-dev/conf/lang/stoptags_ja.txt +420 -0
  83. data/solr/ogp-dev/conf/lang/stopwords_ar.txt +125 -0
  84. data/solr/ogp-dev/conf/lang/stopwords_bg.txt +193 -0
  85. data/solr/ogp-dev/conf/lang/stopwords_ca.txt +220 -0
  86. data/solr/ogp-dev/conf/lang/stopwords_cz.txt +172 -0
  87. data/solr/ogp-dev/conf/lang/stopwords_da.txt +108 -0
  88. data/solr/ogp-dev/conf/lang/stopwords_de.txt +292 -0
  89. data/solr/ogp-dev/conf/lang/stopwords_el.txt +78 -0
  90. data/solr/ogp-dev/conf/lang/stopwords_en.txt +54 -0
  91. data/solr/ogp-dev/conf/lang/stopwords_es.txt +354 -0
  92. data/solr/ogp-dev/conf/lang/stopwords_eu.txt +99 -0
  93. data/solr/ogp-dev/conf/lang/stopwords_fa.txt +313 -0
  94. data/solr/ogp-dev/conf/lang/stopwords_fi.txt +95 -0
  95. data/solr/ogp-dev/conf/lang/stopwords_fr.txt +184 -0
  96. data/solr/ogp-dev/conf/lang/stopwords_ga.txt +110 -0
  97. data/solr/ogp-dev/conf/lang/stopwords_gl.txt +161 -0
  98. data/solr/ogp-dev/conf/lang/stopwords_hi.txt +235 -0
  99. data/solr/ogp-dev/conf/lang/stopwords_hu.txt +209 -0
  100. data/solr/ogp-dev/conf/lang/stopwords_hy.txt +46 -0
  101. data/solr/ogp-dev/conf/lang/stopwords_id.txt +359 -0
  102. data/solr/ogp-dev/conf/lang/stopwords_it.txt +301 -0
  103. data/solr/ogp-dev/conf/lang/stopwords_ja.txt +127 -0
  104. data/solr/ogp-dev/conf/lang/stopwords_lv.txt +172 -0
  105. data/solr/ogp-dev/conf/lang/stopwords_nl.txt +117 -0
  106. data/solr/ogp-dev/conf/lang/stopwords_no.txt +192 -0
  107. data/solr/ogp-dev/conf/lang/stopwords_pt.txt +251 -0
  108. data/solr/ogp-dev/conf/lang/stopwords_ro.txt +233 -0
  109. data/solr/ogp-dev/conf/lang/stopwords_ru.txt +241 -0
  110. data/solr/ogp-dev/conf/lang/stopwords_sv.txt +131 -0
  111. data/solr/ogp-dev/conf/lang/stopwords_th.txt +119 -0
  112. data/solr/ogp-dev/conf/lang/stopwords_tr.txt +212 -0
  113. data/solr/ogp-dev/conf/lang/userdict_ja.txt +29 -0
  114. data/solr/ogp-dev/conf/mapping-FoldToASCII.txt +3813 -0
  115. data/solr/ogp-dev/conf/mapping-ISOLatin1Accent.txt +246 -0
  116. data/solr/ogp-dev/conf/protwords.txt +21 -0
  117. data/solr/ogp-dev/conf/schema.xml +1362 -0
  118. data/solr/ogp-dev/conf/scripts.conf +24 -0
  119. data/solr/ogp-dev/conf/solrconfig.xml +1816 -0
  120. data/solr/ogp-dev/conf/spellings.txt +2 -0
  121. data/solr/ogp-dev/conf/stopwords.txt +14 -0
  122. data/solr/ogp-dev/conf/synonyms.txt +29 -0
  123. data/solr/ogp-dev/conf/synonymsIso.txt +158 -0
  124. data/solr/ogp-dev/conf/synonymsLcsh.txt +120 -0
  125. data/solr/ogp-dev/conf/synonymsState.txt +105 -0
  126. data/solr/ogp-dev/conf/update-script.js +53 -0
  127. data/solr/ogp-dev/conf/velocity/VM_global_library.vm +170 -0
  128. data/solr/ogp-dev/conf/velocity/browse.vm +50 -0
  129. data/solr/ogp-dev/conf/velocity/cluster.vm +9 -0
  130. data/solr/ogp-dev/conf/velocity/clusterResults.vm +12 -0
  131. data/solr/ogp-dev/conf/velocity/debug.vm +17 -0
  132. data/solr/ogp-dev/conf/velocity/did_you_mean.vm +4 -0
  133. data/solr/ogp-dev/conf/velocity/facet_fields.vm +15 -0
  134. data/solr/ogp-dev/conf/velocity/facet_pivot.vm +3 -0
  135. data/solr/ogp-dev/conf/velocity/facet_queries.vm +3 -0
  136. data/solr/ogp-dev/conf/velocity/facet_ranges.vm +15 -0
  137. data/solr/ogp-dev/conf/velocity/facets.vm +5 -0
  138. data/solr/ogp-dev/conf/velocity/footer.vm +17 -0
  139. data/solr/ogp-dev/conf/velocity/head.vm +32 -0
  140. data/solr/ogp-dev/conf/velocity/header.vm +3 -0
  141. data/solr/ogp-dev/conf/velocity/hit.vm +11 -0
  142. data/solr/ogp-dev/conf/velocity/hitGrouped.vm +24 -0
  143. data/solr/ogp-dev/conf/velocity/join-doc.vm +4 -0
  144. data/solr/ogp-dev/conf/velocity/jquery.autocomplete.css +48 -0
  145. data/solr/ogp-dev/conf/velocity/jquery.autocomplete.js +763 -0
  146. data/solr/ogp-dev/conf/velocity/layout.vm +20 -0
  147. data/solr/ogp-dev/conf/velocity/main.css +208 -0
  148. data/solr/ogp-dev/conf/velocity/product-doc.vm +27 -0
  149. data/solr/ogp-dev/conf/velocity/query.vm +42 -0
  150. data/solr/ogp-dev/conf/velocity/queryGroup.vm +19 -0
  151. data/solr/ogp-dev/conf/velocity/querySpatial.vm +40 -0
  152. data/solr/ogp-dev/conf/velocity/richtext-doc.vm +114 -0
  153. data/solr/ogp-dev/conf/velocity/suggest.vm +3 -0
  154. data/solr/ogp-dev/conf/velocity/tabs.vm +6 -0
  155. data/solr/ogp-dev/conf/xslt/example.xsl +132 -0
  156. data/solr/ogp-dev/conf/xslt/example_atom.xsl +67 -0
  157. data/solr/ogp-dev/conf/xslt/example_rss.xsl +66 -0
  158. data/solr/ogp-dev/conf/xslt/luke.xsl +337 -0
  159. data/solr/ogp-dev/conf/xslt/updateXml.xsl +70 -0
  160. data/solr/ogp-dev/deploy.sh +15 -0
  161. data/solr/ogp-dev/purge.sh +9 -0
  162. data/solr/ogp-dev/upload.sh +17 -0
  163. data/solr/ogp-test/conf/admin-extra.html +24 -0
  164. data/solr/ogp-test/conf/admin-extra.menu-bottom.html +25 -0
  165. data/solr/ogp-test/conf/admin-extra.menu-top.html +25 -0
  166. data/solr/ogp-test/conf/currency.xml +67 -0
  167. data/solr/ogp-test/conf/elevate.xml +38 -0
  168. data/solr/ogp-test/conf/lang/contractions_ca.txt +8 -0
  169. data/solr/ogp-test/conf/lang/contractions_fr.txt +15 -0
  170. data/solr/ogp-test/conf/lang/contractions_ga.txt +5 -0
  171. data/solr/ogp-test/conf/lang/contractions_it.txt +23 -0
  172. data/solr/ogp-test/conf/lang/hyphenations_ga.txt +5 -0
  173. data/solr/ogp-test/conf/lang/stemdict_nl.txt +6 -0
  174. data/solr/ogp-test/conf/lang/stoptags_ja.txt +420 -0
  175. data/solr/ogp-test/conf/lang/stopwords_ar.txt +125 -0
  176. data/solr/ogp-test/conf/lang/stopwords_bg.txt +193 -0
  177. data/solr/ogp-test/conf/lang/stopwords_ca.txt +220 -0
  178. data/solr/ogp-test/conf/lang/stopwords_cz.txt +172 -0
  179. data/solr/ogp-test/conf/lang/stopwords_da.txt +108 -0
  180. data/solr/ogp-test/conf/lang/stopwords_de.txt +292 -0
  181. data/solr/ogp-test/conf/lang/stopwords_el.txt +78 -0
  182. data/solr/ogp-test/conf/lang/stopwords_en.txt +54 -0
  183. data/solr/ogp-test/conf/lang/stopwords_es.txt +354 -0
  184. data/solr/ogp-test/conf/lang/stopwords_eu.txt +99 -0
  185. data/solr/ogp-test/conf/lang/stopwords_fa.txt +313 -0
  186. data/solr/ogp-test/conf/lang/stopwords_fi.txt +95 -0
  187. data/solr/ogp-test/conf/lang/stopwords_fr.txt +184 -0
  188. data/solr/ogp-test/conf/lang/stopwords_ga.txt +110 -0
  189. data/solr/ogp-test/conf/lang/stopwords_gl.txt +161 -0
  190. data/solr/ogp-test/conf/lang/stopwords_hi.txt +235 -0
  191. data/solr/ogp-test/conf/lang/stopwords_hu.txt +209 -0
  192. data/solr/ogp-test/conf/lang/stopwords_hy.txt +46 -0
  193. data/solr/ogp-test/conf/lang/stopwords_id.txt +359 -0
  194. data/solr/ogp-test/conf/lang/stopwords_it.txt +301 -0
  195. data/solr/ogp-test/conf/lang/stopwords_ja.txt +127 -0
  196. data/solr/ogp-test/conf/lang/stopwords_lv.txt +172 -0
  197. data/solr/ogp-test/conf/lang/stopwords_nl.txt +117 -0
  198. data/solr/ogp-test/conf/lang/stopwords_no.txt +192 -0
  199. data/solr/ogp-test/conf/lang/stopwords_pt.txt +251 -0
  200. data/solr/ogp-test/conf/lang/stopwords_ro.txt +233 -0
  201. data/solr/ogp-test/conf/lang/stopwords_ru.txt +241 -0
  202. data/solr/ogp-test/conf/lang/stopwords_sv.txt +131 -0
  203. data/solr/ogp-test/conf/lang/stopwords_th.txt +119 -0
  204. data/solr/ogp-test/conf/lang/stopwords_tr.txt +212 -0
  205. data/solr/ogp-test/conf/lang/userdict_ja.txt +29 -0
  206. data/solr/ogp-test/conf/mapping-FoldToASCII.txt +3813 -0
  207. data/solr/ogp-test/conf/mapping-ISOLatin1Accent.txt +246 -0
  208. data/solr/ogp-test/conf/protwords.txt +21 -0
  209. data/solr/ogp-test/conf/schema.xml +1362 -0
  210. data/solr/ogp-test/conf/scripts.conf +24 -0
  211. data/solr/ogp-test/conf/solrconfig.xml +1816 -0
  212. data/solr/ogp-test/conf/spellings.txt +2 -0
  213. data/solr/ogp-test/conf/stopwords.txt +14 -0
  214. data/solr/ogp-test/conf/synonyms.txt +29 -0
  215. data/solr/ogp-test/conf/synonymsIso.txt +158 -0
  216. data/solr/ogp-test/conf/synonymsLcsh.txt +120 -0
  217. data/solr/ogp-test/conf/synonymsState.txt +105 -0
  218. data/solr/ogp-test/conf/update-script.js +53 -0
  219. data/solr/ogp-test/conf/velocity/VM_global_library.vm +170 -0
  220. data/solr/ogp-test/conf/velocity/browse.vm +50 -0
  221. data/solr/ogp-test/conf/velocity/cluster.vm +9 -0
  222. data/solr/ogp-test/conf/velocity/clusterResults.vm +12 -0
  223. data/solr/ogp-test/conf/velocity/debug.vm +17 -0
  224. data/solr/ogp-test/conf/velocity/did_you_mean.vm +4 -0
  225. data/solr/ogp-test/conf/velocity/facet_fields.vm +15 -0
  226. data/solr/ogp-test/conf/velocity/facet_pivot.vm +3 -0
  227. data/solr/ogp-test/conf/velocity/facet_queries.vm +3 -0
  228. data/solr/ogp-test/conf/velocity/facet_ranges.vm +15 -0
  229. data/solr/ogp-test/conf/velocity/facets.vm +5 -0
  230. data/solr/ogp-test/conf/velocity/footer.vm +17 -0
  231. data/solr/ogp-test/conf/velocity/head.vm +32 -0
  232. data/solr/ogp-test/conf/velocity/header.vm +3 -0
  233. data/solr/ogp-test/conf/velocity/hit.vm +11 -0
  234. data/solr/ogp-test/conf/velocity/hitGrouped.vm +24 -0
  235. data/solr/ogp-test/conf/velocity/join-doc.vm +4 -0
  236. data/solr/ogp-test/conf/velocity/jquery.autocomplete.css +48 -0
  237. data/solr/ogp-test/conf/velocity/jquery.autocomplete.js +763 -0
  238. data/solr/ogp-test/conf/velocity/layout.vm +20 -0
  239. data/solr/ogp-test/conf/velocity/main.css +208 -0
  240. data/solr/ogp-test/conf/velocity/product-doc.vm +27 -0
  241. data/solr/ogp-test/conf/velocity/query.vm +42 -0
  242. data/solr/ogp-test/conf/velocity/queryGroup.vm +19 -0
  243. data/solr/ogp-test/conf/velocity/querySpatial.vm +40 -0
  244. data/solr/ogp-test/conf/velocity/richtext-doc.vm +114 -0
  245. data/solr/ogp-test/conf/velocity/suggest.vm +3 -0
  246. data/solr/ogp-test/conf/velocity/tabs.vm +6 -0
  247. data/solr/ogp-test/conf/xslt/example.xsl +132 -0
  248. data/solr/ogp-test/conf/xslt/example_atom.xsl +67 -0
  249. data/solr/ogp-test/conf/xslt/example_rss.xsl +66 -0
  250. data/solr/ogp-test/conf/xslt/luke.xsl +337 -0
  251. data/solr/ogp-test/conf/xslt/updateXml.xsl +70 -0
  252. data/solr/ogp-test/deploy.sh +15 -0
  253. data/solr/ogp-test/purge.sh +9 -0
  254. data/solr/ogp-test/upload.sh +17 -0
  255. data/solr/ogp/conf/admin-extra.html +24 -0
  256. data/solr/ogp/conf/admin-extra.menu-bottom.html +25 -0
  257. data/solr/ogp/conf/admin-extra.menu-top.html +25 -0
  258. data/solr/ogp/conf/currency.xml +67 -0
  259. data/solr/ogp/conf/elevate.xml +38 -0
  260. data/solr/ogp/conf/lang/contractions_ca.txt +8 -0
  261. data/solr/ogp/conf/lang/contractions_fr.txt +15 -0
  262. data/solr/ogp/conf/lang/contractions_ga.txt +5 -0
  263. data/solr/ogp/conf/lang/contractions_it.txt +23 -0
  264. data/solr/ogp/conf/lang/hyphenations_ga.txt +5 -0
  265. data/solr/ogp/conf/lang/stemdict_nl.txt +6 -0
  266. data/solr/ogp/conf/lang/stoptags_ja.txt +420 -0
  267. data/solr/ogp/conf/lang/stopwords_ar.txt +125 -0
  268. data/solr/ogp/conf/lang/stopwords_bg.txt +193 -0
  269. data/solr/ogp/conf/lang/stopwords_ca.txt +220 -0
  270. data/solr/ogp/conf/lang/stopwords_cz.txt +172 -0
  271. data/solr/ogp/conf/lang/stopwords_da.txt +108 -0
  272. data/solr/ogp/conf/lang/stopwords_de.txt +292 -0
  273. data/solr/ogp/conf/lang/stopwords_el.txt +78 -0
  274. data/solr/ogp/conf/lang/stopwords_en.txt +54 -0
  275. data/solr/ogp/conf/lang/stopwords_es.txt +354 -0
  276. data/solr/ogp/conf/lang/stopwords_eu.txt +99 -0
  277. data/solr/ogp/conf/lang/stopwords_fa.txt +313 -0
  278. data/solr/ogp/conf/lang/stopwords_fi.txt +95 -0
  279. data/solr/ogp/conf/lang/stopwords_fr.txt +184 -0
  280. data/solr/ogp/conf/lang/stopwords_ga.txt +110 -0
  281. data/solr/ogp/conf/lang/stopwords_gl.txt +161 -0
  282. data/solr/ogp/conf/lang/stopwords_hi.txt +235 -0
  283. data/solr/ogp/conf/lang/stopwords_hu.txt +209 -0
  284. data/solr/ogp/conf/lang/stopwords_hy.txt +46 -0
  285. data/solr/ogp/conf/lang/stopwords_id.txt +359 -0
  286. data/solr/ogp/conf/lang/stopwords_it.txt +301 -0
  287. data/solr/ogp/conf/lang/stopwords_ja.txt +127 -0
  288. data/solr/ogp/conf/lang/stopwords_lv.txt +172 -0
  289. data/solr/ogp/conf/lang/stopwords_nl.txt +117 -0
  290. data/solr/ogp/conf/lang/stopwords_no.txt +192 -0
  291. data/solr/ogp/conf/lang/stopwords_pt.txt +251 -0
  292. data/solr/ogp/conf/lang/stopwords_ro.txt +233 -0
  293. data/solr/ogp/conf/lang/stopwords_ru.txt +241 -0
  294. data/solr/ogp/conf/lang/stopwords_sv.txt +131 -0
  295. data/solr/ogp/conf/lang/stopwords_th.txt +119 -0
  296. data/solr/ogp/conf/lang/stopwords_tr.txt +212 -0
  297. data/solr/ogp/conf/lang/userdict_ja.txt +29 -0
  298. data/solr/ogp/conf/mapping-FoldToASCII.txt +3813 -0
  299. data/solr/ogp/conf/mapping-ISOLatin1Accent.txt +246 -0
  300. data/solr/ogp/conf/protwords.txt +21 -0
  301. data/solr/ogp/conf/schema.xml +1362 -0
  302. data/solr/ogp/conf/scripts.conf +24 -0
  303. data/solr/ogp/conf/solrconfig.xml +1816 -0
  304. data/solr/ogp/conf/spellings.txt +2 -0
  305. data/solr/ogp/conf/stopwords.txt +14 -0
  306. data/solr/ogp/conf/synonyms.txt +29 -0
  307. data/solr/ogp/conf/synonymsIso.txt +158 -0
  308. data/solr/ogp/conf/synonymsLcsh.txt +120 -0
  309. data/solr/ogp/conf/synonymsState.txt +105 -0
  310. data/solr/ogp/conf/update-script.js +53 -0
  311. data/solr/ogp/conf/velocity/VM_global_library.vm +170 -0
  312. data/solr/ogp/conf/velocity/browse.vm +50 -0
  313. data/solr/ogp/conf/velocity/cluster.vm +9 -0
  314. data/solr/ogp/conf/velocity/clusterResults.vm +12 -0
  315. data/solr/ogp/conf/velocity/debug.vm +17 -0
  316. data/solr/ogp/conf/velocity/did_you_mean.vm +4 -0
  317. data/solr/ogp/conf/velocity/facet_fields.vm +15 -0
  318. data/solr/ogp/conf/velocity/facet_pivot.vm +3 -0
  319. data/solr/ogp/conf/velocity/facet_queries.vm +3 -0
  320. data/solr/ogp/conf/velocity/facet_ranges.vm +15 -0
  321. data/solr/ogp/conf/velocity/facets.vm +5 -0
  322. data/solr/ogp/conf/velocity/footer.vm +17 -0
  323. data/solr/ogp/conf/velocity/head.vm +32 -0
  324. data/solr/ogp/conf/velocity/header.vm +3 -0
  325. data/solr/ogp/conf/velocity/hit.vm +11 -0
  326. data/solr/ogp/conf/velocity/hitGrouped.vm +24 -0
  327. data/solr/ogp/conf/velocity/join-doc.vm +4 -0
  328. data/solr/ogp/conf/velocity/jquery.autocomplete.css +48 -0
  329. data/solr/ogp/conf/velocity/jquery.autocomplete.js +763 -0
  330. data/solr/ogp/conf/velocity/layout.vm +20 -0
  331. data/solr/ogp/conf/velocity/main.css +208 -0
  332. data/solr/ogp/conf/velocity/product-doc.vm +27 -0
  333. data/solr/ogp/conf/velocity/query.vm +42 -0
  334. data/solr/ogp/conf/velocity/queryGroup.vm +19 -0
  335. data/solr/ogp/conf/velocity/querySpatial.vm +40 -0
  336. data/solr/ogp/conf/velocity/richtext-doc.vm +114 -0
  337. data/solr/ogp/conf/velocity/suggest.vm +3 -0
  338. data/solr/ogp/conf/velocity/tabs.vm +6 -0
  339. data/solr/ogp/conf/xslt/example.xsl +132 -0
  340. data/solr/ogp/conf/xslt/example_atom.xsl +67 -0
  341. data/solr/ogp/conf/xslt/example_rss.xsl +66 -0
  342. data/solr/ogp/conf/xslt/luke.xsl +337 -0
  343. data/solr/ogp/conf/xslt/updateXml.xsl +70 -0
  344. data/solr/ogp/deploy.sh +15 -0
  345. data/solr/ogp/upload.sh +16 -0
  346. data/spec/fixtures/bw938nk9584/metadata/geoMetadata.xml +2438 -0
  347. data/spec/fixtures/bw938nk9584/temp/TRIPURA-iso19139-fc.xml +1643 -0
  348. data/spec/fixtures/bw938nk9584/temp/TRIPURA-iso19139.xml +790 -0
  349. data/spec/fixtures/cc142xj8436/metadata/geoMetadata.xml +2029 -0
  350. data/spec/fixtures/cc142xj8436/temp/HARYANA-iso19139-fc.xml +1174 -0
  351. data/spec/fixtures/cc142xj8436/temp/HARYANA-iso19139.xml +850 -0
  352. data/spec/fixtures/cg716wc7949/metadata/geoMetadata.xml +1815 -0
  353. data/spec/fixtures/cg716wc7949/temp/metadata.iso19139-fc.xml +958 -0
  354. data/spec/fixtures/cg716wc7949/temp/metadata.iso19139.xml +852 -0
  355. data/spec/fixtures/cm007pv9601/metadata/geoMetadata.xml +1092 -0
  356. data/spec/fixtures/cm007pv9601/temp/MEGHALAYA-iso19139-fc.xml +379 -0
  357. data/spec/fixtures/cm007pv9601/temp/MEGHALAYA-iso19139.xml +708 -0
  358. data/spec/fixtures/cp055nb0189/metadata/geoMetadata.xml +1820 -0
  359. data/spec/fixtures/cp055nb0189/temp/metadata.iso19139-fc.xml +955 -0
  360. data/spec/fixtures/cp055nb0189/temp/metadata.iso19139.xml +860 -0
  361. data/spec/fixtures/cs838pw3418/metadata/geoMetadata.xml +912 -0
  362. data/spec/fixtures/cs838pw3418/temp/OIL_GAS_FIELDS-iso19139-fc.xml +177 -0
  363. data/spec/fixtures/cs838pw3418/temp/OIL_GAS_FIELDS-iso19139.xml +730 -0
  364. data/spec/fixtures/dd308sy5843/metadata/geoMetadata.xml +2438 -0
  365. data/spec/fixtures/dd308sy5843/temp/ORISSA-iso19139-fc.xml +1643 -0
  366. data/spec/fixtures/dd308sy5843/temp/ORISSA-iso19139.xml +790 -0
  367. data/spec/fixtures/dd452vk1873/metadata/geoMetadata.xml +1168 -0
  368. data/spec/fixtures/dd452vk1873/temp/metadata.iso19139-fc.xml +175 -0
  369. data/spec/fixtures/dd452vk1873/temp/metadata.iso19139.xml +988 -0
  370. data/spec/fixtures/dg850pt1796/metadata/geoMetadata.xml +1411 -0
  371. data/spec/fixtures/dg850pt1796/temp/STATE1951-iso19139-fc.xml +519 -0
  372. data/spec/fixtures/dg850pt1796/temp/STATE1951-iso19139.xml +887 -0
  373. data/spec/fixtures/dn744tf5427/metadata/geoMetadata.xml +7403 -0
  374. data/spec/fixtures/dn744tf5427/temp/DISTRICT1991-iso19139-fc.xml +6539 -0
  375. data/spec/fixtures/dn744tf5427/temp/DISTRICT1991-iso19139.xml +859 -0
  376. data/spec/fixtures/dq603nz8402/metadata/geoMetadata.xml +8485 -0
  377. data/spec/fixtures/dq603nz8402/temp/STATE2001-iso19139-fc.xml +7595 -0
  378. data/spec/fixtures/dq603nz8402/temp/STATE2001-iso19139.xml +885 -0
  379. data/spec/fixtures/dv609zt4699/metadata/geoMetadata.xml +3865 -0
  380. data/spec/fixtures/dv609zt4699/temp/ASSAM-iso19139-fc.xml +3075 -0
  381. data/spec/fixtures/dv609zt4699/temp/ASSAM-iso19139.xml +785 -0
  382. data/spec/fixtures/dz222hw0585/metadata/geoMetadata.xml +2057 -0
  383. data/spec/fixtures/dz222hw0585/temp/PUNJAB-iso19139-fc.xml +1203 -0
  384. data/spec/fixtures/dz222hw0585/temp/PUNJAB-iso19139.xml +849 -0
  385. data/spec/fixtures/fd673qb9705/metadata/geoMetadata.xml +4059 -0
  386. data/spec/fixtures/fd673qb9705/temp/STATE1971-iso19139-fc.xml +3159 -0
  387. data/spec/fixtures/fd673qb9705/temp/STATE1971-iso19139.xml +895 -0
  388. data/spec/fixtures/fg451wp8917/metadata/geoMetadata.xml +2435 -0
  389. data/spec/fixtures/fg451wp8917/temp/SIKKIM-iso19139-fc.xml +1643 -0
  390. data/spec/fixtures/fg451wp8917/temp/SIKKIM-iso19139.xml +787 -0
  391. data/spec/fixtures/fh247yz0156/metadata/geoMetadata.xml +2437 -0
  392. data/spec/fixtures/fh247yz0156/temp/RAJASTHAN-iso19139-fc.xml +1643 -0
  393. data/spec/fixtures/fh247yz0156/temp/RAJASTHAN-iso19139.xml +789 -0
  394. data/spec/fixtures/fs487vd1465/metadata/geoMetadata.xml +3896 -0
  395. data/spec/fixtures/fs487vd1465/temp/CHHATTISGARH-iso19139-fc.xml +3075 -0
  396. data/spec/fixtures/fs487vd1465/temp/CHHATTISGARH-iso19139.xml +816 -0
  397. data/spec/fixtures/fs591bn3317/metadata/geoMetadata.xml +2435 -0
  398. data/spec/fixtures/fs591bn3317/temp/HIMACHAL_PRADESH-iso19139-fc.xml +1643 -0
  399. data/spec/fixtures/fs591bn3317/temp/HIMACHAL_PRADESH-iso19139.xml +787 -0
  400. data/spec/fixtures/fw920bc5473/metadata/geoMetadata.xml +1056 -0
  401. data/spec/fixtures/fw920bc5473/temp/PLSS_TWN-iso19139-fc.xml +327 -0
  402. data/spec/fixtures/fw920bc5473/temp/PLSS_TWN-iso19139.xml +724 -0
  403. data/spec/fixtures/gj831wj3625/metadata/geoMetadata.xml +1735 -0
  404. data/spec/fixtures/gj831wj3625/temp/metadata.iso19139-fc.xml +940 -0
  405. data/spec/fixtures/gj831wj3625/temp/metadata.iso19139.xml +790 -0
  406. data/spec/fixtures/gp075nv3265/metadata/geoMetadata.xml +2432 -0
  407. data/spec/fixtures/gp075nv3265/temp/PONDICHERRY-iso19139-fc.xml +1643 -0
  408. data/spec/fixtures/gp075nv3265/temp/PONDICHERRY-iso19139.xml +784 -0
  409. data/spec/fixtures/gv800hj8141/metadata/geoMetadata.xml +2392 -0
  410. data/spec/fixtures/gv800hj8141/temp/BIHAR-iso19139-fc.xml +1643 -0
  411. data/spec/fixtures/gv800hj8141/temp/BIHAR-iso19139.xml +744 -0
  412. data/spec/fixtures/gw520gz6339/metadata/geoMetadata.xml +3899 -0
  413. data/spec/fixtures/gw520gz6339/temp/DADRA_NAGAR_HAVELI_PT-iso19139-fc.xml +3075 -0
  414. data/spec/fixtures/gw520gz6339/temp/DADRA_NAGAR_HAVELI_PT-iso19139.xml +819 -0
  415. data/spec/fixtures/gy054hz1045/metadata/geoMetadata.xml +2418 -0
  416. data/spec/fixtures/gy054hz1045/temp/HARYANA-iso19139-fc.xml +1633 -0
  417. data/spec/fixtures/gy054hz1045/temp/HARYANA-iso19139.xml +780 -0
  418. data/spec/fixtures/gz352mw6982/metadata/geoMetadata.xml +1772 -0
  419. data/spec/fixtures/gz352mw6982/temp/metadata.iso19139-fc.xml +940 -0
  420. data/spec/fixtures/gz352mw6982/temp/metadata.iso19139.xml +827 -0
  421. data/spec/fixtures/hb489vm9892/metadata/geoMetadata.xml +3663 -0
  422. data/spec/fixtures/hb489vm9892/temp/DISTRICT1981-iso19139-fc.xml +2799 -0
  423. data/spec/fixtures/hb489vm9892/temp/DISTRICT1981-iso19139.xml +859 -0
  424. data/spec/fixtures/hw125dq0418/metadata/geoMetadata.xml +2448 -0
  425. data/spec/fixtures/hw125dq0418/temp/DELHI-iso19139-fc.xml +1599 -0
  426. data/spec/fixtures/hw125dq0418/temp/DELHI-iso19139.xml +844 -0
  427. data/spec/fixtures/hw892mn4587/metadata/geoMetadata.xml +2561 -0
  428. data/spec/fixtures/hw892mn4587/temp/KERALA-iso19139-fc.xml +1763 -0
  429. data/spec/fixtures/hw892mn4587/temp/KERALA-iso19139.xml +793 -0
  430. data/spec/fixtures/jb371hz3868/metadata/geoMetadata.xml +3129 -0
  431. data/spec/fixtures/jb371hz3868/temp/INCOME-iso19139-fc.xml +2263 -0
  432. data/spec/fixtures/jb371hz3868/temp/INCOME-iso19139.xml +861 -0
  433. data/spec/fixtures/jc017yk9928/metadata/geoMetadata.xml +2433 -0
  434. data/spec/fixtures/jc017yk9928/temp/KARNATAKA-iso19139-fc.xml +1599 -0
  435. data/spec/fixtures/jc017yk9928/temp/KARNATAKA-iso19139.xml +829 -0
  436. data/spec/fixtures/jf841ys4828/metadata/geoMetadata.xml +2156 -0
  437. data/spec/fixtures/jf841ys4828/temp/ANDHRA_PRADESH-iso19139-fc.xml +1247 -0
  438. data/spec/fixtures/jf841ys4828/temp/ANDHRA_PRADESH-iso19139.xml +904 -0
  439. data/spec/fixtures/jh802mp2160/metadata/geoMetadata.xml +3917 -0
  440. data/spec/fixtures/jh802mp2160/temp/DELHI_PT-iso19139-fc.xml +3075 -0
  441. data/spec/fixtures/jh802mp2160/temp/DELHI_PT-iso19139.xml +837 -0
  442. data/spec/fixtures/jj806fc3801/metadata/geoMetadata.xml +1235 -0
  443. data/spec/fixtures/jj806fc3801/temp/metadata.iso19139-fc.xml +173 -0
  444. data/spec/fixtures/jj806fc3801/temp/metadata.iso19139.xml +1057 -0
  445. data/spec/fixtures/jq835yn7161/metadata/geoMetadata.xml +2060 -0
  446. data/spec/fixtures/jq835yn7161/temp/HIMACHAL_PRADESH-iso19139-fc.xml +1203 -0
  447. data/spec/fixtures/jq835yn7161/temp/HIMACHAL_PRADESH-iso19139.xml +852 -0
  448. data/spec/fixtures/jr455pt6676/metadata/geoMetadata.xml +2045 -0
  449. data/spec/fixtures/jr455pt6676/temp/TAMILNADU-iso19139-fc.xml +1203 -0
  450. data/spec/fixtures/jr455pt6676/temp/TAMILNADU-iso19139.xml +837 -0
  451. data/spec/fixtures/js637zp2537/metadata/geoMetadata.xml +3894 -0
  452. data/spec/fixtures/js637zp2537/temp/BIHAR-iso19139-fc.xml +3075 -0
  453. data/spec/fixtures/js637zp2537/temp/BIHAR-iso19139.xml +814 -0
  454. data/spec/fixtures/jv502wg9611/metadata/geoMetadata.xml +2052 -0
  455. data/spec/fixtures/jv502wg9611/temp/GOA-iso19139-fc.xml +1203 -0
  456. data/spec/fixtures/jv502wg9611/temp/GOA-iso19139.xml +844 -0
  457. data/spec/fixtures/jw462ck6560/metadata/geoMetadata.xml +2442 -0
  458. data/spec/fixtures/jw462ck6560/temp/JAMMU_KASHMIR-iso19139-fc.xml +1643 -0
  459. data/spec/fixtures/jw462ck6560/temp/JAMMU_KASHMIR-iso19139.xml +794 -0
  460. data/spec/fixtures/kj800fb6273/metadata/geoMetadata.xml +3300 -0
  461. data/spec/fixtures/kj800fb6273/temp/STATE2011-iso19139-fc.xml +2403 -0
  462. data/spec/fixtures/kj800fb6273/temp/STATE2011-iso19139.xml +892 -0
  463. data/spec/fixtures/km504zq3948/metadata/geoMetadata.xml +3862 -0
  464. data/spec/fixtures/km504zq3948/temp/HIMACHAL_PRADESH-iso19139-fc.xml +3075 -0
  465. data/spec/fixtures/km504zq3948/temp/HIMACHAL_PRADESH-iso19139.xml +782 -0
  466. data/spec/fixtures/ks297fy1411/metadata/geoMetadata.xml +1043 -0
  467. data/spec/fixtures/ks297fy1411/temp/OFFSH_BLOCKS-iso19139-fc.xml +350 -0
  468. data/spec/fixtures/ks297fy1411/temp/OFFSH_BLOCKS-iso19139.xml +688 -0
  469. data/spec/fixtures/md358hy5049/metadata/geoMetadata.xml +2424 -0
  470. data/spec/fixtures/md358hy5049/temp/MIZORAM-iso19139-fc.xml +1570 -0
  471. data/spec/fixtures/md358hy5049/temp/MIZORAM-iso19139.xml +849 -0
  472. data/spec/fixtures/mg745bq0193/metadata/geoMetadata.xml +2183 -0
  473. data/spec/fixtures/mg745bq0193/temp/MADHYA_PRADESH-iso19139-fc.xml +1383 -0
  474. data/spec/fixtures/mg745bq0193/temp/MADHYA_PRADESH-iso19139.xml +795 -0
  475. data/spec/fixtures/mh187yx3536/metadata/geoMetadata.xml +2447 -0
  476. data/spec/fixtures/mh187yx3536/temp/WEST_BENGAL-iso19139-fc.xml +1643 -0
  477. data/spec/fixtures/mh187yx3536/temp/WEST_BENGAL-iso19139.xml +799 -0
  478. data/spec/fixtures/mk488yn6694/metadata/geoMetadata.xml +2042 -0
  479. data/spec/fixtures/mk488yn6694/temp/GUJARAT-iso19139-fc.xml +1203 -0
  480. data/spec/fixtures/mk488yn6694/temp/GUJARAT-iso19139.xml +834 -0
  481. data/spec/fixtures/my216kp3008/metadata/geoMetadata.xml +2366 -0
  482. data/spec/fixtures/my216kp3008/temp/DELHI-iso19139-fc.xml +1643 -0
  483. data/spec/fixtures/my216kp3008/temp/DELHI-iso19139.xml +718 -0
  484. data/spec/fixtures/my504nz9827/metadata/geoMetadata.xml +2367 -0
  485. data/spec/fixtures/my504nz9827/temp/JAMMU_KASHMIR-iso19139-fc.xml +1519 -0
  486. data/spec/fixtures/my504nz9827/temp/JAMMU_KASHMIR-iso19139.xml +843 -0
  487. data/spec/fixtures/ng819jm8700/metadata/geoMetadata.xml +2496 -0
  488. data/spec/fixtures/ng819jm8700/temp/MANIPUR-iso19139-fc.xml +1643 -0
  489. data/spec/fixtures/ng819jm8700/temp/MANIPUR-iso19139.xml +848 -0
  490. data/spec/fixtures/np020jq2139/metadata/geoMetadata.xml +1153 -0
  491. data/spec/fixtures/np020jq2139/temp/metadata.iso19139-fc.xml +160 -0
  492. data/spec/fixtures/np020jq2139/temp/metadata.iso19139.xml +988 -0
  493. data/spec/fixtures/ns377mt1608/metadata/geoMetadata.xml +7125 -0
  494. data/spec/fixtures/ns377mt1608/temp/STATE1991-iso19139-fc.xml +6283 -0
  495. data/spec/fixtures/ns377mt1608/temp/STATE1991-iso19139.xml +837 -0
  496. data/spec/fixtures/nw926np8508/metadata/geoMetadata.xml +1143 -0
  497. data/spec/fixtures/nw926np8508/temp/metadata.iso19139-fc.xml +160 -0
  498. data/spec/fixtures/nw926np8508/temp/metadata.iso19139.xml +978 -0
  499. data/spec/fixtures/ny358rm8559/metadata/geoMetadata.xml +2459 -0
  500. data/spec/fixtures/ny358rm8559/temp/TRIPURA-iso19139-fc.xml +1599 -0
  501. data/spec/fixtures/ny358rm8559/temp/TRIPURA-iso19139.xml +855 -0
  502. data/spec/fixtures/nz176rm8192/metadata/geoMetadata.xml +2618 -0
  503. data/spec/fixtures/nz176rm8192/temp/DISTRICT2011-iso19139-fc.xml +1813 -0
  504. data/spec/fixtures/nz176rm8192/temp/DISTRICT2011-iso19139.xml +800 -0
  505. data/spec/fixtures/nz252rq2252/metadata/geoMetadata.xml +2387 -0
  506. data/spec/fixtures/nz252rq2252/temp/UTTAR_PRADESH-iso19139-fc.xml +1599 -0
  507. data/spec/fixtures/nz252rq2252/temp/UTTAR_PRADESH-iso19139.xml +783 -0
  508. data/spec/fixtures/pd902kb3348/metadata/geoMetadata.xml +2414 -0
  509. data/spec/fixtures/pd902kb3348/temp/MADHYA_PRADESH-iso19139-fc.xml +1633 -0
  510. data/spec/fixtures/pd902kb3348/temp/MADHYA_PRADESH-iso19139.xml +776 -0
  511. data/spec/fixtures/pz792fz1776/metadata/geoMetadata.xml +2437 -0
  512. data/spec/fixtures/pz792fz1776/temp/MAHARASHTRA-iso19139-fc.xml +1643 -0
  513. data/spec/fixtures/pz792fz1776/temp/MAHARASHTRA-iso19139.xml +789 -0
  514. data/spec/fixtures/qb767ss4042/metadata/geoMetadata.xml +2045 -0
  515. data/spec/fixtures/qb767ss4042/temp/UTTAR_PRADESH-iso19139-fc.xml +1200 -0
  516. data/spec/fixtures/qb767ss4042/temp/UTTAR_PRADESH-iso19139.xml +840 -0
  517. data/spec/fixtures/qc091qw0570/metadata/geoMetadata.xml +2428 -0
  518. data/spec/fixtures/qc091qw0570/temp/GUJARAT-iso19139-fc.xml +1643 -0
  519. data/spec/fixtures/qc091qw0570/temp/GUJARAT-iso19139.xml +780 -0
  520. data/spec/fixtures/qc652vr7204/metadata/geoMetadata.xml +3877 -0
  521. data/spec/fixtures/qc652vr7204/temp/ANDHRA_PRADESH_PT-iso19139-fc.xml +3075 -0
  522. data/spec/fixtures/qc652vr7204/temp/ANDHRA_PRADESH_PT-iso19139.xml +797 -0
  523. data/spec/fixtures/qk786js7484/metadata/geoMetadata.xml +3267 -0
  524. data/spec/fixtures/qk786js7484/temp/DISTRICT1961-iso19139-fc.xml +2403 -0
  525. data/spec/fixtures/qk786js7484/temp/DISTRICT1961-iso19139.xml +859 -0
  526. data/spec/fixtures/qn676pg6767/metadata/geoMetadata.xml +3861 -0
  527. data/spec/fixtures/qn676pg6767/temp/GOA-iso19139-fc.xml +3075 -0
  528. data/spec/fixtures/qn676pg6767/temp/GOA-iso19139.xml +781 -0
  529. data/spec/fixtures/qr255jh4074/metadata/geoMetadata.xml +3226 -0
  530. data/spec/fixtures/qr255jh4074/temp/LOKSABHA_14-iso19139-fc.xml +2366 -0
  531. data/spec/fixtures/qr255jh4074/temp/LOKSABHA_14-iso19139.xml +855 -0
  532. data/spec/fixtures/qr374kj4827/metadata/geoMetadata.xml +2428 -0
  533. data/spec/fixtures/qr374kj4827/temp/ASSAM-iso19139-fc.xml +1643 -0
  534. data/spec/fixtures/qr374kj4827/temp/ASSAM-iso19139.xml +780 -0
  535. data/spec/fixtures/qy162js1748/metadata/geoMetadata.xml +2440 -0
  536. data/spec/fixtures/qy162js1748/temp/CHHATTISGARH-iso19139-fc.xml +1643 -0
  537. data/spec/fixtures/qy162js1748/temp/CHHATTISGARH-iso19139.xml +792 -0
  538. data/spec/fixtures/rd446vf2633/metadata/geoMetadata.xml +1109 -0
  539. data/spec/fixtures/rd446vf2633/temp/NAGALAND-iso19139-fc.xml +379 -0
  540. data/spec/fixtures/rd446vf2633/temp/NAGALAND-iso19139.xml +725 -0
  541. data/spec/fixtures/rf389hf2983/metadata/geoMetadata.xml +3929 -0
  542. data/spec/fixtures/rf389hf2983/temp/CHHATTISGARH_PT-iso19139-fc.xml +3075 -0
  543. data/spec/fixtures/rf389hf2983/temp/CHHATTISGARH_PT-iso19139.xml +849 -0
  544. data/spec/fixtures/rf859ff4582/metadata/geoMetadata.xml +1251 -0
  545. data/spec/fixtures/rf859ff4582/temp/JHARKHAND-iso19139-fc.xml +459 -0
  546. data/spec/fixtures/rf859ff4582/temp/JHARKHAND-iso19139.xml +787 -0
  547. data/spec/fixtures/rh343ds8931/metadata/geoMetadata.xml +2032 -0
  548. data/spec/fixtures/rh343ds8931/temp/BIHAR-iso19139-fc.xml +1174 -0
  549. data/spec/fixtures/rh343ds8931/temp/BIHAR-iso19139.xml +853 -0
  550. data/spec/fixtures/rn815xk8157/metadata/geoMetadata.xml +2417 -0
  551. data/spec/fixtures/rn815xk8157/temp/SIKKIM-iso19139-fc.xml +1563 -0
  552. data/spec/fixtures/rn815xk8157/temp/SIKKIM-iso19139.xml +849 -0
  553. data/spec/fixtures/rq653sz4470/metadata/geoMetadata.xml +2394 -0
  554. data/spec/fixtures/rq653sz4470/temp/CHHATTISGARH-iso19139-fc.xml +1599 -0
  555. data/spec/fixtures/rq653sz4470/temp/CHHATTISGARH-iso19139.xml +790 -0
  556. data/spec/fixtures/rt625ws6022/metadata/geoMetadata.xml +833 -0
  557. data/spec/fixtures/rt625ws6022/temp/GULF_FAIRWAYS-iso19139-fc.xml +144 -0
  558. data/spec/fixtures/rt625ws6022/temp/GULF_FAIRWAYS-iso19139.xml +684 -0
  559. data/spec/fixtures/sc330vf4259/metadata/geoMetadata.xml +1836 -0
  560. data/spec/fixtures/sc330vf4259/temp/JHARKHAND-iso19139-fc.xml +987 -0
  561. data/spec/fixtures/sc330vf4259/temp/JHARKHAND-iso19139.xml +844 -0
  562. data/spec/fixtures/sq479mx3086/metadata/geoMetadata.xml +1043 -0
  563. data/spec/fixtures/sq479mx3086/temp/OFFSH_PLATF-iso19139-fc.xml +365 -0
  564. data/spec/fixtures/sq479mx3086/temp/OFFSH_PLATF-iso19139.xml +673 -0
  565. data/spec/fixtures/sr686bm4098/metadata/geoMetadata.xml +3896 -0
  566. data/spec/fixtures/sr686bm4098/temp/DAMAN_DIU_PT-iso19139-fc.xml +3075 -0
  567. data/spec/fixtures/sr686bm4098/temp/DAMAN_DIU_PT-iso19139.xml +816 -0
  568. data/spec/fixtures/sv303sh5583/metadata/geoMetadata.xml +2395 -0
  569. data/spec/fixtures/sv303sh5583/temp/ARUNACHAL_PRADESH-iso19139-fc.xml +1555 -0
  570. data/spec/fixtures/sv303sh5583/temp/ARUNACHAL_PRADESH-iso19139.xml +835 -0
  571. data/spec/fixtures/sy319nh8520/metadata/geoMetadata.xml +3925 -0
  572. data/spec/fixtures/sy319nh8520/temp/GUJARAT-iso19139-fc.xml +3075 -0
  573. data/spec/fixtures/sy319nh8520/temp/GUJARAT-iso19139.xml +845 -0
  574. data/spec/fixtures/td363vx2792/metadata/geoMetadata.xml +3964 -0
  575. data/spec/fixtures/td363vx2792/temp/HIMACHAL_PRADESH_PT-iso19139-fc.xml +3075 -0
  576. data/spec/fixtures/td363vx2792/temp/HIMACHAL_PRADESH_PT-iso19139.xml +884 -0
  577. data/spec/fixtures/tf374bd2484/metadata/geoMetadata.xml +1464 -0
  578. data/spec/fixtures/tf374bd2484/temp/DISTRICT1951-iso19139-fc.xml +599 -0
  579. data/spec/fixtures/tf374bd2484/temp/DISTRICT1951-iso19139.xml +860 -0
  580. data/spec/fixtures/tj797mj7877/metadata/geoMetadata.xml +2359 -0
  581. data/spec/fixtures/tj797mj7877/temp/LOKSABHA_15-iso19139-fc.xml +1511 -0
  582. data/spec/fixtures/tj797mj7877/temp/LOKSABHA_15-iso19139.xml +843 -0
  583. data/spec/fixtures/tv060wq5179/metadata/geoMetadata.xml +2046 -0
  584. data/spec/fixtures/tv060wq5179/temp/ASSAM-iso19139-fc.xml +1203 -0
  585. data/spec/fixtures/tv060wq5179/temp/ASSAM-iso19139.xml +838 -0
  586. data/spec/fixtures/tv536bn1915/metadata/geoMetadata.xml +2296 -0
  587. data/spec/fixtures/tv536bn1915/temp/ARUNACHAL_PRADESH-iso19139-fc.xml +1687 -0
  588. data/spec/fixtures/tv536bn1915/temp/ARUNACHAL_PRADESH-iso19139.xml +604 -0
  589. data/spec/fixtures/tz359cc2977/metadata/geoMetadata.xml +1842 -0
  590. data/spec/fixtures/tz359cc2977/temp/MANIPUR-iso19139-fc.xml +987 -0
  591. data/spec/fixtures/tz359cc2977/temp/MANIPUR-iso19139.xml +850 -0
  592. data/spec/fixtures/vb525my6511/metadata/geoMetadata.xml +2026 -0
  593. data/spec/fixtures/vb525my6511/temp/UTTARAKHAND-iso19139-fc.xml +1167 -0
  594. data/spec/fixtures/vb525my6511/temp/UTTARAKHAND-iso19139.xml +854 -0
  595. data/spec/fixtures/vh802fs4240/metadata/geoMetadata.xml +2189 -0
  596. data/spec/fixtures/vh802fs4240/temp/PONDICHERRY-iso19139-fc.xml +1343 -0
  597. data/spec/fixtures/vh802fs4240/temp/PONDICHERRY-iso19139.xml +841 -0
  598. data/spec/fixtures/vk120xn2474/metadata/geoMetadata.xml +1125 -0
  599. data/spec/fixtures/vk120xn2474/temp/PLSS_SEC-iso19139-fc.xml +435 -0
  600. data/spec/fixtures/vk120xn2474/temp/PLSS_SEC-iso19139.xml +685 -0
  601. data/spec/fixtures/vn439bc7316/metadata/geoMetadata.xml +1979 -0
  602. data/spec/fixtures/vn439bc7316/temp/KERALA-iso19139-fc.xml +1131 -0
  603. data/spec/fixtures/vn439bc7316/temp/KERALA-iso19139.xml +843 -0
  604. data/spec/fixtures/vq745jk0695/metadata/geoMetadata.xml +1787 -0
  605. data/spec/fixtures/vq745jk0695/temp/MEGHALAYA-iso19139-fc.xml +987 -0
  606. data/spec/fixtures/vq745jk0695/temp/MEGHALAYA-iso19139.xml +795 -0
  607. data/spec/fixtures/vr593vj7147/metadata/geoMetadata.xml +3895 -0
  608. data/spec/fixtures/vr593vj7147/temp/ANDHRA_PRADESH-iso19139-fc.xml +3075 -0
  609. data/spec/fixtures/vr593vj7147/temp/ANDHRA_PRADESH-iso19139.xml +815 -0
  610. data/spec/fixtures/vw911qb5271/metadata/geoMetadata.xml +8557 -0
  611. data/spec/fixtures/vw911qb5271/temp/DISTRICT2001-iso19139-fc.xml +7683 -0
  612. data/spec/fixtures/vw911qb5271/temp/DISTRICT2001-iso19139.xml +869 -0
  613. data/spec/fixtures/wg680pz0365/metadata/geoMetadata.xml +2475 -0
  614. data/spec/fixtures/wg680pz0365/temp/ANDHRA_PRADESH-iso19139-fc.xml +1599 -0
  615. data/spec/fixtures/wg680pz0365/temp/ANDHRA_PRADESH-iso19139.xml +871 -0
  616. data/spec/fixtures/wg761xn1926/metadata/geoMetadata.xml +3941 -0
  617. data/spec/fixtures/wg761xn1926/temp/HARYANA-iso19139-fc.xml +3075 -0
  618. data/spec/fixtures/wg761xn1926/temp/HARYANA-iso19139.xml +861 -0
  619. data/spec/fixtures/wh870qw1934/metadata/geoMetadata.xml +2428 -0
  620. data/spec/fixtures/wh870qw1934/temp/PUNJAB-iso19139-fc.xml +1643 -0
  621. data/spec/fixtures/wh870qw1934/temp/PUNJAB-iso19139.xml +780 -0
  622. data/spec/fixtures/wk775mm4673/metadata/geoMetadata.xml +2458 -0
  623. data/spec/fixtures/wk775mm4673/temp/MAHARASHTRA-iso19139-fc.xml +1599 -0
  624. data/spec/fixtures/wk775mm4673/temp/MAHARASHTRA-iso19139.xml +854 -0
  625. data/spec/fixtures/ws171yz2165/metadata/geoMetadata.xml +3868 -0
  626. data/spec/fixtures/ws171yz2165/temp/ARUNACHAL_PRADESH_PT-iso19139-fc.xml +3075 -0
  627. data/spec/fixtures/ws171yz2165/temp/ARUNACHAL_PRADESH_PT-iso19139.xml +788 -0
  628. data/spec/fixtures/wt473hz7153/metadata/geoMetadata.xml +3898 -0
  629. data/spec/fixtures/wt473hz7153/temp/CHANDIGARH_PT-iso19139-fc.xml +3075 -0
  630. data/spec/fixtures/wt473hz7153/temp/CHANDIGARH_PT-iso19139.xml +818 -0
  631. data/spec/fixtures/ww217dj0457/metadata/geoMetadata.xml +1205 -0
  632. data/spec/fixtures/ww217dj0457/temp/CO2_PIPE-iso19139-fc.xml +471 -0
  633. data/spec/fixtures/ww217dj0457/temp/CO2_PIPE-iso19139.xml +729 -0
  634. data/spec/fixtures/wy875pk9849/metadata/geoMetadata.xml +3173 -0
  635. data/spec/fixtures/wy875pk9849/temp/STATE1961-iso19139-fc.xml +2279 -0
  636. data/spec/fixtures/wy875pk9849/temp/STATE1961-iso19139.xml +889 -0
  637. data/spec/fixtures/xb018tk2042/metadata/geoMetadata.xml +2335 -0
  638. data/spec/fixtures/xb018tk2042/temp/STATE1981-iso19139-fc.xml +1443 -0
  639. data/spec/fixtures/xb018tk2042/temp/STATE1981-iso19139.xml +887 -0
  640. data/spec/fixtures/xg539vw8586/metadata/geoMetadata.xml +2405 -0
  641. data/spec/fixtures/xg539vw8586/temp/ORISSA-iso19139-fc.xml +1599 -0
  642. data/spec/fixtures/xg539vw8586/temp/ORISSA-iso19139.xml +801 -0
  643. data/spec/fixtures/xv475kp4644/metadata/geoMetadata.xml +3871 -0
  644. data/spec/fixtures/xv475kp4644/temp/ASSAM_PT-iso19139-fc.xml +3075 -0
  645. data/spec/fixtures/xv475kp4644/temp/ASSAM_PT-iso19139.xml +791 -0
  646. data/spec/fixtures/xy096gc2959/metadata/geoMetadata.xml +2432 -0
  647. data/spec/fixtures/xy096gc2959/temp/GOA-iso19139-fc.xml +1643 -0
  648. data/spec/fixtures/xy096gc2959/temp/GOA-iso19139.xml +784 -0
  649. data/spec/fixtures/xz518gz3362/metadata/geoMetadata.xml +2434 -0
  650. data/spec/fixtures/xz518gz3362/temp/UTTARAKHAND-iso19139-fc.xml +1643 -0
  651. data/spec/fixtures/xz518gz3362/temp/UTTARAKHAND-iso19139.xml +786 -0
  652. data/spec/fixtures/yh986wy4737/metadata/geoMetadata.xml +1160 -0
  653. data/spec/fixtures/yh986wy4737/temp/NAGALAND-iso19139-fc.xml +384 -0
  654. data/spec/fixtures/yh986wy4737/temp/NAGALAND-iso19139.xml +771 -0
  655. data/spec/fixtures/yn187fq4474/metadata/geoMetadata.xml +2168 -0
  656. data/spec/fixtures/yn187fq4474/temp/KARNATAKA-iso19139-fc.xml +1379 -0
  657. data/spec/fixtures/yn187fq4474/temp/KARNATAKA-iso19139.xml +784 -0
  658. data/spec/fixtures/yn236mw3250/metadata/geoMetadata.xml +2428 -0
  659. data/spec/fixtures/yn236mw3250/temp/TAMILNADU-iso19139-fc.xml +1643 -0
  660. data/spec/fixtures/yn236mw3250/temp/TAMILNADU-iso19139.xml +780 -0
  661. data/spec/fixtures/yz596nz0112/metadata/geoMetadata.xml +2012 -0
  662. data/spec/fixtures/yz596nz0112/temp/WEST_BENGAL-iso19139-fc.xml +1203 -0
  663. data/spec/fixtures/yz596nz0112/temp/WEST_BENGAL-iso19139.xml +804 -0
  664. data/spec/fixtures/zk596gy7380/metadata/geoMetadata.xml +4147 -0
  665. data/spec/fixtures/zk596gy7380/temp/DISTRICT1971-iso19139-fc.xml +3283 -0
  666. data/spec/fixtures/zk596gy7380/temp/DISTRICT1971-iso19139.xml +859 -0
  667. data/spec/fixtures/zn452hh7431/metadata/geoMetadata.xml +2337 -0
  668. data/spec/fixtures/zn452hh7431/temp/RAJASTHAN-iso19139-fc.xml +1505 -0
  669. data/spec/fixtures/zn452hh7431/temp/RAJASTHAN-iso19139.xml +827 -0
  670. data/spec/fixtures/zt093fw6519/metadata/geoMetadata.xml +2380 -0
  671. data/spec/fixtures/zt093fw6519/temp/MIZORAM-iso19139-fc.xml +1643 -0
  672. data/spec/fixtures/zt093fw6519/temp/MIZORAM-iso19139.xml +732 -0
  673. data/spec/fixtures/zv925hd6723/metadata/geoMetadata.xml +1473 -0
  674. data/spec/fixtures/zv925hd6723/temp/OGWELLS-iso19139-fc.xml +759 -0
  675. data/spec/fixtures/zv925hd6723/temp/OGWELLS-iso19139.xml +709 -0
  676. data/spec/fixtures/zy658cr1728/metadata/geoMetadata.xml +3814 -0
  677. data/spec/fixtures/zy658cr1728/temp/ANDAMAAN_NICOBAR_PT-iso19139-fc.xml +3075 -0
  678. data/spec/fixtures/zy658cr1728/temp/ANDAMAAN_NICOBAR_PT-iso19139.xml +734 -0
  679. data/spec/fixtures/zz943vx1492/metadata/geoMetadata.xml +861 -0
  680. data/spec/fixtures/zz943vx1492/temp/BASINS-iso19139-fc.xml +164 -0
  681. data/spec/fixtures/zz943vx1492/temp/BASINS-iso19139.xml +692 -0
  682. data/spec/integration/solr_spec_notready.rb +51 -0
  683. data/spec/test_net_ssh_krb.rb +21 -0
  684. data/spec/unit/gazetteer_spec.rb +100 -0
  685. data/spec/unit/transform_spec.rb +40 -0
  686. data/spec/unit/utils_spec.rb +32 -0
  687. metadata +1491 -0
@@ -0,0 +1,2366 @@
1
+ <?xml version="1.0"?>
2
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
3
+ <rdf:Description rdf:about="http://purl-test.stanford.edu/my216kp3008">
4
+ <MD_Metadata xmlns="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gts="http://www.isotc211.org/2005/gts" xmlns:srv="http://www.isotc211.org/2005/srv" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5
+ <fileIdentifier>
6
+ <gco:CharacterString>977E18AC-4C69-4CAA-82AC-09C547130447</gco:CharacterString>
7
+ </fileIdentifier>
8
+ <language>
9
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
10
+ </language>
11
+ <characterSet>
12
+ <MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
13
+ </characterSet>
14
+ <hierarchyLevel>
15
+ <MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
16
+ </hierarchyLevel>
17
+ <hierarchyLevelName>
18
+ <gco:CharacterString>dataset</gco:CharacterString>
19
+ </hierarchyLevelName>
20
+ <contact>
21
+ <CI_ResponsibleParty>
22
+ <organisationName>
23
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
24
+ </organisationName>
25
+ <positionName>
26
+ <gco:CharacterString>Metadata Analyst</gco:CharacterString>
27
+ </positionName>
28
+ <contactInfo>
29
+ <CI_Contact>
30
+ <phone>
31
+ <CI_Telephone>
32
+ <voice>
33
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
34
+ </voice>
35
+ </CI_Telephone>
36
+ </phone>
37
+ <address>
38
+ <CI_Address>
39
+ <deliveryPoint>
40
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
41
+ </deliveryPoint>
42
+ <deliveryPoint>
43
+ <gco:CharacterString>Mitchell Building, 2nd Floor</gco:CharacterString>
44
+ </deliveryPoint>
45
+ <deliveryPoint>
46
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
47
+ </deliveryPoint>
48
+ <city>
49
+ <gco:CharacterString>Stanford</gco:CharacterString>
50
+ </city>
51
+ <administrativeArea>
52
+ <gco:CharacterString>California</gco:CharacterString>
53
+ </administrativeArea>
54
+ <postalCode>
55
+ <gco:CharacterString>94305</gco:CharacterString>
56
+ </postalCode>
57
+ <country>
58
+ <gco:CharacterString>US</gco:CharacterString>
59
+ </country>
60
+ <electronicMailAddress>
61
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
62
+ </electronicMailAddress>
63
+ </CI_Address>
64
+ </address>
65
+ </CI_Contact>
66
+ </contactInfo>
67
+ <role>
68
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115">pointOfContact</CI_RoleCode>
69
+ </role>
70
+ </CI_ResponsibleParty>
71
+ </contact>
72
+ <dateStamp>
73
+ <gco:Date>2013-09-16</gco:Date>
74
+ </dateStamp>
75
+ <metadataStandardName>
76
+ <gco:CharacterString>ISO 19139 Geographic Information - Metadata - Implementation Specification</gco:CharacterString>
77
+ </metadataStandardName>
78
+ <metadataStandardVersion>
79
+ <gco:CharacterString>2007</gco:CharacterString>
80
+ </metadataStandardVersion>
81
+ <spatialRepresentationInfo>
82
+ <MD_VectorSpatialRepresentation>
83
+ <topologyLevel>
84
+ <MD_TopologyLevelCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_TopologyLevelCode" codeListValue="geometryOnly" codeSpace="ISOTC211/19115">geometryOnly</MD_TopologyLevelCode>
85
+ </topologyLevel>
86
+ <geometricObjects>
87
+ <MD_GeometricObjects>
88
+ <geometricObjectType>
89
+ <MD_GeometricObjectTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_GeometricObjectTypeCode" codeListValue="composite" codeSpace="ISOTC211/19115">composite</MD_GeometricObjectTypeCode>
90
+ </geometricObjectType>
91
+ <geometricObjectCount>
92
+ <gco:Integer>70</gco:Integer>
93
+ </geometricObjectCount>
94
+ </MD_GeometricObjects>
95
+ </geometricObjects>
96
+ </MD_VectorSpatialRepresentation>
97
+ </spatialRepresentationInfo>
98
+ <referenceSystemInfo>
99
+ <MD_ReferenceSystem>
100
+ <referenceSystemIdentifier>
101
+ <RS_Identifier>
102
+ <code>
103
+ <gco:CharacterString>4326</gco:CharacterString>
104
+ </code>
105
+ <codeSpace>
106
+ <gco:CharacterString>EPSG</gco:CharacterString>
107
+ </codeSpace>
108
+ <version>
109
+ <gco:CharacterString>7.9.4</gco:CharacterString>
110
+ </version>
111
+ </RS_Identifier>
112
+ </referenceSystemIdentifier>
113
+ </MD_ReferenceSystem>
114
+ </referenceSystemInfo>
115
+ <identificationInfo>
116
+ <MD_DataIdentification>
117
+ <citation>
118
+ <CI_Citation>
119
+ <title>
120
+ <gco:CharacterString>Post Delimitation Assembly Map of Delhi, India, 2008</gco:CharacterString>
121
+ </title>
122
+ <date>
123
+ <CI_Date>
124
+ <date>
125
+ <gco:Date>2013-03-13</gco:Date>
126
+ </date>
127
+ <dateType>
128
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
129
+ </dateType>
130
+ </CI_Date>
131
+ </date>
132
+ <citedResponsibleParty>
133
+ <CI_ResponsibleParty>
134
+ <organisationName>
135
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
136
+ </organisationName>
137
+ <role>
138
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
139
+ </role>
140
+ </CI_ResponsibleParty>
141
+ </citedResponsibleParty>
142
+ <citedResponsibleParty>
143
+ <CI_ResponsibleParty>
144
+ <organisationName>
145
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
146
+ </organisationName>
147
+ <contactInfo>
148
+ <CI_Contact>
149
+ <phone>
150
+ <CI_Telephone>
151
+ <voice>
152
+ <gco:CharacterString>91 11 41688592</gco:CharacterString>
153
+ </voice>
154
+ </CI_Telephone>
155
+ </phone>
156
+ <address>
157
+ <CI_Address>
158
+ <deliveryPoint>
159
+ <gco:CharacterString>124-A,Katwaria Sarai</gco:CharacterString>
160
+ </deliveryPoint>
161
+ <city>
162
+ <gco:CharacterString>New Delhi</gco:CharacterString>
163
+ </city>
164
+ <postalCode>
165
+ <gco:CharacterString>110016</gco:CharacterString>
166
+ </postalCode>
167
+ <country>
168
+ <gco:CharacterString>IN</gco:CharacterString>
169
+ </country>
170
+ <electronicMailAddress>
171
+ <gco:CharacterString>manosi@mlinfomap.com</gco:CharacterString>
172
+ </electronicMailAddress>
173
+ </CI_Address>
174
+ </address>
175
+ </CI_Contact>
176
+ </contactInfo>
177
+ <role>
178
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
179
+ </role>
180
+ </CI_ResponsibleParty>
181
+ </citedResponsibleParty>
182
+ <presentationForm>
183
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
184
+ </presentationForm>
185
+ </CI_Citation>
186
+ </citation>
187
+ <abstract>
188
+ <gco:CharacterString>This data layer shows post-delimitation state Legislative Assembly constituency boundaries and data relating to the 2008 Assembly elections for the State of Delhi, India. Map includes data for 70 constituencies. Includes attribute data on election parties, candidates, voters, and results. This layer is part of the Poll Map of India which includes parliamentary constituency boundaries for India, Assembly constituency boundaries for all states, and data relating to the past national elections for each State of India.</gco:CharacterString>
189
+ </abstract>
190
+ <purpose>
191
+ <gco:CharacterString>Assembly level analysis</gco:CharacterString>
192
+ </purpose>
193
+ <credit>
194
+ <gco:CharacterString>ML Infomap. (2013) Post Delimitation Assembly Map of Delhi, India, 2008. ML Infomap.</gco:CharacterString>
195
+ </credit>
196
+ <status>
197
+ <MD_ProgressCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ProgressCode" codeListValue="completed" codeSpace="ISOTC211/19115">completed</MD_ProgressCode>
198
+ </status>
199
+ <pointOfContact>
200
+ <CI_ResponsibleParty>
201
+ <individualName>
202
+ <gco:CharacterString>Lahiri,Manosi</gco:CharacterString>
203
+ </individualName>
204
+ <organisationName>
205
+ <gco:CharacterString>ML Infomap Pvt. Ltd.</gco:CharacterString>
206
+ </organisationName>
207
+ <contactInfo>
208
+ <CI_Contact>
209
+ <phone>
210
+ <CI_Telephone>
211
+ <voice>
212
+ <gco:CharacterString>91 11 41688592</gco:CharacterString>
213
+ </voice>
214
+ </CI_Telephone>
215
+ </phone>
216
+ <address>
217
+ <CI_Address>
218
+ <deliveryPoint>
219
+ <gco:CharacterString>124-A,Katwaria Sarai</gco:CharacterString>
220
+ </deliveryPoint>
221
+ <city>
222
+ <gco:CharacterString>New Delhi</gco:CharacterString>
223
+ </city>
224
+ <postalCode>
225
+ <gco:CharacterString>110016</gco:CharacterString>
226
+ </postalCode>
227
+ <country>
228
+ <gco:CharacterString>IN</gco:CharacterString>
229
+ </country>
230
+ <electronicMailAddress>
231
+ <gco:CharacterString>manosi@mlinfomap.com</gco:CharacterString>
232
+ </electronicMailAddress>
233
+ </CI_Address>
234
+ </address>
235
+ </CI_Contact>
236
+ </contactInfo>
237
+ <role>
238
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115">pointOfContact</CI_RoleCode>
239
+ </role>
240
+ </CI_ResponsibleParty>
241
+ </pointOfContact>
242
+ <resourceMaintenance>
243
+ <MD_MaintenanceInformation>
244
+ <maintenanceAndUpdateFrequency>
245
+ <MD_MaintenanceFrequencyCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_MaintenanceFrequencyCode" codeListValue="asNeeded" codeSpace="ISOTC211/19115">asNeeded</MD_MaintenanceFrequencyCode>
246
+ </maintenanceAndUpdateFrequency>
247
+ </MD_MaintenanceInformation>
248
+ </resourceMaintenance>
249
+ <descriptiveKeywords>
250
+ <MD_Keywords>
251
+ <keyword>
252
+ <gco:CharacterString>Delhi (geonames.org/1273293)</gco:CharacterString>
253
+ </keyword>
254
+ <keyword>
255
+ <gco:CharacterString>Chandni Chowk (geonames.org/6619404)</gco:CharacterString>
256
+ </keyword>
257
+ <keyword>
258
+ <gco:CharacterString>Karol Bagh (geonames.org/1267696)</gco:CharacterString>
259
+ </keyword>
260
+ <keyword>
261
+ <gco:CharacterString>Jangpura (geonames.org/7732335)</gco:CharacterString>
262
+ </keyword>
263
+ <keyword>
264
+ <gco:CharacterString>Laxmi Narayar (geonames.org/66193690)</gco:CharacterString>
265
+ </keyword>
266
+ <type>
267
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place" codeSpace="ISOTC211/19115">place</MD_KeywordTypeCode>
268
+ </type>
269
+ <thesaurusName>
270
+ <CI_Citation>
271
+ <title>
272
+ <gco:CharacterString>geonames</gco:CharacterString>
273
+ </title>
274
+ <date>
275
+ <CI_Date>
276
+ <date>
277
+ <gco:Date>2012-10-29</gco:Date>
278
+ </date>
279
+ <dateType>
280
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
281
+ </dateType>
282
+ </CI_Date>
283
+ </date>
284
+ <identifier>
285
+ <MD_Identifier>
286
+ <code>
287
+ <gco:CharacterString>http://www.geonames.org</gco:CharacterString>
288
+ </code>
289
+ </MD_Identifier>
290
+ </identifier>
291
+ </CI_Citation>
292
+ </thesaurusName>
293
+ </MD_Keywords>
294
+ </descriptiveKeywords>
295
+ <descriptiveKeywords>
296
+ <MD_Keywords>
297
+ <keyword>
298
+ <gco:CharacterString>Dwarak</gco:CharacterString>
299
+ </keyword>
300
+ <keyword>
301
+ <gco:CharacterString>Mehruli</gco:CharacterString>
302
+ </keyword>
303
+ <keyword>
304
+ <gco:CharacterString>Balimaran</gco:CharacterString>
305
+ </keyword>
306
+ <keyword>
307
+ <gco:CharacterString>Gandhai Nagar</gco:CharacterString>
308
+ </keyword>
309
+ <keyword>
310
+ <gco:CharacterString>Rithala</gco:CharacterString>
311
+ </keyword>
312
+ <type>
313
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place" codeSpace="ISOTC211/19115">place</MD_KeywordTypeCode>
314
+ </type>
315
+ </MD_Keywords>
316
+ </descriptiveKeywords>
317
+ <descriptiveKeywords>
318
+ <MD_Keywords>
319
+ <keyword>
320
+ <gco:CharacterString>2008</gco:CharacterString>
321
+ </keyword>
322
+ <type>
323
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="temporal" codeSpace="ISOTC211/19115">temporal</MD_KeywordTypeCode>
324
+ </type>
325
+ </MD_Keywords>
326
+ </descriptiveKeywords>
327
+ <descriptiveKeywords>
328
+ <MD_Keywords>
329
+ <keyword>
330
+ <gco:CharacterString>Elections</gco:CharacterString>
331
+ </keyword>
332
+ <keyword>
333
+ <gco:CharacterString>Political Parties</gco:CharacterString>
334
+ </keyword>
335
+ <keyword>
336
+ <gco:CharacterString>Voting</gco:CharacterString>
337
+ </keyword>
338
+ <keyword>
339
+ <gco:CharacterString>Politics and government</gco:CharacterString>
340
+ </keyword>
341
+ <type>
342
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="theme" codeSpace="ISOTC211/19115">theme</MD_KeywordTypeCode>
343
+ </type>
344
+ <thesaurusName>
345
+ <CI_Citation>
346
+ <title>
347
+ <gco:CharacterString>lcsh</gco:CharacterString>
348
+ </title>
349
+ <date>
350
+ <CI_Date>
351
+ <date>
352
+ <gco:Date>2011-04-26</gco:Date>
353
+ </date>
354
+ <dateType>
355
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
356
+ </dateType>
357
+ </CI_Date>
358
+ </date>
359
+ <identifier>
360
+ <MD_Identifier>
361
+ <code>
362
+ <gco:CharacterString>http://id.loc.gov/authorities.subjects.html</gco:CharacterString>
363
+ </code>
364
+ </MD_Identifier>
365
+ </identifier>
366
+ </CI_Citation>
367
+ </thesaurusName>
368
+ </MD_Keywords>
369
+ </descriptiveKeywords>
370
+ <descriptiveKeywords>
371
+ <MD_Keywords>
372
+ <keyword>
373
+ <gco:CharacterString>Downloadable Data</gco:CharacterString>
374
+ </keyword>
375
+ <thesaurusName uuidref="723f6998-058e-11dc-8314-0800200c9a66"/>
376
+ </MD_Keywords>
377
+ </descriptiveKeywords>
378
+ <resourceConstraints>
379
+ <MD_LegalConstraints>
380
+ <useLimitation>
381
+ <gco:CharacterString>Data may not be distributed, copied, or made available to users outside of the Stanford University Network. Data may not used for commercial purposes. Users should acknowledge ML Infomap in any derivative works. Please contact brannerlibrary@stanford.edu for more information.</gco:CharacterString>
382
+ </useLimitation>
383
+ <accessConstraints>
384
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
385
+ </accessConstraints>
386
+ <useConstraints>
387
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
388
+ </useConstraints>
389
+ </MD_LegalConstraints>
390
+ </resourceConstraints>
391
+ <aggregationInfo>
392
+ <MD_AggregateInformation>
393
+ <aggregateDataSetName>
394
+ <CI_Citation>
395
+ <title>
396
+ <gco:CharacterString>PollMap of India</gco:CharacterString>
397
+ </title>
398
+ <alternateTitle>
399
+ <gco:CharacterString>Poll Map of India</gco:CharacterString>
400
+ </alternateTitle>
401
+ <date>
402
+ <CI_Date>
403
+ <date>
404
+ <gco:Date>2013-03-13</gco:Date>
405
+ </date>
406
+ <dateType>
407
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
408
+ </dateType>
409
+ </CI_Date>
410
+ </date>
411
+ <citedResponsibleParty>
412
+ <CI_ResponsibleParty>
413
+ <organisationName>
414
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
415
+ </organisationName>
416
+ <role>
417
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
418
+ </role>
419
+ </CI_ResponsibleParty>
420
+ </citedResponsibleParty>
421
+ <citedResponsibleParty>
422
+ <CI_ResponsibleParty>
423
+ <organisationName>
424
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
425
+ </organisationName>
426
+ <role>
427
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
428
+ </role>
429
+ </CI_ResponsibleParty>
430
+ </citedResponsibleParty>
431
+ </CI_Citation>
432
+ </aggregateDataSetName>
433
+ <associationType>
434
+ <DS_AssociationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#DS_AssociationTypeCode" codeListValue="largerWorkCitation" codeSpace="ISOTC211/19115">largerWorkCitation</DS_AssociationTypeCode>
435
+ </associationType>
436
+ </MD_AggregateInformation>
437
+ </aggregationInfo>
438
+ <spatialRepresentationType>
439
+ <MD_SpatialRepresentationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_SpatialRepresentationTypeCode" codeListValue="vector" codeSpace="ISOTC211/19115">vector</MD_SpatialRepresentationTypeCode>
440
+ </spatialRepresentationType>
441
+ <spatialResolution>
442
+ <MD_Resolution>
443
+ <equivalentScale>
444
+ <MD_RepresentativeFraction>
445
+ <denominator>
446
+ <gco:Integer>200000</gco:Integer>
447
+ </denominator>
448
+ </MD_RepresentativeFraction>
449
+ </equivalentScale>
450
+ </MD_Resolution>
451
+ </spatialResolution>
452
+ <language>
453
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
454
+ </language>
455
+ <characterSet>
456
+ <MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
457
+ </characterSet>
458
+ <topicCategory>
459
+ <MD_TopicCategoryCode>boundaries</MD_TopicCategoryCode>
460
+ </topicCategory>
461
+ <topicCategory>
462
+ <MD_TopicCategoryCode>society</MD_TopicCategoryCode>
463
+ </topicCategory>
464
+ <environmentDescription>
465
+ <gco:CharacterString>Microsoft Windows 7 Version 6.1 (Build 7601) Service Pack 1; Esri ArcGIS 10.1.0.3035</gco:CharacterString>
466
+ </environmentDescription>
467
+ <extent>
468
+ <EX_Extent>
469
+ <description>
470
+ <gco:CharacterString>Delhi Election Commission data release 2008</gco:CharacterString>
471
+ </description>
472
+ <temporalElement>
473
+ <EX_TemporalExtent>
474
+ <extent>
475
+ <gml:TimePeriod gml:id="idm5633920">
476
+ <gml:beginPosition>2008-01-01T00:00:00</gml:beginPosition>
477
+ <gml:endPosition>2008-12-31T00:00:00</gml:endPosition>
478
+ </gml:TimePeriod>
479
+ </extent>
480
+ </EX_TemporalExtent>
481
+ </temporalElement>
482
+ </EX_Extent>
483
+ </extent>
484
+ <extent>
485
+ <EX_Extent>
486
+ <geographicElement>
487
+ <EX_GeographicBoundingBox>
488
+ <extentTypeCode>
489
+ <gco:Boolean>true</gco:Boolean>
490
+ </extentTypeCode>
491
+ <westBoundLongitude>
492
+ <gco:Decimal>76.83782</gco:Decimal>
493
+ </westBoundLongitude>
494
+ <eastBoundLongitude>
495
+ <gco:Decimal>77.34488</gco:Decimal>
496
+ </eastBoundLongitude>
497
+ <southBoundLatitude>
498
+ <gco:Decimal>28.4041</gco:Decimal>
499
+ </southBoundLatitude>
500
+ <northBoundLatitude>
501
+ <gco:Decimal>28.88284</gco:Decimal>
502
+ </northBoundLatitude>
503
+ </EX_GeographicBoundingBox>
504
+ </geographicElement>
505
+ </EX_Extent>
506
+ </extent>
507
+ <supplementalInformation>
508
+ <gco:CharacterString>Delhi Assembly Election data 2008</gco:CharacterString>
509
+ </supplementalInformation>
510
+ </MD_DataIdentification>
511
+ </identificationInfo>
512
+ <contentInfo>
513
+ <MD_FeatureCatalogueDescription>
514
+ <complianceCode>
515
+ <gco:Boolean>false</gco:Boolean>
516
+ </complianceCode>
517
+ <language>
518
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
519
+ </language>
520
+ <includedWithDataset>
521
+ <gco:Boolean>true</gco:Boolean>
522
+ </includedWithDataset>
523
+ <featureCatalogueCitation>
524
+ <CI_Citation>
525
+ <title>
526
+ <gco:CharacterString>Feature Catalog for Post Delimitation Assembly Map of Delhi, India, 2008</gco:CharacterString>
527
+ </title>
528
+ <date>
529
+ <CI_Date>
530
+ <date>
531
+ <gco:Date>2013-03-13</gco:Date>
532
+ </date>
533
+ <dateType>
534
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
535
+ </dateType>
536
+ </CI_Date>
537
+ </date>
538
+ <identifier>
539
+ <MD_Identifier>
540
+ <code>
541
+ <gco:CharacterString>c5ed0239-4957-43a7-ac9e-0101b8dced5a</gco:CharacterString>
542
+ </code>
543
+ </MD_Identifier>
544
+ </identifier>
545
+ <citedResponsibleParty>
546
+ <CI_ResponsibleParty>
547
+ <organisationName>
548
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
549
+ </organisationName>
550
+ <role>
551
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
552
+ </role>
553
+ </CI_ResponsibleParty>
554
+ </citedResponsibleParty>
555
+ </CI_Citation>
556
+ </featureCatalogueCitation>
557
+ </MD_FeatureCatalogueDescription>
558
+ </contentInfo>
559
+ <distributionInfo>
560
+ <MD_Distribution>
561
+ <distributionFormat>
562
+ <MD_Format>
563
+ <name>
564
+ <gco:CharacterString>Shapefile</gco:CharacterString>
565
+ </name>
566
+ <version gco:nilReason="missing"/>
567
+ </MD_Format>
568
+ </distributionFormat>
569
+ <distributor>
570
+ <MD_Distributor>
571
+ <distributorContact>
572
+ <CI_ResponsibleParty>
573
+ <organisationName>
574
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
575
+ </organisationName>
576
+ <contactInfo>
577
+ <CI_Contact>
578
+ <phone>
579
+ <CI_Telephone>
580
+ <voice>
581
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
582
+ </voice>
583
+ </CI_Telephone>
584
+ </phone>
585
+ <address>
586
+ <CI_Address>
587
+ <deliveryPoint>
588
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
589
+ </deliveryPoint>
590
+ <deliveryPoint>
591
+ <gco:CharacterString>Mitchell Bldg. 2nd floor</gco:CharacterString>
592
+ </deliveryPoint>
593
+ <deliveryPoint>
594
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
595
+ </deliveryPoint>
596
+ <city>
597
+ <gco:CharacterString>Stanford</gco:CharacterString>
598
+ </city>
599
+ <administrativeArea>
600
+ <gco:CharacterString>California</gco:CharacterString>
601
+ </administrativeArea>
602
+ <postalCode>
603
+ <gco:CharacterString>94305</gco:CharacterString>
604
+ </postalCode>
605
+ <country>
606
+ <gco:CharacterString>US</gco:CharacterString>
607
+ </country>
608
+ <electronicMailAddress>
609
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
610
+ </electronicMailAddress>
611
+ </CI_Address>
612
+ </address>
613
+ </CI_Contact>
614
+ </contactInfo>
615
+ <role>
616
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="distributor" codeSpace="ISOTC211/19115">distributor</CI_RoleCode>
617
+ </role>
618
+ </CI_ResponsibleParty>
619
+ </distributorContact>
620
+ </MD_Distributor>
621
+ </distributor>
622
+ <transferOptions>
623
+ <MD_DigitalTransferOptions>
624
+ <unitsOfDistribution>
625
+ <gco:CharacterString>MB</gco:CharacterString>
626
+ </unitsOfDistribution>
627
+ <transferSize>
628
+ <gco:Real>0.608</gco:Real>
629
+ </transferSize>
630
+ </MD_DigitalTransferOptions>
631
+ </transferOptions>
632
+ </MD_Distribution>
633
+ </distributionInfo>
634
+ <dataQualityInfo>
635
+ <DQ_DataQuality>
636
+ <scope>
637
+ <DQ_Scope>
638
+ <level>
639
+ <MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
640
+ </level>
641
+ </DQ_Scope>
642
+ </scope>
643
+ <report>
644
+ <DQ_ConceptualConsistency>
645
+ <evaluationMethodDescription>
646
+ <gco:CharacterString>Coastal boundary aligned with imagery, no gaps in polygon, no topological errors, aggregate and % figures verified</gco:CharacterString>
647
+ </evaluationMethodDescription>
648
+ <result gco:nilReason="missing"/>
649
+ </DQ_ConceptualConsistency>
650
+ </report>
651
+ <report>
652
+ <DQ_CompletenessOmission>
653
+ <evaluationMethodDescription>
654
+ <gco:CharacterString>Election Commission 2008 data release for attribute</gco:CharacterString>
655
+ </evaluationMethodDescription>
656
+ <result gco:nilReason="missing"/>
657
+ </DQ_CompletenessOmission>
658
+ </report>
659
+ <report>
660
+ <DQ_AbsoluteExternalPositionalAccuracy>
661
+ <evaluationMethodDescription>
662
+ <gco:CharacterString>30-50 metres</gco:CharacterString>
663
+ </evaluationMethodDescription>
664
+ <result gco:nilReason="missing"/>
665
+ </DQ_AbsoluteExternalPositionalAccuracy>
666
+ </report>
667
+ <lineage>
668
+ <LI_Lineage>
669
+ <processStep>
670
+ <LI_ProcessStep>
671
+ <description>
672
+ <gco:CharacterString>Election operations across Delhi</gco:CharacterString>
673
+ </description>
674
+ <dateTime>
675
+ <gco:DateTime>2008-01-01T00:00:00</gco:DateTime>
676
+ </dateTime>
677
+ </LI_ProcessStep>
678
+ </processStep>
679
+ <source>
680
+ <LI_Source>
681
+ <description>
682
+ <gco:CharacterString>Assembly data from Delhi, 2008</gco:CharacterString>
683
+ </description>
684
+ <sourceCitation>
685
+ <CI_Citation>
686
+ <title>
687
+ <gco:CharacterString>Assembly data of Delhi 2008</gco:CharacterString>
688
+ </title>
689
+ <date>
690
+ <CI_Date>
691
+ <date>
692
+ <gco:Date>2008-01-01</gco:Date>
693
+ </date>
694
+ <dateType>
695
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
696
+ </dateType>
697
+ </CI_Date>
698
+ </date>
699
+ <citedResponsibleParty>
700
+ <CI_ResponsibleParty>
701
+ <organisationName>
702
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
703
+ </organisationName>
704
+ <role>
705
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
706
+ </role>
707
+ </CI_ResponsibleParty>
708
+ </citedResponsibleParty>
709
+ <presentationForm>
710
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
711
+ </presentationForm>
712
+ </CI_Citation>
713
+ </sourceCitation>
714
+ </LI_Source>
715
+ </source>
716
+ </LI_Lineage>
717
+ </lineage>
718
+ </DQ_DataQuality>
719
+ </dataQualityInfo>
720
+ </MD_Metadata>
721
+ </rdf:Description>
722
+ <rdf:Description rdf:about="http://purl-test.stanford.edu/my216kp3008">
723
+ <gfc:FC_FeatureCatalogue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gfc="http://www.isotc211.org/2005/gfc" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.isotc211.org/2005/gfc" xsi:schemaLocation="http://www.isotc211.org/2005/gfc http://www.isotc211.org/2005/gfc/gfc.xsd" uuid="c5ed0239-4957-43a7-ac9e-0101b8dced5a">
724
+ <gmx:name>
725
+ <gco:CharacterString>Feature Catalog for Post Delimitation Assembly Map of Delhi, India, 2008</gco:CharacterString>
726
+ </gmx:name>
727
+ <gmx:scope>
728
+ <gco:CharacterString>Elections; Political Parties; Voting; Politics and government</gco:CharacterString>
729
+ </gmx:scope>
730
+ <gmx:versionNumber gco:nilReason="unknown"/>
731
+ <gmx:versionDate>
732
+ <gco:Date>2013</gco:Date>
733
+ </gmx:versionDate>
734
+ <gmx:language>
735
+ <gco:CharacterString>eng; US</gco:CharacterString>
736
+ </gmx:language>
737
+ <gmx:characterSet>
738
+ <gmd:MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115"/>
739
+ </gmx:characterSet>
740
+ <gfc:producer>
741
+ <gmd:CI_ResponsibleParty>
742
+ <gmd:organisationName>
743
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
744
+ </gmd:organisationName>
745
+ <gmd:role>
746
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="006"/>
747
+ </gmd:role>
748
+ </gmd:CI_ResponsibleParty>
749
+ </gfc:producer>
750
+ <gfc:featureType>
751
+ <gfc:FC_FeatureType>
752
+ <gfc:typeName>
753
+ <gco:LocalName>DELHI</gco:LocalName>
754
+ </gfc:typeName>
755
+ <gfc:definition>
756
+ <gco:CharacterString>Political Unit</gco:CharacterString>
757
+ </gfc:definition>
758
+ <gfc:isAbstract>
759
+ <gco:Boolean>false</gco:Boolean>
760
+ </gfc:isAbstract>
761
+ <gfc:featureCatalogue uuidref="c5ed0239-4957-43a7-ac9e-0101b8dced5a"/>
762
+ <gfc:carrierOfCharacteristics>
763
+ <gfc:FC_FeatureAttribute>
764
+ <gfc:memberName>
765
+ <gco:LocalName>FID</gco:LocalName>
766
+ </gfc:memberName>
767
+ <gfc:definition>
768
+ <gco:CharacterString>Internal feature number.</gco:CharacterString>
769
+ </gfc:definition>
770
+ <gfc:cardinality gco:nilReason="unknown"/>
771
+ <gfc:definitionReference>
772
+ <gfc:FC_DefinitionReference>
773
+ <gfc:definitionSource>
774
+ <gfc:FC_DefinitionSource>
775
+ <gfc:source>
776
+ <gmd:CI_Citation>
777
+ <gmd:title>
778
+ <gco:CharacterString>Esri</gco:CharacterString>
779
+ </gmd:title>
780
+ <gmd:date gco:nilReason="unknown"/>
781
+ <gmd:citedResponsibleParty>
782
+ <gmd:CI_ResponsibleParty>
783
+ <gmd:organisationName>
784
+ <gco:CharacterString>Esri</gco:CharacterString>
785
+ </gmd:organisationName>
786
+ <gmd:role>
787
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
788
+ </gmd:role>
789
+ </gmd:CI_ResponsibleParty>
790
+ </gmd:citedResponsibleParty>
791
+ </gmd:CI_Citation>
792
+ </gfc:source>
793
+ </gfc:FC_DefinitionSource>
794
+ </gfc:definitionSource>
795
+ </gfc:FC_DefinitionReference>
796
+ </gfc:definitionReference>
797
+ <gfc:valueType>
798
+ <gco:TypeName>
799
+ <gco:aName>
800
+ <gco:CharacterString>OID</gco:CharacterString>
801
+ </gco:aName>
802
+ </gco:TypeName>
803
+ </gfc:valueType>
804
+ </gfc:FC_FeatureAttribute>
805
+ </gfc:carrierOfCharacteristics>
806
+ <gfc:carrierOfCharacteristics>
807
+ <gfc:FC_FeatureAttribute>
808
+ <gfc:memberName>
809
+ <gco:LocalName>Shape</gco:LocalName>
810
+ </gfc:memberName>
811
+ <gfc:definition>
812
+ <gco:CharacterString>Feature geometry.</gco:CharacterString>
813
+ </gfc:definition>
814
+ <gfc:cardinality gco:nilReason="unknown"/>
815
+ <gfc:definitionReference>
816
+ <gfc:FC_DefinitionReference>
817
+ <gfc:definitionSource>
818
+ <gfc:FC_DefinitionSource>
819
+ <gfc:source>
820
+ <gmd:CI_Citation>
821
+ <gmd:title>
822
+ <gco:CharacterString>Esri</gco:CharacterString>
823
+ </gmd:title>
824
+ <gmd:date gco:nilReason="unknown"/>
825
+ <gmd:citedResponsibleParty>
826
+ <gmd:CI_ResponsibleParty>
827
+ <gmd:organisationName>
828
+ <gco:CharacterString>Esri</gco:CharacterString>
829
+ </gmd:organisationName>
830
+ <gmd:role>
831
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
832
+ </gmd:role>
833
+ </gmd:CI_ResponsibleParty>
834
+ </gmd:citedResponsibleParty>
835
+ </gmd:CI_Citation>
836
+ </gfc:source>
837
+ </gfc:FC_DefinitionSource>
838
+ </gfc:definitionSource>
839
+ </gfc:FC_DefinitionReference>
840
+ </gfc:definitionReference>
841
+ <gfc:valueType>
842
+ <gco:TypeName>
843
+ <gco:aName>
844
+ <gco:CharacterString>Geometry</gco:CharacterString>
845
+ </gco:aName>
846
+ </gco:TypeName>
847
+ </gfc:valueType>
848
+ </gfc:FC_FeatureAttribute>
849
+ </gfc:carrierOfCharacteristics>
850
+ <gfc:carrierOfCharacteristics>
851
+ <gfc:FC_FeatureAttribute>
852
+ <gfc:memberName>
853
+ <gco:LocalName>DEL_ID</gco:LocalName>
854
+ </gfc:memberName>
855
+ <gfc:definition>
856
+ <gco:CharacterString>State Identification Number</gco:CharacterString>
857
+ </gfc:definition>
858
+ <gfc:cardinality gco:nilReason="unknown"/>
859
+ <gfc:definitionReference>
860
+ <gfc:FC_DefinitionReference>
861
+ <gfc:definitionSource>
862
+ <gfc:FC_DefinitionSource>
863
+ <gfc:source>
864
+ <gmd:CI_Citation>
865
+ <gmd:title>
866
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
867
+ </gmd:title>
868
+ <gmd:date gco:nilReason="unknown"/>
869
+ <gmd:citedResponsibleParty>
870
+ <gmd:CI_ResponsibleParty>
871
+ <gmd:organisationName>
872
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
873
+ </gmd:organisationName>
874
+ <gmd:role>
875
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
876
+ </gmd:role>
877
+ </gmd:CI_ResponsibleParty>
878
+ </gmd:citedResponsibleParty>
879
+ </gmd:CI_Citation>
880
+ </gfc:source>
881
+ </gfc:FC_DefinitionSource>
882
+ </gfc:definitionSource>
883
+ </gfc:FC_DefinitionReference>
884
+ </gfc:definitionReference>
885
+ <gfc:valueType>
886
+ <gco:TypeName>
887
+ <gco:aName>
888
+ <gco:CharacterString>Double</gco:CharacterString>
889
+ </gco:aName>
890
+ </gco:TypeName>
891
+ </gfc:valueType>
892
+ </gfc:FC_FeatureAttribute>
893
+ </gfc:carrierOfCharacteristics>
894
+ <gfc:carrierOfCharacteristics>
895
+ <gfc:FC_FeatureAttribute>
896
+ <gfc:memberName>
897
+ <gco:LocalName>T_V_P_08</gco:LocalName>
898
+ </gfc:memberName>
899
+ <gfc:definition>
900
+ <gco:CharacterString>Total votes polled during the election year</gco:CharacterString>
901
+ </gfc:definition>
902
+ <gfc:cardinality gco:nilReason="unknown"/>
903
+ <gfc:definitionReference>
904
+ <gfc:FC_DefinitionReference>
905
+ <gfc:definitionSource>
906
+ <gfc:FC_DefinitionSource>
907
+ <gfc:source>
908
+ <gmd:CI_Citation>
909
+ <gmd:title>
910
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
911
+ </gmd:title>
912
+ <gmd:date gco:nilReason="unknown"/>
913
+ <gmd:citedResponsibleParty>
914
+ <gmd:CI_ResponsibleParty>
915
+ <gmd:organisationName>
916
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
917
+ </gmd:organisationName>
918
+ <gmd:role>
919
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
920
+ </gmd:role>
921
+ </gmd:CI_ResponsibleParty>
922
+ </gmd:citedResponsibleParty>
923
+ </gmd:CI_Citation>
924
+ </gfc:source>
925
+ </gfc:FC_DefinitionSource>
926
+ </gfc:definitionSource>
927
+ </gfc:FC_DefinitionReference>
928
+ </gfc:definitionReference>
929
+ <gfc:valueType>
930
+ <gco:TypeName>
931
+ <gco:aName>
932
+ <gco:CharacterString>Double</gco:CharacterString>
933
+ </gco:aName>
934
+ </gco:TypeName>
935
+ </gfc:valueType>
936
+ </gfc:FC_FeatureAttribute>
937
+ </gfc:carrierOfCharacteristics>
938
+ <gfc:carrierOfCharacteristics>
939
+ <gfc:FC_FeatureAttribute>
940
+ <gfc:memberName>
941
+ <gco:LocalName>M_VOT_08</gco:LocalName>
942
+ </gfc:memberName>
943
+ <gfc:definition>
944
+ <gco:CharacterString>Male voter during the election year</gco:CharacterString>
945
+ </gfc:definition>
946
+ <gfc:cardinality gco:nilReason="unknown"/>
947
+ <gfc:definitionReference>
948
+ <gfc:FC_DefinitionReference>
949
+ <gfc:definitionSource>
950
+ <gfc:FC_DefinitionSource>
951
+ <gfc:source>
952
+ <gmd:CI_Citation>
953
+ <gmd:title>
954
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
955
+ </gmd:title>
956
+ <gmd:date gco:nilReason="unknown"/>
957
+ <gmd:citedResponsibleParty>
958
+ <gmd:CI_ResponsibleParty>
959
+ <gmd:organisationName>
960
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
961
+ </gmd:organisationName>
962
+ <gmd:role>
963
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
964
+ </gmd:role>
965
+ </gmd:CI_ResponsibleParty>
966
+ </gmd:citedResponsibleParty>
967
+ </gmd:CI_Citation>
968
+ </gfc:source>
969
+ </gfc:FC_DefinitionSource>
970
+ </gfc:definitionSource>
971
+ </gfc:FC_DefinitionReference>
972
+ </gfc:definitionReference>
973
+ <gfc:valueType>
974
+ <gco:TypeName>
975
+ <gco:aName>
976
+ <gco:CharacterString>Double</gco:CharacterString>
977
+ </gco:aName>
978
+ </gco:TypeName>
979
+ </gfc:valueType>
980
+ </gfc:FC_FeatureAttribute>
981
+ </gfc:carrierOfCharacteristics>
982
+ <gfc:carrierOfCharacteristics>
983
+ <gfc:FC_FeatureAttribute>
984
+ <gfc:memberName>
985
+ <gco:LocalName>CATEGORY</gco:LocalName>
986
+ </gfc:memberName>
987
+ <gfc:definition>
988
+ <gco:CharacterString>Seat Reservation</gco:CharacterString>
989
+ </gfc:definition>
990
+ <gfc:cardinality gco:nilReason="unknown"/>
991
+ <gfc:definitionReference>
992
+ <gfc:FC_DefinitionReference>
993
+ <gfc:definitionSource>
994
+ <gfc:FC_DefinitionSource>
995
+ <gfc:source>
996
+ <gmd:CI_Citation>
997
+ <gmd:title>
998
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
999
+ </gmd:title>
1000
+ <gmd:date gco:nilReason="unknown"/>
1001
+ <gmd:citedResponsibleParty>
1002
+ <gmd:CI_ResponsibleParty>
1003
+ <gmd:organisationName>
1004
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1005
+ </gmd:organisationName>
1006
+ <gmd:role>
1007
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1008
+ </gmd:role>
1009
+ </gmd:CI_ResponsibleParty>
1010
+ </gmd:citedResponsibleParty>
1011
+ </gmd:CI_Citation>
1012
+ </gfc:source>
1013
+ </gfc:FC_DefinitionSource>
1014
+ </gfc:definitionSource>
1015
+ </gfc:FC_DefinitionReference>
1016
+ </gfc:definitionReference>
1017
+ <gfc:valueType>
1018
+ <gco:TypeName>
1019
+ <gco:aName>
1020
+ <gco:CharacterString>String</gco:CharacterString>
1021
+ </gco:aName>
1022
+ </gco:TypeName>
1023
+ </gfc:valueType>
1024
+ <gfc:listedValue>
1025
+ <gfc:FC_ListedValue>
1026
+ <gfc:label>
1027
+ <gco:CharacterString>SC/ST or General</gco:CharacterString>
1028
+ </gfc:label>
1029
+ <gfc:definition>
1030
+ <gco:CharacterString>Seat Reservation: whether belong to Scheduled Caste, Scheduled Tribe or General category</gco:CharacterString>
1031
+ </gfc:definition>
1032
+ <gfc:definitionReference>
1033
+ <gfc:FC_DefinitionReference>
1034
+ <gfc:definitionSource>
1035
+ <gfc:FC_DefinitionSource>
1036
+ <gfc:source>
1037
+ <gmd:CI_Citation>
1038
+ <gmd:title>
1039
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1040
+ </gmd:title>
1041
+ <gmd:date gco:nilReason="unknown"/>
1042
+ <gmd:citedResponsibleParty>
1043
+ <gmd:CI_ResponsibleParty>
1044
+ <gmd:organisationName>
1045
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1046
+ </gmd:organisationName>
1047
+ <gmd:role>
1048
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1049
+ </gmd:role>
1050
+ </gmd:CI_ResponsibleParty>
1051
+ </gmd:citedResponsibleParty>
1052
+ </gmd:CI_Citation>
1053
+ </gfc:source>
1054
+ </gfc:FC_DefinitionSource>
1055
+ </gfc:definitionSource>
1056
+ </gfc:FC_DefinitionReference>
1057
+ </gfc:definitionReference>
1058
+ </gfc:FC_ListedValue>
1059
+ </gfc:listedValue>
1060
+ </gfc:FC_FeatureAttribute>
1061
+ </gfc:carrierOfCharacteristics>
1062
+ <gfc:carrierOfCharacteristics>
1063
+ <gfc:FC_FeatureAttribute>
1064
+ <gfc:memberName>
1065
+ <gco:LocalName>STATE_UT</gco:LocalName>
1066
+ </gfc:memberName>
1067
+ <gfc:definition>
1068
+ <gco:CharacterString>Name of the State/Union Territory</gco:CharacterString>
1069
+ </gfc:definition>
1070
+ <gfc:cardinality gco:nilReason="unknown"/>
1071
+ <gfc:definitionReference>
1072
+ <gfc:FC_DefinitionReference>
1073
+ <gfc:definitionSource>
1074
+ <gfc:FC_DefinitionSource>
1075
+ <gfc:source>
1076
+ <gmd:CI_Citation>
1077
+ <gmd:title>
1078
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1079
+ </gmd:title>
1080
+ <gmd:date gco:nilReason="unknown"/>
1081
+ <gmd:citedResponsibleParty>
1082
+ <gmd:CI_ResponsibleParty>
1083
+ <gmd:organisationName>
1084
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1085
+ </gmd:organisationName>
1086
+ <gmd:role>
1087
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1088
+ </gmd:role>
1089
+ </gmd:CI_ResponsibleParty>
1090
+ </gmd:citedResponsibleParty>
1091
+ </gmd:CI_Citation>
1092
+ </gfc:source>
1093
+ </gfc:FC_DefinitionSource>
1094
+ </gfc:definitionSource>
1095
+ </gfc:FC_DefinitionReference>
1096
+ </gfc:definitionReference>
1097
+ <gfc:valueType>
1098
+ <gco:TypeName>
1099
+ <gco:aName>
1100
+ <gco:CharacterString>String</gco:CharacterString>
1101
+ </gco:aName>
1102
+ </gco:TypeName>
1103
+ </gfc:valueType>
1104
+ <gfc:listedValue>
1105
+ <gfc:FC_ListedValue>
1106
+ <gfc:label>
1107
+ <gco:CharacterString>State/Union Territory</gco:CharacterString>
1108
+ </gfc:label>
1109
+ <gfc:definition>
1110
+ <gco:CharacterString>Name of the State/Union Territory</gco:CharacterString>
1111
+ </gfc:definition>
1112
+ <gfc:definitionReference>
1113
+ <gfc:FC_DefinitionReference>
1114
+ <gfc:definitionSource>
1115
+ <gfc:FC_DefinitionSource>
1116
+ <gfc:source>
1117
+ <gmd:CI_Citation>
1118
+ <gmd:title>
1119
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1120
+ </gmd:title>
1121
+ <gmd:date gco:nilReason="unknown"/>
1122
+ <gmd:citedResponsibleParty>
1123
+ <gmd:CI_ResponsibleParty>
1124
+ <gmd:organisationName>
1125
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1126
+ </gmd:organisationName>
1127
+ <gmd:role>
1128
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1129
+ </gmd:role>
1130
+ </gmd:CI_ResponsibleParty>
1131
+ </gmd:citedResponsibleParty>
1132
+ </gmd:CI_Citation>
1133
+ </gfc:source>
1134
+ </gfc:FC_DefinitionSource>
1135
+ </gfc:definitionSource>
1136
+ </gfc:FC_DefinitionReference>
1137
+ </gfc:definitionReference>
1138
+ </gfc:FC_ListedValue>
1139
+ </gfc:listedValue>
1140
+ </gfc:FC_FeatureAttribute>
1141
+ </gfc:carrierOfCharacteristics>
1142
+ <gfc:carrierOfCharacteristics>
1143
+ <gfc:FC_FeatureAttribute>
1144
+ <gfc:memberName>
1145
+ <gco:LocalName>T_PT_VT_08</gco:LocalName>
1146
+ </gfc:memberName>
1147
+ <gfc:definition>
1148
+ <gco:CharacterString>Third party votes polled during the election year</gco:CharacterString>
1149
+ </gfc:definition>
1150
+ <gfc:cardinality gco:nilReason="unknown"/>
1151
+ <gfc:definitionReference>
1152
+ <gfc:FC_DefinitionReference>
1153
+ <gfc:definitionSource>
1154
+ <gfc:FC_DefinitionSource>
1155
+ <gfc:source>
1156
+ <gmd:CI_Citation>
1157
+ <gmd:title>
1158
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1159
+ </gmd:title>
1160
+ <gmd:date gco:nilReason="unknown"/>
1161
+ <gmd:citedResponsibleParty>
1162
+ <gmd:CI_ResponsibleParty>
1163
+ <gmd:organisationName>
1164
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1165
+ </gmd:organisationName>
1166
+ <gmd:role>
1167
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1168
+ </gmd:role>
1169
+ </gmd:CI_ResponsibleParty>
1170
+ </gmd:citedResponsibleParty>
1171
+ </gmd:CI_Citation>
1172
+ </gfc:source>
1173
+ </gfc:FC_DefinitionSource>
1174
+ </gfc:definitionSource>
1175
+ </gfc:FC_DefinitionReference>
1176
+ </gfc:definitionReference>
1177
+ <gfc:valueType>
1178
+ <gco:TypeName>
1179
+ <gco:aName>
1180
+ <gco:CharacterString>Double</gco:CharacterString>
1181
+ </gco:aName>
1182
+ </gco:TypeName>
1183
+ </gfc:valueType>
1184
+ </gfc:FC_FeatureAttribute>
1185
+ </gfc:carrierOfCharacteristics>
1186
+ <gfc:carrierOfCharacteristics>
1187
+ <gfc:FC_FeatureAttribute>
1188
+ <gfc:memberName>
1189
+ <gco:LocalName>TRD_PRT_08</gco:LocalName>
1190
+ </gfc:memberName>
1191
+ <gfc:definition>
1192
+ <gco:CharacterString>Third party during the election year</gco:CharacterString>
1193
+ </gfc:definition>
1194
+ <gfc:cardinality gco:nilReason="unknown"/>
1195
+ <gfc:definitionReference>
1196
+ <gfc:FC_DefinitionReference>
1197
+ <gfc:definitionSource>
1198
+ <gfc:FC_DefinitionSource>
1199
+ <gfc:source>
1200
+ <gmd:CI_Citation>
1201
+ <gmd:title>
1202
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1203
+ </gmd:title>
1204
+ <gmd:date gco:nilReason="unknown"/>
1205
+ <gmd:citedResponsibleParty>
1206
+ <gmd:CI_ResponsibleParty>
1207
+ <gmd:organisationName>
1208
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1209
+ </gmd:organisationName>
1210
+ <gmd:role>
1211
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1212
+ </gmd:role>
1213
+ </gmd:CI_ResponsibleParty>
1214
+ </gmd:citedResponsibleParty>
1215
+ </gmd:CI_Citation>
1216
+ </gfc:source>
1217
+ </gfc:FC_DefinitionSource>
1218
+ </gfc:definitionSource>
1219
+ </gfc:FC_DefinitionReference>
1220
+ </gfc:definitionReference>
1221
+ <gfc:valueType>
1222
+ <gco:TypeName>
1223
+ <gco:aName>
1224
+ <gco:CharacterString>String</gco:CharacterString>
1225
+ </gco:aName>
1226
+ </gco:TypeName>
1227
+ </gfc:valueType>
1228
+ <gfc:listedValue>
1229
+ <gfc:FC_ListedValue>
1230
+ <gfc:label>
1231
+ <gco:CharacterString>Third party</gco:CharacterString>
1232
+ </gfc:label>
1233
+ <gfc:definition>
1234
+ <gco:CharacterString>Third party during the election year</gco:CharacterString>
1235
+ </gfc:definition>
1236
+ <gfc:definitionReference>
1237
+ <gfc:FC_DefinitionReference>
1238
+ <gfc:definitionSource>
1239
+ <gfc:FC_DefinitionSource>
1240
+ <gfc:source>
1241
+ <gmd:CI_Citation>
1242
+ <gmd:title>
1243
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1244
+ </gmd:title>
1245
+ <gmd:date gco:nilReason="unknown"/>
1246
+ <gmd:citedResponsibleParty>
1247
+ <gmd:CI_ResponsibleParty>
1248
+ <gmd:organisationName>
1249
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1250
+ </gmd:organisationName>
1251
+ <gmd:role>
1252
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1253
+ </gmd:role>
1254
+ </gmd:CI_ResponsibleParty>
1255
+ </gmd:citedResponsibleParty>
1256
+ </gmd:CI_Citation>
1257
+ </gfc:source>
1258
+ </gfc:FC_DefinitionSource>
1259
+ </gfc:definitionSource>
1260
+ </gfc:FC_DefinitionReference>
1261
+ </gfc:definitionReference>
1262
+ </gfc:FC_ListedValue>
1263
+ </gfc:listedValue>
1264
+ </gfc:FC_FeatureAttribute>
1265
+ </gfc:carrierOfCharacteristics>
1266
+ <gfc:carrierOfCharacteristics>
1267
+ <gfc:FC_FeatureAttribute>
1268
+ <gfc:memberName>
1269
+ <gco:LocalName>TRD_CND_08</gco:LocalName>
1270
+ </gfc:memberName>
1271
+ <gfc:definition>
1272
+ <gco:CharacterString>Third Candidate during the election year</gco:CharacterString>
1273
+ </gfc:definition>
1274
+ <gfc:cardinality gco:nilReason="unknown"/>
1275
+ <gfc:definitionReference>
1276
+ <gfc:FC_DefinitionReference>
1277
+ <gfc:definitionSource>
1278
+ <gfc:FC_DefinitionSource>
1279
+ <gfc:source>
1280
+ <gmd:CI_Citation>
1281
+ <gmd:title>
1282
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1283
+ </gmd:title>
1284
+ <gmd:date gco:nilReason="unknown"/>
1285
+ <gmd:citedResponsibleParty>
1286
+ <gmd:CI_ResponsibleParty>
1287
+ <gmd:organisationName>
1288
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1289
+ </gmd:organisationName>
1290
+ <gmd:role>
1291
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1292
+ </gmd:role>
1293
+ </gmd:CI_ResponsibleParty>
1294
+ </gmd:citedResponsibleParty>
1295
+ </gmd:CI_Citation>
1296
+ </gfc:source>
1297
+ </gfc:FC_DefinitionSource>
1298
+ </gfc:definitionSource>
1299
+ </gfc:FC_DefinitionReference>
1300
+ </gfc:definitionReference>
1301
+ <gfc:valueType>
1302
+ <gco:TypeName>
1303
+ <gco:aName>
1304
+ <gco:CharacterString>String</gco:CharacterString>
1305
+ </gco:aName>
1306
+ </gco:TypeName>
1307
+ </gfc:valueType>
1308
+ <gfc:listedValue>
1309
+ <gfc:FC_ListedValue>
1310
+ <gfc:label>
1311
+ <gco:CharacterString>Third Candidate</gco:CharacterString>
1312
+ </gfc:label>
1313
+ <gfc:definition>
1314
+ <gco:CharacterString>Third Candidate during the election year</gco:CharacterString>
1315
+ </gfc:definition>
1316
+ <gfc:definitionReference>
1317
+ <gfc:FC_DefinitionReference>
1318
+ <gfc:definitionSource>
1319
+ <gfc:FC_DefinitionSource>
1320
+ <gfc:source>
1321
+ <gmd:CI_Citation>
1322
+ <gmd:title>
1323
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1324
+ </gmd:title>
1325
+ <gmd:date gco:nilReason="unknown"/>
1326
+ <gmd:citedResponsibleParty>
1327
+ <gmd:CI_ResponsibleParty>
1328
+ <gmd:organisationName>
1329
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1330
+ </gmd:organisationName>
1331
+ <gmd:role>
1332
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1333
+ </gmd:role>
1334
+ </gmd:CI_ResponsibleParty>
1335
+ </gmd:citedResponsibleParty>
1336
+ </gmd:CI_Citation>
1337
+ </gfc:source>
1338
+ </gfc:FC_DefinitionSource>
1339
+ </gfc:definitionSource>
1340
+ </gfc:FC_DefinitionReference>
1341
+ </gfc:definitionReference>
1342
+ </gfc:FC_ListedValue>
1343
+ </gfc:listedValue>
1344
+ </gfc:FC_FeatureAttribute>
1345
+ </gfc:carrierOfCharacteristics>
1346
+ <gfc:carrierOfCharacteristics>
1347
+ <gfc:FC_FeatureAttribute>
1348
+ <gfc:memberName>
1349
+ <gco:LocalName>S_PT_VT_08</gco:LocalName>
1350
+ </gfc:memberName>
1351
+ <gfc:definition>
1352
+ <gco:CharacterString>Second party votes polled during the election year</gco:CharacterString>
1353
+ </gfc:definition>
1354
+ <gfc:cardinality gco:nilReason="unknown"/>
1355
+ <gfc:definitionReference>
1356
+ <gfc:FC_DefinitionReference>
1357
+ <gfc:definitionSource>
1358
+ <gfc:FC_DefinitionSource>
1359
+ <gfc:source>
1360
+ <gmd:CI_Citation>
1361
+ <gmd:title>
1362
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1363
+ </gmd:title>
1364
+ <gmd:date gco:nilReason="unknown"/>
1365
+ <gmd:citedResponsibleParty>
1366
+ <gmd:CI_ResponsibleParty>
1367
+ <gmd:organisationName>
1368
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1369
+ </gmd:organisationName>
1370
+ <gmd:role>
1371
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1372
+ </gmd:role>
1373
+ </gmd:CI_ResponsibleParty>
1374
+ </gmd:citedResponsibleParty>
1375
+ </gmd:CI_Citation>
1376
+ </gfc:source>
1377
+ </gfc:FC_DefinitionSource>
1378
+ </gfc:definitionSource>
1379
+ </gfc:FC_DefinitionReference>
1380
+ </gfc:definitionReference>
1381
+ <gfc:valueType>
1382
+ <gco:TypeName>
1383
+ <gco:aName>
1384
+ <gco:CharacterString>Double</gco:CharacterString>
1385
+ </gco:aName>
1386
+ </gco:TypeName>
1387
+ </gfc:valueType>
1388
+ </gfc:FC_FeatureAttribute>
1389
+ </gfc:carrierOfCharacteristics>
1390
+ <gfc:carrierOfCharacteristics>
1391
+ <gfc:FC_FeatureAttribute>
1392
+ <gfc:memberName>
1393
+ <gco:LocalName>P_MRG_1_3</gco:LocalName>
1394
+ </gfc:memberName>
1395
+ <gfc:definition>
1396
+ <gco:CharacterString>Percentage Margin between winning party 1 and 3</gco:CharacterString>
1397
+ </gfc:definition>
1398
+ <gfc:cardinality gco:nilReason="unknown"/>
1399
+ <gfc:definitionReference>
1400
+ <gfc:FC_DefinitionReference>
1401
+ <gfc:definitionSource>
1402
+ <gfc:FC_DefinitionSource>
1403
+ <gfc:source>
1404
+ <gmd:CI_Citation>
1405
+ <gmd:title>
1406
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1407
+ </gmd:title>
1408
+ <gmd:date gco:nilReason="unknown"/>
1409
+ <gmd:citedResponsibleParty>
1410
+ <gmd:CI_ResponsibleParty>
1411
+ <gmd:organisationName>
1412
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1413
+ </gmd:organisationName>
1414
+ <gmd:role>
1415
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1416
+ </gmd:role>
1417
+ </gmd:CI_ResponsibleParty>
1418
+ </gmd:citedResponsibleParty>
1419
+ </gmd:CI_Citation>
1420
+ </gfc:source>
1421
+ </gfc:FC_DefinitionSource>
1422
+ </gfc:definitionSource>
1423
+ </gfc:FC_DefinitionReference>
1424
+ </gfc:definitionReference>
1425
+ <gfc:valueType>
1426
+ <gco:TypeName>
1427
+ <gco:aName>
1428
+ <gco:CharacterString>Double</gco:CharacterString>
1429
+ </gco:aName>
1430
+ </gco:TypeName>
1431
+ </gfc:valueType>
1432
+ </gfc:FC_FeatureAttribute>
1433
+ </gfc:carrierOfCharacteristics>
1434
+ <gfc:carrierOfCharacteristics>
1435
+ <gfc:FC_FeatureAttribute>
1436
+ <gfc:memberName>
1437
+ <gco:LocalName>MRG_1_3</gco:LocalName>
1438
+ </gfc:memberName>
1439
+ <gfc:definition>
1440
+ <gco:CharacterString>Margin between winning party 1 and 3</gco:CharacterString>
1441
+ </gfc:definition>
1442
+ <gfc:cardinality gco:nilReason="unknown"/>
1443
+ <gfc:definitionReference>
1444
+ <gfc:FC_DefinitionReference>
1445
+ <gfc:definitionSource>
1446
+ <gfc:FC_DefinitionSource>
1447
+ <gfc:source>
1448
+ <gmd:CI_Citation>
1449
+ <gmd:title>
1450
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1451
+ </gmd:title>
1452
+ <gmd:date gco:nilReason="unknown"/>
1453
+ <gmd:citedResponsibleParty>
1454
+ <gmd:CI_ResponsibleParty>
1455
+ <gmd:organisationName>
1456
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1457
+ </gmd:organisationName>
1458
+ <gmd:role>
1459
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1460
+ </gmd:role>
1461
+ </gmd:CI_ResponsibleParty>
1462
+ </gmd:citedResponsibleParty>
1463
+ </gmd:CI_Citation>
1464
+ </gfc:source>
1465
+ </gfc:FC_DefinitionSource>
1466
+ </gfc:definitionSource>
1467
+ </gfc:FC_DefinitionReference>
1468
+ </gfc:definitionReference>
1469
+ <gfc:valueType>
1470
+ <gco:TypeName>
1471
+ <gco:aName>
1472
+ <gco:CharacterString>Double</gco:CharacterString>
1473
+ </gco:aName>
1474
+ </gco:TypeName>
1475
+ </gfc:valueType>
1476
+ </gfc:FC_FeatureAttribute>
1477
+ </gfc:carrierOfCharacteristics>
1478
+ <gfc:carrierOfCharacteristics>
1479
+ <gfc:FC_FeatureAttribute>
1480
+ <gfc:memberName>
1481
+ <gco:LocalName>P_MRG_1_2</gco:LocalName>
1482
+ </gfc:memberName>
1483
+ <gfc:definition>
1484
+ <gco:CharacterString>Percentage Margin between winning party 1 and 2</gco:CharacterString>
1485
+ </gfc:definition>
1486
+ <gfc:cardinality gco:nilReason="unknown"/>
1487
+ <gfc:definitionReference>
1488
+ <gfc:FC_DefinitionReference>
1489
+ <gfc:definitionSource>
1490
+ <gfc:FC_DefinitionSource>
1491
+ <gfc:source>
1492
+ <gmd:CI_Citation>
1493
+ <gmd:title>
1494
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1495
+ </gmd:title>
1496
+ <gmd:date gco:nilReason="unknown"/>
1497
+ <gmd:citedResponsibleParty>
1498
+ <gmd:CI_ResponsibleParty>
1499
+ <gmd:organisationName>
1500
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1501
+ </gmd:organisationName>
1502
+ <gmd:role>
1503
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1504
+ </gmd:role>
1505
+ </gmd:CI_ResponsibleParty>
1506
+ </gmd:citedResponsibleParty>
1507
+ </gmd:CI_Citation>
1508
+ </gfc:source>
1509
+ </gfc:FC_DefinitionSource>
1510
+ </gfc:definitionSource>
1511
+ </gfc:FC_DefinitionReference>
1512
+ </gfc:definitionReference>
1513
+ <gfc:valueType>
1514
+ <gco:TypeName>
1515
+ <gco:aName>
1516
+ <gco:CharacterString>Double</gco:CharacterString>
1517
+ </gco:aName>
1518
+ </gco:TypeName>
1519
+ </gfc:valueType>
1520
+ </gfc:FC_FeatureAttribute>
1521
+ </gfc:carrierOfCharacteristics>
1522
+ <gfc:carrierOfCharacteristics>
1523
+ <gfc:FC_FeatureAttribute>
1524
+ <gfc:memberName>
1525
+ <gco:LocalName>MRG_1_2</gco:LocalName>
1526
+ </gfc:memberName>
1527
+ <gfc:definition>
1528
+ <gco:CharacterString>Margin between winning party 1 and 2</gco:CharacterString>
1529
+ </gfc:definition>
1530
+ <gfc:cardinality gco:nilReason="unknown"/>
1531
+ <gfc:definitionReference>
1532
+ <gfc:FC_DefinitionReference>
1533
+ <gfc:definitionSource>
1534
+ <gfc:FC_DefinitionSource>
1535
+ <gfc:source>
1536
+ <gmd:CI_Citation>
1537
+ <gmd:title>
1538
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1539
+ </gmd:title>
1540
+ <gmd:date gco:nilReason="unknown"/>
1541
+ <gmd:citedResponsibleParty>
1542
+ <gmd:CI_ResponsibleParty>
1543
+ <gmd:organisationName>
1544
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1545
+ </gmd:organisationName>
1546
+ <gmd:role>
1547
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1548
+ </gmd:role>
1549
+ </gmd:CI_ResponsibleParty>
1550
+ </gmd:citedResponsibleParty>
1551
+ </gmd:CI_Citation>
1552
+ </gfc:source>
1553
+ </gfc:FC_DefinitionSource>
1554
+ </gfc:definitionSource>
1555
+ </gfc:FC_DefinitionReference>
1556
+ </gfc:definitionReference>
1557
+ <gfc:valueType>
1558
+ <gco:TypeName>
1559
+ <gco:aName>
1560
+ <gco:CharacterString>Double</gco:CharacterString>
1561
+ </gco:aName>
1562
+ </gco:TypeName>
1563
+ </gfc:valueType>
1564
+ </gfc:FC_FeatureAttribute>
1565
+ </gfc:carrierOfCharacteristics>
1566
+ <gfc:carrierOfCharacteristics>
1567
+ <gfc:FC_FeatureAttribute>
1568
+ <gfc:memberName>
1569
+ <gco:LocalName>WIN_CND_08</gco:LocalName>
1570
+ </gfc:memberName>
1571
+ <gfc:definition>
1572
+ <gco:CharacterString>Winner Candidate during the election year</gco:CharacterString>
1573
+ </gfc:definition>
1574
+ <gfc:cardinality gco:nilReason="unknown"/>
1575
+ <gfc:definitionReference>
1576
+ <gfc:FC_DefinitionReference>
1577
+ <gfc:definitionSource>
1578
+ <gfc:FC_DefinitionSource>
1579
+ <gfc:source>
1580
+ <gmd:CI_Citation>
1581
+ <gmd:title>
1582
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1583
+ </gmd:title>
1584
+ <gmd:date gco:nilReason="unknown"/>
1585
+ <gmd:citedResponsibleParty>
1586
+ <gmd:CI_ResponsibleParty>
1587
+ <gmd:organisationName>
1588
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1589
+ </gmd:organisationName>
1590
+ <gmd:role>
1591
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1592
+ </gmd:role>
1593
+ </gmd:CI_ResponsibleParty>
1594
+ </gmd:citedResponsibleParty>
1595
+ </gmd:CI_Citation>
1596
+ </gfc:source>
1597
+ </gfc:FC_DefinitionSource>
1598
+ </gfc:definitionSource>
1599
+ </gfc:FC_DefinitionReference>
1600
+ </gfc:definitionReference>
1601
+ <gfc:valueType>
1602
+ <gco:TypeName>
1603
+ <gco:aName>
1604
+ <gco:CharacterString>String</gco:CharacterString>
1605
+ </gco:aName>
1606
+ </gco:TypeName>
1607
+ </gfc:valueType>
1608
+ <gfc:listedValue>
1609
+ <gfc:FC_ListedValue>
1610
+ <gfc:label>
1611
+ <gco:CharacterString>Winner Candidate</gco:CharacterString>
1612
+ </gfc:label>
1613
+ <gfc:definition>
1614
+ <gco:CharacterString>Winner Candidate during the election year</gco:CharacterString>
1615
+ </gfc:definition>
1616
+ <gfc:definitionReference>
1617
+ <gfc:FC_DefinitionReference>
1618
+ <gfc:definitionSource>
1619
+ <gfc:FC_DefinitionSource>
1620
+ <gfc:source>
1621
+ <gmd:CI_Citation>
1622
+ <gmd:title>
1623
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1624
+ </gmd:title>
1625
+ <gmd:date gco:nilReason="unknown"/>
1626
+ <gmd:citedResponsibleParty>
1627
+ <gmd:CI_ResponsibleParty>
1628
+ <gmd:organisationName>
1629
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1630
+ </gmd:organisationName>
1631
+ <gmd:role>
1632
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1633
+ </gmd:role>
1634
+ </gmd:CI_ResponsibleParty>
1635
+ </gmd:citedResponsibleParty>
1636
+ </gmd:CI_Citation>
1637
+ </gfc:source>
1638
+ </gfc:FC_DefinitionSource>
1639
+ </gfc:definitionSource>
1640
+ </gfc:FC_DefinitionReference>
1641
+ </gfc:definitionReference>
1642
+ </gfc:FC_ListedValue>
1643
+ </gfc:listedValue>
1644
+ </gfc:FC_FeatureAttribute>
1645
+ </gfc:carrierOfCharacteristics>
1646
+ <gfc:carrierOfCharacteristics>
1647
+ <gfc:FC_FeatureAttribute>
1648
+ <gfc:memberName>
1649
+ <gco:LocalName>SND_PRT_08</gco:LocalName>
1650
+ </gfc:memberName>
1651
+ <gfc:definition>
1652
+ <gco:CharacterString>Second party during the election year</gco:CharacterString>
1653
+ </gfc:definition>
1654
+ <gfc:cardinality gco:nilReason="unknown"/>
1655
+ <gfc:definitionReference>
1656
+ <gfc:FC_DefinitionReference>
1657
+ <gfc:definitionSource>
1658
+ <gfc:FC_DefinitionSource>
1659
+ <gfc:source>
1660
+ <gmd:CI_Citation>
1661
+ <gmd:title>
1662
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1663
+ </gmd:title>
1664
+ <gmd:date gco:nilReason="unknown"/>
1665
+ <gmd:citedResponsibleParty>
1666
+ <gmd:CI_ResponsibleParty>
1667
+ <gmd:organisationName>
1668
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1669
+ </gmd:organisationName>
1670
+ <gmd:role>
1671
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1672
+ </gmd:role>
1673
+ </gmd:CI_ResponsibleParty>
1674
+ </gmd:citedResponsibleParty>
1675
+ </gmd:CI_Citation>
1676
+ </gfc:source>
1677
+ </gfc:FC_DefinitionSource>
1678
+ </gfc:definitionSource>
1679
+ </gfc:FC_DefinitionReference>
1680
+ </gfc:definitionReference>
1681
+ <gfc:valueType>
1682
+ <gco:TypeName>
1683
+ <gco:aName>
1684
+ <gco:CharacterString>String</gco:CharacterString>
1685
+ </gco:aName>
1686
+ </gco:TypeName>
1687
+ </gfc:valueType>
1688
+ <gfc:listedValue>
1689
+ <gfc:FC_ListedValue>
1690
+ <gfc:label>
1691
+ <gco:CharacterString>Second party</gco:CharacterString>
1692
+ </gfc:label>
1693
+ <gfc:definition>
1694
+ <gco:CharacterString>Second party during the election year</gco:CharacterString>
1695
+ </gfc:definition>
1696
+ <gfc:definitionReference>
1697
+ <gfc:FC_DefinitionReference>
1698
+ <gfc:definitionSource>
1699
+ <gfc:FC_DefinitionSource>
1700
+ <gfc:source>
1701
+ <gmd:CI_Citation>
1702
+ <gmd:title>
1703
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1704
+ </gmd:title>
1705
+ <gmd:date gco:nilReason="unknown"/>
1706
+ <gmd:citedResponsibleParty>
1707
+ <gmd:CI_ResponsibleParty>
1708
+ <gmd:organisationName>
1709
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1710
+ </gmd:organisationName>
1711
+ <gmd:role>
1712
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1713
+ </gmd:role>
1714
+ </gmd:CI_ResponsibleParty>
1715
+ </gmd:citedResponsibleParty>
1716
+ </gmd:CI_Citation>
1717
+ </gfc:source>
1718
+ </gfc:FC_DefinitionSource>
1719
+ </gfc:definitionSource>
1720
+ </gfc:FC_DefinitionReference>
1721
+ </gfc:definitionReference>
1722
+ </gfc:FC_ListedValue>
1723
+ </gfc:listedValue>
1724
+ </gfc:FC_FeatureAttribute>
1725
+ </gfc:carrierOfCharacteristics>
1726
+ <gfc:carrierOfCharacteristics>
1727
+ <gfc:FC_FeatureAttribute>
1728
+ <gfc:memberName>
1729
+ <gco:LocalName>SND_CND_08</gco:LocalName>
1730
+ </gfc:memberName>
1731
+ <gfc:definition>
1732
+ <gco:CharacterString>Second Candidate during the election year</gco:CharacterString>
1733
+ </gfc:definition>
1734
+ <gfc:cardinality gco:nilReason="unknown"/>
1735
+ <gfc:definitionReference>
1736
+ <gfc:FC_DefinitionReference>
1737
+ <gfc:definitionSource>
1738
+ <gfc:FC_DefinitionSource>
1739
+ <gfc:source>
1740
+ <gmd:CI_Citation>
1741
+ <gmd:title>
1742
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1743
+ </gmd:title>
1744
+ <gmd:date gco:nilReason="unknown"/>
1745
+ <gmd:citedResponsibleParty>
1746
+ <gmd:CI_ResponsibleParty>
1747
+ <gmd:organisationName>
1748
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1749
+ </gmd:organisationName>
1750
+ <gmd:role>
1751
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1752
+ </gmd:role>
1753
+ </gmd:CI_ResponsibleParty>
1754
+ </gmd:citedResponsibleParty>
1755
+ </gmd:CI_Citation>
1756
+ </gfc:source>
1757
+ </gfc:FC_DefinitionSource>
1758
+ </gfc:definitionSource>
1759
+ </gfc:FC_DefinitionReference>
1760
+ </gfc:definitionReference>
1761
+ <gfc:valueType>
1762
+ <gco:TypeName>
1763
+ <gco:aName>
1764
+ <gco:CharacterString>String</gco:CharacterString>
1765
+ </gco:aName>
1766
+ </gco:TypeName>
1767
+ </gfc:valueType>
1768
+ <gfc:listedValue>
1769
+ <gfc:FC_ListedValue>
1770
+ <gfc:label>
1771
+ <gco:CharacterString>Second Candidate</gco:CharacterString>
1772
+ </gfc:label>
1773
+ <gfc:definition>
1774
+ <gco:CharacterString>Second Candidate during the election year</gco:CharacterString>
1775
+ </gfc:definition>
1776
+ <gfc:definitionReference>
1777
+ <gfc:FC_DefinitionReference>
1778
+ <gfc:definitionSource>
1779
+ <gfc:FC_DefinitionSource>
1780
+ <gfc:source>
1781
+ <gmd:CI_Citation>
1782
+ <gmd:title>
1783
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1784
+ </gmd:title>
1785
+ <gmd:date gco:nilReason="unknown"/>
1786
+ <gmd:citedResponsibleParty>
1787
+ <gmd:CI_ResponsibleParty>
1788
+ <gmd:organisationName>
1789
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1790
+ </gmd:organisationName>
1791
+ <gmd:role>
1792
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1793
+ </gmd:role>
1794
+ </gmd:CI_ResponsibleParty>
1795
+ </gmd:citedResponsibleParty>
1796
+ </gmd:CI_Citation>
1797
+ </gfc:source>
1798
+ </gfc:FC_DefinitionSource>
1799
+ </gfc:definitionSource>
1800
+ </gfc:FC_DefinitionReference>
1801
+ </gfc:definitionReference>
1802
+ </gfc:FC_ListedValue>
1803
+ </gfc:listedValue>
1804
+ </gfc:FC_FeatureAttribute>
1805
+ </gfc:carrierOfCharacteristics>
1806
+ <gfc:carrierOfCharacteristics>
1807
+ <gfc:FC_FeatureAttribute>
1808
+ <gfc:memberName>
1809
+ <gco:LocalName>W_PT_VT_08</gco:LocalName>
1810
+ </gfc:memberName>
1811
+ <gfc:definition>
1812
+ <gco:CharacterString>Winner party votes polled during the year</gco:CharacterString>
1813
+ </gfc:definition>
1814
+ <gfc:cardinality gco:nilReason="unknown"/>
1815
+ <gfc:definitionReference>
1816
+ <gfc:FC_DefinitionReference>
1817
+ <gfc:definitionSource>
1818
+ <gfc:FC_DefinitionSource>
1819
+ <gfc:source>
1820
+ <gmd:CI_Citation>
1821
+ <gmd:title>
1822
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1823
+ </gmd:title>
1824
+ <gmd:date gco:nilReason="unknown"/>
1825
+ <gmd:citedResponsibleParty>
1826
+ <gmd:CI_ResponsibleParty>
1827
+ <gmd:organisationName>
1828
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1829
+ </gmd:organisationName>
1830
+ <gmd:role>
1831
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1832
+ </gmd:role>
1833
+ </gmd:CI_ResponsibleParty>
1834
+ </gmd:citedResponsibleParty>
1835
+ </gmd:CI_Citation>
1836
+ </gfc:source>
1837
+ </gfc:FC_DefinitionSource>
1838
+ </gfc:definitionSource>
1839
+ </gfc:FC_DefinitionReference>
1840
+ </gfc:definitionReference>
1841
+ <gfc:valueType>
1842
+ <gco:TypeName>
1843
+ <gco:aName>
1844
+ <gco:CharacterString>Double</gco:CharacterString>
1845
+ </gco:aName>
1846
+ </gco:TypeName>
1847
+ </gfc:valueType>
1848
+ </gfc:FC_FeatureAttribute>
1849
+ </gfc:carrierOfCharacteristics>
1850
+ <gfc:carrierOfCharacteristics>
1851
+ <gfc:FC_FeatureAttribute>
1852
+ <gfc:memberName>
1853
+ <gco:LocalName>WIN_PRT_08</gco:LocalName>
1854
+ </gfc:memberName>
1855
+ <gfc:definition>
1856
+ <gco:CharacterString>Winner party during the election year</gco:CharacterString>
1857
+ </gfc:definition>
1858
+ <gfc:cardinality gco:nilReason="unknown"/>
1859
+ <gfc:definitionReference>
1860
+ <gfc:FC_DefinitionReference>
1861
+ <gfc:definitionSource>
1862
+ <gfc:FC_DefinitionSource>
1863
+ <gfc:source>
1864
+ <gmd:CI_Citation>
1865
+ <gmd:title>
1866
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1867
+ </gmd:title>
1868
+ <gmd:date gco:nilReason="unknown"/>
1869
+ <gmd:citedResponsibleParty>
1870
+ <gmd:CI_ResponsibleParty>
1871
+ <gmd:organisationName>
1872
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1873
+ </gmd:organisationName>
1874
+ <gmd:role>
1875
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1876
+ </gmd:role>
1877
+ </gmd:CI_ResponsibleParty>
1878
+ </gmd:citedResponsibleParty>
1879
+ </gmd:CI_Citation>
1880
+ </gfc:source>
1881
+ </gfc:FC_DefinitionSource>
1882
+ </gfc:definitionSource>
1883
+ </gfc:FC_DefinitionReference>
1884
+ </gfc:definitionReference>
1885
+ <gfc:valueType>
1886
+ <gco:TypeName>
1887
+ <gco:aName>
1888
+ <gco:CharacterString>String</gco:CharacterString>
1889
+ </gco:aName>
1890
+ </gco:TypeName>
1891
+ </gfc:valueType>
1892
+ <gfc:listedValue>
1893
+ <gfc:FC_ListedValue>
1894
+ <gfc:label>
1895
+ <gco:CharacterString>Winner party</gco:CharacterString>
1896
+ </gfc:label>
1897
+ <gfc:definition>
1898
+ <gco:CharacterString>Winner party during the election year</gco:CharacterString>
1899
+ </gfc:definition>
1900
+ <gfc:definitionReference>
1901
+ <gfc:FC_DefinitionReference>
1902
+ <gfc:definitionSource>
1903
+ <gfc:FC_DefinitionSource>
1904
+ <gfc:source>
1905
+ <gmd:CI_Citation>
1906
+ <gmd:title>
1907
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1908
+ </gmd:title>
1909
+ <gmd:date gco:nilReason="unknown"/>
1910
+ <gmd:citedResponsibleParty>
1911
+ <gmd:CI_ResponsibleParty>
1912
+ <gmd:organisationName>
1913
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1914
+ </gmd:organisationName>
1915
+ <gmd:role>
1916
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1917
+ </gmd:role>
1918
+ </gmd:CI_ResponsibleParty>
1919
+ </gmd:citedResponsibleParty>
1920
+ </gmd:CI_Citation>
1921
+ </gfc:source>
1922
+ </gfc:FC_DefinitionSource>
1923
+ </gfc:definitionSource>
1924
+ </gfc:FC_DefinitionReference>
1925
+ </gfc:definitionReference>
1926
+ </gfc:FC_ListedValue>
1927
+ </gfc:listedValue>
1928
+ </gfc:FC_FeatureAttribute>
1929
+ </gfc:carrierOfCharacteristics>
1930
+ <gfc:carrierOfCharacteristics>
1931
+ <gfc:FC_FeatureAttribute>
1932
+ <gfc:memberName>
1933
+ <gco:LocalName>P_V_PL_08</gco:LocalName>
1934
+ </gfc:memberName>
1935
+ <gfc:definition>
1936
+ <gco:CharacterString>Percentage of vote polled during the election year</gco:CharacterString>
1937
+ </gfc:definition>
1938
+ <gfc:cardinality gco:nilReason="unknown"/>
1939
+ <gfc:definitionReference>
1940
+ <gfc:FC_DefinitionReference>
1941
+ <gfc:definitionSource>
1942
+ <gfc:FC_DefinitionSource>
1943
+ <gfc:source>
1944
+ <gmd:CI_Citation>
1945
+ <gmd:title>
1946
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1947
+ </gmd:title>
1948
+ <gmd:date gco:nilReason="unknown"/>
1949
+ <gmd:citedResponsibleParty>
1950
+ <gmd:CI_ResponsibleParty>
1951
+ <gmd:organisationName>
1952
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1953
+ </gmd:organisationName>
1954
+ <gmd:role>
1955
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1956
+ </gmd:role>
1957
+ </gmd:CI_ResponsibleParty>
1958
+ </gmd:citedResponsibleParty>
1959
+ </gmd:CI_Citation>
1960
+ </gfc:source>
1961
+ </gfc:FC_DefinitionSource>
1962
+ </gfc:definitionSource>
1963
+ </gfc:FC_DefinitionReference>
1964
+ </gfc:definitionReference>
1965
+ <gfc:valueType>
1966
+ <gco:TypeName>
1967
+ <gco:aName>
1968
+ <gco:CharacterString>Double</gco:CharacterString>
1969
+ </gco:aName>
1970
+ </gco:TypeName>
1971
+ </gfc:valueType>
1972
+ </gfc:FC_FeatureAttribute>
1973
+ </gfc:carrierOfCharacteristics>
1974
+ <gfc:carrierOfCharacteristics>
1975
+ <gfc:FC_FeatureAttribute>
1976
+ <gfc:memberName>
1977
+ <gco:LocalName>T_ELECT_08</gco:LocalName>
1978
+ </gfc:memberName>
1979
+ <gfc:definition>
1980
+ <gco:CharacterString>Total electorates during the election year</gco:CharacterString>
1981
+ </gfc:definition>
1982
+ <gfc:cardinality gco:nilReason="unknown"/>
1983
+ <gfc:definitionReference>
1984
+ <gfc:FC_DefinitionReference>
1985
+ <gfc:definitionSource>
1986
+ <gfc:FC_DefinitionSource>
1987
+ <gfc:source>
1988
+ <gmd:CI_Citation>
1989
+ <gmd:title>
1990
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1991
+ </gmd:title>
1992
+ <gmd:date gco:nilReason="unknown"/>
1993
+ <gmd:citedResponsibleParty>
1994
+ <gmd:CI_ResponsibleParty>
1995
+ <gmd:organisationName>
1996
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1997
+ </gmd:organisationName>
1998
+ <gmd:role>
1999
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2000
+ </gmd:role>
2001
+ </gmd:CI_ResponsibleParty>
2002
+ </gmd:citedResponsibleParty>
2003
+ </gmd:CI_Citation>
2004
+ </gfc:source>
2005
+ </gfc:FC_DefinitionSource>
2006
+ </gfc:definitionSource>
2007
+ </gfc:FC_DefinitionReference>
2008
+ </gfc:definitionReference>
2009
+ <gfc:valueType>
2010
+ <gco:TypeName>
2011
+ <gco:aName>
2012
+ <gco:CharacterString>Double</gco:CharacterString>
2013
+ </gco:aName>
2014
+ </gco:TypeName>
2015
+ </gfc:valueType>
2016
+ </gfc:FC_FeatureAttribute>
2017
+ </gfc:carrierOfCharacteristics>
2018
+ <gfc:carrierOfCharacteristics>
2019
+ <gfc:FC_FeatureAttribute>
2020
+ <gfc:memberName>
2021
+ <gco:LocalName>M_ELEC_08</gco:LocalName>
2022
+ </gfc:memberName>
2023
+ <gfc:definition>
2024
+ <gco:CharacterString>Male electorates during the election year</gco:CharacterString>
2025
+ </gfc:definition>
2026
+ <gfc:cardinality gco:nilReason="unknown"/>
2027
+ <gfc:definitionReference>
2028
+ <gfc:FC_DefinitionReference>
2029
+ <gfc:definitionSource>
2030
+ <gfc:FC_DefinitionSource>
2031
+ <gfc:source>
2032
+ <gmd:CI_Citation>
2033
+ <gmd:title>
2034
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2035
+ </gmd:title>
2036
+ <gmd:date gco:nilReason="unknown"/>
2037
+ <gmd:citedResponsibleParty>
2038
+ <gmd:CI_ResponsibleParty>
2039
+ <gmd:organisationName>
2040
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2041
+ </gmd:organisationName>
2042
+ <gmd:role>
2043
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2044
+ </gmd:role>
2045
+ </gmd:CI_ResponsibleParty>
2046
+ </gmd:citedResponsibleParty>
2047
+ </gmd:CI_Citation>
2048
+ </gfc:source>
2049
+ </gfc:FC_DefinitionSource>
2050
+ </gfc:definitionSource>
2051
+ </gfc:FC_DefinitionReference>
2052
+ </gfc:definitionReference>
2053
+ <gfc:valueType>
2054
+ <gco:TypeName>
2055
+ <gco:aName>
2056
+ <gco:CharacterString>Double</gco:CharacterString>
2057
+ </gco:aName>
2058
+ </gco:TypeName>
2059
+ </gfc:valueType>
2060
+ </gfc:FC_FeatureAttribute>
2061
+ </gfc:carrierOfCharacteristics>
2062
+ <gfc:carrierOfCharacteristics>
2063
+ <gfc:FC_FeatureAttribute>
2064
+ <gfc:memberName>
2065
+ <gco:LocalName>F_ELEC_08</gco:LocalName>
2066
+ </gfc:memberName>
2067
+ <gfc:definition>
2068
+ <gco:CharacterString>Female electorates during the election year</gco:CharacterString>
2069
+ </gfc:definition>
2070
+ <gfc:cardinality gco:nilReason="unknown"/>
2071
+ <gfc:definitionReference>
2072
+ <gfc:FC_DefinitionReference>
2073
+ <gfc:definitionSource>
2074
+ <gfc:FC_DefinitionSource>
2075
+ <gfc:source>
2076
+ <gmd:CI_Citation>
2077
+ <gmd:title>
2078
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2079
+ </gmd:title>
2080
+ <gmd:date gco:nilReason="unknown"/>
2081
+ <gmd:citedResponsibleParty>
2082
+ <gmd:CI_ResponsibleParty>
2083
+ <gmd:organisationName>
2084
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2085
+ </gmd:organisationName>
2086
+ <gmd:role>
2087
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2088
+ </gmd:role>
2089
+ </gmd:CI_ResponsibleParty>
2090
+ </gmd:citedResponsibleParty>
2091
+ </gmd:CI_Citation>
2092
+ </gfc:source>
2093
+ </gfc:FC_DefinitionSource>
2094
+ </gfc:definitionSource>
2095
+ </gfc:FC_DefinitionReference>
2096
+ </gfc:definitionReference>
2097
+ <gfc:valueType>
2098
+ <gco:TypeName>
2099
+ <gco:aName>
2100
+ <gco:CharacterString>Double</gco:CharacterString>
2101
+ </gco:aName>
2102
+ </gco:TypeName>
2103
+ </gfc:valueType>
2104
+ </gfc:FC_FeatureAttribute>
2105
+ </gfc:carrierOfCharacteristics>
2106
+ <gfc:carrierOfCharacteristics>
2107
+ <gfc:FC_FeatureAttribute>
2108
+ <gfc:memberName>
2109
+ <gco:LocalName>AC_NO</gco:LocalName>
2110
+ </gfc:memberName>
2111
+ <gfc:definition>
2112
+ <gco:CharacterString>Assembly constituency number</gco:CharacterString>
2113
+ </gfc:definition>
2114
+ <gfc:cardinality gco:nilReason="unknown"/>
2115
+ <gfc:definitionReference>
2116
+ <gfc:FC_DefinitionReference>
2117
+ <gfc:definitionSource>
2118
+ <gfc:FC_DefinitionSource>
2119
+ <gfc:source>
2120
+ <gmd:CI_Citation>
2121
+ <gmd:title>
2122
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2123
+ </gmd:title>
2124
+ <gmd:date gco:nilReason="unknown"/>
2125
+ <gmd:citedResponsibleParty>
2126
+ <gmd:CI_ResponsibleParty>
2127
+ <gmd:organisationName>
2128
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2129
+ </gmd:organisationName>
2130
+ <gmd:role>
2131
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2132
+ </gmd:role>
2133
+ </gmd:CI_ResponsibleParty>
2134
+ </gmd:citedResponsibleParty>
2135
+ </gmd:CI_Citation>
2136
+ </gfc:source>
2137
+ </gfc:FC_DefinitionSource>
2138
+ </gfc:definitionSource>
2139
+ </gfc:FC_DefinitionReference>
2140
+ </gfc:definitionReference>
2141
+ <gfc:valueType>
2142
+ <gco:TypeName>
2143
+ <gco:aName>
2144
+ <gco:CharacterString>Double</gco:CharacterString>
2145
+ </gco:aName>
2146
+ </gco:TypeName>
2147
+ </gfc:valueType>
2148
+ </gfc:FC_FeatureAttribute>
2149
+ </gfc:carrierOfCharacteristics>
2150
+ <gfc:carrierOfCharacteristics>
2151
+ <gfc:FC_FeatureAttribute>
2152
+ <gfc:memberName>
2153
+ <gco:LocalName>F_VOT_08</gco:LocalName>
2154
+ </gfc:memberName>
2155
+ <gfc:definition>
2156
+ <gco:CharacterString>Female voter during the election year</gco:CharacterString>
2157
+ </gfc:definition>
2158
+ <gfc:cardinality gco:nilReason="unknown"/>
2159
+ <gfc:definitionReference>
2160
+ <gfc:FC_DefinitionReference>
2161
+ <gfc:definitionSource>
2162
+ <gfc:FC_DefinitionSource>
2163
+ <gfc:source>
2164
+ <gmd:CI_Citation>
2165
+ <gmd:title>
2166
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2167
+ </gmd:title>
2168
+ <gmd:date gco:nilReason="unknown"/>
2169
+ <gmd:citedResponsibleParty>
2170
+ <gmd:CI_ResponsibleParty>
2171
+ <gmd:organisationName>
2172
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2173
+ </gmd:organisationName>
2174
+ <gmd:role>
2175
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2176
+ </gmd:role>
2177
+ </gmd:CI_ResponsibleParty>
2178
+ </gmd:citedResponsibleParty>
2179
+ </gmd:CI_Citation>
2180
+ </gfc:source>
2181
+ </gfc:FC_DefinitionSource>
2182
+ </gfc:definitionSource>
2183
+ </gfc:FC_DefinitionReference>
2184
+ </gfc:definitionReference>
2185
+ <gfc:valueType>
2186
+ <gco:TypeName>
2187
+ <gco:aName>
2188
+ <gco:CharacterString>Double</gco:CharacterString>
2189
+ </gco:aName>
2190
+ </gco:TypeName>
2191
+ </gfc:valueType>
2192
+ </gfc:FC_FeatureAttribute>
2193
+ </gfc:carrierOfCharacteristics>
2194
+ <gfc:carrierOfCharacteristics>
2195
+ <gfc:FC_FeatureAttribute>
2196
+ <gfc:memberName>
2197
+ <gco:LocalName>N_P_STN_08</gco:LocalName>
2198
+ </gfc:memberName>
2199
+ <gfc:definition>
2200
+ <gco:CharacterString>Number of polling stations during the election year</gco:CharacterString>
2201
+ </gfc:definition>
2202
+ <gfc:cardinality gco:nilReason="unknown"/>
2203
+ <gfc:definitionReference>
2204
+ <gfc:FC_DefinitionReference>
2205
+ <gfc:definitionSource>
2206
+ <gfc:FC_DefinitionSource>
2207
+ <gfc:source>
2208
+ <gmd:CI_Citation>
2209
+ <gmd:title>
2210
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2211
+ </gmd:title>
2212
+ <gmd:date gco:nilReason="unknown"/>
2213
+ <gmd:citedResponsibleParty>
2214
+ <gmd:CI_ResponsibleParty>
2215
+ <gmd:organisationName>
2216
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2217
+ </gmd:organisationName>
2218
+ <gmd:role>
2219
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2220
+ </gmd:role>
2221
+ </gmd:CI_ResponsibleParty>
2222
+ </gmd:citedResponsibleParty>
2223
+ </gmd:CI_Citation>
2224
+ </gfc:source>
2225
+ </gfc:FC_DefinitionSource>
2226
+ </gfc:definitionSource>
2227
+ </gfc:FC_DefinitionReference>
2228
+ </gfc:definitionReference>
2229
+ <gfc:valueType>
2230
+ <gco:TypeName>
2231
+ <gco:aName>
2232
+ <gco:CharacterString>Double</gco:CharacterString>
2233
+ </gco:aName>
2234
+ </gco:TypeName>
2235
+ </gfc:valueType>
2236
+ </gfc:FC_FeatureAttribute>
2237
+ </gfc:carrierOfCharacteristics>
2238
+ <gfc:carrierOfCharacteristics>
2239
+ <gfc:FC_FeatureAttribute>
2240
+ <gfc:memberName>
2241
+ <gco:LocalName>T_VOTER_08</gco:LocalName>
2242
+ </gfc:memberName>
2243
+ <gfc:definition>
2244
+ <gco:CharacterString>Total voter during the election year</gco:CharacterString>
2245
+ </gfc:definition>
2246
+ <gfc:cardinality gco:nilReason="unknown"/>
2247
+ <gfc:definitionReference>
2248
+ <gfc:FC_DefinitionReference>
2249
+ <gfc:definitionSource>
2250
+ <gfc:FC_DefinitionSource>
2251
+ <gfc:source>
2252
+ <gmd:CI_Citation>
2253
+ <gmd:title>
2254
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2255
+ </gmd:title>
2256
+ <gmd:date gco:nilReason="unknown"/>
2257
+ <gmd:citedResponsibleParty>
2258
+ <gmd:CI_ResponsibleParty>
2259
+ <gmd:organisationName>
2260
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2261
+ </gmd:organisationName>
2262
+ <gmd:role>
2263
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2264
+ </gmd:role>
2265
+ </gmd:CI_ResponsibleParty>
2266
+ </gmd:citedResponsibleParty>
2267
+ </gmd:CI_Citation>
2268
+ </gfc:source>
2269
+ </gfc:FC_DefinitionSource>
2270
+ </gfc:definitionSource>
2271
+ </gfc:FC_DefinitionReference>
2272
+ </gfc:definitionReference>
2273
+ <gfc:valueType>
2274
+ <gco:TypeName>
2275
+ <gco:aName>
2276
+ <gco:CharacterString>Double</gco:CharacterString>
2277
+ </gco:aName>
2278
+ </gco:TypeName>
2279
+ </gfc:valueType>
2280
+ </gfc:FC_FeatureAttribute>
2281
+ </gfc:carrierOfCharacteristics>
2282
+ <gfc:carrierOfCharacteristics>
2283
+ <gfc:FC_FeatureAttribute>
2284
+ <gfc:memberName>
2285
+ <gco:LocalName>AC_NAME</gco:LocalName>
2286
+ </gfc:memberName>
2287
+ <gfc:definition>
2288
+ <gco:CharacterString>Assembly constituency name</gco:CharacterString>
2289
+ </gfc:definition>
2290
+ <gfc:cardinality gco:nilReason="unknown"/>
2291
+ <gfc:definitionReference>
2292
+ <gfc:FC_DefinitionReference>
2293
+ <gfc:definitionSource>
2294
+ <gfc:FC_DefinitionSource>
2295
+ <gfc:source>
2296
+ <gmd:CI_Citation>
2297
+ <gmd:title>
2298
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2299
+ </gmd:title>
2300
+ <gmd:date gco:nilReason="unknown"/>
2301
+ <gmd:citedResponsibleParty>
2302
+ <gmd:CI_ResponsibleParty>
2303
+ <gmd:organisationName>
2304
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2305
+ </gmd:organisationName>
2306
+ <gmd:role>
2307
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2308
+ </gmd:role>
2309
+ </gmd:CI_ResponsibleParty>
2310
+ </gmd:citedResponsibleParty>
2311
+ </gmd:CI_Citation>
2312
+ </gfc:source>
2313
+ </gfc:FC_DefinitionSource>
2314
+ </gfc:definitionSource>
2315
+ </gfc:FC_DefinitionReference>
2316
+ </gfc:definitionReference>
2317
+ <gfc:valueType>
2318
+ <gco:TypeName>
2319
+ <gco:aName>
2320
+ <gco:CharacterString>String</gco:CharacterString>
2321
+ </gco:aName>
2322
+ </gco:TypeName>
2323
+ </gfc:valueType>
2324
+ <gfc:listedValue>
2325
+ <gfc:FC_ListedValue>
2326
+ <gfc:label>
2327
+ <gco:CharacterString>Assembly constituency</gco:CharacterString>
2328
+ </gfc:label>
2329
+ <gfc:definition>
2330
+ <gco:CharacterString>Assembly constituency name</gco:CharacterString>
2331
+ </gfc:definition>
2332
+ <gfc:definitionReference>
2333
+ <gfc:FC_DefinitionReference>
2334
+ <gfc:definitionSource>
2335
+ <gfc:FC_DefinitionSource>
2336
+ <gfc:source>
2337
+ <gmd:CI_Citation>
2338
+ <gmd:title>
2339
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2340
+ </gmd:title>
2341
+ <gmd:date gco:nilReason="unknown"/>
2342
+ <gmd:citedResponsibleParty>
2343
+ <gmd:CI_ResponsibleParty>
2344
+ <gmd:organisationName>
2345
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2346
+ </gmd:organisationName>
2347
+ <gmd:role>
2348
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2349
+ </gmd:role>
2350
+ </gmd:CI_ResponsibleParty>
2351
+ </gmd:citedResponsibleParty>
2352
+ </gmd:CI_Citation>
2353
+ </gfc:source>
2354
+ </gfc:FC_DefinitionSource>
2355
+ </gfc:definitionSource>
2356
+ </gfc:FC_DefinitionReference>
2357
+ </gfc:definitionReference>
2358
+ </gfc:FC_ListedValue>
2359
+ </gfc:listedValue>
2360
+ </gfc:FC_FeatureAttribute>
2361
+ </gfc:carrierOfCharacteristics>
2362
+ </gfc:FC_FeatureType>
2363
+ </gfc:featureType>
2364
+ </gfc:FC_FeatureCatalogue>
2365
+ </rdf:Description>
2366
+ </rdf:RDF>