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,2428 @@
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/qc091qw0570">
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>C716317F-D969-4621-8619-9D0B3BBADF08</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>187</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 Gujarat, India, 2012</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
+ <role>
148
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
149
+ </role>
150
+ </CI_ResponsibleParty>
151
+ </citedResponsibleParty>
152
+ <presentationForm>
153
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
154
+ </presentationForm>
155
+ </CI_Citation>
156
+ </citation>
157
+ <abstract>
158
+ <gco:CharacterString>This data layer shows post-delimitation state Legislative Assembly constituency boundaries and data relating to the 2012 Assembly elections for the State of Gujarat, India. Includes attribute data on election parties, candidates, voters, and results. This layer is part of the PollMap of India dataset published by ML InfoMap 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>
159
+ </abstract>
160
+ <purpose>
161
+ <gco:CharacterString>Assembly level analysis</gco:CharacterString>
162
+ </purpose>
163
+ <credit>
164
+ <gco:CharacterString>ML Infomap. (2013) Post Delimitation Assembly Map of Gujarat, India, 2012. ML Infomap.</gco:CharacterString>
165
+ </credit>
166
+ <status>
167
+ <MD_ProgressCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ProgressCode" codeListValue="completed" codeSpace="ISOTC211/19115">completed</MD_ProgressCode>
168
+ </status>
169
+ <pointOfContact>
170
+ <CI_ResponsibleParty>
171
+ <individualName>
172
+ <gco:CharacterString>Lahiri,Manosi</gco:CharacterString>
173
+ </individualName>
174
+ <organisationName>
175
+ <gco:CharacterString>ML Infomap Pvt. Ltd.</gco:CharacterString>
176
+ </organisationName>
177
+ <contactInfo>
178
+ <CI_Contact>
179
+ <phone>
180
+ <CI_Telephone>
181
+ <voice>
182
+ <gco:CharacterString>91 11 41688592</gco:CharacterString>
183
+ </voice>
184
+ </CI_Telephone>
185
+ </phone>
186
+ <address>
187
+ <CI_Address>
188
+ <deliveryPoint>
189
+ <gco:CharacterString>124-A,Katwaria Sarai</gco:CharacterString>
190
+ </deliveryPoint>
191
+ <city>
192
+ <gco:CharacterString>New Delhi</gco:CharacterString>
193
+ </city>
194
+ <postalCode>
195
+ <gco:CharacterString>110016</gco:CharacterString>
196
+ </postalCode>
197
+ <country>
198
+ <gco:CharacterString>IN</gco:CharacterString>
199
+ </country>
200
+ <electronicMailAddress>
201
+ <gco:CharacterString>manosi@mlinfomap.com</gco:CharacterString>
202
+ </electronicMailAddress>
203
+ </CI_Address>
204
+ </address>
205
+ </CI_Contact>
206
+ </contactInfo>
207
+ <role>
208
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115">pointOfContact</CI_RoleCode>
209
+ </role>
210
+ </CI_ResponsibleParty>
211
+ </pointOfContact>
212
+ <resourceMaintenance>
213
+ <MD_MaintenanceInformation>
214
+ <maintenanceAndUpdateFrequency>
215
+ <MD_MaintenanceFrequencyCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_MaintenanceFrequencyCode" codeListValue="asNeeded" codeSpace="ISOTC211/19115">asNeeded</MD_MaintenanceFrequencyCode>
216
+ </maintenanceAndUpdateFrequency>
217
+ </MD_MaintenanceInformation>
218
+ </resourceMaintenance>
219
+ <descriptiveKeywords>
220
+ <MD_Keywords>
221
+ <keyword>
222
+ <gco:CharacterString>Gujarat (geonames.org/1270770)</gco:CharacterString>
223
+ </keyword>
224
+ <keyword>
225
+ <gco:CharacterString>Bhavnagar (geonames.org/1276032)</gco:CharacterString>
226
+ </keyword>
227
+ <keyword>
228
+ <gco:CharacterString>Deesa (geonames.org/1272513)</gco:CharacterString>
229
+ </keyword>
230
+ <keyword>
231
+ <gco:CharacterString>Dwarka (geonames.org/1272140)</gco:CharacterString>
232
+ </keyword>
233
+ <keyword>
234
+ <gco:CharacterString>Fatehpura (geonames.org/1271904)</gco:CharacterString>
235
+ </keyword>
236
+ <keyword>
237
+ <gco:CharacterString>Godhra (geonames.org/7627227)</gco:CharacterString>
238
+ </keyword>
239
+ <keyword>
240
+ <gco:CharacterString>Jamnagar (geonames.org/1269318)</gco:CharacterString>
241
+ </keyword>
242
+ <keyword>
243
+ <gco:CharacterString>Junagarh (geonames.org/1268773)</gco:CharacterString>
244
+ </keyword>
245
+ <keyword>
246
+ <gco:CharacterString>Bhuj (geonames.org/1275812)</gco:CharacterString>
247
+ </keyword>
248
+ <keyword>
249
+ <gco:CharacterString>Rajkot (geonames.org/1258849)</gco:CharacterString>
250
+ </keyword>
251
+ <keyword>
252
+ <gco:CharacterString>Sabarmati (geonames.org/1257921)</gco:CharacterString>
253
+ </keyword>
254
+ <type>
255
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place" codeSpace="ISOTC211/19115">place</MD_KeywordTypeCode>
256
+ </type>
257
+ <thesaurusName>
258
+ <CI_Citation>
259
+ <title>
260
+ <gco:CharacterString>geonames</gco:CharacterString>
261
+ </title>
262
+ <date>
263
+ <CI_Date>
264
+ <date>
265
+ <gco:Date>2012-10-29</gco:Date>
266
+ </date>
267
+ <dateType>
268
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
269
+ </dateType>
270
+ </CI_Date>
271
+ </date>
272
+ <edition>
273
+ <gco:CharacterString>3.1</gco:CharacterString>
274
+ </edition>
275
+ <identifier>
276
+ <MD_Identifier>
277
+ <code>
278
+ <gco:CharacterString>http://www.geonames.org</gco:CharacterString>
279
+ </code>
280
+ </MD_Identifier>
281
+ </identifier>
282
+ </CI_Citation>
283
+ </thesaurusName>
284
+ </MD_Keywords>
285
+ </descriptiveKeywords>
286
+ <descriptiveKeywords>
287
+ <MD_Keywords>
288
+ <keyword>
289
+ <gco:CharacterString>2012</gco:CharacterString>
290
+ </keyword>
291
+ <type>
292
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="temporal" codeSpace="ISOTC211/19115">temporal</MD_KeywordTypeCode>
293
+ </type>
294
+ </MD_Keywords>
295
+ </descriptiveKeywords>
296
+ <descriptiveKeywords>
297
+ <MD_Keywords>
298
+ <keyword>
299
+ <gco:CharacterString>Elections</gco:CharacterString>
300
+ </keyword>
301
+ <keyword>
302
+ <gco:CharacterString>Political Parties</gco:CharacterString>
303
+ </keyword>
304
+ <keyword>
305
+ <gco:CharacterString>Voting</gco:CharacterString>
306
+ </keyword>
307
+ <keyword>
308
+ <gco:CharacterString>Politics and government</gco:CharacterString>
309
+ </keyword>
310
+ <type>
311
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="theme" codeSpace="ISOTC211/19115">theme</MD_KeywordTypeCode>
312
+ </type>
313
+ <thesaurusName>
314
+ <CI_Citation>
315
+ <title>
316
+ <gco:CharacterString>lcsh</gco:CharacterString>
317
+ </title>
318
+ <date>
319
+ <CI_Date>
320
+ <date>
321
+ <gco:Date>2011-04-26</gco:Date>
322
+ </date>
323
+ <dateType>
324
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
325
+ </dateType>
326
+ </CI_Date>
327
+ </date>
328
+ <identifier>
329
+ <MD_Identifier>
330
+ <code>
331
+ <gco:CharacterString>http://id.loc.gov/authorities.subjects.html</gco:CharacterString>
332
+ </code>
333
+ </MD_Identifier>
334
+ </identifier>
335
+ </CI_Citation>
336
+ </thesaurusName>
337
+ </MD_Keywords>
338
+ </descriptiveKeywords>
339
+ <descriptiveKeywords>
340
+ <MD_Keywords>
341
+ <keyword>
342
+ <gco:CharacterString>Downloadable Data</gco:CharacterString>
343
+ </keyword>
344
+ <thesaurusName uuidref="723f6998-058e-11dc-8314-0800200c9a66"/>
345
+ </MD_Keywords>
346
+ </descriptiveKeywords>
347
+ <resourceConstraints>
348
+ <MD_LegalConstraints>
349
+ <accessConstraints>
350
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
351
+ </accessConstraints>
352
+ <useConstraints>
353
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
354
+ </useConstraints>
355
+ <otherConstraints>
356
+ <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>
357
+ </otherConstraints>
358
+ </MD_LegalConstraints>
359
+ </resourceConstraints>
360
+ <aggregationInfo>
361
+ <MD_AggregateInformation>
362
+ <aggregateDataSetName>
363
+ <CI_Citation>
364
+ <title>
365
+ <gco:CharacterString>PollMap of India</gco:CharacterString>
366
+ </title>
367
+ <alternateTitle>
368
+ <gco:CharacterString>Poll Map of India</gco:CharacterString>
369
+ </alternateTitle>
370
+ <date>
371
+ <CI_Date>
372
+ <date>
373
+ <gco:Date>2013-03-13</gco:Date>
374
+ </date>
375
+ <dateType>
376
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
377
+ </dateType>
378
+ </CI_Date>
379
+ </date>
380
+ <citedResponsibleParty>
381
+ <CI_ResponsibleParty>
382
+ <organisationName>
383
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
384
+ </organisationName>
385
+ <role>
386
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
387
+ </role>
388
+ </CI_ResponsibleParty>
389
+ </citedResponsibleParty>
390
+ <citedResponsibleParty>
391
+ <CI_ResponsibleParty>
392
+ <organisationName>
393
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
394
+ </organisationName>
395
+ <role>
396
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
397
+ </role>
398
+ </CI_ResponsibleParty>
399
+ </citedResponsibleParty>
400
+ </CI_Citation>
401
+ </aggregateDataSetName>
402
+ <associationType>
403
+ <DS_AssociationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#DS_AssociationTypeCode" codeListValue="largerWorkCitation" codeSpace="ISOTC211/19115">largerWorkCitation</DS_AssociationTypeCode>
404
+ </associationType>
405
+ </MD_AggregateInformation>
406
+ </aggregationInfo>
407
+ <spatialRepresentationType>
408
+ <MD_SpatialRepresentationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_SpatialRepresentationTypeCode" codeListValue="vector" codeSpace="ISOTC211/19115">vector</MD_SpatialRepresentationTypeCode>
409
+ </spatialRepresentationType>
410
+ <spatialResolution>
411
+ <MD_Resolution>
412
+ <equivalentScale>
413
+ <MD_RepresentativeFraction>
414
+ <denominator>
415
+ <gco:Integer>200000</gco:Integer>
416
+ </denominator>
417
+ </MD_RepresentativeFraction>
418
+ </equivalentScale>
419
+ </MD_Resolution>
420
+ </spatialResolution>
421
+ <language>
422
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
423
+ </language>
424
+ <characterSet>
425
+ <MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
426
+ </characterSet>
427
+ <topicCategory>
428
+ <MD_TopicCategoryCode>boundaries</MD_TopicCategoryCode>
429
+ </topicCategory>
430
+ <topicCategory>
431
+ <MD_TopicCategoryCode>society</MD_TopicCategoryCode>
432
+ </topicCategory>
433
+ <environmentDescription>
434
+ <gco:CharacterString>Microsoft Windows 7 Version 6.1 (Build 7601) Service Pack 1; Esri ArcGIS 10.1.0.3035</gco:CharacterString>
435
+ </environmentDescription>
436
+ <extent>
437
+ <EX_Extent>
438
+ <description>
439
+ <gco:CharacterString>Gujarat Election Commission data release 2012</gco:CharacterString>
440
+ </description>
441
+ <temporalElement>
442
+ <EX_TemporalExtent>
443
+ <extent>
444
+ <gml:TimePeriod gml:id="idm5602480">
445
+ <gml:beginPosition>2012-01-01T00:00:00</gml:beginPosition>
446
+ <gml:endPosition>2012-12-31T00:00:00</gml:endPosition>
447
+ </gml:TimePeriod>
448
+ </extent>
449
+ </EX_TemporalExtent>
450
+ </temporalElement>
451
+ </EX_Extent>
452
+ </extent>
453
+ <extent>
454
+ <EX_Extent>
455
+ <geographicElement>
456
+ <EX_GeographicBoundingBox>
457
+ <extentTypeCode>
458
+ <gco:Boolean>true</gco:Boolean>
459
+ </extentTypeCode>
460
+ <westBoundLongitude>
461
+ <gco:Decimal>68.110092</gco:Decimal>
462
+ </westBoundLongitude>
463
+ <eastBoundLongitude>
464
+ <gco:Decimal>74.477364</gco:Decimal>
465
+ </eastBoundLongitude>
466
+ <southBoundLatitude>
467
+ <gco:Decimal>20.119261</gco:Decimal>
468
+ </southBoundLatitude>
469
+ <northBoundLatitude>
470
+ <gco:Decimal>24.71266</gco:Decimal>
471
+ </northBoundLatitude>
472
+ </EX_GeographicBoundingBox>
473
+ </geographicElement>
474
+ </EX_Extent>
475
+ </extent>
476
+ <supplementalInformation>
477
+ <gco:CharacterString>Gujarat Assembly Election data 2012</gco:CharacterString>
478
+ </supplementalInformation>
479
+ </MD_DataIdentification>
480
+ </identificationInfo>
481
+ <contentInfo>
482
+ <MD_FeatureCatalogueDescription>
483
+ <complianceCode>
484
+ <gco:Boolean>false</gco:Boolean>
485
+ </complianceCode>
486
+ <language>
487
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
488
+ </language>
489
+ <includedWithDataset>
490
+ <gco:Boolean>true</gco:Boolean>
491
+ </includedWithDataset>
492
+ <featureCatalogueCitation>
493
+ <CI_Citation>
494
+ <title>
495
+ <gco:CharacterString>Feature Catalog for Post Delimitation Assembly Map of Gujarat, India, 2012</gco:CharacterString>
496
+ </title>
497
+ <date>
498
+ <CI_Date>
499
+ <date>
500
+ <gco:Date>2013-03-13</gco:Date>
501
+ </date>
502
+ <dateType>
503
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
504
+ </dateType>
505
+ </CI_Date>
506
+ </date>
507
+ <identifier>
508
+ <MD_Identifier>
509
+ <code>
510
+ <gco:CharacterString>12a8df25-48f6-42ce-b2ef-d8e9d510af2d</gco:CharacterString>
511
+ </code>
512
+ </MD_Identifier>
513
+ </identifier>
514
+ <citedResponsibleParty>
515
+ <CI_ResponsibleParty>
516
+ <organisationName>
517
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
518
+ </organisationName>
519
+ <role>
520
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
521
+ </role>
522
+ </CI_ResponsibleParty>
523
+ </citedResponsibleParty>
524
+ </CI_Citation>
525
+ </featureCatalogueCitation>
526
+ </MD_FeatureCatalogueDescription>
527
+ </contentInfo>
528
+ <distributionInfo>
529
+ <MD_Distribution>
530
+ <distributionFormat>
531
+ <MD_Format>
532
+ <name>
533
+ <gco:CharacterString>Shapefile</gco:CharacterString>
534
+ </name>
535
+ <version gco:nilReason="missing"/>
536
+ </MD_Format>
537
+ </distributionFormat>
538
+ <distributor>
539
+ <MD_Distributor>
540
+ <distributorContact>
541
+ <CI_ResponsibleParty>
542
+ <organisationName>
543
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
544
+ </organisationName>
545
+ <contactInfo>
546
+ <CI_Contact>
547
+ <phone>
548
+ <CI_Telephone>
549
+ <voice>
550
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
551
+ </voice>
552
+ </CI_Telephone>
553
+ </phone>
554
+ <address>
555
+ <CI_Address>
556
+ <deliveryPoint>
557
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
558
+ </deliveryPoint>
559
+ <deliveryPoint>
560
+ <gco:CharacterString>Mitchell Bldg. 2nd floor</gco:CharacterString>
561
+ </deliveryPoint>
562
+ <deliveryPoint>
563
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
564
+ </deliveryPoint>
565
+ <city>
566
+ <gco:CharacterString>Stanford</gco:CharacterString>
567
+ </city>
568
+ <administrativeArea>
569
+ <gco:CharacterString>California</gco:CharacterString>
570
+ </administrativeArea>
571
+ <postalCode>
572
+ <gco:CharacterString>94305</gco:CharacterString>
573
+ </postalCode>
574
+ <country>
575
+ <gco:CharacterString>US</gco:CharacterString>
576
+ </country>
577
+ <electronicMailAddress>
578
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
579
+ </electronicMailAddress>
580
+ </CI_Address>
581
+ </address>
582
+ </CI_Contact>
583
+ </contactInfo>
584
+ <role>
585
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="distributor" codeSpace="ISOTC211/19115">distributor</CI_RoleCode>
586
+ </role>
587
+ </CI_ResponsibleParty>
588
+ </distributorContact>
589
+ </MD_Distributor>
590
+ </distributor>
591
+ <transferOptions>
592
+ <MD_DigitalTransferOptions>
593
+ <unitsOfDistribution>
594
+ <gco:CharacterString>MB</gco:CharacterString>
595
+ </unitsOfDistribution>
596
+ <transferSize>
597
+ <gco:Real>3.555</gco:Real>
598
+ </transferSize>
599
+ </MD_DigitalTransferOptions>
600
+ </transferOptions>
601
+ </MD_Distribution>
602
+ </distributionInfo>
603
+ <dataQualityInfo>
604
+ <DQ_DataQuality>
605
+ <scope>
606
+ <DQ_Scope>
607
+ <level>
608
+ <MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
609
+ </level>
610
+ </DQ_Scope>
611
+ </scope>
612
+ <report>
613
+ <DQ_ConceptualConsistency>
614
+ <evaluationMethodDescription>
615
+ <gco:CharacterString>Coastal boundary aligned with imagery, no gaps in polygon, no topological errors, aggregate and % figures verified</gco:CharacterString>
616
+ </evaluationMethodDescription>
617
+ <result gco:nilReason="missing"/>
618
+ </DQ_ConceptualConsistency>
619
+ </report>
620
+ <report>
621
+ <DQ_CompletenessOmission>
622
+ <evaluationMethodDescription>
623
+ <gco:CharacterString>Election Commission 2012 data release for attribute</gco:CharacterString>
624
+ </evaluationMethodDescription>
625
+ <result gco:nilReason="missing"/>
626
+ </DQ_CompletenessOmission>
627
+ </report>
628
+ <report>
629
+ <DQ_AbsoluteExternalPositionalAccuracy>
630
+ <evaluationMethodDescription>
631
+ <gco:CharacterString>30-50 metres</gco:CharacterString>
632
+ </evaluationMethodDescription>
633
+ <result gco:nilReason="missing"/>
634
+ </DQ_AbsoluteExternalPositionalAccuracy>
635
+ </report>
636
+ <lineage>
637
+ <LI_Lineage>
638
+ <processStep>
639
+ <LI_ProcessStep>
640
+ <description>
641
+ <gco:CharacterString>Election operations across Gujarat</gco:CharacterString>
642
+ </description>
643
+ <dateTime>
644
+ <gco:DateTime>2012-01-01T00:00:00</gco:DateTime>
645
+ </dateTime>
646
+ </LI_ProcessStep>
647
+ </processStep>
648
+ <processStep>
649
+ <LI_ProcessStep>
650
+ <description>
651
+ <gco:CharacterString>Metadata imported</gco:CharacterString>
652
+ </description>
653
+ <dateTime>
654
+ <gco:DateTime>2013-06-12T00:00:00</gco:DateTime>
655
+ </dateTime>
656
+ <processor>
657
+ <CI_ResponsibleParty>
658
+ <organisationName>
659
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
660
+ </organisationName>
661
+ <positionName>
662
+ <gco:CharacterString>Metadata Analyst</gco:CharacterString>
663
+ </positionName>
664
+ <contactInfo>
665
+ <CI_Contact>
666
+ <phone>
667
+ <CI_Telephone>
668
+ <voice>
669
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
670
+ </voice>
671
+ </CI_Telephone>
672
+ </phone>
673
+ <address>
674
+ <CI_Address>
675
+ <deliveryPoint>
676
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
677
+ </deliveryPoint>
678
+ <deliveryPoint>
679
+ <gco:CharacterString>Mitchell Building, 2nd Floor</gco:CharacterString>
680
+ </deliveryPoint>
681
+ <deliveryPoint>
682
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
683
+ </deliveryPoint>
684
+ <city>
685
+ <gco:CharacterString>Stanford</gco:CharacterString>
686
+ </city>
687
+ <administrativeArea>
688
+ <gco:CharacterString>California</gco:CharacterString>
689
+ </administrativeArea>
690
+ <postalCode>
691
+ <gco:CharacterString>94305</gco:CharacterString>
692
+ </postalCode>
693
+ <country>
694
+ <gco:CharacterString>US</gco:CharacterString>
695
+ </country>
696
+ <electronicMailAddress>
697
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
698
+ </electronicMailAddress>
699
+ </CI_Address>
700
+ </address>
701
+ </CI_Contact>
702
+ </contactInfo>
703
+ <role>
704
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="author" codeSpace="ISOTC211/19115">author</CI_RoleCode>
705
+ </role>
706
+ </CI_ResponsibleParty>
707
+ </processor>
708
+ <source>
709
+ <LI_Source>
710
+ <description>
711
+ <gco:CharacterString>FGDC metadata file.</gco:CharacterString>
712
+ </description>
713
+ <sourceCitation>
714
+ <CI_Citation>
715
+ <title>
716
+ <gco:CharacterString>GUJARAT.xml</gco:CharacterString>
717
+ </title>
718
+ <date>
719
+ <CI_Date>
720
+ <date>
721
+ <gco:Date>2013-03-13</gco:Date>
722
+ </date>
723
+ <dateType>
724
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
725
+ </dateType>
726
+ </CI_Date>
727
+ </date>
728
+ <identifier>
729
+ <MD_Identifier>
730
+ <code>
731
+ <gco:CharacterString>GUJARAT.xml</gco:CharacterString>
732
+ </code>
733
+ </MD_Identifier>
734
+ </identifier>
735
+ </CI_Citation>
736
+ </sourceCitation>
737
+ </LI_Source>
738
+ </source>
739
+ </LI_ProcessStep>
740
+ </processStep>
741
+ <source>
742
+ <LI_Source>
743
+ <description>
744
+ <gco:CharacterString>Assembly data of Gujarat 2012</gco:CharacterString>
745
+ </description>
746
+ <sourceCitation>
747
+ <CI_Citation>
748
+ <title>
749
+ <gco:CharacterString>Assembly data of Gujarat 2012</gco:CharacterString>
750
+ </title>
751
+ <date>
752
+ <CI_Date>
753
+ <date>
754
+ <gco:Date>2012-01-01</gco:Date>
755
+ </date>
756
+ <dateType>
757
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
758
+ </dateType>
759
+ </CI_Date>
760
+ </date>
761
+ <citedResponsibleParty>
762
+ <CI_ResponsibleParty>
763
+ <organisationName>
764
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
765
+ </organisationName>
766
+ <role>
767
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
768
+ </role>
769
+ </CI_ResponsibleParty>
770
+ </citedResponsibleParty>
771
+ <presentationForm>
772
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
773
+ </presentationForm>
774
+ </CI_Citation>
775
+ </sourceCitation>
776
+ </LI_Source>
777
+ </source>
778
+ </LI_Lineage>
779
+ </lineage>
780
+ </DQ_DataQuality>
781
+ </dataQualityInfo>
782
+ </MD_Metadata>
783
+ </rdf:Description>
784
+ <rdf:Description rdf:about="http://purl-test.stanford.edu/qc091qw0570">
785
+ <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="12a8df25-48f6-42ce-b2ef-d8e9d510af2d">
786
+ <gmx:name>
787
+ <gco:CharacterString>Feature Catalog for Post Delimitation Assembly Map of Gujarat, India, 2012</gco:CharacterString>
788
+ </gmx:name>
789
+ <gmx:scope>
790
+ <gco:CharacterString>Elections; Political Parties; Voting; Politics and government</gco:CharacterString>
791
+ </gmx:scope>
792
+ <gmx:versionNumber gco:nilReason="unknown"/>
793
+ <gmx:versionDate>
794
+ <gco:Date>2013</gco:Date>
795
+ </gmx:versionDate>
796
+ <gmx:language>
797
+ <gco:CharacterString>eng; US</gco:CharacterString>
798
+ </gmx:language>
799
+ <gmx:characterSet>
800
+ <gmd:MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115"/>
801
+ </gmx:characterSet>
802
+ <gfc:producer>
803
+ <gmd:CI_ResponsibleParty>
804
+ <gmd:organisationName>
805
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
806
+ </gmd:organisationName>
807
+ <gmd:role>
808
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="006"/>
809
+ </gmd:role>
810
+ </gmd:CI_ResponsibleParty>
811
+ </gfc:producer>
812
+ <gfc:featureType>
813
+ <gfc:FC_FeatureType>
814
+ <gfc:typeName>
815
+ <gco:LocalName>GUJARAT</gco:LocalName>
816
+ </gfc:typeName>
817
+ <gfc:definition>
818
+ <gco:CharacterString>Political Unit</gco:CharacterString>
819
+ </gfc:definition>
820
+ <gfc:isAbstract>
821
+ <gco:Boolean>false</gco:Boolean>
822
+ </gfc:isAbstract>
823
+ <gfc:featureCatalogue uuidref="12a8df25-48f6-42ce-b2ef-d8e9d510af2d"/>
824
+ <gfc:carrierOfCharacteristics>
825
+ <gfc:FC_FeatureAttribute>
826
+ <gfc:memberName>
827
+ <gco:LocalName>FID</gco:LocalName>
828
+ </gfc:memberName>
829
+ <gfc:definition>
830
+ <gco:CharacterString>Internal feature number.</gco:CharacterString>
831
+ </gfc:definition>
832
+ <gfc:cardinality gco:nilReason="unknown"/>
833
+ <gfc:definitionReference>
834
+ <gfc:FC_DefinitionReference>
835
+ <gfc:definitionSource>
836
+ <gfc:FC_DefinitionSource>
837
+ <gfc:source>
838
+ <gmd:CI_Citation>
839
+ <gmd:title>
840
+ <gco:CharacterString>Esri</gco:CharacterString>
841
+ </gmd:title>
842
+ <gmd:date gco:nilReason="unknown"/>
843
+ <gmd:citedResponsibleParty>
844
+ <gmd:CI_ResponsibleParty>
845
+ <gmd:organisationName>
846
+ <gco:CharacterString>Esri</gco:CharacterString>
847
+ </gmd:organisationName>
848
+ <gmd:role>
849
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
850
+ </gmd:role>
851
+ </gmd:CI_ResponsibleParty>
852
+ </gmd:citedResponsibleParty>
853
+ </gmd:CI_Citation>
854
+ </gfc:source>
855
+ </gfc:FC_DefinitionSource>
856
+ </gfc:definitionSource>
857
+ </gfc:FC_DefinitionReference>
858
+ </gfc:definitionReference>
859
+ <gfc:valueType>
860
+ <gco:TypeName>
861
+ <gco:aName>
862
+ <gco:CharacterString>OID</gco:CharacterString>
863
+ </gco:aName>
864
+ </gco:TypeName>
865
+ </gfc:valueType>
866
+ </gfc:FC_FeatureAttribute>
867
+ </gfc:carrierOfCharacteristics>
868
+ <gfc:carrierOfCharacteristics>
869
+ <gfc:FC_FeatureAttribute>
870
+ <gfc:memberName>
871
+ <gco:LocalName>Shape</gco:LocalName>
872
+ </gfc:memberName>
873
+ <gfc:definition>
874
+ <gco:CharacterString>Feature geometry.</gco:CharacterString>
875
+ </gfc:definition>
876
+ <gfc:cardinality gco:nilReason="unknown"/>
877
+ <gfc:definitionReference>
878
+ <gfc:FC_DefinitionReference>
879
+ <gfc:definitionSource>
880
+ <gfc:FC_DefinitionSource>
881
+ <gfc:source>
882
+ <gmd:CI_Citation>
883
+ <gmd:title>
884
+ <gco:CharacterString>Esri</gco:CharacterString>
885
+ </gmd:title>
886
+ <gmd:date gco:nilReason="unknown"/>
887
+ <gmd:citedResponsibleParty>
888
+ <gmd:CI_ResponsibleParty>
889
+ <gmd:organisationName>
890
+ <gco:CharacterString>Esri</gco:CharacterString>
891
+ </gmd:organisationName>
892
+ <gmd:role>
893
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
894
+ </gmd:role>
895
+ </gmd:CI_ResponsibleParty>
896
+ </gmd:citedResponsibleParty>
897
+ </gmd:CI_Citation>
898
+ </gfc:source>
899
+ </gfc:FC_DefinitionSource>
900
+ </gfc:definitionSource>
901
+ </gfc:FC_DefinitionReference>
902
+ </gfc:definitionReference>
903
+ <gfc:valueType>
904
+ <gco:TypeName>
905
+ <gco:aName>
906
+ <gco:CharacterString>Geometry</gco:CharacterString>
907
+ </gco:aName>
908
+ </gco:TypeName>
909
+ </gfc:valueType>
910
+ </gfc:FC_FeatureAttribute>
911
+ </gfc:carrierOfCharacteristics>
912
+ <gfc:carrierOfCharacteristics>
913
+ <gfc:FC_FeatureAttribute>
914
+ <gfc:memberName>
915
+ <gco:LocalName>GUJARAT_ID</gco:LocalName>
916
+ </gfc:memberName>
917
+ <gfc:definition>
918
+ <gco:CharacterString>State Identification Number</gco:CharacterString>
919
+ </gfc:definition>
920
+ <gfc:cardinality gco:nilReason="unknown"/>
921
+ <gfc:definitionReference>
922
+ <gfc:FC_DefinitionReference>
923
+ <gfc:definitionSource>
924
+ <gfc:FC_DefinitionSource>
925
+ <gfc:source>
926
+ <gmd:CI_Citation>
927
+ <gmd:title>
928
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
929
+ </gmd:title>
930
+ <gmd:date gco:nilReason="unknown"/>
931
+ <gmd:citedResponsibleParty>
932
+ <gmd:CI_ResponsibleParty>
933
+ <gmd:organisationName>
934
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
935
+ </gmd:organisationName>
936
+ <gmd:role>
937
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
938
+ </gmd:role>
939
+ </gmd:CI_ResponsibleParty>
940
+ </gmd:citedResponsibleParty>
941
+ </gmd:CI_Citation>
942
+ </gfc:source>
943
+ </gfc:FC_DefinitionSource>
944
+ </gfc:definitionSource>
945
+ </gfc:FC_DefinitionReference>
946
+ </gfc:definitionReference>
947
+ <gfc:valueType>
948
+ <gco:TypeName>
949
+ <gco:aName>
950
+ <gco:CharacterString>Double</gco:CharacterString>
951
+ </gco:aName>
952
+ </gco:TypeName>
953
+ </gfc:valueType>
954
+ </gfc:FC_FeatureAttribute>
955
+ </gfc:carrierOfCharacteristics>
956
+ <gfc:carrierOfCharacteristics>
957
+ <gfc:FC_FeatureAttribute>
958
+ <gfc:memberName>
959
+ <gco:LocalName>T_V_P_12</gco:LocalName>
960
+ </gfc:memberName>
961
+ <gfc:definition>
962
+ <gco:CharacterString>Total votes polled during the election year</gco:CharacterString>
963
+ </gfc:definition>
964
+ <gfc:cardinality gco:nilReason="unknown"/>
965
+ <gfc:definitionReference>
966
+ <gfc:FC_DefinitionReference>
967
+ <gfc:definitionSource>
968
+ <gfc:FC_DefinitionSource>
969
+ <gfc:source>
970
+ <gmd:CI_Citation>
971
+ <gmd:title>
972
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
973
+ </gmd:title>
974
+ <gmd:date gco:nilReason="unknown"/>
975
+ <gmd:citedResponsibleParty>
976
+ <gmd:CI_ResponsibleParty>
977
+ <gmd:organisationName>
978
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
979
+ </gmd:organisationName>
980
+ <gmd:role>
981
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
982
+ </gmd:role>
983
+ </gmd:CI_ResponsibleParty>
984
+ </gmd:citedResponsibleParty>
985
+ </gmd:CI_Citation>
986
+ </gfc:source>
987
+ </gfc:FC_DefinitionSource>
988
+ </gfc:definitionSource>
989
+ </gfc:FC_DefinitionReference>
990
+ </gfc:definitionReference>
991
+ <gfc:valueType>
992
+ <gco:TypeName>
993
+ <gco:aName>
994
+ <gco:CharacterString>Double</gco:CharacterString>
995
+ </gco:aName>
996
+ </gco:TypeName>
997
+ </gfc:valueType>
998
+ </gfc:FC_FeatureAttribute>
999
+ </gfc:carrierOfCharacteristics>
1000
+ <gfc:carrierOfCharacteristics>
1001
+ <gfc:FC_FeatureAttribute>
1002
+ <gfc:memberName>
1003
+ <gco:LocalName>F_VOT_12</gco:LocalName>
1004
+ </gfc:memberName>
1005
+ <gfc:definition>
1006
+ <gco:CharacterString>Female voter during the election year</gco:CharacterString>
1007
+ </gfc:definition>
1008
+ <gfc:cardinality gco:nilReason="unknown"/>
1009
+ <gfc:definitionReference>
1010
+ <gfc:FC_DefinitionReference>
1011
+ <gfc:definitionSource>
1012
+ <gfc:FC_DefinitionSource>
1013
+ <gfc:source>
1014
+ <gmd:CI_Citation>
1015
+ <gmd:title>
1016
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1017
+ </gmd:title>
1018
+ <gmd:date gco:nilReason="unknown"/>
1019
+ <gmd:citedResponsibleParty>
1020
+ <gmd:CI_ResponsibleParty>
1021
+ <gmd:organisationName>
1022
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1023
+ </gmd:organisationName>
1024
+ <gmd:role>
1025
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1026
+ </gmd:role>
1027
+ </gmd:CI_ResponsibleParty>
1028
+ </gmd:citedResponsibleParty>
1029
+ </gmd:CI_Citation>
1030
+ </gfc:source>
1031
+ </gfc:FC_DefinitionSource>
1032
+ </gfc:definitionSource>
1033
+ </gfc:FC_DefinitionReference>
1034
+ </gfc:definitionReference>
1035
+ <gfc:valueType>
1036
+ <gco:TypeName>
1037
+ <gco:aName>
1038
+ <gco:CharacterString>Double</gco:CharacterString>
1039
+ </gco:aName>
1040
+ </gco:TypeName>
1041
+ </gfc:valueType>
1042
+ </gfc:FC_FeatureAttribute>
1043
+ </gfc:carrierOfCharacteristics>
1044
+ <gfc:carrierOfCharacteristics>
1045
+ <gfc:FC_FeatureAttribute>
1046
+ <gfc:memberName>
1047
+ <gco:LocalName>CATEGORY</gco:LocalName>
1048
+ </gfc:memberName>
1049
+ <gfc:definition>
1050
+ <gco:CharacterString>Seat Reservation</gco:CharacterString>
1051
+ </gfc:definition>
1052
+ <gfc:cardinality gco:nilReason="unknown"/>
1053
+ <gfc:definitionReference>
1054
+ <gfc:FC_DefinitionReference>
1055
+ <gfc:definitionSource>
1056
+ <gfc:FC_DefinitionSource>
1057
+ <gfc:source>
1058
+ <gmd:CI_Citation>
1059
+ <gmd:title>
1060
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1061
+ </gmd:title>
1062
+ <gmd:date gco:nilReason="unknown"/>
1063
+ <gmd:citedResponsibleParty>
1064
+ <gmd:CI_ResponsibleParty>
1065
+ <gmd:organisationName>
1066
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1067
+ </gmd:organisationName>
1068
+ <gmd:role>
1069
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1070
+ </gmd:role>
1071
+ </gmd:CI_ResponsibleParty>
1072
+ </gmd:citedResponsibleParty>
1073
+ </gmd:CI_Citation>
1074
+ </gfc:source>
1075
+ </gfc:FC_DefinitionSource>
1076
+ </gfc:definitionSource>
1077
+ </gfc:FC_DefinitionReference>
1078
+ </gfc:definitionReference>
1079
+ <gfc:valueType>
1080
+ <gco:TypeName>
1081
+ <gco:aName>
1082
+ <gco:CharacterString>String</gco:CharacterString>
1083
+ </gco:aName>
1084
+ </gco:TypeName>
1085
+ </gfc:valueType>
1086
+ <gfc:listedValue>
1087
+ <gfc:FC_ListedValue>
1088
+ <gfc:label>
1089
+ <gco:CharacterString>SC/ST or General</gco:CharacterString>
1090
+ </gfc:label>
1091
+ <gfc:definition>
1092
+ <gco:CharacterString>Seat Reservation: whether belong to Scheduled Caste, Scheduled Tribe or General category</gco:CharacterString>
1093
+ </gfc:definition>
1094
+ <gfc:definitionReference>
1095
+ <gfc:FC_DefinitionReference>
1096
+ <gfc:definitionSource>
1097
+ <gfc:FC_DefinitionSource>
1098
+ <gfc:source>
1099
+ <gmd:CI_Citation>
1100
+ <gmd:title>
1101
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1102
+ </gmd:title>
1103
+ <gmd:date gco:nilReason="unknown"/>
1104
+ <gmd:citedResponsibleParty>
1105
+ <gmd:CI_ResponsibleParty>
1106
+ <gmd:organisationName>
1107
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1108
+ </gmd:organisationName>
1109
+ <gmd:role>
1110
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1111
+ </gmd:role>
1112
+ </gmd:CI_ResponsibleParty>
1113
+ </gmd:citedResponsibleParty>
1114
+ </gmd:CI_Citation>
1115
+ </gfc:source>
1116
+ </gfc:FC_DefinitionSource>
1117
+ </gfc:definitionSource>
1118
+ </gfc:FC_DefinitionReference>
1119
+ </gfc:definitionReference>
1120
+ </gfc:FC_ListedValue>
1121
+ </gfc:listedValue>
1122
+ </gfc:FC_FeatureAttribute>
1123
+ </gfc:carrierOfCharacteristics>
1124
+ <gfc:carrierOfCharacteristics>
1125
+ <gfc:FC_FeatureAttribute>
1126
+ <gfc:memberName>
1127
+ <gco:LocalName>STATE_UT</gco:LocalName>
1128
+ </gfc:memberName>
1129
+ <gfc:definition>
1130
+ <gco:CharacterString>Name of the State/Union Territory</gco:CharacterString>
1131
+ </gfc:definition>
1132
+ <gfc:cardinality gco:nilReason="unknown"/>
1133
+ <gfc:definitionReference>
1134
+ <gfc:FC_DefinitionReference>
1135
+ <gfc:definitionSource>
1136
+ <gfc:FC_DefinitionSource>
1137
+ <gfc:source>
1138
+ <gmd:CI_Citation>
1139
+ <gmd:title>
1140
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1141
+ </gmd:title>
1142
+ <gmd:date gco:nilReason="unknown"/>
1143
+ <gmd:citedResponsibleParty>
1144
+ <gmd:CI_ResponsibleParty>
1145
+ <gmd:organisationName>
1146
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1147
+ </gmd:organisationName>
1148
+ <gmd:role>
1149
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1150
+ </gmd:role>
1151
+ </gmd:CI_ResponsibleParty>
1152
+ </gmd:citedResponsibleParty>
1153
+ </gmd:CI_Citation>
1154
+ </gfc:source>
1155
+ </gfc:FC_DefinitionSource>
1156
+ </gfc:definitionSource>
1157
+ </gfc:FC_DefinitionReference>
1158
+ </gfc:definitionReference>
1159
+ <gfc:valueType>
1160
+ <gco:TypeName>
1161
+ <gco:aName>
1162
+ <gco:CharacterString>String</gco:CharacterString>
1163
+ </gco:aName>
1164
+ </gco:TypeName>
1165
+ </gfc:valueType>
1166
+ <gfc:listedValue>
1167
+ <gfc:FC_ListedValue>
1168
+ <gfc:label>
1169
+ <gco:CharacterString>State/Union Territory</gco:CharacterString>
1170
+ </gfc:label>
1171
+ <gfc:definition>
1172
+ <gco:CharacterString>Name of the State/Union Territory</gco:CharacterString>
1173
+ </gfc:definition>
1174
+ <gfc:definitionReference>
1175
+ <gfc:FC_DefinitionReference>
1176
+ <gfc:definitionSource>
1177
+ <gfc:FC_DefinitionSource>
1178
+ <gfc:source>
1179
+ <gmd:CI_Citation>
1180
+ <gmd:title>
1181
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1182
+ </gmd:title>
1183
+ <gmd:date gco:nilReason="unknown"/>
1184
+ <gmd:citedResponsibleParty>
1185
+ <gmd:CI_ResponsibleParty>
1186
+ <gmd:organisationName>
1187
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1188
+ </gmd:organisationName>
1189
+ <gmd:role>
1190
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1191
+ </gmd:role>
1192
+ </gmd:CI_ResponsibleParty>
1193
+ </gmd:citedResponsibleParty>
1194
+ </gmd:CI_Citation>
1195
+ </gfc:source>
1196
+ </gfc:FC_DefinitionSource>
1197
+ </gfc:definitionSource>
1198
+ </gfc:FC_DefinitionReference>
1199
+ </gfc:definitionReference>
1200
+ </gfc:FC_ListedValue>
1201
+ </gfc:listedValue>
1202
+ </gfc:FC_FeatureAttribute>
1203
+ </gfc:carrierOfCharacteristics>
1204
+ <gfc:carrierOfCharacteristics>
1205
+ <gfc:FC_FeatureAttribute>
1206
+ <gfc:memberName>
1207
+ <gco:LocalName>T_PT_VT_12</gco:LocalName>
1208
+ </gfc:memberName>
1209
+ <gfc:definition>
1210
+ <gco:CharacterString>Third party votes polled during the election year</gco:CharacterString>
1211
+ </gfc:definition>
1212
+ <gfc:cardinality gco:nilReason="unknown"/>
1213
+ <gfc:definitionReference>
1214
+ <gfc:FC_DefinitionReference>
1215
+ <gfc:definitionSource>
1216
+ <gfc:FC_DefinitionSource>
1217
+ <gfc:source>
1218
+ <gmd:CI_Citation>
1219
+ <gmd:title>
1220
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1221
+ </gmd:title>
1222
+ <gmd:date gco:nilReason="unknown"/>
1223
+ <gmd:citedResponsibleParty>
1224
+ <gmd:CI_ResponsibleParty>
1225
+ <gmd:organisationName>
1226
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1227
+ </gmd:organisationName>
1228
+ <gmd:role>
1229
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1230
+ </gmd:role>
1231
+ </gmd:CI_ResponsibleParty>
1232
+ </gmd:citedResponsibleParty>
1233
+ </gmd:CI_Citation>
1234
+ </gfc:source>
1235
+ </gfc:FC_DefinitionSource>
1236
+ </gfc:definitionSource>
1237
+ </gfc:FC_DefinitionReference>
1238
+ </gfc:definitionReference>
1239
+ <gfc:valueType>
1240
+ <gco:TypeName>
1241
+ <gco:aName>
1242
+ <gco:CharacterString>Double</gco:CharacterString>
1243
+ </gco:aName>
1244
+ </gco:TypeName>
1245
+ </gfc:valueType>
1246
+ </gfc:FC_FeatureAttribute>
1247
+ </gfc:carrierOfCharacteristics>
1248
+ <gfc:carrierOfCharacteristics>
1249
+ <gfc:FC_FeatureAttribute>
1250
+ <gfc:memberName>
1251
+ <gco:LocalName>TRD_PRT_12</gco:LocalName>
1252
+ </gfc:memberName>
1253
+ <gfc:definition>
1254
+ <gco:CharacterString>Third party during the election year</gco:CharacterString>
1255
+ </gfc:definition>
1256
+ <gfc:cardinality gco:nilReason="unknown"/>
1257
+ <gfc:definitionReference>
1258
+ <gfc:FC_DefinitionReference>
1259
+ <gfc:definitionSource>
1260
+ <gfc:FC_DefinitionSource>
1261
+ <gfc:source>
1262
+ <gmd:CI_Citation>
1263
+ <gmd:title>
1264
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1265
+ </gmd:title>
1266
+ <gmd:date gco:nilReason="unknown"/>
1267
+ <gmd:citedResponsibleParty>
1268
+ <gmd:CI_ResponsibleParty>
1269
+ <gmd:organisationName>
1270
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1271
+ </gmd:organisationName>
1272
+ <gmd:role>
1273
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1274
+ </gmd:role>
1275
+ </gmd:CI_ResponsibleParty>
1276
+ </gmd:citedResponsibleParty>
1277
+ </gmd:CI_Citation>
1278
+ </gfc:source>
1279
+ </gfc:FC_DefinitionSource>
1280
+ </gfc:definitionSource>
1281
+ </gfc:FC_DefinitionReference>
1282
+ </gfc:definitionReference>
1283
+ <gfc:valueType>
1284
+ <gco:TypeName>
1285
+ <gco:aName>
1286
+ <gco:CharacterString>String</gco:CharacterString>
1287
+ </gco:aName>
1288
+ </gco:TypeName>
1289
+ </gfc:valueType>
1290
+ <gfc:listedValue>
1291
+ <gfc:FC_ListedValue>
1292
+ <gfc:label>
1293
+ <gco:CharacterString>Third party</gco:CharacterString>
1294
+ </gfc:label>
1295
+ <gfc:definition>
1296
+ <gco:CharacterString>Third party during the election year</gco:CharacterString>
1297
+ </gfc:definition>
1298
+ <gfc:definitionReference>
1299
+ <gfc:FC_DefinitionReference>
1300
+ <gfc:definitionSource>
1301
+ <gfc:FC_DefinitionSource>
1302
+ <gfc:source>
1303
+ <gmd:CI_Citation>
1304
+ <gmd:title>
1305
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1306
+ </gmd:title>
1307
+ <gmd:date gco:nilReason="unknown"/>
1308
+ <gmd:citedResponsibleParty>
1309
+ <gmd:CI_ResponsibleParty>
1310
+ <gmd:organisationName>
1311
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1312
+ </gmd:organisationName>
1313
+ <gmd:role>
1314
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1315
+ </gmd:role>
1316
+ </gmd:CI_ResponsibleParty>
1317
+ </gmd:citedResponsibleParty>
1318
+ </gmd:CI_Citation>
1319
+ </gfc:source>
1320
+ </gfc:FC_DefinitionSource>
1321
+ </gfc:definitionSource>
1322
+ </gfc:FC_DefinitionReference>
1323
+ </gfc:definitionReference>
1324
+ </gfc:FC_ListedValue>
1325
+ </gfc:listedValue>
1326
+ </gfc:FC_FeatureAttribute>
1327
+ </gfc:carrierOfCharacteristics>
1328
+ <gfc:carrierOfCharacteristics>
1329
+ <gfc:FC_FeatureAttribute>
1330
+ <gfc:memberName>
1331
+ <gco:LocalName>TRD_CND_12</gco:LocalName>
1332
+ </gfc:memberName>
1333
+ <gfc:definition>
1334
+ <gco:CharacterString>Third Candidate during the election year</gco:CharacterString>
1335
+ </gfc:definition>
1336
+ <gfc:cardinality gco:nilReason="unknown"/>
1337
+ <gfc:definitionReference>
1338
+ <gfc:FC_DefinitionReference>
1339
+ <gfc:definitionSource>
1340
+ <gfc:FC_DefinitionSource>
1341
+ <gfc:source>
1342
+ <gmd:CI_Citation>
1343
+ <gmd:title>
1344
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1345
+ </gmd:title>
1346
+ <gmd:date gco:nilReason="unknown"/>
1347
+ <gmd:citedResponsibleParty>
1348
+ <gmd:CI_ResponsibleParty>
1349
+ <gmd:organisationName>
1350
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1351
+ </gmd:organisationName>
1352
+ <gmd:role>
1353
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1354
+ </gmd:role>
1355
+ </gmd:CI_ResponsibleParty>
1356
+ </gmd:citedResponsibleParty>
1357
+ </gmd:CI_Citation>
1358
+ </gfc:source>
1359
+ </gfc:FC_DefinitionSource>
1360
+ </gfc:definitionSource>
1361
+ </gfc:FC_DefinitionReference>
1362
+ </gfc:definitionReference>
1363
+ <gfc:valueType>
1364
+ <gco:TypeName>
1365
+ <gco:aName>
1366
+ <gco:CharacterString>String</gco:CharacterString>
1367
+ </gco:aName>
1368
+ </gco:TypeName>
1369
+ </gfc:valueType>
1370
+ <gfc:listedValue>
1371
+ <gfc:FC_ListedValue>
1372
+ <gfc:label>
1373
+ <gco:CharacterString>Third Candidate</gco:CharacterString>
1374
+ </gfc:label>
1375
+ <gfc:definition>
1376
+ <gco:CharacterString>Third Candidate during the election year</gco:CharacterString>
1377
+ </gfc:definition>
1378
+ <gfc:definitionReference>
1379
+ <gfc:FC_DefinitionReference>
1380
+ <gfc:definitionSource>
1381
+ <gfc:FC_DefinitionSource>
1382
+ <gfc:source>
1383
+ <gmd:CI_Citation>
1384
+ <gmd:title>
1385
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1386
+ </gmd:title>
1387
+ <gmd:date gco:nilReason="unknown"/>
1388
+ <gmd:citedResponsibleParty>
1389
+ <gmd:CI_ResponsibleParty>
1390
+ <gmd:organisationName>
1391
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1392
+ </gmd:organisationName>
1393
+ <gmd:role>
1394
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1395
+ </gmd:role>
1396
+ </gmd:CI_ResponsibleParty>
1397
+ </gmd:citedResponsibleParty>
1398
+ </gmd:CI_Citation>
1399
+ </gfc:source>
1400
+ </gfc:FC_DefinitionSource>
1401
+ </gfc:definitionSource>
1402
+ </gfc:FC_DefinitionReference>
1403
+ </gfc:definitionReference>
1404
+ </gfc:FC_ListedValue>
1405
+ </gfc:listedValue>
1406
+ </gfc:FC_FeatureAttribute>
1407
+ </gfc:carrierOfCharacteristics>
1408
+ <gfc:carrierOfCharacteristics>
1409
+ <gfc:FC_FeatureAttribute>
1410
+ <gfc:memberName>
1411
+ <gco:LocalName>S_PT_VT_12</gco:LocalName>
1412
+ </gfc:memberName>
1413
+ <gfc:definition>
1414
+ <gco:CharacterString>Second party votes polled during the election year</gco:CharacterString>
1415
+ </gfc:definition>
1416
+ <gfc:cardinality gco:nilReason="unknown"/>
1417
+ <gfc:definitionReference>
1418
+ <gfc:FC_DefinitionReference>
1419
+ <gfc:definitionSource>
1420
+ <gfc:FC_DefinitionSource>
1421
+ <gfc:source>
1422
+ <gmd:CI_Citation>
1423
+ <gmd:title>
1424
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1425
+ </gmd:title>
1426
+ <gmd:date gco:nilReason="unknown"/>
1427
+ <gmd:citedResponsibleParty>
1428
+ <gmd:CI_ResponsibleParty>
1429
+ <gmd:organisationName>
1430
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1431
+ </gmd:organisationName>
1432
+ <gmd:role>
1433
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1434
+ </gmd:role>
1435
+ </gmd:CI_ResponsibleParty>
1436
+ </gmd:citedResponsibleParty>
1437
+ </gmd:CI_Citation>
1438
+ </gfc:source>
1439
+ </gfc:FC_DefinitionSource>
1440
+ </gfc:definitionSource>
1441
+ </gfc:FC_DefinitionReference>
1442
+ </gfc:definitionReference>
1443
+ <gfc:valueType>
1444
+ <gco:TypeName>
1445
+ <gco:aName>
1446
+ <gco:CharacterString>Double</gco:CharacterString>
1447
+ </gco:aName>
1448
+ </gco:TypeName>
1449
+ </gfc:valueType>
1450
+ </gfc:FC_FeatureAttribute>
1451
+ </gfc:carrierOfCharacteristics>
1452
+ <gfc:carrierOfCharacteristics>
1453
+ <gfc:FC_FeatureAttribute>
1454
+ <gfc:memberName>
1455
+ <gco:LocalName>P_MRG_1_3</gco:LocalName>
1456
+ </gfc:memberName>
1457
+ <gfc:definition>
1458
+ <gco:CharacterString>Percentage Margin between winning party 1 and 3</gco:CharacterString>
1459
+ </gfc:definition>
1460
+ <gfc:cardinality gco:nilReason="unknown"/>
1461
+ <gfc:definitionReference>
1462
+ <gfc:FC_DefinitionReference>
1463
+ <gfc:definitionSource>
1464
+ <gfc:FC_DefinitionSource>
1465
+ <gfc:source>
1466
+ <gmd:CI_Citation>
1467
+ <gmd:title>
1468
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1469
+ </gmd:title>
1470
+ <gmd:date gco:nilReason="unknown"/>
1471
+ <gmd:citedResponsibleParty>
1472
+ <gmd:CI_ResponsibleParty>
1473
+ <gmd:organisationName>
1474
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1475
+ </gmd:organisationName>
1476
+ <gmd:role>
1477
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1478
+ </gmd:role>
1479
+ </gmd:CI_ResponsibleParty>
1480
+ </gmd:citedResponsibleParty>
1481
+ </gmd:CI_Citation>
1482
+ </gfc:source>
1483
+ </gfc:FC_DefinitionSource>
1484
+ </gfc:definitionSource>
1485
+ </gfc:FC_DefinitionReference>
1486
+ </gfc:definitionReference>
1487
+ <gfc:valueType>
1488
+ <gco:TypeName>
1489
+ <gco:aName>
1490
+ <gco:CharacterString>Double</gco:CharacterString>
1491
+ </gco:aName>
1492
+ </gco:TypeName>
1493
+ </gfc:valueType>
1494
+ </gfc:FC_FeatureAttribute>
1495
+ </gfc:carrierOfCharacteristics>
1496
+ <gfc:carrierOfCharacteristics>
1497
+ <gfc:FC_FeatureAttribute>
1498
+ <gfc:memberName>
1499
+ <gco:LocalName>MRG_1_3</gco:LocalName>
1500
+ </gfc:memberName>
1501
+ <gfc:definition>
1502
+ <gco:CharacterString>Margin between winning party 1 and 3</gco:CharacterString>
1503
+ </gfc:definition>
1504
+ <gfc:cardinality gco:nilReason="unknown"/>
1505
+ <gfc:definitionReference>
1506
+ <gfc:FC_DefinitionReference>
1507
+ <gfc:definitionSource>
1508
+ <gfc:FC_DefinitionSource>
1509
+ <gfc:source>
1510
+ <gmd:CI_Citation>
1511
+ <gmd:title>
1512
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1513
+ </gmd:title>
1514
+ <gmd:date gco:nilReason="unknown"/>
1515
+ <gmd:citedResponsibleParty>
1516
+ <gmd:CI_ResponsibleParty>
1517
+ <gmd:organisationName>
1518
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1519
+ </gmd:organisationName>
1520
+ <gmd:role>
1521
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1522
+ </gmd:role>
1523
+ </gmd:CI_ResponsibleParty>
1524
+ </gmd:citedResponsibleParty>
1525
+ </gmd:CI_Citation>
1526
+ </gfc:source>
1527
+ </gfc:FC_DefinitionSource>
1528
+ </gfc:definitionSource>
1529
+ </gfc:FC_DefinitionReference>
1530
+ </gfc:definitionReference>
1531
+ <gfc:valueType>
1532
+ <gco:TypeName>
1533
+ <gco:aName>
1534
+ <gco:CharacterString>Double</gco:CharacterString>
1535
+ </gco:aName>
1536
+ </gco:TypeName>
1537
+ </gfc:valueType>
1538
+ </gfc:FC_FeatureAttribute>
1539
+ </gfc:carrierOfCharacteristics>
1540
+ <gfc:carrierOfCharacteristics>
1541
+ <gfc:FC_FeatureAttribute>
1542
+ <gfc:memberName>
1543
+ <gco:LocalName>P_MRG_1_2</gco:LocalName>
1544
+ </gfc:memberName>
1545
+ <gfc:definition>
1546
+ <gco:CharacterString>Percentage Margin between winning party 1 and 2</gco:CharacterString>
1547
+ </gfc:definition>
1548
+ <gfc:cardinality gco:nilReason="unknown"/>
1549
+ <gfc:definitionReference>
1550
+ <gfc:FC_DefinitionReference>
1551
+ <gfc:definitionSource>
1552
+ <gfc:FC_DefinitionSource>
1553
+ <gfc:source>
1554
+ <gmd:CI_Citation>
1555
+ <gmd:title>
1556
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1557
+ </gmd:title>
1558
+ <gmd:date gco:nilReason="unknown"/>
1559
+ <gmd:citedResponsibleParty>
1560
+ <gmd:CI_ResponsibleParty>
1561
+ <gmd:organisationName>
1562
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1563
+ </gmd:organisationName>
1564
+ <gmd:role>
1565
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1566
+ </gmd:role>
1567
+ </gmd:CI_ResponsibleParty>
1568
+ </gmd:citedResponsibleParty>
1569
+ </gmd:CI_Citation>
1570
+ </gfc:source>
1571
+ </gfc:FC_DefinitionSource>
1572
+ </gfc:definitionSource>
1573
+ </gfc:FC_DefinitionReference>
1574
+ </gfc:definitionReference>
1575
+ <gfc:valueType>
1576
+ <gco:TypeName>
1577
+ <gco:aName>
1578
+ <gco:CharacterString>Double</gco:CharacterString>
1579
+ </gco:aName>
1580
+ </gco:TypeName>
1581
+ </gfc:valueType>
1582
+ </gfc:FC_FeatureAttribute>
1583
+ </gfc:carrierOfCharacteristics>
1584
+ <gfc:carrierOfCharacteristics>
1585
+ <gfc:FC_FeatureAttribute>
1586
+ <gfc:memberName>
1587
+ <gco:LocalName>MRG_1_2</gco:LocalName>
1588
+ </gfc:memberName>
1589
+ <gfc:definition>
1590
+ <gco:CharacterString>Margin between winning party 1 and 2</gco:CharacterString>
1591
+ </gfc:definition>
1592
+ <gfc:cardinality gco:nilReason="unknown"/>
1593
+ <gfc:definitionReference>
1594
+ <gfc:FC_DefinitionReference>
1595
+ <gfc:definitionSource>
1596
+ <gfc:FC_DefinitionSource>
1597
+ <gfc:source>
1598
+ <gmd:CI_Citation>
1599
+ <gmd:title>
1600
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1601
+ </gmd:title>
1602
+ <gmd:date gco:nilReason="unknown"/>
1603
+ <gmd:citedResponsibleParty>
1604
+ <gmd:CI_ResponsibleParty>
1605
+ <gmd:organisationName>
1606
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1607
+ </gmd:organisationName>
1608
+ <gmd:role>
1609
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1610
+ </gmd:role>
1611
+ </gmd:CI_ResponsibleParty>
1612
+ </gmd:citedResponsibleParty>
1613
+ </gmd:CI_Citation>
1614
+ </gfc:source>
1615
+ </gfc:FC_DefinitionSource>
1616
+ </gfc:definitionSource>
1617
+ </gfc:FC_DefinitionReference>
1618
+ </gfc:definitionReference>
1619
+ <gfc:valueType>
1620
+ <gco:TypeName>
1621
+ <gco:aName>
1622
+ <gco:CharacterString>Double</gco:CharacterString>
1623
+ </gco:aName>
1624
+ </gco:TypeName>
1625
+ </gfc:valueType>
1626
+ </gfc:FC_FeatureAttribute>
1627
+ </gfc:carrierOfCharacteristics>
1628
+ <gfc:carrierOfCharacteristics>
1629
+ <gfc:FC_FeatureAttribute>
1630
+ <gfc:memberName>
1631
+ <gco:LocalName>WIN_PRT_12</gco:LocalName>
1632
+ </gfc:memberName>
1633
+ <gfc:definition>
1634
+ <gco:CharacterString>Winner party during the election year</gco:CharacterString>
1635
+ </gfc:definition>
1636
+ <gfc:cardinality gco:nilReason="unknown"/>
1637
+ <gfc:definitionReference>
1638
+ <gfc:FC_DefinitionReference>
1639
+ <gfc:definitionSource>
1640
+ <gfc:FC_DefinitionSource>
1641
+ <gfc:source>
1642
+ <gmd:CI_Citation>
1643
+ <gmd:title>
1644
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1645
+ </gmd:title>
1646
+ <gmd:date gco:nilReason="unknown"/>
1647
+ <gmd:citedResponsibleParty>
1648
+ <gmd:CI_ResponsibleParty>
1649
+ <gmd:organisationName>
1650
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1651
+ </gmd:organisationName>
1652
+ <gmd:role>
1653
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1654
+ </gmd:role>
1655
+ </gmd:CI_ResponsibleParty>
1656
+ </gmd:citedResponsibleParty>
1657
+ </gmd:CI_Citation>
1658
+ </gfc:source>
1659
+ </gfc:FC_DefinitionSource>
1660
+ </gfc:definitionSource>
1661
+ </gfc:FC_DefinitionReference>
1662
+ </gfc:definitionReference>
1663
+ <gfc:valueType>
1664
+ <gco:TypeName>
1665
+ <gco:aName>
1666
+ <gco:CharacterString>String</gco:CharacterString>
1667
+ </gco:aName>
1668
+ </gco:TypeName>
1669
+ </gfc:valueType>
1670
+ <gfc:listedValue>
1671
+ <gfc:FC_ListedValue>
1672
+ <gfc:label>
1673
+ <gco:CharacterString>Winner party</gco:CharacterString>
1674
+ </gfc:label>
1675
+ <gfc:definition>
1676
+ <gco:CharacterString>Winner party during the election year</gco:CharacterString>
1677
+ </gfc:definition>
1678
+ <gfc:definitionReference>
1679
+ <gfc:FC_DefinitionReference>
1680
+ <gfc:definitionSource>
1681
+ <gfc:FC_DefinitionSource>
1682
+ <gfc:source>
1683
+ <gmd:CI_Citation>
1684
+ <gmd:title>
1685
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1686
+ </gmd:title>
1687
+ <gmd:date gco:nilReason="unknown"/>
1688
+ <gmd:citedResponsibleParty>
1689
+ <gmd:CI_ResponsibleParty>
1690
+ <gmd:organisationName>
1691
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1692
+ </gmd:organisationName>
1693
+ <gmd:role>
1694
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1695
+ </gmd:role>
1696
+ </gmd:CI_ResponsibleParty>
1697
+ </gmd:citedResponsibleParty>
1698
+ </gmd:CI_Citation>
1699
+ </gfc:source>
1700
+ </gfc:FC_DefinitionSource>
1701
+ </gfc:definitionSource>
1702
+ </gfc:FC_DefinitionReference>
1703
+ </gfc:definitionReference>
1704
+ </gfc:FC_ListedValue>
1705
+ </gfc:listedValue>
1706
+ </gfc:FC_FeatureAttribute>
1707
+ </gfc:carrierOfCharacteristics>
1708
+ <gfc:carrierOfCharacteristics>
1709
+ <gfc:FC_FeatureAttribute>
1710
+ <gfc:memberName>
1711
+ <gco:LocalName>SND_CND_12</gco:LocalName>
1712
+ </gfc:memberName>
1713
+ <gfc:definition>
1714
+ <gco:CharacterString>Second Candidate during the election year</gco:CharacterString>
1715
+ </gfc:definition>
1716
+ <gfc:cardinality gco:nilReason="unknown"/>
1717
+ <gfc:definitionReference>
1718
+ <gfc:FC_DefinitionReference>
1719
+ <gfc:definitionSource>
1720
+ <gfc:FC_DefinitionSource>
1721
+ <gfc:source>
1722
+ <gmd:CI_Citation>
1723
+ <gmd:title>
1724
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1725
+ </gmd:title>
1726
+ <gmd:date gco:nilReason="unknown"/>
1727
+ <gmd:citedResponsibleParty>
1728
+ <gmd:CI_ResponsibleParty>
1729
+ <gmd:organisationName>
1730
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1731
+ </gmd:organisationName>
1732
+ <gmd:role>
1733
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1734
+ </gmd:role>
1735
+ </gmd:CI_ResponsibleParty>
1736
+ </gmd:citedResponsibleParty>
1737
+ </gmd:CI_Citation>
1738
+ </gfc:source>
1739
+ </gfc:FC_DefinitionSource>
1740
+ </gfc:definitionSource>
1741
+ </gfc:FC_DefinitionReference>
1742
+ </gfc:definitionReference>
1743
+ <gfc:valueType>
1744
+ <gco:TypeName>
1745
+ <gco:aName>
1746
+ <gco:CharacterString>String</gco:CharacterString>
1747
+ </gco:aName>
1748
+ </gco:TypeName>
1749
+ </gfc:valueType>
1750
+ <gfc:listedValue>
1751
+ <gfc:FC_ListedValue>
1752
+ <gfc:label>
1753
+ <gco:CharacterString>Second Candidate</gco:CharacterString>
1754
+ </gfc:label>
1755
+ <gfc:definition>
1756
+ <gco:CharacterString>Second Candidate during the election year</gco:CharacterString>
1757
+ </gfc:definition>
1758
+ <gfc:definitionReference>
1759
+ <gfc:FC_DefinitionReference>
1760
+ <gfc:definitionSource>
1761
+ <gfc:FC_DefinitionSource>
1762
+ <gfc:source>
1763
+ <gmd:CI_Citation>
1764
+ <gmd:title>
1765
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1766
+ </gmd:title>
1767
+ <gmd:date gco:nilReason="unknown"/>
1768
+ <gmd:citedResponsibleParty>
1769
+ <gmd:CI_ResponsibleParty>
1770
+ <gmd:organisationName>
1771
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1772
+ </gmd:organisationName>
1773
+ <gmd:role>
1774
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1775
+ </gmd:role>
1776
+ </gmd:CI_ResponsibleParty>
1777
+ </gmd:citedResponsibleParty>
1778
+ </gmd:CI_Citation>
1779
+ </gfc:source>
1780
+ </gfc:FC_DefinitionSource>
1781
+ </gfc:definitionSource>
1782
+ </gfc:FC_DefinitionReference>
1783
+ </gfc:definitionReference>
1784
+ </gfc:FC_ListedValue>
1785
+ </gfc:listedValue>
1786
+ </gfc:FC_FeatureAttribute>
1787
+ </gfc:carrierOfCharacteristics>
1788
+ <gfc:carrierOfCharacteristics>
1789
+ <gfc:FC_FeatureAttribute>
1790
+ <gfc:memberName>
1791
+ <gco:LocalName>SND_PRT_12</gco:LocalName>
1792
+ </gfc:memberName>
1793
+ <gfc:definition>
1794
+ <gco:CharacterString>Second party during the election year</gco:CharacterString>
1795
+ </gfc:definition>
1796
+ <gfc:cardinality gco:nilReason="unknown"/>
1797
+ <gfc:definitionReference>
1798
+ <gfc:FC_DefinitionReference>
1799
+ <gfc:definitionSource>
1800
+ <gfc:FC_DefinitionSource>
1801
+ <gfc:source>
1802
+ <gmd:CI_Citation>
1803
+ <gmd:title>
1804
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1805
+ </gmd:title>
1806
+ <gmd:date gco:nilReason="unknown"/>
1807
+ <gmd:citedResponsibleParty>
1808
+ <gmd:CI_ResponsibleParty>
1809
+ <gmd:organisationName>
1810
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1811
+ </gmd:organisationName>
1812
+ <gmd:role>
1813
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1814
+ </gmd:role>
1815
+ </gmd:CI_ResponsibleParty>
1816
+ </gmd:citedResponsibleParty>
1817
+ </gmd:CI_Citation>
1818
+ </gfc:source>
1819
+ </gfc:FC_DefinitionSource>
1820
+ </gfc:definitionSource>
1821
+ </gfc:FC_DefinitionReference>
1822
+ </gfc:definitionReference>
1823
+ <gfc:valueType>
1824
+ <gco:TypeName>
1825
+ <gco:aName>
1826
+ <gco:CharacterString>String</gco:CharacterString>
1827
+ </gco:aName>
1828
+ </gco:TypeName>
1829
+ </gfc:valueType>
1830
+ <gfc:listedValue>
1831
+ <gfc:FC_ListedValue>
1832
+ <gfc:label>
1833
+ <gco:CharacterString>Second party</gco:CharacterString>
1834
+ </gfc:label>
1835
+ <gfc:definition>
1836
+ <gco:CharacterString>Second party during the election year</gco:CharacterString>
1837
+ </gfc:definition>
1838
+ <gfc:definitionReference>
1839
+ <gfc:FC_DefinitionReference>
1840
+ <gfc:definitionSource>
1841
+ <gfc:FC_DefinitionSource>
1842
+ <gfc:source>
1843
+ <gmd:CI_Citation>
1844
+ <gmd:title>
1845
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1846
+ </gmd:title>
1847
+ <gmd:date gco:nilReason="unknown"/>
1848
+ <gmd:citedResponsibleParty>
1849
+ <gmd:CI_ResponsibleParty>
1850
+ <gmd:organisationName>
1851
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1852
+ </gmd:organisationName>
1853
+ <gmd:role>
1854
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1855
+ </gmd:role>
1856
+ </gmd:CI_ResponsibleParty>
1857
+ </gmd:citedResponsibleParty>
1858
+ </gmd:CI_Citation>
1859
+ </gfc:source>
1860
+ </gfc:FC_DefinitionSource>
1861
+ </gfc:definitionSource>
1862
+ </gfc:FC_DefinitionReference>
1863
+ </gfc:definitionReference>
1864
+ </gfc:FC_ListedValue>
1865
+ </gfc:listedValue>
1866
+ </gfc:FC_FeatureAttribute>
1867
+ </gfc:carrierOfCharacteristics>
1868
+ <gfc:carrierOfCharacteristics>
1869
+ <gfc:FC_FeatureAttribute>
1870
+ <gfc:memberName>
1871
+ <gco:LocalName>W_PT_VT_12</gco:LocalName>
1872
+ </gfc:memberName>
1873
+ <gfc:definition>
1874
+ <gco:CharacterString>Winner party votes polled during the year</gco:CharacterString>
1875
+ </gfc:definition>
1876
+ <gfc:cardinality gco:nilReason="unknown"/>
1877
+ <gfc:definitionReference>
1878
+ <gfc:FC_DefinitionReference>
1879
+ <gfc:definitionSource>
1880
+ <gfc:FC_DefinitionSource>
1881
+ <gfc:source>
1882
+ <gmd:CI_Citation>
1883
+ <gmd:title>
1884
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1885
+ </gmd:title>
1886
+ <gmd:date gco:nilReason="unknown"/>
1887
+ <gmd:citedResponsibleParty>
1888
+ <gmd:CI_ResponsibleParty>
1889
+ <gmd:organisationName>
1890
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1891
+ </gmd:organisationName>
1892
+ <gmd:role>
1893
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1894
+ </gmd:role>
1895
+ </gmd:CI_ResponsibleParty>
1896
+ </gmd:citedResponsibleParty>
1897
+ </gmd:CI_Citation>
1898
+ </gfc:source>
1899
+ </gfc:FC_DefinitionSource>
1900
+ </gfc:definitionSource>
1901
+ </gfc:FC_DefinitionReference>
1902
+ </gfc:definitionReference>
1903
+ <gfc:valueType>
1904
+ <gco:TypeName>
1905
+ <gco:aName>
1906
+ <gco:CharacterString>Double</gco:CharacterString>
1907
+ </gco:aName>
1908
+ </gco:TypeName>
1909
+ </gfc:valueType>
1910
+ </gfc:FC_FeatureAttribute>
1911
+ </gfc:carrierOfCharacteristics>
1912
+ <gfc:carrierOfCharacteristics>
1913
+ <gfc:FC_FeatureAttribute>
1914
+ <gfc:memberName>
1915
+ <gco:LocalName>WIN_CND_12</gco:LocalName>
1916
+ </gfc:memberName>
1917
+ <gfc:definition>
1918
+ <gco:CharacterString>Winner Candidate during the election year</gco:CharacterString>
1919
+ </gfc:definition>
1920
+ <gfc:cardinality gco:nilReason="unknown"/>
1921
+ <gfc:definitionReference>
1922
+ <gfc:FC_DefinitionReference>
1923
+ <gfc:definitionSource>
1924
+ <gfc:FC_DefinitionSource>
1925
+ <gfc:source>
1926
+ <gmd:CI_Citation>
1927
+ <gmd:title>
1928
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1929
+ </gmd:title>
1930
+ <gmd:date gco:nilReason="unknown"/>
1931
+ <gmd:citedResponsibleParty>
1932
+ <gmd:CI_ResponsibleParty>
1933
+ <gmd:organisationName>
1934
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1935
+ </gmd:organisationName>
1936
+ <gmd:role>
1937
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1938
+ </gmd:role>
1939
+ </gmd:CI_ResponsibleParty>
1940
+ </gmd:citedResponsibleParty>
1941
+ </gmd:CI_Citation>
1942
+ </gfc:source>
1943
+ </gfc:FC_DefinitionSource>
1944
+ </gfc:definitionSource>
1945
+ </gfc:FC_DefinitionReference>
1946
+ </gfc:definitionReference>
1947
+ <gfc:valueType>
1948
+ <gco:TypeName>
1949
+ <gco:aName>
1950
+ <gco:CharacterString>String</gco:CharacterString>
1951
+ </gco:aName>
1952
+ </gco:TypeName>
1953
+ </gfc:valueType>
1954
+ <gfc:listedValue>
1955
+ <gfc:FC_ListedValue>
1956
+ <gfc:label>
1957
+ <gco:CharacterString>Winner Candidate</gco:CharacterString>
1958
+ </gfc:label>
1959
+ <gfc:definition>
1960
+ <gco:CharacterString>Winner Candidate during the election year</gco:CharacterString>
1961
+ </gfc:definition>
1962
+ <gfc:definitionReference>
1963
+ <gfc:FC_DefinitionReference>
1964
+ <gfc:definitionSource>
1965
+ <gfc:FC_DefinitionSource>
1966
+ <gfc:source>
1967
+ <gmd:CI_Citation>
1968
+ <gmd:title>
1969
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1970
+ </gmd:title>
1971
+ <gmd:date gco:nilReason="unknown"/>
1972
+ <gmd:citedResponsibleParty>
1973
+ <gmd:CI_ResponsibleParty>
1974
+ <gmd:organisationName>
1975
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1976
+ </gmd:organisationName>
1977
+ <gmd:role>
1978
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1979
+ </gmd:role>
1980
+ </gmd:CI_ResponsibleParty>
1981
+ </gmd:citedResponsibleParty>
1982
+ </gmd:CI_Citation>
1983
+ </gfc:source>
1984
+ </gfc:FC_DefinitionSource>
1985
+ </gfc:definitionSource>
1986
+ </gfc:FC_DefinitionReference>
1987
+ </gfc:definitionReference>
1988
+ </gfc:FC_ListedValue>
1989
+ </gfc:listedValue>
1990
+ </gfc:FC_FeatureAttribute>
1991
+ </gfc:carrierOfCharacteristics>
1992
+ <gfc:carrierOfCharacteristics>
1993
+ <gfc:FC_FeatureAttribute>
1994
+ <gfc:memberName>
1995
+ <gco:LocalName>P_V_PL_12</gco:LocalName>
1996
+ </gfc:memberName>
1997
+ <gfc:definition>
1998
+ <gco:CharacterString>Percentage of vote polled during the election year</gco:CharacterString>
1999
+ </gfc:definition>
2000
+ <gfc:cardinality gco:nilReason="unknown"/>
2001
+ <gfc:definitionReference>
2002
+ <gfc:FC_DefinitionReference>
2003
+ <gfc:definitionSource>
2004
+ <gfc:FC_DefinitionSource>
2005
+ <gfc:source>
2006
+ <gmd:CI_Citation>
2007
+ <gmd:title>
2008
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2009
+ </gmd:title>
2010
+ <gmd:date gco:nilReason="unknown"/>
2011
+ <gmd:citedResponsibleParty>
2012
+ <gmd:CI_ResponsibleParty>
2013
+ <gmd:organisationName>
2014
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2015
+ </gmd:organisationName>
2016
+ <gmd:role>
2017
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2018
+ </gmd:role>
2019
+ </gmd:CI_ResponsibleParty>
2020
+ </gmd:citedResponsibleParty>
2021
+ </gmd:CI_Citation>
2022
+ </gfc:source>
2023
+ </gfc:FC_DefinitionSource>
2024
+ </gfc:definitionSource>
2025
+ </gfc:FC_DefinitionReference>
2026
+ </gfc:definitionReference>
2027
+ <gfc:valueType>
2028
+ <gco:TypeName>
2029
+ <gco:aName>
2030
+ <gco:CharacterString>Double</gco:CharacterString>
2031
+ </gco:aName>
2032
+ </gco:TypeName>
2033
+ </gfc:valueType>
2034
+ </gfc:FC_FeatureAttribute>
2035
+ </gfc:carrierOfCharacteristics>
2036
+ <gfc:carrierOfCharacteristics>
2037
+ <gfc:FC_FeatureAttribute>
2038
+ <gfc:memberName>
2039
+ <gco:LocalName>M_ELEC_12</gco:LocalName>
2040
+ </gfc:memberName>
2041
+ <gfc:definition>
2042
+ <gco:CharacterString>Male electorates during the election year</gco:CharacterString>
2043
+ </gfc:definition>
2044
+ <gfc:cardinality gco:nilReason="unknown"/>
2045
+ <gfc:definitionReference>
2046
+ <gfc:FC_DefinitionReference>
2047
+ <gfc:definitionSource>
2048
+ <gfc:FC_DefinitionSource>
2049
+ <gfc:source>
2050
+ <gmd:CI_Citation>
2051
+ <gmd:title>
2052
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2053
+ </gmd:title>
2054
+ <gmd:date gco:nilReason="unknown"/>
2055
+ <gmd:citedResponsibleParty>
2056
+ <gmd:CI_ResponsibleParty>
2057
+ <gmd:organisationName>
2058
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2059
+ </gmd:organisationName>
2060
+ <gmd:role>
2061
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2062
+ </gmd:role>
2063
+ </gmd:CI_ResponsibleParty>
2064
+ </gmd:citedResponsibleParty>
2065
+ </gmd:CI_Citation>
2066
+ </gfc:source>
2067
+ </gfc:FC_DefinitionSource>
2068
+ </gfc:definitionSource>
2069
+ </gfc:FC_DefinitionReference>
2070
+ </gfc:definitionReference>
2071
+ <gfc:valueType>
2072
+ <gco:TypeName>
2073
+ <gco:aName>
2074
+ <gco:CharacterString>Double</gco:CharacterString>
2075
+ </gco:aName>
2076
+ </gco:TypeName>
2077
+ </gfc:valueType>
2078
+ </gfc:FC_FeatureAttribute>
2079
+ </gfc:carrierOfCharacteristics>
2080
+ <gfc:carrierOfCharacteristics>
2081
+ <gfc:FC_FeatureAttribute>
2082
+ <gfc:memberName>
2083
+ <gco:LocalName>F_ELEC_12</gco:LocalName>
2084
+ </gfc:memberName>
2085
+ <gfc:definition>
2086
+ <gco:CharacterString>Female electorates during the election year</gco:CharacterString>
2087
+ </gfc:definition>
2088
+ <gfc:cardinality gco:nilReason="unknown"/>
2089
+ <gfc:definitionReference>
2090
+ <gfc:FC_DefinitionReference>
2091
+ <gfc:definitionSource>
2092
+ <gfc:FC_DefinitionSource>
2093
+ <gfc:source>
2094
+ <gmd:CI_Citation>
2095
+ <gmd:title>
2096
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2097
+ </gmd:title>
2098
+ <gmd:date gco:nilReason="unknown"/>
2099
+ <gmd:citedResponsibleParty>
2100
+ <gmd:CI_ResponsibleParty>
2101
+ <gmd:organisationName>
2102
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2103
+ </gmd:organisationName>
2104
+ <gmd:role>
2105
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2106
+ </gmd:role>
2107
+ </gmd:CI_ResponsibleParty>
2108
+ </gmd:citedResponsibleParty>
2109
+ </gmd:CI_Citation>
2110
+ </gfc:source>
2111
+ </gfc:FC_DefinitionSource>
2112
+ </gfc:definitionSource>
2113
+ </gfc:FC_DefinitionReference>
2114
+ </gfc:definitionReference>
2115
+ <gfc:valueType>
2116
+ <gco:TypeName>
2117
+ <gco:aName>
2118
+ <gco:CharacterString>Double</gco:CharacterString>
2119
+ </gco:aName>
2120
+ </gco:TypeName>
2121
+ </gfc:valueType>
2122
+ </gfc:FC_FeatureAttribute>
2123
+ </gfc:carrierOfCharacteristics>
2124
+ <gfc:carrierOfCharacteristics>
2125
+ <gfc:FC_FeatureAttribute>
2126
+ <gfc:memberName>
2127
+ <gco:LocalName>T_ELECT_12</gco:LocalName>
2128
+ </gfc:memberName>
2129
+ <gfc:definition>
2130
+ <gco:CharacterString>Total electorates during the election year</gco:CharacterString>
2131
+ </gfc:definition>
2132
+ <gfc:cardinality gco:nilReason="unknown"/>
2133
+ <gfc:definitionReference>
2134
+ <gfc:FC_DefinitionReference>
2135
+ <gfc:definitionSource>
2136
+ <gfc:FC_DefinitionSource>
2137
+ <gfc:source>
2138
+ <gmd:CI_Citation>
2139
+ <gmd:title>
2140
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2141
+ </gmd:title>
2142
+ <gmd:date gco:nilReason="unknown"/>
2143
+ <gmd:citedResponsibleParty>
2144
+ <gmd:CI_ResponsibleParty>
2145
+ <gmd:organisationName>
2146
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2147
+ </gmd:organisationName>
2148
+ <gmd:role>
2149
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2150
+ </gmd:role>
2151
+ </gmd:CI_ResponsibleParty>
2152
+ </gmd:citedResponsibleParty>
2153
+ </gmd:CI_Citation>
2154
+ </gfc:source>
2155
+ </gfc:FC_DefinitionSource>
2156
+ </gfc:definitionSource>
2157
+ </gfc:FC_DefinitionReference>
2158
+ </gfc:definitionReference>
2159
+ <gfc:valueType>
2160
+ <gco:TypeName>
2161
+ <gco:aName>
2162
+ <gco:CharacterString>Double</gco:CharacterString>
2163
+ </gco:aName>
2164
+ </gco:TypeName>
2165
+ </gfc:valueType>
2166
+ </gfc:FC_FeatureAttribute>
2167
+ </gfc:carrierOfCharacteristics>
2168
+ <gfc:carrierOfCharacteristics>
2169
+ <gfc:FC_FeatureAttribute>
2170
+ <gfc:memberName>
2171
+ <gco:LocalName>AC_NO</gco:LocalName>
2172
+ </gfc:memberName>
2173
+ <gfc:definition>
2174
+ <gco:CharacterString>Assembly constituency number</gco:CharacterString>
2175
+ </gfc:definition>
2176
+ <gfc:cardinality gco:nilReason="unknown"/>
2177
+ <gfc:definitionReference>
2178
+ <gfc:FC_DefinitionReference>
2179
+ <gfc:definitionSource>
2180
+ <gfc:FC_DefinitionSource>
2181
+ <gfc:source>
2182
+ <gmd:CI_Citation>
2183
+ <gmd:title>
2184
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2185
+ </gmd:title>
2186
+ <gmd:date gco:nilReason="unknown"/>
2187
+ <gmd:citedResponsibleParty>
2188
+ <gmd:CI_ResponsibleParty>
2189
+ <gmd:organisationName>
2190
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2191
+ </gmd:organisationName>
2192
+ <gmd:role>
2193
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2194
+ </gmd:role>
2195
+ </gmd:CI_ResponsibleParty>
2196
+ </gmd:citedResponsibleParty>
2197
+ </gmd:CI_Citation>
2198
+ </gfc:source>
2199
+ </gfc:FC_DefinitionSource>
2200
+ </gfc:definitionSource>
2201
+ </gfc:FC_DefinitionReference>
2202
+ </gfc:definitionReference>
2203
+ <gfc:valueType>
2204
+ <gco:TypeName>
2205
+ <gco:aName>
2206
+ <gco:CharacterString>Double</gco:CharacterString>
2207
+ </gco:aName>
2208
+ </gco:TypeName>
2209
+ </gfc:valueType>
2210
+ </gfc:FC_FeatureAttribute>
2211
+ </gfc:carrierOfCharacteristics>
2212
+ <gfc:carrierOfCharacteristics>
2213
+ <gfc:FC_FeatureAttribute>
2214
+ <gfc:memberName>
2215
+ <gco:LocalName>T_VOTER_12</gco:LocalName>
2216
+ </gfc:memberName>
2217
+ <gfc:definition>
2218
+ <gco:CharacterString>Total voter during the election year</gco:CharacterString>
2219
+ </gfc:definition>
2220
+ <gfc:cardinality gco:nilReason="unknown"/>
2221
+ <gfc:definitionReference>
2222
+ <gfc:FC_DefinitionReference>
2223
+ <gfc:definitionSource>
2224
+ <gfc:FC_DefinitionSource>
2225
+ <gfc:source>
2226
+ <gmd:CI_Citation>
2227
+ <gmd:title>
2228
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2229
+ </gmd:title>
2230
+ <gmd:date gco:nilReason="unknown"/>
2231
+ <gmd:citedResponsibleParty>
2232
+ <gmd:CI_ResponsibleParty>
2233
+ <gmd:organisationName>
2234
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2235
+ </gmd:organisationName>
2236
+ <gmd:role>
2237
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2238
+ </gmd:role>
2239
+ </gmd:CI_ResponsibleParty>
2240
+ </gmd:citedResponsibleParty>
2241
+ </gmd:CI_Citation>
2242
+ </gfc:source>
2243
+ </gfc:FC_DefinitionSource>
2244
+ </gfc:definitionSource>
2245
+ </gfc:FC_DefinitionReference>
2246
+ </gfc:definitionReference>
2247
+ <gfc:valueType>
2248
+ <gco:TypeName>
2249
+ <gco:aName>
2250
+ <gco:CharacterString>Double</gco:CharacterString>
2251
+ </gco:aName>
2252
+ </gco:TypeName>
2253
+ </gfc:valueType>
2254
+ </gfc:FC_FeatureAttribute>
2255
+ </gfc:carrierOfCharacteristics>
2256
+ <gfc:carrierOfCharacteristics>
2257
+ <gfc:FC_FeatureAttribute>
2258
+ <gfc:memberName>
2259
+ <gco:LocalName>NO_PSTN_12</gco:LocalName>
2260
+ </gfc:memberName>
2261
+ <gfc:definition>
2262
+ <gco:CharacterString>Number of polling stations during the election year</gco:CharacterString>
2263
+ </gfc:definition>
2264
+ <gfc:cardinality gco:nilReason="unknown"/>
2265
+ <gfc:definitionReference>
2266
+ <gfc:FC_DefinitionReference>
2267
+ <gfc:definitionSource>
2268
+ <gfc:FC_DefinitionSource>
2269
+ <gfc:source>
2270
+ <gmd:CI_Citation>
2271
+ <gmd:title>
2272
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2273
+ </gmd:title>
2274
+ <gmd:date gco:nilReason="unknown"/>
2275
+ <gmd:citedResponsibleParty>
2276
+ <gmd:CI_ResponsibleParty>
2277
+ <gmd:organisationName>
2278
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2279
+ </gmd:organisationName>
2280
+ <gmd:role>
2281
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2282
+ </gmd:role>
2283
+ </gmd:CI_ResponsibleParty>
2284
+ </gmd:citedResponsibleParty>
2285
+ </gmd:CI_Citation>
2286
+ </gfc:source>
2287
+ </gfc:FC_DefinitionSource>
2288
+ </gfc:definitionSource>
2289
+ </gfc:FC_DefinitionReference>
2290
+ </gfc:definitionReference>
2291
+ <gfc:valueType>
2292
+ <gco:TypeName>
2293
+ <gco:aName>
2294
+ <gco:CharacterString>Double</gco:CharacterString>
2295
+ </gco:aName>
2296
+ </gco:TypeName>
2297
+ </gfc:valueType>
2298
+ </gfc:FC_FeatureAttribute>
2299
+ </gfc:carrierOfCharacteristics>
2300
+ <gfc:carrierOfCharacteristics>
2301
+ <gfc:FC_FeatureAttribute>
2302
+ <gfc:memberName>
2303
+ <gco:LocalName>M_VOT_12</gco:LocalName>
2304
+ </gfc:memberName>
2305
+ <gfc:definition>
2306
+ <gco:CharacterString>Male voter during the election year</gco:CharacterString>
2307
+ </gfc:definition>
2308
+ <gfc:cardinality gco:nilReason="unknown"/>
2309
+ <gfc:definitionReference>
2310
+ <gfc:FC_DefinitionReference>
2311
+ <gfc:definitionSource>
2312
+ <gfc:FC_DefinitionSource>
2313
+ <gfc:source>
2314
+ <gmd:CI_Citation>
2315
+ <gmd:title>
2316
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2317
+ </gmd:title>
2318
+ <gmd:date gco:nilReason="unknown"/>
2319
+ <gmd:citedResponsibleParty>
2320
+ <gmd:CI_ResponsibleParty>
2321
+ <gmd:organisationName>
2322
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2323
+ </gmd:organisationName>
2324
+ <gmd:role>
2325
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2326
+ </gmd:role>
2327
+ </gmd:CI_ResponsibleParty>
2328
+ </gmd:citedResponsibleParty>
2329
+ </gmd:CI_Citation>
2330
+ </gfc:source>
2331
+ </gfc:FC_DefinitionSource>
2332
+ </gfc:definitionSource>
2333
+ </gfc:FC_DefinitionReference>
2334
+ </gfc:definitionReference>
2335
+ <gfc:valueType>
2336
+ <gco:TypeName>
2337
+ <gco:aName>
2338
+ <gco:CharacterString>Double</gco:CharacterString>
2339
+ </gco:aName>
2340
+ </gco:TypeName>
2341
+ </gfc:valueType>
2342
+ </gfc:FC_FeatureAttribute>
2343
+ </gfc:carrierOfCharacteristics>
2344
+ <gfc:carrierOfCharacteristics>
2345
+ <gfc:FC_FeatureAttribute>
2346
+ <gfc:memberName>
2347
+ <gco:LocalName>AC_NAME</gco:LocalName>
2348
+ </gfc:memberName>
2349
+ <gfc:definition>
2350
+ <gco:CharacterString>Assembly constituency name</gco:CharacterString>
2351
+ </gfc:definition>
2352
+ <gfc:cardinality gco:nilReason="unknown"/>
2353
+ <gfc:definitionReference>
2354
+ <gfc:FC_DefinitionReference>
2355
+ <gfc:definitionSource>
2356
+ <gfc:FC_DefinitionSource>
2357
+ <gfc:source>
2358
+ <gmd:CI_Citation>
2359
+ <gmd:title>
2360
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2361
+ </gmd:title>
2362
+ <gmd:date gco:nilReason="unknown"/>
2363
+ <gmd:citedResponsibleParty>
2364
+ <gmd:CI_ResponsibleParty>
2365
+ <gmd:organisationName>
2366
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2367
+ </gmd:organisationName>
2368
+ <gmd:role>
2369
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2370
+ </gmd:role>
2371
+ </gmd:CI_ResponsibleParty>
2372
+ </gmd:citedResponsibleParty>
2373
+ </gmd:CI_Citation>
2374
+ </gfc:source>
2375
+ </gfc:FC_DefinitionSource>
2376
+ </gfc:definitionSource>
2377
+ </gfc:FC_DefinitionReference>
2378
+ </gfc:definitionReference>
2379
+ <gfc:valueType>
2380
+ <gco:TypeName>
2381
+ <gco:aName>
2382
+ <gco:CharacterString>String</gco:CharacterString>
2383
+ </gco:aName>
2384
+ </gco:TypeName>
2385
+ </gfc:valueType>
2386
+ <gfc:listedValue>
2387
+ <gfc:FC_ListedValue>
2388
+ <gfc:label>
2389
+ <gco:CharacterString>Assembly constituency</gco:CharacterString>
2390
+ </gfc:label>
2391
+ <gfc:definition>
2392
+ <gco:CharacterString>Assembly constituency name</gco:CharacterString>
2393
+ </gfc:definition>
2394
+ <gfc:definitionReference>
2395
+ <gfc:FC_DefinitionReference>
2396
+ <gfc:definitionSource>
2397
+ <gfc:FC_DefinitionSource>
2398
+ <gfc:source>
2399
+ <gmd:CI_Citation>
2400
+ <gmd:title>
2401
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2402
+ </gmd:title>
2403
+ <gmd:date gco:nilReason="unknown"/>
2404
+ <gmd:citedResponsibleParty>
2405
+ <gmd:CI_ResponsibleParty>
2406
+ <gmd:organisationName>
2407
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2408
+ </gmd:organisationName>
2409
+ <gmd:role>
2410
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2411
+ </gmd:role>
2412
+ </gmd:CI_ResponsibleParty>
2413
+ </gmd:citedResponsibleParty>
2414
+ </gmd:CI_Citation>
2415
+ </gfc:source>
2416
+ </gfc:FC_DefinitionSource>
2417
+ </gfc:definitionSource>
2418
+ </gfc:FC_DefinitionReference>
2419
+ </gfc:definitionReference>
2420
+ </gfc:FC_ListedValue>
2421
+ </gfc:listedValue>
2422
+ </gfc:FC_FeatureAttribute>
2423
+ </gfc:carrierOfCharacteristics>
2424
+ </gfc:FC_FeatureType>
2425
+ </gfc:featureType>
2426
+ </gfc:FC_FeatureCatalogue>
2427
+ </rdf:Description>
2428
+ </rdf:RDF>