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