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,1203 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <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="2dc8786f-6402-42c4-b831-12b0de9f28d6">
3
+ <gmx:name>
4
+ <gco:CharacterString>Feature Catalog for Pre Delimitation Assembly Map of Himachal Pradesh, India, 2007</gco:CharacterString>
5
+ </gmx:name>
6
+ <gmx:scope>
7
+ <gco:CharacterString>Elections; Political Parties; Voting; Politics and government</gco:CharacterString>
8
+ </gmx:scope>
9
+ <gmx:versionNumber gco:nilReason="unknown"/>
10
+ <gmx:versionDate>
11
+ <gco:Date>2013</gco:Date>
12
+ </gmx:versionDate>
13
+ <gmx:language>
14
+ <gco:CharacterString>eng; US</gco:CharacterString>
15
+ </gmx:language>
16
+ <gmx:characterSet>
17
+ <gmd:MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115"/>
18
+ </gmx:characterSet>
19
+ <gfc:producer>
20
+ <gmd:CI_ResponsibleParty>
21
+ <gmd:organisationName>
22
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
23
+ </gmd:organisationName>
24
+ <gmd:role>
25
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="006"/>
26
+ </gmd:role>
27
+ </gmd:CI_ResponsibleParty>
28
+ </gfc:producer>
29
+ <gfc:featureType>
30
+ <gfc:FC_FeatureType>
31
+ <gfc:typeName>
32
+ <gco:LocalName>HIMACHAL_PRADESH</gco:LocalName>
33
+ </gfc:typeName>
34
+ <gfc:definition>
35
+ <gco:CharacterString>Political Unit</gco:CharacterString>
36
+ </gfc:definition>
37
+ <gfc:isAbstract>
38
+ <gco:Boolean>false</gco:Boolean>
39
+ </gfc:isAbstract>
40
+ <gfc:featureCatalogue uuidref="2dc8786f-6402-42c4-b831-12b0de9f28d6"/>
41
+ <gfc:carrierOfCharacteristics>
42
+ <gfc:FC_FeatureAttribute>
43
+ <gfc:memberName>
44
+ <gco:LocalName>FID</gco:LocalName>
45
+ </gfc:memberName>
46
+ <gfc:definition>
47
+ <gco:CharacterString>Internal feature number.</gco:CharacterString>
48
+ </gfc:definition>
49
+ <gfc:cardinality gco:nilReason="unknown"/>
50
+ <gfc:definitionReference>
51
+ <gfc:FC_DefinitionReference>
52
+ <gfc:definitionSource>
53
+ <gfc:FC_DefinitionSource>
54
+ <gfc:source>
55
+ <gmd:CI_Citation>
56
+ <gmd:title>
57
+ <gco:CharacterString>Esri</gco:CharacterString>
58
+ </gmd:title>
59
+ <gmd:date gco:nilReason="unknown"/>
60
+ <gmd:citedResponsibleParty>
61
+ <gmd:CI_ResponsibleParty>
62
+ <gmd:organisationName>
63
+ <gco:CharacterString>Esri</gco:CharacterString>
64
+ </gmd:organisationName>
65
+ <gmd:role>
66
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
67
+ </gmd:role>
68
+ </gmd:CI_ResponsibleParty>
69
+ </gmd:citedResponsibleParty>
70
+ </gmd:CI_Citation>
71
+ </gfc:source>
72
+ </gfc:FC_DefinitionSource>
73
+ </gfc:definitionSource>
74
+ </gfc:FC_DefinitionReference>
75
+ </gfc:definitionReference>
76
+ <gfc:valueType>
77
+ <gco:TypeName>
78
+ <gco:aName>
79
+ <gco:CharacterString>OID</gco:CharacterString>
80
+ </gco:aName>
81
+ </gco:TypeName>
82
+ </gfc:valueType>
83
+ </gfc:FC_FeatureAttribute>
84
+ </gfc:carrierOfCharacteristics>
85
+ <gfc:carrierOfCharacteristics>
86
+ <gfc:FC_FeatureAttribute>
87
+ <gfc:memberName>
88
+ <gco:LocalName>Shape</gco:LocalName>
89
+ </gfc:memberName>
90
+ <gfc:definition>
91
+ <gco:CharacterString>Feature geometry.</gco:CharacterString>
92
+ </gfc:definition>
93
+ <gfc:cardinality gco:nilReason="unknown"/>
94
+ <gfc:definitionReference>
95
+ <gfc:FC_DefinitionReference>
96
+ <gfc:definitionSource>
97
+ <gfc:FC_DefinitionSource>
98
+ <gfc:source>
99
+ <gmd:CI_Citation>
100
+ <gmd:title>
101
+ <gco:CharacterString>Esri</gco:CharacterString>
102
+ </gmd:title>
103
+ <gmd:date gco:nilReason="unknown"/>
104
+ <gmd:citedResponsibleParty>
105
+ <gmd:CI_ResponsibleParty>
106
+ <gmd:organisationName>
107
+ <gco:CharacterString>Esri</gco:CharacterString>
108
+ </gmd:organisationName>
109
+ <gmd:role>
110
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
111
+ </gmd:role>
112
+ </gmd:CI_ResponsibleParty>
113
+ </gmd:citedResponsibleParty>
114
+ </gmd:CI_Citation>
115
+ </gfc:source>
116
+ </gfc:FC_DefinitionSource>
117
+ </gfc:definitionSource>
118
+ </gfc:FC_DefinitionReference>
119
+ </gfc:definitionReference>
120
+ <gfc:valueType>
121
+ <gco:TypeName>
122
+ <gco:aName>
123
+ <gco:CharacterString>Geometry</gco:CharacterString>
124
+ </gco:aName>
125
+ </gco:TypeName>
126
+ </gfc:valueType>
127
+ </gfc:FC_FeatureAttribute>
128
+ </gfc:carrierOfCharacteristics>
129
+ <gfc:carrierOfCharacteristics>
130
+ <gfc:FC_FeatureAttribute>
131
+ <gfc:memberName>
132
+ <gco:LocalName>AC_NAME</gco:LocalName>
133
+ </gfc:memberName>
134
+ <gfc:definition>
135
+ <gco:CharacterString>Assembly constituency name</gco:CharacterString>
136
+ </gfc:definition>
137
+ <gfc:cardinality gco:nilReason="unknown"/>
138
+ <gfc:definitionReference>
139
+ <gfc:FC_DefinitionReference>
140
+ <gfc:definitionSource>
141
+ <gfc:FC_DefinitionSource>
142
+ <gfc:source>
143
+ <gmd:CI_Citation>
144
+ <gmd:title>
145
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
146
+ </gmd:title>
147
+ <gmd:date gco:nilReason="unknown"/>
148
+ <gmd:citedResponsibleParty>
149
+ <gmd:CI_ResponsibleParty>
150
+ <gmd:organisationName>
151
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
152
+ </gmd:organisationName>
153
+ <gmd:role>
154
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
155
+ </gmd:role>
156
+ </gmd:CI_ResponsibleParty>
157
+ </gmd:citedResponsibleParty>
158
+ </gmd:CI_Citation>
159
+ </gfc:source>
160
+ </gfc:FC_DefinitionSource>
161
+ </gfc:definitionSource>
162
+ </gfc:FC_DefinitionReference>
163
+ </gfc:definitionReference>
164
+ <gfc:valueType>
165
+ <gco:TypeName>
166
+ <gco:aName>
167
+ <gco:CharacterString>String</gco:CharacterString>
168
+ </gco:aName>
169
+ </gco:TypeName>
170
+ </gfc:valueType>
171
+ <gfc:listedValue>
172
+ <gfc:FC_ListedValue>
173
+ <gfc:label>
174
+ <gco:CharacterString>Assembly constituency</gco:CharacterString>
175
+ </gfc:label>
176
+ <gfc:definition>
177
+ <gco:CharacterString>Assembly constituency name</gco:CharacterString>
178
+ </gfc:definition>
179
+ <gfc:definitionReference>
180
+ <gfc:FC_DefinitionReference>
181
+ <gfc:definitionSource>
182
+ <gfc:FC_DefinitionSource>
183
+ <gfc:source>
184
+ <gmd:CI_Citation>
185
+ <gmd:title>
186
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
187
+ </gmd:title>
188
+ <gmd:date gco:nilReason="unknown"/>
189
+ <gmd:citedResponsibleParty>
190
+ <gmd:CI_ResponsibleParty>
191
+ <gmd:organisationName>
192
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
193
+ </gmd:organisationName>
194
+ <gmd:role>
195
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
196
+ </gmd:role>
197
+ </gmd:CI_ResponsibleParty>
198
+ </gmd:citedResponsibleParty>
199
+ </gmd:CI_Citation>
200
+ </gfc:source>
201
+ </gfc:FC_DefinitionSource>
202
+ </gfc:definitionSource>
203
+ </gfc:FC_DefinitionReference>
204
+ </gfc:definitionReference>
205
+ </gfc:FC_ListedValue>
206
+ </gfc:listedValue>
207
+ </gfc:FC_FeatureAttribute>
208
+ </gfc:carrierOfCharacteristics>
209
+ <gfc:carrierOfCharacteristics>
210
+ <gfc:FC_FeatureAttribute>
211
+ <gfc:memberName>
212
+ <gco:LocalName>SND_PRT_07</gco:LocalName>
213
+ </gfc:memberName>
214
+ <gfc:definition>
215
+ <gco:CharacterString>Second party during the election year</gco:CharacterString>
216
+ </gfc:definition>
217
+ <gfc:cardinality gco:nilReason="unknown"/>
218
+ <gfc:definitionReference>
219
+ <gfc:FC_DefinitionReference>
220
+ <gfc:definitionSource>
221
+ <gfc:FC_DefinitionSource>
222
+ <gfc:source>
223
+ <gmd:CI_Citation>
224
+ <gmd:title>
225
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
226
+ </gmd:title>
227
+ <gmd:date gco:nilReason="unknown"/>
228
+ <gmd:citedResponsibleParty>
229
+ <gmd:CI_ResponsibleParty>
230
+ <gmd:organisationName>
231
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
232
+ </gmd:organisationName>
233
+ <gmd:role>
234
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
235
+ </gmd:role>
236
+ </gmd:CI_ResponsibleParty>
237
+ </gmd:citedResponsibleParty>
238
+ </gmd:CI_Citation>
239
+ </gfc:source>
240
+ </gfc:FC_DefinitionSource>
241
+ </gfc:definitionSource>
242
+ </gfc:FC_DefinitionReference>
243
+ </gfc:definitionReference>
244
+ <gfc:valueType>
245
+ <gco:TypeName>
246
+ <gco:aName>
247
+ <gco:CharacterString>String</gco:CharacterString>
248
+ </gco:aName>
249
+ </gco:TypeName>
250
+ </gfc:valueType>
251
+ <gfc:listedValue>
252
+ <gfc:FC_ListedValue>
253
+ <gfc:label>
254
+ <gco:CharacterString>Second party</gco:CharacterString>
255
+ </gfc:label>
256
+ <gfc:definition>
257
+ <gco:CharacterString>Second party during the election year</gco:CharacterString>
258
+ </gfc:definition>
259
+ <gfc:definitionReference>
260
+ <gfc:FC_DefinitionReference>
261
+ <gfc:definitionSource>
262
+ <gfc:FC_DefinitionSource>
263
+ <gfc:source>
264
+ <gmd:CI_Citation>
265
+ <gmd:title>
266
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
267
+ </gmd:title>
268
+ <gmd:date gco:nilReason="unknown"/>
269
+ <gmd:citedResponsibleParty>
270
+ <gmd:CI_ResponsibleParty>
271
+ <gmd:organisationName>
272
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
273
+ </gmd:organisationName>
274
+ <gmd:role>
275
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
276
+ </gmd:role>
277
+ </gmd:CI_ResponsibleParty>
278
+ </gmd:citedResponsibleParty>
279
+ </gmd:CI_Citation>
280
+ </gfc:source>
281
+ </gfc:FC_DefinitionSource>
282
+ </gfc:definitionSource>
283
+ </gfc:FC_DefinitionReference>
284
+ </gfc:definitionReference>
285
+ </gfc:FC_ListedValue>
286
+ </gfc:listedValue>
287
+ </gfc:FC_FeatureAttribute>
288
+ </gfc:carrierOfCharacteristics>
289
+ <gfc:carrierOfCharacteristics>
290
+ <gfc:FC_FeatureAttribute>
291
+ <gfc:memberName>
292
+ <gco:LocalName>SND_CND_07</gco:LocalName>
293
+ </gfc:memberName>
294
+ <gfc:definition>
295
+ <gco:CharacterString>Second Candidate during the election year</gco:CharacterString>
296
+ </gfc:definition>
297
+ <gfc:cardinality gco:nilReason="unknown"/>
298
+ <gfc:definitionReference>
299
+ <gfc:FC_DefinitionReference>
300
+ <gfc:definitionSource>
301
+ <gfc:FC_DefinitionSource>
302
+ <gfc:source>
303
+ <gmd:CI_Citation>
304
+ <gmd:title>
305
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
306
+ </gmd:title>
307
+ <gmd:date gco:nilReason="unknown"/>
308
+ <gmd:citedResponsibleParty>
309
+ <gmd:CI_ResponsibleParty>
310
+ <gmd:organisationName>
311
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
312
+ </gmd:organisationName>
313
+ <gmd:role>
314
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
315
+ </gmd:role>
316
+ </gmd:CI_ResponsibleParty>
317
+ </gmd:citedResponsibleParty>
318
+ </gmd:CI_Citation>
319
+ </gfc:source>
320
+ </gfc:FC_DefinitionSource>
321
+ </gfc:definitionSource>
322
+ </gfc:FC_DefinitionReference>
323
+ </gfc:definitionReference>
324
+ <gfc:valueType>
325
+ <gco:TypeName>
326
+ <gco:aName>
327
+ <gco:CharacterString>String</gco:CharacterString>
328
+ </gco:aName>
329
+ </gco:TypeName>
330
+ </gfc:valueType>
331
+ <gfc:listedValue>
332
+ <gfc:FC_ListedValue>
333
+ <gfc:label>
334
+ <gco:CharacterString>Second Candidate</gco:CharacterString>
335
+ </gfc:label>
336
+ <gfc:definition>
337
+ <gco:CharacterString>Second Candidate during the election year</gco:CharacterString>
338
+ </gfc:definition>
339
+ <gfc:definitionReference>
340
+ <gfc:FC_DefinitionReference>
341
+ <gfc:definitionSource>
342
+ <gfc:FC_DefinitionSource>
343
+ <gfc:source>
344
+ <gmd:CI_Citation>
345
+ <gmd:title>
346
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
347
+ </gmd:title>
348
+ <gmd:date gco:nilReason="unknown"/>
349
+ <gmd:citedResponsibleParty>
350
+ <gmd:CI_ResponsibleParty>
351
+ <gmd:organisationName>
352
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
353
+ </gmd:organisationName>
354
+ <gmd:role>
355
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
356
+ </gmd:role>
357
+ </gmd:CI_ResponsibleParty>
358
+ </gmd:citedResponsibleParty>
359
+ </gmd:CI_Citation>
360
+ </gfc:source>
361
+ </gfc:FC_DefinitionSource>
362
+ </gfc:definitionSource>
363
+ </gfc:FC_DefinitionReference>
364
+ </gfc:definitionReference>
365
+ </gfc:FC_ListedValue>
366
+ </gfc:listedValue>
367
+ </gfc:FC_FeatureAttribute>
368
+ </gfc:carrierOfCharacteristics>
369
+ <gfc:carrierOfCharacteristics>
370
+ <gfc:FC_FeatureAttribute>
371
+ <gfc:memberName>
372
+ <gco:LocalName>WN_V_PL_07</gco:LocalName>
373
+ </gfc:memberName>
374
+ <gfc:definition>
375
+ <gco:CharacterString>Winner party votes polled during the year</gco:CharacterString>
376
+ </gfc:definition>
377
+ <gfc:cardinality gco:nilReason="unknown"/>
378
+ <gfc:definitionReference>
379
+ <gfc:FC_DefinitionReference>
380
+ <gfc:definitionSource>
381
+ <gfc:FC_DefinitionSource>
382
+ <gfc:source>
383
+ <gmd:CI_Citation>
384
+ <gmd:title>
385
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
386
+ </gmd:title>
387
+ <gmd:date gco:nilReason="unknown"/>
388
+ <gmd:citedResponsibleParty>
389
+ <gmd:CI_ResponsibleParty>
390
+ <gmd:organisationName>
391
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
392
+ </gmd:organisationName>
393
+ <gmd:role>
394
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
395
+ </gmd:role>
396
+ </gmd:CI_ResponsibleParty>
397
+ </gmd:citedResponsibleParty>
398
+ </gmd:CI_Citation>
399
+ </gfc:source>
400
+ </gfc:FC_DefinitionSource>
401
+ </gfc:definitionSource>
402
+ </gfc:FC_DefinitionReference>
403
+ </gfc:definitionReference>
404
+ <gfc:valueType>
405
+ <gco:TypeName>
406
+ <gco:aName>
407
+ <gco:CharacterString>Double</gco:CharacterString>
408
+ </gco:aName>
409
+ </gco:TypeName>
410
+ </gfc:valueType>
411
+ </gfc:FC_FeatureAttribute>
412
+ </gfc:carrierOfCharacteristics>
413
+ <gfc:carrierOfCharacteristics>
414
+ <gfc:FC_FeatureAttribute>
415
+ <gfc:memberName>
416
+ <gco:LocalName>WN_PRTY_07</gco:LocalName>
417
+ </gfc:memberName>
418
+ <gfc:definition>
419
+ <gco:CharacterString>Winner party during the election year</gco:CharacterString>
420
+ </gfc:definition>
421
+ <gfc:cardinality gco:nilReason="unknown"/>
422
+ <gfc:definitionReference>
423
+ <gfc:FC_DefinitionReference>
424
+ <gfc:definitionSource>
425
+ <gfc:FC_DefinitionSource>
426
+ <gfc:source>
427
+ <gmd:CI_Citation>
428
+ <gmd:title>
429
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
430
+ </gmd:title>
431
+ <gmd:date gco:nilReason="unknown"/>
432
+ <gmd:citedResponsibleParty>
433
+ <gmd:CI_ResponsibleParty>
434
+ <gmd:organisationName>
435
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
436
+ </gmd:organisationName>
437
+ <gmd:role>
438
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
439
+ </gmd:role>
440
+ </gmd:CI_ResponsibleParty>
441
+ </gmd:citedResponsibleParty>
442
+ </gmd:CI_Citation>
443
+ </gfc:source>
444
+ </gfc:FC_DefinitionSource>
445
+ </gfc:definitionSource>
446
+ </gfc:FC_DefinitionReference>
447
+ </gfc:definitionReference>
448
+ <gfc:valueType>
449
+ <gco:TypeName>
450
+ <gco:aName>
451
+ <gco:CharacterString>String</gco:CharacterString>
452
+ </gco:aName>
453
+ </gco:TypeName>
454
+ </gfc:valueType>
455
+ <gfc:listedValue>
456
+ <gfc:FC_ListedValue>
457
+ <gfc:label>
458
+ <gco:CharacterString>Winner party</gco:CharacterString>
459
+ </gfc:label>
460
+ <gfc:definition>
461
+ <gco:CharacterString>Winner party during the election year</gco:CharacterString>
462
+ </gfc:definition>
463
+ <gfc:definitionReference>
464
+ <gfc:FC_DefinitionReference>
465
+ <gfc:definitionSource>
466
+ <gfc:FC_DefinitionSource>
467
+ <gfc:source>
468
+ <gmd:CI_Citation>
469
+ <gmd:title>
470
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
471
+ </gmd:title>
472
+ <gmd:date gco:nilReason="unknown"/>
473
+ <gmd:citedResponsibleParty>
474
+ <gmd:CI_ResponsibleParty>
475
+ <gmd:organisationName>
476
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
477
+ </gmd:organisationName>
478
+ <gmd:role>
479
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
480
+ </gmd:role>
481
+ </gmd:CI_ResponsibleParty>
482
+ </gmd:citedResponsibleParty>
483
+ </gmd:CI_Citation>
484
+ </gfc:source>
485
+ </gfc:FC_DefinitionSource>
486
+ </gfc:definitionSource>
487
+ </gfc:FC_DefinitionReference>
488
+ </gfc:definitionReference>
489
+ </gfc:FC_ListedValue>
490
+ </gfc:listedValue>
491
+ </gfc:FC_FeatureAttribute>
492
+ </gfc:carrierOfCharacteristics>
493
+ <gfc:carrierOfCharacteristics>
494
+ <gfc:FC_FeatureAttribute>
495
+ <gfc:memberName>
496
+ <gco:LocalName>TRD_P_V_07</gco:LocalName>
497
+ </gfc:memberName>
498
+ <gfc:definition>
499
+ <gco:CharacterString>Third party votes polled during the election year</gco:CharacterString>
500
+ </gfc:definition>
501
+ <gfc:cardinality gco:nilReason="unknown"/>
502
+ <gfc:definitionReference>
503
+ <gfc:FC_DefinitionReference>
504
+ <gfc:definitionSource>
505
+ <gfc:FC_DefinitionSource>
506
+ <gfc:source>
507
+ <gmd:CI_Citation>
508
+ <gmd:title>
509
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
510
+ </gmd:title>
511
+ <gmd:date gco:nilReason="unknown"/>
512
+ <gmd:citedResponsibleParty>
513
+ <gmd:CI_ResponsibleParty>
514
+ <gmd:organisationName>
515
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
516
+ </gmd:organisationName>
517
+ <gmd:role>
518
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
519
+ </gmd:role>
520
+ </gmd:CI_ResponsibleParty>
521
+ </gmd:citedResponsibleParty>
522
+ </gmd:CI_Citation>
523
+ </gfc:source>
524
+ </gfc:FC_DefinitionSource>
525
+ </gfc:definitionSource>
526
+ </gfc:FC_DefinitionReference>
527
+ </gfc:definitionReference>
528
+ <gfc:valueType>
529
+ <gco:TypeName>
530
+ <gco:aName>
531
+ <gco:CharacterString>Double</gco:CharacterString>
532
+ </gco:aName>
533
+ </gco:TypeName>
534
+ </gfc:valueType>
535
+ </gfc:FC_FeatureAttribute>
536
+ </gfc:carrierOfCharacteristics>
537
+ <gfc:carrierOfCharacteristics>
538
+ <gfc:FC_FeatureAttribute>
539
+ <gfc:memberName>
540
+ <gco:LocalName>TRD_PRT_07</gco:LocalName>
541
+ </gfc:memberName>
542
+ <gfc:definition>
543
+ <gco:CharacterString>Third party during the election year</gco:CharacterString>
544
+ </gfc:definition>
545
+ <gfc:cardinality gco:nilReason="unknown"/>
546
+ <gfc:definitionReference>
547
+ <gfc:FC_DefinitionReference>
548
+ <gfc:definitionSource>
549
+ <gfc:FC_DefinitionSource>
550
+ <gfc:source>
551
+ <gmd:CI_Citation>
552
+ <gmd:title>
553
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
554
+ </gmd:title>
555
+ <gmd:date gco:nilReason="unknown"/>
556
+ <gmd:citedResponsibleParty>
557
+ <gmd:CI_ResponsibleParty>
558
+ <gmd:organisationName>
559
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
560
+ </gmd:organisationName>
561
+ <gmd:role>
562
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
563
+ </gmd:role>
564
+ </gmd:CI_ResponsibleParty>
565
+ </gmd:citedResponsibleParty>
566
+ </gmd:CI_Citation>
567
+ </gfc:source>
568
+ </gfc:FC_DefinitionSource>
569
+ </gfc:definitionSource>
570
+ </gfc:FC_DefinitionReference>
571
+ </gfc:definitionReference>
572
+ <gfc:valueType>
573
+ <gco:TypeName>
574
+ <gco:aName>
575
+ <gco:CharacterString>String</gco:CharacterString>
576
+ </gco:aName>
577
+ </gco:TypeName>
578
+ </gfc:valueType>
579
+ <gfc:listedValue>
580
+ <gfc:FC_ListedValue>
581
+ <gfc:label>
582
+ <gco:CharacterString>Third party</gco:CharacterString>
583
+ </gfc:label>
584
+ <gfc:definition>
585
+ <gco:CharacterString>Third party during the election year</gco:CharacterString>
586
+ </gfc:definition>
587
+ <gfc:definitionReference>
588
+ <gfc:FC_DefinitionReference>
589
+ <gfc:definitionSource>
590
+ <gfc:FC_DefinitionSource>
591
+ <gfc:source>
592
+ <gmd:CI_Citation>
593
+ <gmd:title>
594
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
595
+ </gmd:title>
596
+ <gmd:date gco:nilReason="unknown"/>
597
+ <gmd:citedResponsibleParty>
598
+ <gmd:CI_ResponsibleParty>
599
+ <gmd:organisationName>
600
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
601
+ </gmd:organisationName>
602
+ <gmd:role>
603
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
604
+ </gmd:role>
605
+ </gmd:CI_ResponsibleParty>
606
+ </gmd:citedResponsibleParty>
607
+ </gmd:CI_Citation>
608
+ </gfc:source>
609
+ </gfc:FC_DefinitionSource>
610
+ </gfc:definitionSource>
611
+ </gfc:FC_DefinitionReference>
612
+ </gfc:definitionReference>
613
+ </gfc:FC_ListedValue>
614
+ </gfc:listedValue>
615
+ </gfc:FC_FeatureAttribute>
616
+ </gfc:carrierOfCharacteristics>
617
+ <gfc:carrierOfCharacteristics>
618
+ <gfc:FC_FeatureAttribute>
619
+ <gfc:memberName>
620
+ <gco:LocalName>TRD_CND_07</gco:LocalName>
621
+ </gfc:memberName>
622
+ <gfc:definition>
623
+ <gco:CharacterString>Third Candidate during the election year</gco:CharacterString>
624
+ </gfc:definition>
625
+ <gfc:cardinality gco:nilReason="unknown"/>
626
+ <gfc:definitionReference>
627
+ <gfc:FC_DefinitionReference>
628
+ <gfc:definitionSource>
629
+ <gfc:FC_DefinitionSource>
630
+ <gfc:source>
631
+ <gmd:CI_Citation>
632
+ <gmd:title>
633
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
634
+ </gmd:title>
635
+ <gmd:date gco:nilReason="unknown"/>
636
+ <gmd:citedResponsibleParty>
637
+ <gmd:CI_ResponsibleParty>
638
+ <gmd:organisationName>
639
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
640
+ </gmd:organisationName>
641
+ <gmd:role>
642
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
643
+ </gmd:role>
644
+ </gmd:CI_ResponsibleParty>
645
+ </gmd:citedResponsibleParty>
646
+ </gmd:CI_Citation>
647
+ </gfc:source>
648
+ </gfc:FC_DefinitionSource>
649
+ </gfc:definitionSource>
650
+ </gfc:FC_DefinitionReference>
651
+ </gfc:definitionReference>
652
+ <gfc:valueType>
653
+ <gco:TypeName>
654
+ <gco:aName>
655
+ <gco:CharacterString>String</gco:CharacterString>
656
+ </gco:aName>
657
+ </gco:TypeName>
658
+ </gfc:valueType>
659
+ <gfc:listedValue>
660
+ <gfc:FC_ListedValue>
661
+ <gfc:label>
662
+ <gco:CharacterString>Third Candidate</gco:CharacterString>
663
+ </gfc:label>
664
+ <gfc:definition>
665
+ <gco:CharacterString>Third Candidate during the election year</gco:CharacterString>
666
+ </gfc:definition>
667
+ <gfc:definitionReference>
668
+ <gfc:FC_DefinitionReference>
669
+ <gfc:definitionSource>
670
+ <gfc:FC_DefinitionSource>
671
+ <gfc:source>
672
+ <gmd:CI_Citation>
673
+ <gmd:title>
674
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
675
+ </gmd:title>
676
+ <gmd:date gco:nilReason="unknown"/>
677
+ <gmd:citedResponsibleParty>
678
+ <gmd:CI_ResponsibleParty>
679
+ <gmd:organisationName>
680
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
681
+ </gmd:organisationName>
682
+ <gmd:role>
683
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
684
+ </gmd:role>
685
+ </gmd:CI_ResponsibleParty>
686
+ </gmd:citedResponsibleParty>
687
+ </gmd:CI_Citation>
688
+ </gfc:source>
689
+ </gfc:FC_DefinitionSource>
690
+ </gfc:definitionSource>
691
+ </gfc:FC_DefinitionReference>
692
+ </gfc:definitionReference>
693
+ </gfc:FC_ListedValue>
694
+ </gfc:listedValue>
695
+ </gfc:FC_FeatureAttribute>
696
+ </gfc:carrierOfCharacteristics>
697
+ <gfc:carrierOfCharacteristics>
698
+ <gfc:FC_FeatureAttribute>
699
+ <gfc:memberName>
700
+ <gco:LocalName>SND_P_V_07</gco:LocalName>
701
+ </gfc:memberName>
702
+ <gfc:definition>
703
+ <gco:CharacterString>Second party votes polled during the election year</gco:CharacterString>
704
+ </gfc:definition>
705
+ <gfc:cardinality gco:nilReason="unknown"/>
706
+ <gfc:definitionReference>
707
+ <gfc:FC_DefinitionReference>
708
+ <gfc:definitionSource>
709
+ <gfc:FC_DefinitionSource>
710
+ <gfc:source>
711
+ <gmd:CI_Citation>
712
+ <gmd:title>
713
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
714
+ </gmd:title>
715
+ <gmd:date gco:nilReason="unknown"/>
716
+ <gmd:citedResponsibleParty>
717
+ <gmd:CI_ResponsibleParty>
718
+ <gmd:organisationName>
719
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
720
+ </gmd:organisationName>
721
+ <gmd:role>
722
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
723
+ </gmd:role>
724
+ </gmd:CI_ResponsibleParty>
725
+ </gmd:citedResponsibleParty>
726
+ </gmd:CI_Citation>
727
+ </gfc:source>
728
+ </gfc:FC_DefinitionSource>
729
+ </gfc:definitionSource>
730
+ </gfc:FC_DefinitionReference>
731
+ </gfc:definitionReference>
732
+ <gfc:valueType>
733
+ <gco:TypeName>
734
+ <gco:aName>
735
+ <gco:CharacterString>Double</gco:CharacterString>
736
+ </gco:aName>
737
+ </gco:TypeName>
738
+ </gfc:valueType>
739
+ </gfc:FC_FeatureAttribute>
740
+ </gfc:carrierOfCharacteristics>
741
+ <gfc:carrierOfCharacteristics>
742
+ <gfc:FC_FeatureAttribute>
743
+ <gfc:memberName>
744
+ <gco:LocalName>CATEGORY</gco:LocalName>
745
+ </gfc:memberName>
746
+ <gfc:definition>
747
+ <gco:CharacterString>Seat Reservation</gco:CharacterString>
748
+ </gfc:definition>
749
+ <gfc:cardinality gco:nilReason="unknown"/>
750
+ <gfc:definitionReference>
751
+ <gfc:FC_DefinitionReference>
752
+ <gfc:definitionSource>
753
+ <gfc:FC_DefinitionSource>
754
+ <gfc:source>
755
+ <gmd:CI_Citation>
756
+ <gmd:title>
757
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
758
+ </gmd:title>
759
+ <gmd:date gco:nilReason="unknown"/>
760
+ <gmd:citedResponsibleParty>
761
+ <gmd:CI_ResponsibleParty>
762
+ <gmd:organisationName>
763
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
764
+ </gmd:organisationName>
765
+ <gmd:role>
766
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
767
+ </gmd:role>
768
+ </gmd:CI_ResponsibleParty>
769
+ </gmd:citedResponsibleParty>
770
+ </gmd:CI_Citation>
771
+ </gfc:source>
772
+ </gfc:FC_DefinitionSource>
773
+ </gfc:definitionSource>
774
+ </gfc:FC_DefinitionReference>
775
+ </gfc:definitionReference>
776
+ <gfc:valueType>
777
+ <gco:TypeName>
778
+ <gco:aName>
779
+ <gco:CharacterString>String</gco:CharacterString>
780
+ </gco:aName>
781
+ </gco:TypeName>
782
+ </gfc:valueType>
783
+ <gfc:listedValue>
784
+ <gfc:FC_ListedValue>
785
+ <gfc:label>
786
+ <gco:CharacterString>SC/ST or General</gco:CharacterString>
787
+ </gfc:label>
788
+ <gfc:definition>
789
+ <gco:CharacterString>Seat Reservation: whether belong to Scheduled Caste, Scheduled Tribe or General category</gco:CharacterString>
790
+ </gfc:definition>
791
+ <gfc:definitionReference>
792
+ <gfc:FC_DefinitionReference>
793
+ <gfc:definitionSource>
794
+ <gfc:FC_DefinitionSource>
795
+ <gfc:source>
796
+ <gmd:CI_Citation>
797
+ <gmd:title>
798
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
799
+ </gmd:title>
800
+ <gmd:date gco:nilReason="unknown"/>
801
+ <gmd:citedResponsibleParty>
802
+ <gmd:CI_ResponsibleParty>
803
+ <gmd:organisationName>
804
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
805
+ </gmd:organisationName>
806
+ <gmd:role>
807
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
808
+ </gmd:role>
809
+ </gmd:CI_ResponsibleParty>
810
+ </gmd:citedResponsibleParty>
811
+ </gmd:CI_Citation>
812
+ </gfc:source>
813
+ </gfc:FC_DefinitionSource>
814
+ </gfc:definitionSource>
815
+ </gfc:FC_DefinitionReference>
816
+ </gfc:definitionReference>
817
+ </gfc:FC_ListedValue>
818
+ </gfc:listedValue>
819
+ </gfc:FC_FeatureAttribute>
820
+ </gfc:carrierOfCharacteristics>
821
+ <gfc:carrierOfCharacteristics>
822
+ <gfc:FC_FeatureAttribute>
823
+ <gfc:memberName>
824
+ <gco:LocalName>WN_CND_07</gco:LocalName>
825
+ </gfc:memberName>
826
+ <gfc:definition>
827
+ <gco:CharacterString>Winner Candidate during the election year</gco:CharacterString>
828
+ </gfc:definition>
829
+ <gfc:cardinality gco:nilReason="unknown"/>
830
+ <gfc:definitionReference>
831
+ <gfc:FC_DefinitionReference>
832
+ <gfc:definitionSource>
833
+ <gfc:FC_DefinitionSource>
834
+ <gfc:source>
835
+ <gmd:CI_Citation>
836
+ <gmd:title>
837
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
838
+ </gmd:title>
839
+ <gmd:date gco:nilReason="unknown"/>
840
+ <gmd:citedResponsibleParty>
841
+ <gmd:CI_ResponsibleParty>
842
+ <gmd:organisationName>
843
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
844
+ </gmd:organisationName>
845
+ <gmd:role>
846
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
847
+ </gmd:role>
848
+ </gmd:CI_ResponsibleParty>
849
+ </gmd:citedResponsibleParty>
850
+ </gmd:CI_Citation>
851
+ </gfc:source>
852
+ </gfc:FC_DefinitionSource>
853
+ </gfc:definitionSource>
854
+ </gfc:FC_DefinitionReference>
855
+ </gfc:definitionReference>
856
+ <gfc:valueType>
857
+ <gco:TypeName>
858
+ <gco:aName>
859
+ <gco:CharacterString>String</gco:CharacterString>
860
+ </gco:aName>
861
+ </gco:TypeName>
862
+ </gfc:valueType>
863
+ <gfc:listedValue>
864
+ <gfc:FC_ListedValue>
865
+ <gfc:label>
866
+ <gco:CharacterString>Winner Candidate</gco:CharacterString>
867
+ </gfc:label>
868
+ <gfc:definition>
869
+ <gco:CharacterString>Winner Candidate during the election year</gco:CharacterString>
870
+ </gfc:definition>
871
+ <gfc:definitionReference>
872
+ <gfc:FC_DefinitionReference>
873
+ <gfc:definitionSource>
874
+ <gfc:FC_DefinitionSource>
875
+ <gfc:source>
876
+ <gmd:CI_Citation>
877
+ <gmd:title>
878
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
879
+ </gmd:title>
880
+ <gmd:date gco:nilReason="unknown"/>
881
+ <gmd:citedResponsibleParty>
882
+ <gmd:CI_ResponsibleParty>
883
+ <gmd:organisationName>
884
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
885
+ </gmd:organisationName>
886
+ <gmd:role>
887
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
888
+ </gmd:role>
889
+ </gmd:CI_ResponsibleParty>
890
+ </gmd:citedResponsibleParty>
891
+ </gmd:CI_Citation>
892
+ </gfc:source>
893
+ </gfc:FC_DefinitionSource>
894
+ </gfc:definitionSource>
895
+ </gfc:FC_DefinitionReference>
896
+ </gfc:definitionReference>
897
+ </gfc:FC_ListedValue>
898
+ </gfc:listedValue>
899
+ </gfc:FC_FeatureAttribute>
900
+ </gfc:carrierOfCharacteristics>
901
+ <gfc:carrierOfCharacteristics>
902
+ <gfc:FC_FeatureAttribute>
903
+ <gfc:memberName>
904
+ <gco:LocalName>P_V_PLD_07</gco:LocalName>
905
+ </gfc:memberName>
906
+ <gfc:definition>
907
+ <gco:CharacterString>Percentage votes polled during the election year male votes polled</gco:CharacterString>
908
+ </gfc:definition>
909
+ <gfc:cardinality gco:nilReason="unknown"/>
910
+ <gfc:definitionReference>
911
+ <gfc:FC_DefinitionReference>
912
+ <gfc:definitionSource>
913
+ <gfc:FC_DefinitionSource>
914
+ <gfc:source>
915
+ <gmd:CI_Citation>
916
+ <gmd:title>
917
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
918
+ </gmd:title>
919
+ <gmd:date gco:nilReason="unknown"/>
920
+ <gmd:citedResponsibleParty>
921
+ <gmd:CI_ResponsibleParty>
922
+ <gmd:organisationName>
923
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
924
+ </gmd:organisationName>
925
+ <gmd:role>
926
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
927
+ </gmd:role>
928
+ </gmd:CI_ResponsibleParty>
929
+ </gmd:citedResponsibleParty>
930
+ </gmd:CI_Citation>
931
+ </gfc:source>
932
+ </gfc:FC_DefinitionSource>
933
+ </gfc:definitionSource>
934
+ </gfc:FC_DefinitionReference>
935
+ </gfc:definitionReference>
936
+ <gfc:valueType>
937
+ <gco:TypeName>
938
+ <gco:aName>
939
+ <gco:CharacterString>Double</gco:CharacterString>
940
+ </gco:aName>
941
+ </gco:TypeName>
942
+ </gfc:valueType>
943
+ </gfc:FC_FeatureAttribute>
944
+ </gfc:carrierOfCharacteristics>
945
+ <gfc:carrierOfCharacteristics>
946
+ <gfc:FC_FeatureAttribute>
947
+ <gfc:memberName>
948
+ <gco:LocalName>T_VT_PL_07</gco:LocalName>
949
+ </gfc:memberName>
950
+ <gfc:definition>
951
+ <gco:CharacterString>Total votes polled during the election year</gco:CharacterString>
952
+ </gfc:definition>
953
+ <gfc:cardinality gco:nilReason="unknown"/>
954
+ <gfc:definitionReference>
955
+ <gfc:FC_DefinitionReference>
956
+ <gfc:definitionSource>
957
+ <gfc:FC_DefinitionSource>
958
+ <gfc:source>
959
+ <gmd:CI_Citation>
960
+ <gmd:title>
961
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
962
+ </gmd:title>
963
+ <gmd:date gco:nilReason="unknown"/>
964
+ <gmd:citedResponsibleParty>
965
+ <gmd:CI_ResponsibleParty>
966
+ <gmd:organisationName>
967
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
968
+ </gmd:organisationName>
969
+ <gmd:role>
970
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
971
+ </gmd:role>
972
+ </gmd:CI_ResponsibleParty>
973
+ </gmd:citedResponsibleParty>
974
+ </gmd:CI_Citation>
975
+ </gfc:source>
976
+ </gfc:FC_DefinitionSource>
977
+ </gfc:definitionSource>
978
+ </gfc:FC_DefinitionReference>
979
+ </gfc:definitionReference>
980
+ <gfc:valueType>
981
+ <gco:TypeName>
982
+ <gco:aName>
983
+ <gco:CharacterString>Double</gco:CharacterString>
984
+ </gco:aName>
985
+ </gco:TypeName>
986
+ </gfc:valueType>
987
+ </gfc:FC_FeatureAttribute>
988
+ </gfc:carrierOfCharacteristics>
989
+ <gfc:carrierOfCharacteristics>
990
+ <gfc:FC_FeatureAttribute>
991
+ <gfc:memberName>
992
+ <gco:LocalName>T_ELCT_07</gco:LocalName>
993
+ </gfc:memberName>
994
+ <gfc:definition>
995
+ <gco:CharacterString>Total electorates during the election year</gco:CharacterString>
996
+ </gfc:definition>
997
+ <gfc:cardinality gco:nilReason="unknown"/>
998
+ <gfc:definitionReference>
999
+ <gfc:FC_DefinitionReference>
1000
+ <gfc:definitionSource>
1001
+ <gfc:FC_DefinitionSource>
1002
+ <gfc:source>
1003
+ <gmd:CI_Citation>
1004
+ <gmd:title>
1005
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1006
+ </gmd:title>
1007
+ <gmd:date gco:nilReason="unknown"/>
1008
+ <gmd:citedResponsibleParty>
1009
+ <gmd:CI_ResponsibleParty>
1010
+ <gmd:organisationName>
1011
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1012
+ </gmd:organisationName>
1013
+ <gmd:role>
1014
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1015
+ </gmd:role>
1016
+ </gmd:CI_ResponsibleParty>
1017
+ </gmd:citedResponsibleParty>
1018
+ </gmd:CI_Citation>
1019
+ </gfc:source>
1020
+ </gfc:FC_DefinitionSource>
1021
+ </gfc:definitionSource>
1022
+ </gfc:FC_DefinitionReference>
1023
+ </gfc:definitionReference>
1024
+ <gfc:valueType>
1025
+ <gco:TypeName>
1026
+ <gco:aName>
1027
+ <gco:CharacterString>Double</gco:CharacterString>
1028
+ </gco:aName>
1029
+ </gco:TypeName>
1030
+ </gfc:valueType>
1031
+ </gfc:FC_FeatureAttribute>
1032
+ </gfc:carrierOfCharacteristics>
1033
+ <gfc:carrierOfCharacteristics>
1034
+ <gfc:FC_FeatureAttribute>
1035
+ <gfc:memberName>
1036
+ <gco:LocalName>AC_NO</gco:LocalName>
1037
+ </gfc:memberName>
1038
+ <gfc:definition>
1039
+ <gco:CharacterString>Assembly constituency number</gco:CharacterString>
1040
+ </gfc:definition>
1041
+ <gfc:cardinality gco:nilReason="unknown"/>
1042
+ <gfc:definitionReference>
1043
+ <gfc:FC_DefinitionReference>
1044
+ <gfc:definitionSource>
1045
+ <gfc:FC_DefinitionSource>
1046
+ <gfc:source>
1047
+ <gmd:CI_Citation>
1048
+ <gmd:title>
1049
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1050
+ </gmd:title>
1051
+ <gmd:date gco:nilReason="unknown"/>
1052
+ <gmd:citedResponsibleParty>
1053
+ <gmd:CI_ResponsibleParty>
1054
+ <gmd:organisationName>
1055
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1056
+ </gmd:organisationName>
1057
+ <gmd:role>
1058
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1059
+ </gmd:role>
1060
+ </gmd:CI_ResponsibleParty>
1061
+ </gmd:citedResponsibleParty>
1062
+ </gmd:CI_Citation>
1063
+ </gfc:source>
1064
+ </gfc:FC_DefinitionSource>
1065
+ </gfc:definitionSource>
1066
+ </gfc:FC_DefinitionReference>
1067
+ </gfc:definitionReference>
1068
+ <gfc:valueType>
1069
+ <gco:TypeName>
1070
+ <gco:aName>
1071
+ <gco:CharacterString>Double</gco:CharacterString>
1072
+ </gco:aName>
1073
+ </gco:TypeName>
1074
+ </gfc:valueType>
1075
+ </gfc:FC_FeatureAttribute>
1076
+ </gfc:carrierOfCharacteristics>
1077
+ <gfc:carrierOfCharacteristics>
1078
+ <gfc:FC_FeatureAttribute>
1079
+ <gfc:memberName>
1080
+ <gco:LocalName>STATE_ID</gco:LocalName>
1081
+ </gfc:memberName>
1082
+ <gfc:definition>
1083
+ <gco:CharacterString>Unique Identification Number</gco:CharacterString>
1084
+ </gfc:definition>
1085
+ <gfc:cardinality gco:nilReason="unknown"/>
1086
+ <gfc:definitionReference>
1087
+ <gfc:FC_DefinitionReference>
1088
+ <gfc:definitionSource>
1089
+ <gfc:FC_DefinitionSource>
1090
+ <gfc:source>
1091
+ <gmd:CI_Citation>
1092
+ <gmd:title>
1093
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
1094
+ </gmd:title>
1095
+ <gmd:date gco:nilReason="unknown"/>
1096
+ <gmd:citedResponsibleParty>
1097
+ <gmd:CI_ResponsibleParty>
1098
+ <gmd:organisationName>
1099
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
1100
+ </gmd:organisationName>
1101
+ <gmd:role>
1102
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1103
+ </gmd:role>
1104
+ </gmd:CI_ResponsibleParty>
1105
+ </gmd:citedResponsibleParty>
1106
+ </gmd:CI_Citation>
1107
+ </gfc:source>
1108
+ </gfc:FC_DefinitionSource>
1109
+ </gfc:definitionSource>
1110
+ </gfc:FC_DefinitionReference>
1111
+ </gfc:definitionReference>
1112
+ <gfc:valueType>
1113
+ <gco:TypeName>
1114
+ <gco:aName>
1115
+ <gco:CharacterString>Double</gco:CharacterString>
1116
+ </gco:aName>
1117
+ </gco:TypeName>
1118
+ </gfc:valueType>
1119
+ </gfc:FC_FeatureAttribute>
1120
+ </gfc:carrierOfCharacteristics>
1121
+ <gfc:carrierOfCharacteristics>
1122
+ <gfc:FC_FeatureAttribute>
1123
+ <gfc:memberName>
1124
+ <gco:LocalName>STATE_UT</gco:LocalName>
1125
+ </gfc:memberName>
1126
+ <gfc:definition>
1127
+ <gco:CharacterString>Name of the State/Union Territory</gco:CharacterString>
1128
+ </gfc:definition>
1129
+ <gfc:cardinality gco:nilReason="unknown"/>
1130
+ <gfc:definitionReference>
1131
+ <gfc:FC_DefinitionReference>
1132
+ <gfc:definitionSource>
1133
+ <gfc:FC_DefinitionSource>
1134
+ <gfc:source>
1135
+ <gmd:CI_Citation>
1136
+ <gmd:title>
1137
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1138
+ </gmd:title>
1139
+ <gmd:date gco:nilReason="unknown"/>
1140
+ <gmd:citedResponsibleParty>
1141
+ <gmd:CI_ResponsibleParty>
1142
+ <gmd:organisationName>
1143
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1144
+ </gmd:organisationName>
1145
+ <gmd:role>
1146
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1147
+ </gmd:role>
1148
+ </gmd:CI_ResponsibleParty>
1149
+ </gmd:citedResponsibleParty>
1150
+ </gmd:CI_Citation>
1151
+ </gfc:source>
1152
+ </gfc:FC_DefinitionSource>
1153
+ </gfc:definitionSource>
1154
+ </gfc:FC_DefinitionReference>
1155
+ </gfc:definitionReference>
1156
+ <gfc:valueType>
1157
+ <gco:TypeName>
1158
+ <gco:aName>
1159
+ <gco:CharacterString>String</gco:CharacterString>
1160
+ </gco:aName>
1161
+ </gco:TypeName>
1162
+ </gfc:valueType>
1163
+ <gfc:listedValue>
1164
+ <gfc:FC_ListedValue>
1165
+ <gfc:label>
1166
+ <gco:CharacterString>State/Union Territory</gco:CharacterString>
1167
+ </gfc:label>
1168
+ <gfc:definition>
1169
+ <gco:CharacterString>Name of the State/Union Territory</gco:CharacterString>
1170
+ </gfc:definition>
1171
+ <gfc:definitionReference>
1172
+ <gfc:FC_DefinitionReference>
1173
+ <gfc:definitionSource>
1174
+ <gfc:FC_DefinitionSource>
1175
+ <gfc:source>
1176
+ <gmd:CI_Citation>
1177
+ <gmd:title>
1178
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1179
+ </gmd:title>
1180
+ <gmd:date gco:nilReason="unknown"/>
1181
+ <gmd:citedResponsibleParty>
1182
+ <gmd:CI_ResponsibleParty>
1183
+ <gmd:organisationName>
1184
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1185
+ </gmd:organisationName>
1186
+ <gmd:role>
1187
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1188
+ </gmd:role>
1189
+ </gmd:CI_ResponsibleParty>
1190
+ </gmd:citedResponsibleParty>
1191
+ </gmd:CI_Citation>
1192
+ </gfc:source>
1193
+ </gfc:FC_DefinitionSource>
1194
+ </gfc:definitionSource>
1195
+ </gfc:FC_DefinitionReference>
1196
+ </gfc:definitionReference>
1197
+ </gfc:FC_ListedValue>
1198
+ </gfc:listedValue>
1199
+ </gfc:FC_FeatureAttribute>
1200
+ </gfc:carrierOfCharacteristics>
1201
+ </gfc:FC_FeatureType>
1202
+ </gfc:featureType>
1203
+ </gfc:FC_FeatureCatalogue>