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