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