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