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,3929 @@
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/rf389hf2983">
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>B7E30AE4-A5DE-4AE5-AA34-AE2B63977998</gco:CharacterString>
7
+ </fileIdentifier>
8
+ <language>
9
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
10
+ </language>
11
+ <characterSet>
12
+ <MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
13
+ </characterSet>
14
+ <hierarchyLevel>
15
+ <MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
16
+ </hierarchyLevel>
17
+ <hierarchyLevelName>
18
+ <gco:CharacterString>dataset</gco:CharacterString>
19
+ </hierarchyLevelName>
20
+ <contact>
21
+ <CI_ResponsibleParty>
22
+ <organisationName>
23
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
24
+ </organisationName>
25
+ <positionName>
26
+ <gco:CharacterString>Metadata Analyst</gco:CharacterString>
27
+ </positionName>
28
+ <contactInfo>
29
+ <CI_Contact>
30
+ <phone>
31
+ <CI_Telephone>
32
+ <voice>
33
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
34
+ </voice>
35
+ </CI_Telephone>
36
+ </phone>
37
+ <address>
38
+ <CI_Address>
39
+ <deliveryPoint>
40
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
41
+ </deliveryPoint>
42
+ <deliveryPoint>
43
+ <gco:CharacterString>Mitchell Building, 2nd Floor</gco:CharacterString>
44
+ </deliveryPoint>
45
+ <deliveryPoint>
46
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
47
+ </deliveryPoint>
48
+ <city>
49
+ <gco:CharacterString>Stanford</gco:CharacterString>
50
+ </city>
51
+ <administrativeArea>
52
+ <gco:CharacterString>California</gco:CharacterString>
53
+ </administrativeArea>
54
+ <postalCode>
55
+ <gco:CharacterString>94305</gco:CharacterString>
56
+ </postalCode>
57
+ <country>
58
+ <gco:CharacterString>US</gco:CharacterString>
59
+ </country>
60
+ <electronicMailAddress>
61
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
62
+ </electronicMailAddress>
63
+ </CI_Address>
64
+ </address>
65
+ </CI_Contact>
66
+ </contactInfo>
67
+ <role>
68
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115">pointOfContact</CI_RoleCode>
69
+ </role>
70
+ </CI_ResponsibleParty>
71
+ </contact>
72
+ <dateStamp>
73
+ <gco:Date>2013-09-17</gco:Date>
74
+ </dateStamp>
75
+ <metadataStandardName>
76
+ <gco:CharacterString>ISO 19139 Geographic Information - Metadata - Implementation Specification</gco:CharacterString>
77
+ </metadataStandardName>
78
+ <metadataStandardVersion>
79
+ <gco:CharacterString>2007</gco:CharacterString>
80
+ </metadataStandardVersion>
81
+ <spatialRepresentationInfo>
82
+ <MD_VectorSpatialRepresentation>
83
+ <topologyLevel>
84
+ <MD_TopologyLevelCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_TopologyLevelCode" codeListValue="geometryOnly" codeSpace="ISOTC211/19115">geometryOnly</MD_TopologyLevelCode>
85
+ </topologyLevel>
86
+ <geometricObjects>
87
+ <MD_GeometricObjects>
88
+ <geometricObjectType>
89
+ <MD_GeometricObjectTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_GeometricObjectTypeCode" codeListValue="point" codeSpace="ISOTC211/19115">point</MD_GeometricObjectTypeCode>
90
+ </geometricObjectType>
91
+ <geometricObjectCount>
92
+ <gco:Integer>2278</gco:Integer>
93
+ </geometricObjectCount>
94
+ </MD_GeometricObjects>
95
+ </geometricObjects>
96
+ </MD_VectorSpatialRepresentation>
97
+ </spatialRepresentationInfo>
98
+ <referenceSystemInfo>
99
+ <MD_ReferenceSystem>
100
+ <referenceSystemIdentifier>
101
+ <RS_Identifier>
102
+ <code>
103
+ <gco:CharacterString>4326</gco:CharacterString>
104
+ </code>
105
+ <codeSpace>
106
+ <gco:CharacterString>EPSG</gco:CharacterString>
107
+ </codeSpace>
108
+ <version>
109
+ <gco:CharacterString>7.11.2</gco:CharacterString>
110
+ </version>
111
+ </RS_Identifier>
112
+ </referenceSystemIdentifier>
113
+ </MD_ReferenceSystem>
114
+ </referenceSystemInfo>
115
+ <identificationInfo>
116
+ <MD_DataIdentification>
117
+ <citation>
118
+ <CI_Citation>
119
+ <title>
120
+ <gco:CharacterString>Digital Map of Village Points of Chhattisgarh, India, 2001</gco:CharacterString>
121
+ </title>
122
+ <date>
123
+ <CI_Date>
124
+ <date>
125
+ <gco:Date>2013-03-13</gco:Date>
126
+ </date>
127
+ <dateType>
128
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
129
+ </dateType>
130
+ </CI_Date>
131
+ </date>
132
+ <citedResponsibleParty>
133
+ <CI_ResponsibleParty>
134
+ <organisationName>
135
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
136
+ </organisationName>
137
+ <role>
138
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
139
+ </role>
140
+ </CI_ResponsibleParty>
141
+ </citedResponsibleParty>
142
+ <citedResponsibleParty>
143
+ <CI_ResponsibleParty>
144
+ <organisationName>
145
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
146
+ </organisationName>
147
+ <contactInfo>
148
+ <CI_Contact>
149
+ <phone>
150
+ <CI_Telephone>
151
+ <voice>
152
+ <gco:CharacterString>91 11 41688592</gco:CharacterString>
153
+ </voice>
154
+ </CI_Telephone>
155
+ </phone>
156
+ <address>
157
+ <CI_Address>
158
+ <deliveryPoint>
159
+ <gco:CharacterString>124-A Katwaria Sarai</gco:CharacterString>
160
+ </deliveryPoint>
161
+ <city>
162
+ <gco:CharacterString>New Delhi</gco:CharacterString>
163
+ </city>
164
+ <postalCode>
165
+ <gco:CharacterString>110 016</gco:CharacterString>
166
+ </postalCode>
167
+ <country>
168
+ <gco:CharacterString>IN</gco:CharacterString>
169
+ </country>
170
+ <electronicMailAddress>
171
+ <gco:CharacterString>manosi@mlinfomap.com</gco:CharacterString>
172
+ </electronicMailAddress>
173
+ </CI_Address>
174
+ </address>
175
+ </CI_Contact>
176
+ </contactInfo>
177
+ <role>
178
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
179
+ </role>
180
+ </CI_ResponsibleParty>
181
+ </citedResponsibleParty>
182
+ <presentationForm>
183
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
184
+ </presentationForm>
185
+ </CI_Citation>
186
+ </citation>
187
+ <abstract>
188
+ <gco:CharacterString>Village points of Chhattisgarh linked to Census 2001. Map includes data for 2253 villages, 16 districts and 1 state. This layer is part of the Village Map of India which includes socio-demographic and economic Census data for 2001 at the Village level. </gco:CharacterString>
189
+ </abstract>
190
+ <purpose>
191
+ <gco:CharacterString>Village level demographic analysis.</gco:CharacterString>
192
+ </purpose>
193
+ <credit>
194
+ <gco:CharacterString>ML Infomap. (2013) Digital Map of Village Points of Chhattisgarh, India, 2001. ML Infomap.</gco:CharacterString>
195
+ </credit>
196
+ <status>
197
+ <MD_ProgressCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ProgressCode" codeListValue="completed" codeSpace="ISOTC211/19115">completed</MD_ProgressCode>
198
+ </status>
199
+ <pointOfContact>
200
+ <CI_ResponsibleParty>
201
+ <individualName>
202
+ <gco:CharacterString>Lahiri, Manosi</gco:CharacterString>
203
+ </individualName>
204
+ <organisationName>
205
+ <gco:CharacterString>ML Infomap Pvt. Ltd.</gco:CharacterString>
206
+ </organisationName>
207
+ <contactInfo>
208
+ <CI_Contact>
209
+ <phone>
210
+ <CI_Telephone>
211
+ <voice>
212
+ <gco:CharacterString>91 11 41688592</gco:CharacterString>
213
+ </voice>
214
+ </CI_Telephone>
215
+ </phone>
216
+ <address>
217
+ <CI_Address>
218
+ <deliveryPoint>
219
+ <gco:CharacterString>124-A,Katwaria Sarai</gco:CharacterString>
220
+ </deliveryPoint>
221
+ <city>
222
+ <gco:CharacterString>New Delhi</gco:CharacterString>
223
+ </city>
224
+ <postalCode>
225
+ <gco:CharacterString>110016</gco:CharacterString>
226
+ </postalCode>
227
+ <country>
228
+ <gco:CharacterString>IN</gco:CharacterString>
229
+ </country>
230
+ <electronicMailAddress>
231
+ <gco:CharacterString>manosi@mlinfomap.com</gco:CharacterString>
232
+ </electronicMailAddress>
233
+ </CI_Address>
234
+ </address>
235
+ </CI_Contact>
236
+ </contactInfo>
237
+ <role>
238
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115">pointOfContact</CI_RoleCode>
239
+ </role>
240
+ </CI_ResponsibleParty>
241
+ </pointOfContact>
242
+ <resourceMaintenance>
243
+ <MD_MaintenanceInformation>
244
+ <maintenanceAndUpdateFrequency>
245
+ <MD_MaintenanceFrequencyCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_MaintenanceFrequencyCode" codeListValue="asNeeded" codeSpace="ISOTC211/19115">asNeeded</MD_MaintenanceFrequencyCode>
246
+ </maintenanceAndUpdateFrequency>
247
+ </MD_MaintenanceInformation>
248
+ </resourceMaintenance>
249
+ <descriptiveKeywords>
250
+ <MD_Keywords>
251
+ <keyword>
252
+ <gco:CharacterString>Chhattisgarh (geonames.org/1444364)</gco:CharacterString>
253
+ </keyword>
254
+ <keyword>
255
+ <gco:CharacterString>Madded (geonames.org/1264600)</gco:CharacterString>
256
+ </keyword>
257
+ <keyword>
258
+ <gco:CharacterString>Konta (geonames.org/1266167)</gco:CharacterString>
259
+ </keyword>
260
+ <keyword>
261
+ <gco:CharacterString>Sambalpur (geonames.org/1257544)</gco:CharacterString>
262
+ </keyword>
263
+ <keyword>
264
+ <gco:CharacterString>Bhairamgarh (geonames.org/1276258)</gco:CharacterString>
265
+ </keyword>
266
+ <keyword>
267
+ <gco:CharacterString>Antagarh (geonames.org/1278530)</gco:CharacterString>
268
+ </keyword>
269
+ <keyword>
270
+ <gco:CharacterString>Bhanupratappur (geonames.org/1333553)</gco:CharacterString>
271
+ </keyword>
272
+ <keyword>
273
+ <gco:CharacterString>Bijapur (geonames.org/1275700)</gco:CharacterString>
274
+ </keyword>
275
+ <keyword>
276
+ <gco:CharacterString>Sukma (geonames.org/1255531)</gco:CharacterString>
277
+ </keyword>
278
+ <type>
279
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place" codeSpace="ISOTC211/19115">place</MD_KeywordTypeCode>
280
+ </type>
281
+ <thesaurusName>
282
+ <CI_Citation>
283
+ <title>
284
+ <gco:CharacterString>geonames</gco:CharacterString>
285
+ </title>
286
+ <date>
287
+ <CI_Date>
288
+ <date>
289
+ <gco:Date>2013-03-13</gco:Date>
290
+ </date>
291
+ <dateType>
292
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
293
+ </dateType>
294
+ </CI_Date>
295
+ </date>
296
+ <edition>
297
+ <gco:CharacterString>3.1</gco:CharacterString>
298
+ </edition>
299
+ <identifier>
300
+ <MD_Identifier>
301
+ <code>
302
+ <gco:CharacterString>http://www.geonames.org</gco:CharacterString>
303
+ </code>
304
+ </MD_Identifier>
305
+ </identifier>
306
+ </CI_Citation>
307
+ </thesaurusName>
308
+ </MD_Keywords>
309
+ </descriptiveKeywords>
310
+ <descriptiveKeywords>
311
+ <MD_Keywords>
312
+ <keyword>
313
+ <gco:CharacterString>Pakela</gco:CharacterString>
314
+ </keyword>
315
+ <keyword>
316
+ <gco:CharacterString>Pakhanjur</gco:CharacterString>
317
+ </keyword>
318
+ <keyword>
319
+ <gco:CharacterString>Korra</gco:CharacterString>
320
+ </keyword>
321
+ <keyword>
322
+ <gco:CharacterString>Chhindgarh</gco:CharacterString>
323
+ </keyword>
324
+ <keyword>
325
+ <gco:CharacterString>Gadiras (Turrepal)</gco:CharacterString>
326
+ </keyword>
327
+ <keyword>
328
+ <gco:CharacterString>Chhotedongar</gco:CharacterString>
329
+ </keyword>
330
+ <keyword>
331
+ <gco:CharacterString>Narayanpur</gco:CharacterString>
332
+ </keyword>
333
+ <keyword>
334
+ <gco:CharacterString>Pakhanjur Col</gco:CharacterString>
335
+ </keyword>
336
+ <keyword>
337
+ <gco:CharacterString>Gangaloor</gco:CharacterString>
338
+ </keyword>
339
+ <type>
340
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place" codeSpace="ISOTC211/19115">place</MD_KeywordTypeCode>
341
+ </type>
342
+ </MD_Keywords>
343
+ </descriptiveKeywords>
344
+ <descriptiveKeywords>
345
+ <MD_Keywords>
346
+ <keyword>
347
+ <gco:CharacterString>2001</gco:CharacterString>
348
+ </keyword>
349
+ <type>
350
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="temporal" codeSpace="ISOTC211/19115">temporal</MD_KeywordTypeCode>
351
+ </type>
352
+ </MD_Keywords>
353
+ </descriptiveKeywords>
354
+ <descriptiveKeywords>
355
+ <MD_Keywords>
356
+ <keyword>
357
+ <gco:CharacterString>Literacy</gco:CharacterString>
358
+ </keyword>
359
+ <keyword>
360
+ <gco:CharacterString>Sex ratio</gco:CharacterString>
361
+ </keyword>
362
+ <keyword>
363
+ <gco:CharacterString>Population</gco:CharacterString>
364
+ </keyword>
365
+ <keyword>
366
+ <gco:CharacterString>Statistics</gco:CharacterString>
367
+ </keyword>
368
+ <keyword>
369
+ <gco:CharacterString>Administrative and political divisions</gco:CharacterString>
370
+ </keyword>
371
+ <type>
372
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="theme" codeSpace="ISOTC211/19115">theme</MD_KeywordTypeCode>
373
+ </type>
374
+ <thesaurusName>
375
+ <CI_Citation>
376
+ <title>
377
+ <gco:CharacterString>lcsh</gco:CharacterString>
378
+ </title>
379
+ <date>
380
+ <CI_Date>
381
+ <date>
382
+ <gco:Date>2011-04-26</gco:Date>
383
+ </date>
384
+ <dateType>
385
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
386
+ </dateType>
387
+ </CI_Date>
388
+ </date>
389
+ <identifier>
390
+ <MD_Identifier>
391
+ <code>
392
+ <gco:CharacterString>http://id.loc.gov/authorities.subjects.html</gco:CharacterString>
393
+ </code>
394
+ </MD_Identifier>
395
+ </identifier>
396
+ </CI_Citation>
397
+ </thesaurusName>
398
+ </MD_Keywords>
399
+ </descriptiveKeywords>
400
+ <descriptiveKeywords>
401
+ <MD_Keywords>
402
+ <keyword>
403
+ <gco:CharacterString>Downloadable Data</gco:CharacterString>
404
+ </keyword>
405
+ <thesaurusName uuidref="723f6998-058e-11dc-8314-0800200c9a66"/>
406
+ </MD_Keywords>
407
+ </descriptiveKeywords>
408
+ <resourceConstraints>
409
+ <MD_LegalConstraints>
410
+ <accessConstraints>
411
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
412
+ </accessConstraints>
413
+ <useConstraints>
414
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
415
+ </useConstraints>
416
+ <otherConstraints>
417
+ <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.
418
+ </gco:CharacterString>
419
+ </otherConstraints>
420
+ </MD_LegalConstraints>
421
+ </resourceConstraints>
422
+ <aggregationInfo>
423
+ <MD_AggregateInformation>
424
+ <aggregateDataSetName>
425
+ <CI_Citation>
426
+ <title>
427
+ <gco:CharacterString>Village Map of India</gco:CharacterString>
428
+ </title>
429
+ <alternateTitle>
430
+ <gco:CharacterString>VillageMap of India</gco:CharacterString>
431
+ </alternateTitle>
432
+ <date>
433
+ <CI_Date>
434
+ <date>
435
+ <gco:Date>2013-03-13</gco:Date>
436
+ </date>
437
+ <dateType>
438
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
439
+ </dateType>
440
+ </CI_Date>
441
+ </date>
442
+ <citedResponsibleParty>
443
+ <CI_ResponsibleParty>
444
+ <organisationName>
445
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
446
+ </organisationName>
447
+ <contactInfo>
448
+ <CI_Contact>
449
+ <phone>
450
+ <CI_Telephone>
451
+ <voice>
452
+ <gco:CharacterString>91 11 41688592</gco:CharacterString>
453
+ </voice>
454
+ </CI_Telephone>
455
+ </phone>
456
+ <address>
457
+ <CI_Address>
458
+ <deliveryPoint>
459
+ <gco:CharacterString>124-A Katwaria Sarai</gco:CharacterString>
460
+ </deliveryPoint>
461
+ <city>
462
+ <gco:CharacterString>New Delhi</gco:CharacterString>
463
+ </city>
464
+ <postalCode>
465
+ <gco:CharacterString>110 016</gco:CharacterString>
466
+ </postalCode>
467
+ <country>
468
+ <gco:CharacterString>IN</gco:CharacterString>
469
+ </country>
470
+ <electronicMailAddress>
471
+ <gco:CharacterString>manosi@mlinfomap.com</gco:CharacterString>
472
+ </electronicMailAddress>
473
+ </CI_Address>
474
+ </address>
475
+ </CI_Contact>
476
+ </contactInfo>
477
+ <role>
478
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
479
+ </role>
480
+ </CI_ResponsibleParty>
481
+ </citedResponsibleParty>
482
+ <citedResponsibleParty>
483
+ <CI_ResponsibleParty>
484
+ <organisationName>
485
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
486
+ </organisationName>
487
+ <contactInfo>
488
+ <CI_Contact>
489
+ <phone>
490
+ <CI_Telephone>
491
+ <voice>
492
+ <gco:CharacterString>91 11 41688592</gco:CharacterString>
493
+ </voice>
494
+ </CI_Telephone>
495
+ </phone>
496
+ <address>
497
+ <CI_Address>
498
+ <deliveryPoint>
499
+ <gco:CharacterString>124-A Katwaria Sarai</gco:CharacterString>
500
+ </deliveryPoint>
501
+ <city>
502
+ <gco:CharacterString>New Delhi</gco:CharacterString>
503
+ </city>
504
+ <postalCode>
505
+ <gco:CharacterString>110 016</gco:CharacterString>
506
+ </postalCode>
507
+ <country>
508
+ <gco:CharacterString>IN</gco:CharacterString>
509
+ </country>
510
+ <electronicMailAddress>
511
+ <gco:CharacterString>manosi@mlinfomap.com</gco:CharacterString>
512
+ </electronicMailAddress>
513
+ </CI_Address>
514
+ </address>
515
+ </CI_Contact>
516
+ </contactInfo>
517
+ <role>
518
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
519
+ </role>
520
+ </CI_ResponsibleParty>
521
+ </citedResponsibleParty>
522
+ </CI_Citation>
523
+ </aggregateDataSetName>
524
+ <associationType>
525
+ <DS_AssociationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#DS_AssociationTypeCode" codeListValue="largerWorkCitation" codeSpace="ISOTC211/19115">largerWorkCitation</DS_AssociationTypeCode>
526
+ </associationType>
527
+ </MD_AggregateInformation>
528
+ </aggregationInfo>
529
+ <spatialRepresentationType>
530
+ <MD_SpatialRepresentationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_SpatialRepresentationTypeCode" codeListValue="vector" codeSpace="ISOTC211/19115">vector</MD_SpatialRepresentationTypeCode>
531
+ </spatialRepresentationType>
532
+ <spatialResolution>
533
+ <MD_Resolution>
534
+ <equivalentScale>
535
+ <MD_RepresentativeFraction>
536
+ <denominator>
537
+ <gco:Integer>200000</gco:Integer>
538
+ </denominator>
539
+ </MD_RepresentativeFraction>
540
+ </equivalentScale>
541
+ </MD_Resolution>
542
+ </spatialResolution>
543
+ <language>
544
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
545
+ </language>
546
+ <characterSet>
547
+ <MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
548
+ </characterSet>
549
+ <topicCategory>
550
+ <MD_TopicCategoryCode>boundaries</MD_TopicCategoryCode>
551
+ </topicCategory>
552
+ <topicCategory>
553
+ <MD_TopicCategoryCode>society</MD_TopicCategoryCode>
554
+ </topicCategory>
555
+ <environmentDescription>
556
+ <gco:CharacterString>Microsoft Windows 7 Version 6.1 (Build 7601) Service Pack 1; Esri ArcGIS 10.1.1.3143</gco:CharacterString>
557
+ </environmentDescription>
558
+ <extent>
559
+ <EX_Extent>
560
+ <description>
561
+ <gco:CharacterString>Primary Census Abstract 2001</gco:CharacterString>
562
+ </description>
563
+ <temporalElement>
564
+ <EX_TemporalExtent>
565
+ <extent>
566
+ <gml:TimePeriod gml:id="idm41376">
567
+ <gml:beginPosition>2001-01-01T00:00:00</gml:beginPosition>
568
+ <gml:endPosition>2001-12-31T00:00:00</gml:endPosition>
569
+ </gml:TimePeriod>
570
+ </extent>
571
+ </EX_TemporalExtent>
572
+ </temporalElement>
573
+ </EX_Extent>
574
+ </extent>
575
+ <extent>
576
+ <EX_Extent>
577
+ <geographicElement>
578
+ <EX_GeographicBoundingBox>
579
+ <extentTypeCode>
580
+ <gco:Boolean>true</gco:Boolean>
581
+ </extentTypeCode>
582
+ <westBoundLongitude>
583
+ <gco:Decimal>80.270492</gco:Decimal>
584
+ </westBoundLongitude>
585
+ <eastBoundLongitude>
586
+ <gco:Decimal>81.956177</gco:Decimal>
587
+ </eastBoundLongitude>
588
+ <southBoundLatitude>
589
+ <gco:Decimal>17.796526</gco:Decimal>
590
+ </southBoundLatitude>
591
+ <northBoundLatitude>
592
+ <gco:Decimal>20.433981</gco:Decimal>
593
+ </northBoundLatitude>
594
+ </EX_GeographicBoundingBox>
595
+ </geographicElement>
596
+ </EX_Extent>
597
+ </extent>
598
+ <supplementalInformation>
599
+ <gco:CharacterString>Census demographic &amp; socio-economic data included</gco:CharacterString>
600
+ </supplementalInformation>
601
+ </MD_DataIdentification>
602
+ </identificationInfo>
603
+ <contentInfo>
604
+ <MD_FeatureCatalogueDescription>
605
+ <complianceCode>
606
+ <gco:Boolean>false</gco:Boolean>
607
+ </complianceCode>
608
+ <language>
609
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
610
+ </language>
611
+ <includedWithDataset>
612
+ <gco:Boolean>true</gco:Boolean>
613
+ </includedWithDataset>
614
+ <featureCatalogueCitation>
615
+ <CI_Citation>
616
+ <title>
617
+ <gco:CharacterString>Feature Catalog for Digital Map of Village Points of Chhattisgarh, India, 2001</gco:CharacterString>
618
+ </title>
619
+ <date>
620
+ <CI_Date>
621
+ <date>
622
+ <gco:Date>2013-03-13</gco:Date>
623
+ </date>
624
+ <dateType>
625
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
626
+ </dateType>
627
+ </CI_Date>
628
+ </date>
629
+ <identifier>
630
+ <MD_Identifier>
631
+ <code>
632
+ <gco:CharacterString>70870e7d-61d7-495b-92ba-c434ea4d3504</gco:CharacterString>
633
+ </code>
634
+ </MD_Identifier>
635
+ </identifier>
636
+ <citedResponsibleParty>
637
+ <CI_ResponsibleParty>
638
+ <organisationName>
639
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
640
+ </organisationName>
641
+ <role>
642
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
643
+ </role>
644
+ </CI_ResponsibleParty>
645
+ </citedResponsibleParty>
646
+ </CI_Citation>
647
+ </featureCatalogueCitation>
648
+ </MD_FeatureCatalogueDescription>
649
+ </contentInfo>
650
+ <distributionInfo>
651
+ <MD_Distribution>
652
+ <distributionFormat>
653
+ <MD_Format>
654
+ <name>
655
+ <gco:CharacterString>Shapefile</gco:CharacterString>
656
+ </name>
657
+ <version gco:nilReason="missing"/>
658
+ </MD_Format>
659
+ </distributionFormat>
660
+ <distributor>
661
+ <MD_Distributor>
662
+ <distributorContact>
663
+ <CI_ResponsibleParty>
664
+ <organisationName>
665
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
666
+ </organisationName>
667
+ <contactInfo>
668
+ <CI_Contact>
669
+ <phone>
670
+ <CI_Telephone>
671
+ <voice>
672
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
673
+ </voice>
674
+ </CI_Telephone>
675
+ </phone>
676
+ <address>
677
+ <CI_Address>
678
+ <deliveryPoint>
679
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
680
+ </deliveryPoint>
681
+ <deliveryPoint>
682
+ <gco:CharacterString>Mitchell Bldg. 2nd floor</gco:CharacterString>
683
+ </deliveryPoint>
684
+ <deliveryPoint>
685
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
686
+ </deliveryPoint>
687
+ <city>
688
+ <gco:CharacterString>Stanford</gco:CharacterString>
689
+ </city>
690
+ <administrativeArea>
691
+ <gco:CharacterString>California</gco:CharacterString>
692
+ </administrativeArea>
693
+ <postalCode>
694
+ <gco:CharacterString>94305</gco:CharacterString>
695
+ </postalCode>
696
+ <country>
697
+ <gco:CharacterString>US</gco:CharacterString>
698
+ </country>
699
+ <electronicMailAddress>
700
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
701
+ </electronicMailAddress>
702
+ </CI_Address>
703
+ </address>
704
+ </CI_Contact>
705
+ </contactInfo>
706
+ <role>
707
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="distributor" codeSpace="ISOTC211/19115">distributor</CI_RoleCode>
708
+ </role>
709
+ </CI_ResponsibleParty>
710
+ </distributorContact>
711
+ </MD_Distributor>
712
+ </distributor>
713
+ <transferOptions>
714
+ <MD_DigitalTransferOptions>
715
+ <unitsOfDistribution>
716
+ <gco:CharacterString>MB</gco:CharacterString>
717
+ </unitsOfDistribution>
718
+ <transferSize>
719
+ <gco:Real>0.061</gco:Real>
720
+ </transferSize>
721
+ </MD_DigitalTransferOptions>
722
+ </transferOptions>
723
+ </MD_Distribution>
724
+ </distributionInfo>
725
+ <dataQualityInfo>
726
+ <DQ_DataQuality>
727
+ <scope>
728
+ <DQ_Scope>
729
+ <level>
730
+ <MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
731
+ </level>
732
+ </DQ_Scope>
733
+ </scope>
734
+ <report>
735
+ <DQ_ConceptualConsistency>
736
+ <evaluationMethodDescription>
737
+ <gco:CharacterString>Coastal boundary aligned with imagery, no gaps in polygon, no topological errors, aggregate and % figures verified</gco:CharacterString>
738
+ </evaluationMethodDescription>
739
+ <result gco:nilReason="missing"/>
740
+ </DQ_ConceptualConsistency>
741
+ </report>
742
+ <report>
743
+ <DQ_CompletenessOmission>
744
+ <evaluationMethodDescription>
745
+ <gco:CharacterString>Saperate village available for Chhattisgarh</gco:CharacterString>
746
+ </evaluationMethodDescription>
747
+ <result gco:nilReason="missing"/>
748
+ </DQ_CompletenessOmission>
749
+ </report>
750
+ <report>
751
+ <DQ_AbsoluteExternalPositionalAccuracy>
752
+ <evaluationMethodDescription>
753
+ <gco:CharacterString>30-50 metres</gco:CharacterString>
754
+ </evaluationMethodDescription>
755
+ <result gco:nilReason="missing"/>
756
+ </DQ_AbsoluteExternalPositionalAccuracy>
757
+ </report>
758
+ <lineage>
759
+ <LI_Lineage>
760
+ <processStep>
761
+ <LI_ProcessStep>
762
+ <description>
763
+ <gco:CharacterString>Census operations across India</gco:CharacterString>
764
+ </description>
765
+ <dateTime>
766
+ <gco:DateTime>2001-01-01T00:00:00</gco:DateTime>
767
+ </dateTime>
768
+ </LI_ProcessStep>
769
+ </processStep>
770
+ <source>
771
+ <LI_Source>
772
+ <description>
773
+ <gco:CharacterString>Village demographic profile of India 2001</gco:CharacterString>
774
+ </description>
775
+ <sourceCitation>
776
+ <CI_Citation>
777
+ <title>
778
+ <gco:CharacterString>Village demographic profile of India 2001</gco:CharacterString>
779
+ </title>
780
+ <date>
781
+ <CI_Date>
782
+ <date>
783
+ <gco:Date>2001-01-01</gco:Date>
784
+ </date>
785
+ <dateType>
786
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
787
+ </dateType>
788
+ </CI_Date>
789
+ </date>
790
+ <citedResponsibleParty>
791
+ <CI_ResponsibleParty>
792
+ <organisationName>
793
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
794
+ </organisationName>
795
+ <contactInfo>
796
+ <CI_Contact>
797
+ <phone>
798
+ <CI_Telephone>
799
+ <voice>
800
+ <gco:CharacterString>91 11 41688592</gco:CharacterString>
801
+ </voice>
802
+ </CI_Telephone>
803
+ </phone>
804
+ <address>
805
+ <CI_Address>
806
+ <deliveryPoint>
807
+ <gco:CharacterString>124-A Katwaria Sarai</gco:CharacterString>
808
+ </deliveryPoint>
809
+ <city>
810
+ <gco:CharacterString>New Delhi</gco:CharacterString>
811
+ </city>
812
+ <postalCode>
813
+ <gco:CharacterString>110 016</gco:CharacterString>
814
+ </postalCode>
815
+ <country>
816
+ <gco:CharacterString>IN</gco:CharacterString>
817
+ </country>
818
+ <electronicMailAddress>
819
+ <gco:CharacterString>manosi@mlinfomap.com</gco:CharacterString>
820
+ </electronicMailAddress>
821
+ </CI_Address>
822
+ </address>
823
+ </CI_Contact>
824
+ </contactInfo>
825
+ <role>
826
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
827
+ </role>
828
+ </CI_ResponsibleParty>
829
+ </citedResponsibleParty>
830
+ <citedResponsibleParty>
831
+ <CI_ResponsibleParty>
832
+ <organisationName>
833
+ <gco:CharacterString>Registrar General and Census Commissioner of India</gco:CharacterString>
834
+ </organisationName>
835
+ <role>
836
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
837
+ </role>
838
+ </CI_ResponsibleParty>
839
+ </citedResponsibleParty>
840
+ <presentationForm>
841
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
842
+ </presentationForm>
843
+ </CI_Citation>
844
+ </sourceCitation>
845
+ </LI_Source>
846
+ </source>
847
+ </LI_Lineage>
848
+ </lineage>
849
+ </DQ_DataQuality>
850
+ </dataQualityInfo>
851
+ </MD_Metadata>
852
+ </rdf:Description>
853
+ <rdf:Description rdf:about="http://purl-test.stanford.edu/rf389hf2983">
854
+ <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="70870e7d-61d7-495b-92ba-c434ea4d3504">
855
+ <gmx:name>
856
+ <gco:CharacterString>Feature Catalog for Digital Map of Village Points of Chhattisgarh, India, 2001</gco:CharacterString>
857
+ </gmx:name>
858
+ <gmx:scope>
859
+ <gco:CharacterString>Literacy; Sex ratio; Population; Statistics; Administrative and political divisions</gco:CharacterString>
860
+ </gmx:scope>
861
+ <gmx:versionNumber gco:nilReason="unknown"/>
862
+ <gmx:versionDate>
863
+ <gco:Date>2013</gco:Date>
864
+ </gmx:versionDate>
865
+ <gmx:language>
866
+ <gco:CharacterString>eng; US</gco:CharacterString>
867
+ </gmx:language>
868
+ <gmx:characterSet>
869
+ <gmd:MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115"/>
870
+ </gmx:characterSet>
871
+ <gfc:producer>
872
+ <gmd:CI_ResponsibleParty>
873
+ <gmd:organisationName>
874
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
875
+ </gmd:organisationName>
876
+ <gmd:role>
877
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="006"/>
878
+ </gmd:role>
879
+ </gmd:CI_ResponsibleParty>
880
+ </gfc:producer>
881
+ <gfc:featureType>
882
+ <gfc:FC_FeatureType>
883
+ <gfc:typeName>
884
+ <gco:LocalName>CHHATTISGARH_PT</gco:LocalName>
885
+ </gfc:typeName>
886
+ <gfc:definition>
887
+ <gco:CharacterString>Administrative Unit</gco:CharacterString>
888
+ </gfc:definition>
889
+ <gfc:isAbstract>
890
+ <gco:Boolean>false</gco:Boolean>
891
+ </gfc:isAbstract>
892
+ <gfc:featureCatalogue uuidref="70870e7d-61d7-495b-92ba-c434ea4d3504"/>
893
+ <gfc:carrierOfCharacteristics>
894
+ <gfc:FC_FeatureAttribute>
895
+ <gfc:memberName>
896
+ <gco:LocalName>FID</gco:LocalName>
897
+ </gfc:memberName>
898
+ <gfc:definition>
899
+ <gco:CharacterString>Internal feature number.</gco:CharacterString>
900
+ </gfc:definition>
901
+ <gfc:cardinality gco:nilReason="unknown"/>
902
+ <gfc:definitionReference>
903
+ <gfc:FC_DefinitionReference>
904
+ <gfc:definitionSource>
905
+ <gfc:FC_DefinitionSource>
906
+ <gfc:source>
907
+ <gmd:CI_Citation>
908
+ <gmd:title>
909
+ <gco:CharacterString>Esri</gco:CharacterString>
910
+ </gmd:title>
911
+ <gmd:date gco:nilReason="unknown"/>
912
+ <gmd:citedResponsibleParty>
913
+ <gmd:CI_ResponsibleParty>
914
+ <gmd:organisationName>
915
+ <gco:CharacterString>Esri</gco:CharacterString>
916
+ </gmd:organisationName>
917
+ <gmd:role>
918
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
919
+ </gmd:role>
920
+ </gmd:CI_ResponsibleParty>
921
+ </gmd:citedResponsibleParty>
922
+ </gmd:CI_Citation>
923
+ </gfc:source>
924
+ </gfc:FC_DefinitionSource>
925
+ </gfc:definitionSource>
926
+ </gfc:FC_DefinitionReference>
927
+ </gfc:definitionReference>
928
+ <gfc:valueType>
929
+ <gco:TypeName>
930
+ <gco:aName>
931
+ <gco:CharacterString>OID</gco:CharacterString>
932
+ </gco:aName>
933
+ </gco:TypeName>
934
+ </gfc:valueType>
935
+ </gfc:FC_FeatureAttribute>
936
+ </gfc:carrierOfCharacteristics>
937
+ <gfc:carrierOfCharacteristics>
938
+ <gfc:FC_FeatureAttribute>
939
+ <gfc:memberName>
940
+ <gco:LocalName>Shape</gco:LocalName>
941
+ </gfc:memberName>
942
+ <gfc:definition>
943
+ <gco:CharacterString>Feature geometry.</gco:CharacterString>
944
+ </gfc:definition>
945
+ <gfc:cardinality gco:nilReason="unknown"/>
946
+ <gfc:definitionReference>
947
+ <gfc:FC_DefinitionReference>
948
+ <gfc:definitionSource>
949
+ <gfc:FC_DefinitionSource>
950
+ <gfc:source>
951
+ <gmd:CI_Citation>
952
+ <gmd:title>
953
+ <gco:CharacterString>Esri</gco:CharacterString>
954
+ </gmd:title>
955
+ <gmd:date gco:nilReason="unknown"/>
956
+ <gmd:citedResponsibleParty>
957
+ <gmd:CI_ResponsibleParty>
958
+ <gmd:organisationName>
959
+ <gco:CharacterString>Esri</gco:CharacterString>
960
+ </gmd:organisationName>
961
+ <gmd:role>
962
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
963
+ </gmd:role>
964
+ </gmd:CI_ResponsibleParty>
965
+ </gmd:citedResponsibleParty>
966
+ </gmd:CI_Citation>
967
+ </gfc:source>
968
+ </gfc:FC_DefinitionSource>
969
+ </gfc:definitionSource>
970
+ </gfc:FC_DefinitionReference>
971
+ </gfc:definitionReference>
972
+ <gfc:valueType>
973
+ <gco:TypeName>
974
+ <gco:aName>
975
+ <gco:CharacterString>Geometry</gco:CharacterString>
976
+ </gco:aName>
977
+ </gco:TypeName>
978
+ </gfc:valueType>
979
+ </gfc:FC_FeatureAttribute>
980
+ </gfc:carrierOfCharacteristics>
981
+ <gfc:carrierOfCharacteristics>
982
+ <gfc:FC_FeatureAttribute>
983
+ <gfc:memberName>
984
+ <gco:LocalName>TOT_NM_HH</gco:LocalName>
985
+ </gfc:memberName>
986
+ <gfc:definition>
987
+ <gco:CharacterString>Total number of household</gco:CharacterString>
988
+ </gfc:definition>
989
+ <gfc:cardinality gco:nilReason="unknown"/>
990
+ <gfc:definitionReference>
991
+ <gfc:FC_DefinitionReference>
992
+ <gfc:definitionSource>
993
+ <gfc:FC_DefinitionSource>
994
+ <gfc:source>
995
+ <gmd:CI_Citation>
996
+ <gmd:title>
997
+ <gco:CharacterString>Census of India</gco:CharacterString>
998
+ </gmd:title>
999
+ <gmd:date gco:nilReason="unknown"/>
1000
+ <gmd:citedResponsibleParty>
1001
+ <gmd:CI_ResponsibleParty>
1002
+ <gmd:organisationName>
1003
+ <gco:CharacterString>Census of India</gco:CharacterString>
1004
+ </gmd:organisationName>
1005
+ <gmd:role>
1006
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1007
+ </gmd:role>
1008
+ </gmd:CI_ResponsibleParty>
1009
+ </gmd:citedResponsibleParty>
1010
+ </gmd:CI_Citation>
1011
+ </gfc:source>
1012
+ </gfc:FC_DefinitionSource>
1013
+ </gfc:definitionSource>
1014
+ </gfc:FC_DefinitionReference>
1015
+ </gfc:definitionReference>
1016
+ <gfc:valueType>
1017
+ <gco:TypeName>
1018
+ <gco:aName>
1019
+ <gco:CharacterString>Double</gco:CharacterString>
1020
+ </gco:aName>
1021
+ </gco:TypeName>
1022
+ </gfc:valueType>
1023
+ </gfc:FC_FeatureAttribute>
1024
+ </gfc:carrierOfCharacteristics>
1025
+ <gfc:carrierOfCharacteristics>
1026
+ <gfc:FC_FeatureAttribute>
1027
+ <gfc:memberName>
1028
+ <gco:LocalName>TOT_AGLB</gco:LocalName>
1029
+ </gfc:memberName>
1030
+ <gfc:definition>
1031
+ <gco:CharacterString>Total Agricultural Labourers</gco:CharacterString>
1032
+ </gfc:definition>
1033
+ <gfc:cardinality gco:nilReason="unknown"/>
1034
+ <gfc:definitionReference>
1035
+ <gfc:FC_DefinitionReference>
1036
+ <gfc:definitionSource>
1037
+ <gfc:FC_DefinitionSource>
1038
+ <gfc:source>
1039
+ <gmd:CI_Citation>
1040
+ <gmd:title>
1041
+ <gco:CharacterString>Census of India</gco:CharacterString>
1042
+ </gmd:title>
1043
+ <gmd:date gco:nilReason="unknown"/>
1044
+ <gmd:citedResponsibleParty>
1045
+ <gmd:CI_ResponsibleParty>
1046
+ <gmd:organisationName>
1047
+ <gco:CharacterString>Census of India</gco:CharacterString>
1048
+ </gmd:organisationName>
1049
+ <gmd:role>
1050
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1051
+ </gmd:role>
1052
+ </gmd:CI_ResponsibleParty>
1053
+ </gmd:citedResponsibleParty>
1054
+ </gmd:CI_Citation>
1055
+ </gfc:source>
1056
+ </gfc:FC_DefinitionSource>
1057
+ </gfc:definitionSource>
1058
+ </gfc:FC_DefinitionReference>
1059
+ </gfc:definitionReference>
1060
+ <gfc:valueType>
1061
+ <gco:TypeName>
1062
+ <gco:aName>
1063
+ <gco:CharacterString>Double</gco:CharacterString>
1064
+ </gco:aName>
1065
+ </gco:TypeName>
1066
+ </gfc:valueType>
1067
+ </gfc:FC_FeatureAttribute>
1068
+ </gfc:carrierOfCharacteristics>
1069
+ <gfc:carrierOfCharacteristics>
1070
+ <gfc:FC_FeatureAttribute>
1071
+ <gfc:memberName>
1072
+ <gco:LocalName>M_CULT</gco:LocalName>
1073
+ </gfc:memberName>
1074
+ <gfc:definition>
1075
+ <gco:CharacterString>Male Cultivators</gco:CharacterString>
1076
+ </gfc:definition>
1077
+ <gfc:cardinality gco:nilReason="unknown"/>
1078
+ <gfc:definitionReference>
1079
+ <gfc:FC_DefinitionReference>
1080
+ <gfc:definitionSource>
1081
+ <gfc:FC_DefinitionSource>
1082
+ <gfc:source>
1083
+ <gmd:CI_Citation>
1084
+ <gmd:title>
1085
+ <gco:CharacterString>Census of India</gco:CharacterString>
1086
+ </gmd:title>
1087
+ <gmd:date gco:nilReason="unknown"/>
1088
+ <gmd:citedResponsibleParty>
1089
+ <gmd:CI_ResponsibleParty>
1090
+ <gmd:organisationName>
1091
+ <gco:CharacterString>Census of India</gco:CharacterString>
1092
+ </gmd:organisationName>
1093
+ <gmd:role>
1094
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1095
+ </gmd:role>
1096
+ </gmd:CI_ResponsibleParty>
1097
+ </gmd:citedResponsibleParty>
1098
+ </gmd:CI_Citation>
1099
+ </gfc:source>
1100
+ </gfc:FC_DefinitionSource>
1101
+ </gfc:definitionSource>
1102
+ </gfc:FC_DefinitionReference>
1103
+ </gfc:definitionReference>
1104
+ <gfc:valueType>
1105
+ <gco:TypeName>
1106
+ <gco:aName>
1107
+ <gco:CharacterString>Double</gco:CharacterString>
1108
+ </gco:aName>
1109
+ </gco:TypeName>
1110
+ </gfc:valueType>
1111
+ </gfc:FC_FeatureAttribute>
1112
+ </gfc:carrierOfCharacteristics>
1113
+ <gfc:carrierOfCharacteristics>
1114
+ <gfc:FC_FeatureAttribute>
1115
+ <gfc:memberName>
1116
+ <gco:LocalName>T_MRG_CULT</gco:LocalName>
1117
+ </gfc:memberName>
1118
+ <gfc:definition>
1119
+ <gco:CharacterString>Total Marginal workers as cultivators</gco:CharacterString>
1120
+ </gfc:definition>
1121
+ <gfc:cardinality gco:nilReason="unknown"/>
1122
+ <gfc:definitionReference>
1123
+ <gfc:FC_DefinitionReference>
1124
+ <gfc:definitionSource>
1125
+ <gfc:FC_DefinitionSource>
1126
+ <gfc:source>
1127
+ <gmd:CI_Citation>
1128
+ <gmd:title>
1129
+ <gco:CharacterString>Census of India</gco:CharacterString>
1130
+ </gmd:title>
1131
+ <gmd:date gco:nilReason="unknown"/>
1132
+ <gmd:citedResponsibleParty>
1133
+ <gmd:CI_ResponsibleParty>
1134
+ <gmd:organisationName>
1135
+ <gco:CharacterString>Census of India</gco:CharacterString>
1136
+ </gmd:organisationName>
1137
+ <gmd:role>
1138
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1139
+ </gmd:role>
1140
+ </gmd:CI_ResponsibleParty>
1141
+ </gmd:citedResponsibleParty>
1142
+ </gmd:CI_Citation>
1143
+ </gfc:source>
1144
+ </gfc:FC_DefinitionSource>
1145
+ </gfc:definitionSource>
1146
+ </gfc:FC_DefinitionReference>
1147
+ </gfc:definitionReference>
1148
+ <gfc:valueType>
1149
+ <gco:TypeName>
1150
+ <gco:aName>
1151
+ <gco:CharacterString>Double</gco:CharacterString>
1152
+ </gco:aName>
1153
+ </gco:TypeName>
1154
+ </gfc:valueType>
1155
+ </gfc:FC_FeatureAttribute>
1156
+ </gfc:carrierOfCharacteristics>
1157
+ <gfc:carrierOfCharacteristics>
1158
+ <gfc:FC_FeatureAttribute>
1159
+ <gfc:memberName>
1160
+ <gco:LocalName>TOT_MRW</gco:LocalName>
1161
+ </gfc:memberName>
1162
+ <gfc:definition>
1163
+ <gco:CharacterString>Total Marginal workers other workers</gco:CharacterString>
1164
+ </gfc:definition>
1165
+ <gfc:cardinality gco:nilReason="unknown"/>
1166
+ <gfc:definitionReference>
1167
+ <gfc:FC_DefinitionReference>
1168
+ <gfc:definitionSource>
1169
+ <gfc:FC_DefinitionSource>
1170
+ <gfc:source>
1171
+ <gmd:CI_Citation>
1172
+ <gmd:title>
1173
+ <gco:CharacterString>Census of India</gco:CharacterString>
1174
+ </gmd:title>
1175
+ <gmd:date gco:nilReason="unknown"/>
1176
+ <gmd:citedResponsibleParty>
1177
+ <gmd:CI_ResponsibleParty>
1178
+ <gmd:organisationName>
1179
+ <gco:CharacterString>Census of India</gco:CharacterString>
1180
+ </gmd:organisationName>
1181
+ <gmd:role>
1182
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1183
+ </gmd:role>
1184
+ </gmd:CI_ResponsibleParty>
1185
+ </gmd:citedResponsibleParty>
1186
+ </gmd:CI_Citation>
1187
+ </gfc:source>
1188
+ </gfc:FC_DefinitionSource>
1189
+ </gfc:definitionSource>
1190
+ </gfc:FC_DefinitionReference>
1191
+ </gfc:definitionReference>
1192
+ <gfc:valueType>
1193
+ <gco:TypeName>
1194
+ <gco:aName>
1195
+ <gco:CharacterString>Double</gco:CharacterString>
1196
+ </gco:aName>
1197
+ </gco:TypeName>
1198
+ </gfc:valueType>
1199
+ </gfc:FC_FeatureAttribute>
1200
+ </gfc:carrierOfCharacteristics>
1201
+ <gfc:carrierOfCharacteristics>
1202
+ <gfc:FC_FeatureAttribute>
1203
+ <gfc:memberName>
1204
+ <gco:LocalName>TOT_ILLT</gco:LocalName>
1205
+ </gfc:memberName>
1206
+ <gfc:definition>
1207
+ <gco:CharacterString>Total Illiterates</gco:CharacterString>
1208
+ </gfc:definition>
1209
+ <gfc:cardinality gco:nilReason="unknown"/>
1210
+ <gfc:definitionReference>
1211
+ <gfc:FC_DefinitionReference>
1212
+ <gfc:definitionSource>
1213
+ <gfc:FC_DefinitionSource>
1214
+ <gfc:source>
1215
+ <gmd:CI_Citation>
1216
+ <gmd:title>
1217
+ <gco:CharacterString>Census of India</gco:CharacterString>
1218
+ </gmd:title>
1219
+ <gmd:date gco:nilReason="unknown"/>
1220
+ <gmd:citedResponsibleParty>
1221
+ <gmd:CI_ResponsibleParty>
1222
+ <gmd:organisationName>
1223
+ <gco:CharacterString>Census of India</gco:CharacterString>
1224
+ </gmd:organisationName>
1225
+ <gmd:role>
1226
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1227
+ </gmd:role>
1228
+ </gmd:CI_ResponsibleParty>
1229
+ </gmd:citedResponsibleParty>
1230
+ </gmd:CI_Citation>
1231
+ </gfc:source>
1232
+ </gfc:FC_DefinitionSource>
1233
+ </gfc:definitionSource>
1234
+ </gfc:FC_DefinitionReference>
1235
+ </gfc:definitionReference>
1236
+ <gfc:valueType>
1237
+ <gco:TypeName>
1238
+ <gco:aName>
1239
+ <gco:CharacterString>Double</gco:CharacterString>
1240
+ </gco:aName>
1241
+ </gco:TypeName>
1242
+ </gfc:valueType>
1243
+ </gfc:FC_FeatureAttribute>
1244
+ </gfc:carrierOfCharacteristics>
1245
+ <gfc:carrierOfCharacteristics>
1246
+ <gfc:FC_FeatureAttribute>
1247
+ <gfc:memberName>
1248
+ <gco:LocalName>TOT_LIT</gco:LocalName>
1249
+ </gfc:memberName>
1250
+ <gfc:definition>
1251
+ <gco:CharacterString>Total literates</gco:CharacterString>
1252
+ </gfc:definition>
1253
+ <gfc:cardinality gco:nilReason="unknown"/>
1254
+ <gfc:definitionReference>
1255
+ <gfc:FC_DefinitionReference>
1256
+ <gfc:definitionSource>
1257
+ <gfc:FC_DefinitionSource>
1258
+ <gfc:source>
1259
+ <gmd:CI_Citation>
1260
+ <gmd:title>
1261
+ <gco:CharacterString>Census of India</gco:CharacterString>
1262
+ </gmd:title>
1263
+ <gmd:date gco:nilReason="unknown"/>
1264
+ <gmd:citedResponsibleParty>
1265
+ <gmd:CI_ResponsibleParty>
1266
+ <gmd:organisationName>
1267
+ <gco:CharacterString>Census of India</gco:CharacterString>
1268
+ </gmd:organisationName>
1269
+ <gmd:role>
1270
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1271
+ </gmd:role>
1272
+ </gmd:CI_ResponsibleParty>
1273
+ </gmd:citedResponsibleParty>
1274
+ </gmd:CI_Citation>
1275
+ </gfc:source>
1276
+ </gfc:FC_DefinitionSource>
1277
+ </gfc:definitionSource>
1278
+ </gfc:FC_DefinitionReference>
1279
+ </gfc:definitionReference>
1280
+ <gfc:valueType>
1281
+ <gco:TypeName>
1282
+ <gco:aName>
1283
+ <gco:CharacterString>Double</gco:CharacterString>
1284
+ </gco:aName>
1285
+ </gco:TypeName>
1286
+ </gfc:valueType>
1287
+ </gfc:FC_FeatureAttribute>
1288
+ </gfc:carrierOfCharacteristics>
1289
+ <gfc:carrierOfCharacteristics>
1290
+ <gfc:FC_FeatureAttribute>
1291
+ <gfc:memberName>
1292
+ <gco:LocalName>F_SC</gco:LocalName>
1293
+ </gfc:memberName>
1294
+ <gfc:definition>
1295
+ <gco:CharacterString>Female scheduled caste</gco:CharacterString>
1296
+ </gfc:definition>
1297
+ <gfc:cardinality gco:nilReason="unknown"/>
1298
+ <gfc:definitionReference>
1299
+ <gfc:FC_DefinitionReference>
1300
+ <gfc:definitionSource>
1301
+ <gfc:FC_DefinitionSource>
1302
+ <gfc:source>
1303
+ <gmd:CI_Citation>
1304
+ <gmd:title>
1305
+ <gco:CharacterString>Census of India</gco:CharacterString>
1306
+ </gmd:title>
1307
+ <gmd:date gco:nilReason="unknown"/>
1308
+ <gmd:citedResponsibleParty>
1309
+ <gmd:CI_ResponsibleParty>
1310
+ <gmd:organisationName>
1311
+ <gco:CharacterString>Census of India</gco:CharacterString>
1312
+ </gmd:organisationName>
1313
+ <gmd:role>
1314
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1315
+ </gmd:role>
1316
+ </gmd:CI_ResponsibleParty>
1317
+ </gmd:citedResponsibleParty>
1318
+ </gmd:CI_Citation>
1319
+ </gfc:source>
1320
+ </gfc:FC_DefinitionSource>
1321
+ </gfc:definitionSource>
1322
+ </gfc:FC_DefinitionReference>
1323
+ </gfc:definitionReference>
1324
+ <gfc:valueType>
1325
+ <gco:TypeName>
1326
+ <gco:aName>
1327
+ <gco:CharacterString>Double</gco:CharacterString>
1328
+ </gco:aName>
1329
+ </gco:TypeName>
1330
+ </gfc:valueType>
1331
+ </gfc:FC_FeatureAttribute>
1332
+ </gfc:carrierOfCharacteristics>
1333
+ <gfc:carrierOfCharacteristics>
1334
+ <gfc:FC_FeatureAttribute>
1335
+ <gfc:memberName>
1336
+ <gco:LocalName>TOT_ST</gco:LocalName>
1337
+ </gfc:memberName>
1338
+ <gfc:definition>
1339
+ <gco:CharacterString>Total scheduled tribe</gco:CharacterString>
1340
+ </gfc:definition>
1341
+ <gfc:cardinality gco:nilReason="unknown"/>
1342
+ <gfc:definitionReference>
1343
+ <gfc:FC_DefinitionReference>
1344
+ <gfc:definitionSource>
1345
+ <gfc:FC_DefinitionSource>
1346
+ <gfc:source>
1347
+ <gmd:CI_Citation>
1348
+ <gmd:title>
1349
+ <gco:CharacterString>Census of India</gco:CharacterString>
1350
+ </gmd:title>
1351
+ <gmd:date gco:nilReason="unknown"/>
1352
+ <gmd:citedResponsibleParty>
1353
+ <gmd:CI_ResponsibleParty>
1354
+ <gmd:organisationName>
1355
+ <gco:CharacterString>Census of India</gco:CharacterString>
1356
+ </gmd:organisationName>
1357
+ <gmd:role>
1358
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1359
+ </gmd:role>
1360
+ </gmd:CI_ResponsibleParty>
1361
+ </gmd:citedResponsibleParty>
1362
+ </gmd:CI_Citation>
1363
+ </gfc:source>
1364
+ </gfc:FC_DefinitionSource>
1365
+ </gfc:definitionSource>
1366
+ </gfc:FC_DefinitionReference>
1367
+ </gfc:definitionReference>
1368
+ <gfc:valueType>
1369
+ <gco:TypeName>
1370
+ <gco:aName>
1371
+ <gco:CharacterString>Double</gco:CharacterString>
1372
+ </gco:aName>
1373
+ </gco:TypeName>
1374
+ </gfc:valueType>
1375
+ </gfc:FC_FeatureAttribute>
1376
+ </gfc:carrierOfCharacteristics>
1377
+ <gfc:carrierOfCharacteristics>
1378
+ <gfc:FC_FeatureAttribute>
1379
+ <gfc:memberName>
1380
+ <gco:LocalName>M_MFHH</gco:LocalName>
1381
+ </gfc:memberName>
1382
+ <gfc:definition>
1383
+ <gco:CharacterString>Male Household industry workers</gco:CharacterString>
1384
+ </gfc:definition>
1385
+ <gfc:cardinality gco:nilReason="unknown"/>
1386
+ <gfc:definitionReference>
1387
+ <gfc:FC_DefinitionReference>
1388
+ <gfc:definitionSource>
1389
+ <gfc:FC_DefinitionSource>
1390
+ <gfc:source>
1391
+ <gmd:CI_Citation>
1392
+ <gmd:title>
1393
+ <gco:CharacterString>Census of India</gco:CharacterString>
1394
+ </gmd:title>
1395
+ <gmd:date gco:nilReason="unknown"/>
1396
+ <gmd:citedResponsibleParty>
1397
+ <gmd:CI_ResponsibleParty>
1398
+ <gmd:organisationName>
1399
+ <gco:CharacterString>Census of India</gco:CharacterString>
1400
+ </gmd:organisationName>
1401
+ <gmd:role>
1402
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1403
+ </gmd:role>
1404
+ </gmd:CI_ResponsibleParty>
1405
+ </gmd:citedResponsibleParty>
1406
+ </gmd:CI_Citation>
1407
+ </gfc:source>
1408
+ </gfc:FC_DefinitionSource>
1409
+ </gfc:definitionSource>
1410
+ </gfc:FC_DefinitionReference>
1411
+ </gfc:definitionReference>
1412
+ <gfc:valueType>
1413
+ <gco:TypeName>
1414
+ <gco:aName>
1415
+ <gco:CharacterString>Double</gco:CharacterString>
1416
+ </gco:aName>
1417
+ </gco:TypeName>
1418
+ </gfc:valueType>
1419
+ </gfc:FC_FeatureAttribute>
1420
+ </gfc:carrierOfCharacteristics>
1421
+ <gfc:carrierOfCharacteristics>
1422
+ <gfc:FC_FeatureAttribute>
1423
+ <gfc:memberName>
1424
+ <gco:LocalName>NAME</gco:LocalName>
1425
+ </gfc:memberName>
1426
+ <gfc:definition>
1427
+ <gco:CharacterString>Name of village</gco:CharacterString>
1428
+ </gfc:definition>
1429
+ <gfc:cardinality gco:nilReason="unknown"/>
1430
+ <gfc:definitionReference>
1431
+ <gfc:FC_DefinitionReference>
1432
+ <gfc:definitionSource>
1433
+ <gfc:FC_DefinitionSource>
1434
+ <gfc:source>
1435
+ <gmd:CI_Citation>
1436
+ <gmd:title>
1437
+ <gco:CharacterString>Census of India</gco:CharacterString>
1438
+ </gmd:title>
1439
+ <gmd:date gco:nilReason="unknown"/>
1440
+ <gmd:citedResponsibleParty>
1441
+ <gmd:CI_ResponsibleParty>
1442
+ <gmd:organisationName>
1443
+ <gco:CharacterString>Census of India</gco:CharacterString>
1444
+ </gmd:organisationName>
1445
+ <gmd:role>
1446
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1447
+ </gmd:role>
1448
+ </gmd:CI_ResponsibleParty>
1449
+ </gmd:citedResponsibleParty>
1450
+ </gmd:CI_Citation>
1451
+ </gfc:source>
1452
+ </gfc:FC_DefinitionSource>
1453
+ </gfc:definitionSource>
1454
+ </gfc:FC_DefinitionReference>
1455
+ </gfc:definitionReference>
1456
+ <gfc:valueType>
1457
+ <gco:TypeName>
1458
+ <gco:aName>
1459
+ <gco:CharacterString>String</gco:CharacterString>
1460
+ </gco:aName>
1461
+ </gco:TypeName>
1462
+ </gfc:valueType>
1463
+ <gfc:listedValue>
1464
+ <gfc:FC_ListedValue>
1465
+ <gfc:label>
1466
+ <gco:CharacterString>Name</gco:CharacterString>
1467
+ </gfc:label>
1468
+ <gfc:definition>
1469
+ <gco:CharacterString>Village Names</gco:CharacterString>
1470
+ </gfc:definition>
1471
+ <gfc:definitionReference>
1472
+ <gfc:FC_DefinitionReference>
1473
+ <gfc:definitionSource>
1474
+ <gfc:FC_DefinitionSource>
1475
+ <gfc:source>
1476
+ <gmd:CI_Citation>
1477
+ <gmd:title>
1478
+ <gco:CharacterString>Census of India</gco:CharacterString>
1479
+ </gmd:title>
1480
+ <gmd:date gco:nilReason="unknown"/>
1481
+ <gmd:citedResponsibleParty>
1482
+ <gmd:CI_ResponsibleParty>
1483
+ <gmd:organisationName>
1484
+ <gco:CharacterString>Census of India</gco:CharacterString>
1485
+ </gmd:organisationName>
1486
+ <gmd:role>
1487
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1488
+ </gmd:role>
1489
+ </gmd:CI_ResponsibleParty>
1490
+ </gmd:citedResponsibleParty>
1491
+ </gmd:CI_Citation>
1492
+ </gfc:source>
1493
+ </gfc:FC_DefinitionSource>
1494
+ </gfc:definitionSource>
1495
+ </gfc:FC_DefinitionReference>
1496
+ </gfc:definitionReference>
1497
+ </gfc:FC_ListedValue>
1498
+ </gfc:listedValue>
1499
+ </gfc:FC_FeatureAttribute>
1500
+ </gfc:carrierOfCharacteristics>
1501
+ <gfc:carrierOfCharacteristics>
1502
+ <gfc:FC_FeatureAttribute>
1503
+ <gfc:memberName>
1504
+ <gco:LocalName>M_POP</gco:LocalName>
1505
+ </gfc:memberName>
1506
+ <gfc:definition>
1507
+ <gco:CharacterString>Male population</gco:CharacterString>
1508
+ </gfc:definition>
1509
+ <gfc:cardinality gco:nilReason="unknown"/>
1510
+ <gfc:definitionReference>
1511
+ <gfc:FC_DefinitionReference>
1512
+ <gfc:definitionSource>
1513
+ <gfc:FC_DefinitionSource>
1514
+ <gfc:source>
1515
+ <gmd:CI_Citation>
1516
+ <gmd:title>
1517
+ <gco:CharacterString>Census of India</gco:CharacterString>
1518
+ </gmd:title>
1519
+ <gmd:date gco:nilReason="unknown"/>
1520
+ <gmd:citedResponsibleParty>
1521
+ <gmd:CI_ResponsibleParty>
1522
+ <gmd:organisationName>
1523
+ <gco:CharacterString>Census of India</gco:CharacterString>
1524
+ </gmd:organisationName>
1525
+ <gmd:role>
1526
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1527
+ </gmd:role>
1528
+ </gmd:CI_ResponsibleParty>
1529
+ </gmd:citedResponsibleParty>
1530
+ </gmd:CI_Citation>
1531
+ </gfc:source>
1532
+ </gfc:FC_DefinitionSource>
1533
+ </gfc:definitionSource>
1534
+ </gfc:FC_DefinitionReference>
1535
+ </gfc:definitionReference>
1536
+ <gfc:valueType>
1537
+ <gco:TypeName>
1538
+ <gco:aName>
1539
+ <gco:CharacterString>Double</gco:CharacterString>
1540
+ </gco:aName>
1541
+ </gco:TypeName>
1542
+ </gfc:valueType>
1543
+ </gfc:FC_FeatureAttribute>
1544
+ </gfc:carrierOfCharacteristics>
1545
+ <gfc:carrierOfCharacteristics>
1546
+ <gfc:FC_FeatureAttribute>
1547
+ <gfc:memberName>
1548
+ <gco:LocalName>F_MNW</gco:LocalName>
1549
+ </gfc:memberName>
1550
+ <gfc:definition>
1551
+ <gco:CharacterString>Female Main Workers</gco:CharacterString>
1552
+ </gfc:definition>
1553
+ <gfc:cardinality gco:nilReason="unknown"/>
1554
+ <gfc:definitionReference>
1555
+ <gfc:FC_DefinitionReference>
1556
+ <gfc:definitionSource>
1557
+ <gfc:FC_DefinitionSource>
1558
+ <gfc:source>
1559
+ <gmd:CI_Citation>
1560
+ <gmd:title>
1561
+ <gco:CharacterString>Census of India</gco:CharacterString>
1562
+ </gmd:title>
1563
+ <gmd:date gco:nilReason="unknown"/>
1564
+ <gmd:citedResponsibleParty>
1565
+ <gmd:CI_ResponsibleParty>
1566
+ <gmd:organisationName>
1567
+ <gco:CharacterString>Census of India</gco:CharacterString>
1568
+ </gmd:organisationName>
1569
+ <gmd:role>
1570
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1571
+ </gmd:role>
1572
+ </gmd:CI_ResponsibleParty>
1573
+ </gmd:citedResponsibleParty>
1574
+ </gmd:CI_Citation>
1575
+ </gfc:source>
1576
+ </gfc:FC_DefinitionSource>
1577
+ </gfc:definitionSource>
1578
+ </gfc:FC_DefinitionReference>
1579
+ </gfc:definitionReference>
1580
+ <gfc:valueType>
1581
+ <gco:TypeName>
1582
+ <gco:aName>
1583
+ <gco:CharacterString>Double</gco:CharacterString>
1584
+ </gco:aName>
1585
+ </gco:TypeName>
1586
+ </gfc:valueType>
1587
+ </gfc:FC_FeatureAttribute>
1588
+ </gfc:carrierOfCharacteristics>
1589
+ <gfc:carrierOfCharacteristics>
1590
+ <gfc:FC_FeatureAttribute>
1591
+ <gfc:memberName>
1592
+ <gco:LocalName>TOT_MFHH</gco:LocalName>
1593
+ </gfc:memberName>
1594
+ <gfc:definition>
1595
+ <gco:CharacterString>Total Household industry workers</gco:CharacterString>
1596
+ </gfc:definition>
1597
+ <gfc:cardinality gco:nilReason="unknown"/>
1598
+ <gfc:definitionReference>
1599
+ <gfc:FC_DefinitionReference>
1600
+ <gfc:definitionSource>
1601
+ <gfc:FC_DefinitionSource>
1602
+ <gfc:source>
1603
+ <gmd:CI_Citation>
1604
+ <gmd:title>
1605
+ <gco:CharacterString>Census of India</gco:CharacterString>
1606
+ </gmd:title>
1607
+ <gmd:date gco:nilReason="unknown"/>
1608
+ <gmd:citedResponsibleParty>
1609
+ <gmd:CI_ResponsibleParty>
1610
+ <gmd:organisationName>
1611
+ <gco:CharacterString>Census of India</gco:CharacterString>
1612
+ </gmd:organisationName>
1613
+ <gmd:role>
1614
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1615
+ </gmd:role>
1616
+ </gmd:CI_ResponsibleParty>
1617
+ </gmd:citedResponsibleParty>
1618
+ </gmd:CI_Citation>
1619
+ </gfc:source>
1620
+ </gfc:FC_DefinitionSource>
1621
+ </gfc:definitionSource>
1622
+ </gfc:FC_DefinitionReference>
1623
+ </gfc:definitionReference>
1624
+ <gfc:valueType>
1625
+ <gco:TypeName>
1626
+ <gco:aName>
1627
+ <gco:CharacterString>Double</gco:CharacterString>
1628
+ </gco:aName>
1629
+ </gco:TypeName>
1630
+ </gfc:valueType>
1631
+ </gfc:FC_FeatureAttribute>
1632
+ </gfc:carrierOfCharacteristics>
1633
+ <gfc:carrierOfCharacteristics>
1634
+ <gfc:FC_FeatureAttribute>
1635
+ <gfc:memberName>
1636
+ <gco:LocalName>TOT_CULT</gco:LocalName>
1637
+ </gfc:memberName>
1638
+ <gfc:definition>
1639
+ <gco:CharacterString>Total Cultivators</gco:CharacterString>
1640
+ </gfc:definition>
1641
+ <gfc:cardinality gco:nilReason="unknown"/>
1642
+ <gfc:definitionReference>
1643
+ <gfc:FC_DefinitionReference>
1644
+ <gfc:definitionSource>
1645
+ <gfc:FC_DefinitionSource>
1646
+ <gfc:source>
1647
+ <gmd:CI_Citation>
1648
+ <gmd:title>
1649
+ <gco:CharacterString>Census of India</gco:CharacterString>
1650
+ </gmd:title>
1651
+ <gmd:date gco:nilReason="unknown"/>
1652
+ <gmd:citedResponsibleParty>
1653
+ <gmd:CI_ResponsibleParty>
1654
+ <gmd:organisationName>
1655
+ <gco:CharacterString>Census of India</gco:CharacterString>
1656
+ </gmd:organisationName>
1657
+ <gmd:role>
1658
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1659
+ </gmd:role>
1660
+ </gmd:CI_ResponsibleParty>
1661
+ </gmd:citedResponsibleParty>
1662
+ </gmd:CI_Citation>
1663
+ </gfc:source>
1664
+ </gfc:FC_DefinitionSource>
1665
+ </gfc:definitionSource>
1666
+ </gfc:FC_DefinitionReference>
1667
+ </gfc:definitionReference>
1668
+ <gfc:valueType>
1669
+ <gco:TypeName>
1670
+ <gco:aName>
1671
+ <gco:CharacterString>Double</gco:CharacterString>
1672
+ </gco:aName>
1673
+ </gco:TypeName>
1674
+ </gfc:valueType>
1675
+ </gfc:FC_FeatureAttribute>
1676
+ </gfc:carrierOfCharacteristics>
1677
+ <gfc:carrierOfCharacteristics>
1678
+ <gfc:FC_FeatureAttribute>
1679
+ <gfc:memberName>
1680
+ <gco:LocalName>M_MRG_OTH</gco:LocalName>
1681
+ </gfc:memberName>
1682
+ <gfc:definition>
1683
+ <gco:CharacterString>Male Marginal workers as other workers</gco:CharacterString>
1684
+ </gfc:definition>
1685
+ <gfc:cardinality gco:nilReason="unknown"/>
1686
+ <gfc:definitionReference>
1687
+ <gfc:FC_DefinitionReference>
1688
+ <gfc:definitionSource>
1689
+ <gfc:FC_DefinitionSource>
1690
+ <gfc:source>
1691
+ <gmd:CI_Citation>
1692
+ <gmd:title>
1693
+ <gco:CharacterString>Census of India</gco:CharacterString>
1694
+ </gmd:title>
1695
+ <gmd:date gco:nilReason="unknown"/>
1696
+ <gmd:citedResponsibleParty>
1697
+ <gmd:CI_ResponsibleParty>
1698
+ <gmd:organisationName>
1699
+ <gco:CharacterString>Census of India</gco:CharacterString>
1700
+ </gmd:organisationName>
1701
+ <gmd:role>
1702
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1703
+ </gmd:role>
1704
+ </gmd:CI_ResponsibleParty>
1705
+ </gmd:citedResponsibleParty>
1706
+ </gmd:CI_Citation>
1707
+ </gfc:source>
1708
+ </gfc:FC_DefinitionSource>
1709
+ </gfc:definitionSource>
1710
+ </gfc:FC_DefinitionReference>
1711
+ </gfc:definitionReference>
1712
+ <gfc:valueType>
1713
+ <gco:TypeName>
1714
+ <gco:aName>
1715
+ <gco:CharacterString>Double</gco:CharacterString>
1716
+ </gco:aName>
1717
+ </gco:TypeName>
1718
+ </gfc:valueType>
1719
+ </gfc:FC_FeatureAttribute>
1720
+ </gfc:carrierOfCharacteristics>
1721
+ <gfc:carrierOfCharacteristics>
1722
+ <gfc:FC_FeatureAttribute>
1723
+ <gfc:memberName>
1724
+ <gco:LocalName>T_MRG_OTH</gco:LocalName>
1725
+ </gfc:memberName>
1726
+ <gfc:definition>
1727
+ <gco:CharacterString>Total Marginal workers as other workers</gco:CharacterString>
1728
+ </gfc:definition>
1729
+ <gfc:cardinality gco:nilReason="unknown"/>
1730
+ <gfc:definitionReference>
1731
+ <gfc:FC_DefinitionReference>
1732
+ <gfc:definitionSource>
1733
+ <gfc:FC_DefinitionSource>
1734
+ <gfc:source>
1735
+ <gmd:CI_Citation>
1736
+ <gmd:title>
1737
+ <gco:CharacterString>Census of India</gco:CharacterString>
1738
+ </gmd:title>
1739
+ <gmd:date gco:nilReason="unknown"/>
1740
+ <gmd:citedResponsibleParty>
1741
+ <gmd:CI_ResponsibleParty>
1742
+ <gmd:organisationName>
1743
+ <gco:CharacterString>Census of India</gco:CharacterString>
1744
+ </gmd:organisationName>
1745
+ <gmd:role>
1746
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1747
+ </gmd:role>
1748
+ </gmd:CI_ResponsibleParty>
1749
+ </gmd:citedResponsibleParty>
1750
+ </gmd:CI_Citation>
1751
+ </gfc:source>
1752
+ </gfc:FC_DefinitionSource>
1753
+ </gfc:definitionSource>
1754
+ </gfc:FC_DefinitionReference>
1755
+ </gfc:definitionReference>
1756
+ <gfc:valueType>
1757
+ <gco:TypeName>
1758
+ <gco:aName>
1759
+ <gco:CharacterString>Double</gco:CharacterString>
1760
+ </gco:aName>
1761
+ </gco:TypeName>
1762
+ </gfc:valueType>
1763
+ </gfc:FC_FeatureAttribute>
1764
+ </gfc:carrierOfCharacteristics>
1765
+ <gfc:carrierOfCharacteristics>
1766
+ <gfc:FC_FeatureAttribute>
1767
+ <gfc:memberName>
1768
+ <gco:LocalName>F_MRG_HH</gco:LocalName>
1769
+ </gfc:memberName>
1770
+ <gfc:definition>
1771
+ <gco:CharacterString>Female Marginal workers household industry workers</gco:CharacterString>
1772
+ </gfc:definition>
1773
+ <gfc:cardinality gco:nilReason="unknown"/>
1774
+ <gfc:definitionReference>
1775
+ <gfc:FC_DefinitionReference>
1776
+ <gfc:definitionSource>
1777
+ <gfc:FC_DefinitionSource>
1778
+ <gfc:source>
1779
+ <gmd:CI_Citation>
1780
+ <gmd:title>
1781
+ <gco:CharacterString>Census of India</gco:CharacterString>
1782
+ </gmd:title>
1783
+ <gmd:date gco:nilReason="unknown"/>
1784
+ <gmd:citedResponsibleParty>
1785
+ <gmd:CI_ResponsibleParty>
1786
+ <gmd:organisationName>
1787
+ <gco:CharacterString>Census of India</gco:CharacterString>
1788
+ </gmd:organisationName>
1789
+ <gmd:role>
1790
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1791
+ </gmd:role>
1792
+ </gmd:CI_ResponsibleParty>
1793
+ </gmd:citedResponsibleParty>
1794
+ </gmd:CI_Citation>
1795
+ </gfc:source>
1796
+ </gfc:FC_DefinitionSource>
1797
+ </gfc:definitionSource>
1798
+ </gfc:FC_DefinitionReference>
1799
+ </gfc:definitionReference>
1800
+ <gfc:valueType>
1801
+ <gco:TypeName>
1802
+ <gco:aName>
1803
+ <gco:CharacterString>Double</gco:CharacterString>
1804
+ </gco:aName>
1805
+ </gco:TypeName>
1806
+ </gfc:valueType>
1807
+ </gfc:FC_FeatureAttribute>
1808
+ </gfc:carrierOfCharacteristics>
1809
+ <gfc:carrierOfCharacteristics>
1810
+ <gfc:FC_FeatureAttribute>
1811
+ <gfc:memberName>
1812
+ <gco:LocalName>M_MRG_HH</gco:LocalName>
1813
+ </gfc:memberName>
1814
+ <gfc:definition>
1815
+ <gco:CharacterString>Male Marginal workers household industry workers</gco:CharacterString>
1816
+ </gfc:definition>
1817
+ <gfc:cardinality gco:nilReason="unknown"/>
1818
+ <gfc:definitionReference>
1819
+ <gfc:FC_DefinitionReference>
1820
+ <gfc:definitionSource>
1821
+ <gfc:FC_DefinitionSource>
1822
+ <gfc:source>
1823
+ <gmd:CI_Citation>
1824
+ <gmd:title>
1825
+ <gco:CharacterString>Census of India</gco:CharacterString>
1826
+ </gmd:title>
1827
+ <gmd:date gco:nilReason="unknown"/>
1828
+ <gmd:citedResponsibleParty>
1829
+ <gmd:CI_ResponsibleParty>
1830
+ <gmd:organisationName>
1831
+ <gco:CharacterString>Census of India</gco:CharacterString>
1832
+ </gmd:organisationName>
1833
+ <gmd:role>
1834
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1835
+ </gmd:role>
1836
+ </gmd:CI_ResponsibleParty>
1837
+ </gmd:citedResponsibleParty>
1838
+ </gmd:CI_Citation>
1839
+ </gfc:source>
1840
+ </gfc:FC_DefinitionSource>
1841
+ </gfc:definitionSource>
1842
+ </gfc:FC_DefinitionReference>
1843
+ </gfc:definitionReference>
1844
+ <gfc:valueType>
1845
+ <gco:TypeName>
1846
+ <gco:aName>
1847
+ <gco:CharacterString>Double</gco:CharacterString>
1848
+ </gco:aName>
1849
+ </gco:TypeName>
1850
+ </gfc:valueType>
1851
+ </gfc:FC_FeatureAttribute>
1852
+ </gfc:carrierOfCharacteristics>
1853
+ <gfc:carrierOfCharacteristics>
1854
+ <gfc:FC_FeatureAttribute>
1855
+ <gfc:memberName>
1856
+ <gco:LocalName>F_NNW</gco:LocalName>
1857
+ </gfc:memberName>
1858
+ <gfc:definition>
1859
+ <gco:CharacterString>Female Non-workers</gco:CharacterString>
1860
+ </gfc:definition>
1861
+ <gfc:cardinality gco:nilReason="unknown"/>
1862
+ <gfc:definitionReference>
1863
+ <gfc:FC_DefinitionReference>
1864
+ <gfc:definitionSource>
1865
+ <gfc:FC_DefinitionSource>
1866
+ <gfc:source>
1867
+ <gmd:CI_Citation>
1868
+ <gmd:title>
1869
+ <gco:CharacterString>Census of India</gco:CharacterString>
1870
+ </gmd:title>
1871
+ <gmd:date gco:nilReason="unknown"/>
1872
+ <gmd:citedResponsibleParty>
1873
+ <gmd:CI_ResponsibleParty>
1874
+ <gmd:organisationName>
1875
+ <gco:CharacterString>Census of India</gco:CharacterString>
1876
+ </gmd:organisationName>
1877
+ <gmd:role>
1878
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1879
+ </gmd:role>
1880
+ </gmd:CI_ResponsibleParty>
1881
+ </gmd:citedResponsibleParty>
1882
+ </gmd:CI_Citation>
1883
+ </gfc:source>
1884
+ </gfc:FC_DefinitionSource>
1885
+ </gfc:definitionSource>
1886
+ </gfc:FC_DefinitionReference>
1887
+ </gfc:definitionReference>
1888
+ <gfc:valueType>
1889
+ <gco:TypeName>
1890
+ <gco:aName>
1891
+ <gco:CharacterString>Double</gco:CharacterString>
1892
+ </gco:aName>
1893
+ </gco:TypeName>
1894
+ </gfc:valueType>
1895
+ </gfc:FC_FeatureAttribute>
1896
+ </gfc:carrierOfCharacteristics>
1897
+ <gfc:carrierOfCharacteristics>
1898
+ <gfc:FC_FeatureAttribute>
1899
+ <gfc:memberName>
1900
+ <gco:LocalName>M_NNW</gco:LocalName>
1901
+ </gfc:memberName>
1902
+ <gfc:definition>
1903
+ <gco:CharacterString>Male Non-workers</gco:CharacterString>
1904
+ </gfc:definition>
1905
+ <gfc:cardinality gco:nilReason="unknown"/>
1906
+ <gfc:definitionReference>
1907
+ <gfc:FC_DefinitionReference>
1908
+ <gfc:definitionSource>
1909
+ <gfc:FC_DefinitionSource>
1910
+ <gfc:source>
1911
+ <gmd:CI_Citation>
1912
+ <gmd:title>
1913
+ <gco:CharacterString>Census of India</gco:CharacterString>
1914
+ </gmd:title>
1915
+ <gmd:date gco:nilReason="unknown"/>
1916
+ <gmd:citedResponsibleParty>
1917
+ <gmd:CI_ResponsibleParty>
1918
+ <gmd:organisationName>
1919
+ <gco:CharacterString>Census of India</gco:CharacterString>
1920
+ </gmd:organisationName>
1921
+ <gmd:role>
1922
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1923
+ </gmd:role>
1924
+ </gmd:CI_ResponsibleParty>
1925
+ </gmd:citedResponsibleParty>
1926
+ </gmd:CI_Citation>
1927
+ </gfc:source>
1928
+ </gfc:FC_DefinitionSource>
1929
+ </gfc:definitionSource>
1930
+ </gfc:FC_DefinitionReference>
1931
+ </gfc:definitionReference>
1932
+ <gfc:valueType>
1933
+ <gco:TypeName>
1934
+ <gco:aName>
1935
+ <gco:CharacterString>Double</gco:CharacterString>
1936
+ </gco:aName>
1937
+ </gco:TypeName>
1938
+ </gfc:valueType>
1939
+ </gfc:FC_FeatureAttribute>
1940
+ </gfc:carrierOfCharacteristics>
1941
+ <gfc:carrierOfCharacteristics>
1942
+ <gfc:FC_FeatureAttribute>
1943
+ <gfc:memberName>
1944
+ <gco:LocalName>TOT_NNW</gco:LocalName>
1945
+ </gfc:memberName>
1946
+ <gfc:definition>
1947
+ <gco:CharacterString>Total Non-workers</gco:CharacterString>
1948
+ </gfc:definition>
1949
+ <gfc:cardinality gco:nilReason="unknown"/>
1950
+ <gfc:definitionReference>
1951
+ <gfc:FC_DefinitionReference>
1952
+ <gfc:definitionSource>
1953
+ <gfc:FC_DefinitionSource>
1954
+ <gfc:source>
1955
+ <gmd:CI_Citation>
1956
+ <gmd:title>
1957
+ <gco:CharacterString>Census of India</gco:CharacterString>
1958
+ </gmd:title>
1959
+ <gmd:date gco:nilReason="unknown"/>
1960
+ <gmd:citedResponsibleParty>
1961
+ <gmd:CI_ResponsibleParty>
1962
+ <gmd:organisationName>
1963
+ <gco:CharacterString>Census of India</gco:CharacterString>
1964
+ </gmd:organisationName>
1965
+ <gmd:role>
1966
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1967
+ </gmd:role>
1968
+ </gmd:CI_ResponsibleParty>
1969
+ </gmd:citedResponsibleParty>
1970
+ </gmd:CI_Citation>
1971
+ </gfc:source>
1972
+ </gfc:FC_DefinitionSource>
1973
+ </gfc:definitionSource>
1974
+ </gfc:FC_DefinitionReference>
1975
+ </gfc:definitionReference>
1976
+ <gfc:valueType>
1977
+ <gco:TypeName>
1978
+ <gco:aName>
1979
+ <gco:CharacterString>Double</gco:CharacterString>
1980
+ </gco:aName>
1981
+ </gco:TypeName>
1982
+ </gfc:valueType>
1983
+ </gfc:FC_FeatureAttribute>
1984
+ </gfc:carrierOfCharacteristics>
1985
+ <gfc:carrierOfCharacteristics>
1986
+ <gfc:FC_FeatureAttribute>
1987
+ <gfc:memberName>
1988
+ <gco:LocalName>F_MRG_OTH</gco:LocalName>
1989
+ </gfc:memberName>
1990
+ <gfc:definition>
1991
+ <gco:CharacterString>Female Marginal workers as other workers</gco:CharacterString>
1992
+ </gfc:definition>
1993
+ <gfc:cardinality gco:nilReason="unknown"/>
1994
+ <gfc:definitionReference>
1995
+ <gfc:FC_DefinitionReference>
1996
+ <gfc:definitionSource>
1997
+ <gfc:FC_DefinitionSource>
1998
+ <gfc:source>
1999
+ <gmd:CI_Citation>
2000
+ <gmd:title>
2001
+ <gco:CharacterString>Census of India</gco:CharacterString>
2002
+ </gmd:title>
2003
+ <gmd:date gco:nilReason="unknown"/>
2004
+ <gmd:citedResponsibleParty>
2005
+ <gmd:CI_ResponsibleParty>
2006
+ <gmd:organisationName>
2007
+ <gco:CharacterString>Census of India</gco:CharacterString>
2008
+ </gmd:organisationName>
2009
+ <gmd:role>
2010
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2011
+ </gmd:role>
2012
+ </gmd:CI_ResponsibleParty>
2013
+ </gmd:citedResponsibleParty>
2014
+ </gmd:CI_Citation>
2015
+ </gfc:source>
2016
+ </gfc:FC_DefinitionSource>
2017
+ </gfc:definitionSource>
2018
+ </gfc:FC_DefinitionReference>
2019
+ </gfc:definitionReference>
2020
+ <gfc:valueType>
2021
+ <gco:TypeName>
2022
+ <gco:aName>
2023
+ <gco:CharacterString>Double</gco:CharacterString>
2024
+ </gco:aName>
2025
+ </gco:TypeName>
2026
+ </gfc:valueType>
2027
+ </gfc:FC_FeatureAttribute>
2028
+ </gfc:carrierOfCharacteristics>
2029
+ <gfc:carrierOfCharacteristics>
2030
+ <gfc:FC_FeatureAttribute>
2031
+ <gfc:memberName>
2032
+ <gco:LocalName>F_MRG_CULT</gco:LocalName>
2033
+ </gfc:memberName>
2034
+ <gfc:definition>
2035
+ <gco:CharacterString>Female Marginal workers as cultivators</gco:CharacterString>
2036
+ </gfc:definition>
2037
+ <gfc:cardinality gco:nilReason="unknown"/>
2038
+ <gfc:definitionReference>
2039
+ <gfc:FC_DefinitionReference>
2040
+ <gfc:definitionSource>
2041
+ <gfc:FC_DefinitionSource>
2042
+ <gfc:source>
2043
+ <gmd:CI_Citation>
2044
+ <gmd:title>
2045
+ <gco:CharacterString>Census of India</gco:CharacterString>
2046
+ </gmd:title>
2047
+ <gmd:date gco:nilReason="unknown"/>
2048
+ <gmd:citedResponsibleParty>
2049
+ <gmd:CI_ResponsibleParty>
2050
+ <gmd:organisationName>
2051
+ <gco:CharacterString>Census of India</gco:CharacterString>
2052
+ </gmd:organisationName>
2053
+ <gmd:role>
2054
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2055
+ </gmd:role>
2056
+ </gmd:CI_ResponsibleParty>
2057
+ </gmd:citedResponsibleParty>
2058
+ </gmd:CI_Citation>
2059
+ </gfc:source>
2060
+ </gfc:FC_DefinitionSource>
2061
+ </gfc:definitionSource>
2062
+ </gfc:FC_DefinitionReference>
2063
+ </gfc:definitionReference>
2064
+ <gfc:valueType>
2065
+ <gco:TypeName>
2066
+ <gco:aName>
2067
+ <gco:CharacterString>Double</gco:CharacterString>
2068
+ </gco:aName>
2069
+ </gco:TypeName>
2070
+ </gfc:valueType>
2071
+ </gfc:FC_FeatureAttribute>
2072
+ </gfc:carrierOfCharacteristics>
2073
+ <gfc:carrierOfCharacteristics>
2074
+ <gfc:FC_FeatureAttribute>
2075
+ <gfc:memberName>
2076
+ <gco:LocalName>T_MRG_HH</gco:LocalName>
2077
+ </gfc:memberName>
2078
+ <gfc:definition>
2079
+ <gco:CharacterString>Total Marginal workers household industry workers</gco:CharacterString>
2080
+ </gfc:definition>
2081
+ <gfc:cardinality gco:nilReason="unknown"/>
2082
+ <gfc:definitionReference>
2083
+ <gfc:FC_DefinitionReference>
2084
+ <gfc:definitionSource>
2085
+ <gfc:FC_DefinitionSource>
2086
+ <gfc:source>
2087
+ <gmd:CI_Citation>
2088
+ <gmd:title>
2089
+ <gco:CharacterString>Census of India</gco:CharacterString>
2090
+ </gmd:title>
2091
+ <gmd:date gco:nilReason="unknown"/>
2092
+ <gmd:citedResponsibleParty>
2093
+ <gmd:CI_ResponsibleParty>
2094
+ <gmd:organisationName>
2095
+ <gco:CharacterString>Census of India</gco:CharacterString>
2096
+ </gmd:organisationName>
2097
+ <gmd:role>
2098
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2099
+ </gmd:role>
2100
+ </gmd:CI_ResponsibleParty>
2101
+ </gmd:citedResponsibleParty>
2102
+ </gmd:CI_Citation>
2103
+ </gfc:source>
2104
+ </gfc:FC_DefinitionSource>
2105
+ </gfc:definitionSource>
2106
+ </gfc:FC_DefinitionReference>
2107
+ </gfc:definitionReference>
2108
+ <gfc:valueType>
2109
+ <gco:TypeName>
2110
+ <gco:aName>
2111
+ <gco:CharacterString>Double</gco:CharacterString>
2112
+ </gco:aName>
2113
+ </gco:TypeName>
2114
+ </gfc:valueType>
2115
+ </gfc:FC_FeatureAttribute>
2116
+ </gfc:carrierOfCharacteristics>
2117
+ <gfc:carrierOfCharacteristics>
2118
+ <gfc:FC_FeatureAttribute>
2119
+ <gfc:memberName>
2120
+ <gco:LocalName>F_MRG_AGLB</gco:LocalName>
2121
+ </gfc:memberName>
2122
+ <gfc:definition>
2123
+ <gco:CharacterString>Female Marginal workers as agricultural labourers</gco:CharacterString>
2124
+ </gfc:definition>
2125
+ <gfc:cardinality gco:nilReason="unknown"/>
2126
+ <gfc:definitionReference>
2127
+ <gfc:FC_DefinitionReference>
2128
+ <gfc:definitionSource>
2129
+ <gfc:FC_DefinitionSource>
2130
+ <gfc:source>
2131
+ <gmd:CI_Citation>
2132
+ <gmd:title>
2133
+ <gco:CharacterString>Census of India</gco:CharacterString>
2134
+ </gmd:title>
2135
+ <gmd:date gco:nilReason="unknown"/>
2136
+ <gmd:citedResponsibleParty>
2137
+ <gmd:CI_ResponsibleParty>
2138
+ <gmd:organisationName>
2139
+ <gco:CharacterString>Census of India</gco:CharacterString>
2140
+ </gmd:organisationName>
2141
+ <gmd:role>
2142
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2143
+ </gmd:role>
2144
+ </gmd:CI_ResponsibleParty>
2145
+ </gmd:citedResponsibleParty>
2146
+ </gmd:CI_Citation>
2147
+ </gfc:source>
2148
+ </gfc:FC_DefinitionSource>
2149
+ </gfc:definitionSource>
2150
+ </gfc:FC_DefinitionReference>
2151
+ </gfc:definitionReference>
2152
+ <gfc:valueType>
2153
+ <gco:TypeName>
2154
+ <gco:aName>
2155
+ <gco:CharacterString>Double</gco:CharacterString>
2156
+ </gco:aName>
2157
+ </gco:TypeName>
2158
+ </gfc:valueType>
2159
+ </gfc:FC_FeatureAttribute>
2160
+ </gfc:carrierOfCharacteristics>
2161
+ <gfc:carrierOfCharacteristics>
2162
+ <gfc:FC_FeatureAttribute>
2163
+ <gfc:memberName>
2164
+ <gco:LocalName>M_MRG_AGLB</gco:LocalName>
2165
+ </gfc:memberName>
2166
+ <gfc:definition>
2167
+ <gco:CharacterString>Male Marginal workers as agricultural labourers</gco:CharacterString>
2168
+ </gfc:definition>
2169
+ <gfc:cardinality gco:nilReason="unknown"/>
2170
+ <gfc:definitionReference>
2171
+ <gfc:FC_DefinitionReference>
2172
+ <gfc:definitionSource>
2173
+ <gfc:FC_DefinitionSource>
2174
+ <gfc:source>
2175
+ <gmd:CI_Citation>
2176
+ <gmd:title>
2177
+ <gco:CharacterString>Census of India</gco:CharacterString>
2178
+ </gmd:title>
2179
+ <gmd:date gco:nilReason="unknown"/>
2180
+ <gmd:citedResponsibleParty>
2181
+ <gmd:CI_ResponsibleParty>
2182
+ <gmd:organisationName>
2183
+ <gco:CharacterString>Census of India</gco:CharacterString>
2184
+ </gmd:organisationName>
2185
+ <gmd:role>
2186
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2187
+ </gmd:role>
2188
+ </gmd:CI_ResponsibleParty>
2189
+ </gmd:citedResponsibleParty>
2190
+ </gmd:CI_Citation>
2191
+ </gfc:source>
2192
+ </gfc:FC_DefinitionSource>
2193
+ </gfc:definitionSource>
2194
+ </gfc:FC_DefinitionReference>
2195
+ </gfc:definitionReference>
2196
+ <gfc:valueType>
2197
+ <gco:TypeName>
2198
+ <gco:aName>
2199
+ <gco:CharacterString>Double</gco:CharacterString>
2200
+ </gco:aName>
2201
+ </gco:TypeName>
2202
+ </gfc:valueType>
2203
+ </gfc:FC_FeatureAttribute>
2204
+ </gfc:carrierOfCharacteristics>
2205
+ <gfc:carrierOfCharacteristics>
2206
+ <gfc:FC_FeatureAttribute>
2207
+ <gfc:memberName>
2208
+ <gco:LocalName>T_MRG_AGLB</gco:LocalName>
2209
+ </gfc:memberName>
2210
+ <gfc:definition>
2211
+ <gco:CharacterString>Total Marginal workers as agricultural labourers</gco:CharacterString>
2212
+ </gfc:definition>
2213
+ <gfc:cardinality gco:nilReason="unknown"/>
2214
+ <gfc:definitionReference>
2215
+ <gfc:FC_DefinitionReference>
2216
+ <gfc:definitionSource>
2217
+ <gfc:FC_DefinitionSource>
2218
+ <gfc:source>
2219
+ <gmd:CI_Citation>
2220
+ <gmd:title>
2221
+ <gco:CharacterString>Census of India</gco:CharacterString>
2222
+ </gmd:title>
2223
+ <gmd:date gco:nilReason="unknown"/>
2224
+ <gmd:citedResponsibleParty>
2225
+ <gmd:CI_ResponsibleParty>
2226
+ <gmd:organisationName>
2227
+ <gco:CharacterString>Census of India</gco:CharacterString>
2228
+ </gmd:organisationName>
2229
+ <gmd:role>
2230
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2231
+ </gmd:role>
2232
+ </gmd:CI_ResponsibleParty>
2233
+ </gmd:citedResponsibleParty>
2234
+ </gmd:CI_Citation>
2235
+ </gfc:source>
2236
+ </gfc:FC_DefinitionSource>
2237
+ </gfc:definitionSource>
2238
+ </gfc:FC_DefinitionReference>
2239
+ </gfc:definitionReference>
2240
+ <gfc:valueType>
2241
+ <gco:TypeName>
2242
+ <gco:aName>
2243
+ <gco:CharacterString>Double</gco:CharacterString>
2244
+ </gco:aName>
2245
+ </gco:TypeName>
2246
+ </gfc:valueType>
2247
+ </gfc:FC_FeatureAttribute>
2248
+ </gfc:carrierOfCharacteristics>
2249
+ <gfc:carrierOfCharacteristics>
2250
+ <gfc:FC_FeatureAttribute>
2251
+ <gfc:memberName>
2252
+ <gco:LocalName>F_MRW</gco:LocalName>
2253
+ </gfc:memberName>
2254
+ <gfc:definition>
2255
+ <gco:CharacterString>Female Marginal workers other workers</gco:CharacterString>
2256
+ </gfc:definition>
2257
+ <gfc:cardinality gco:nilReason="unknown"/>
2258
+ <gfc:definitionReference>
2259
+ <gfc:FC_DefinitionReference>
2260
+ <gfc:definitionSource>
2261
+ <gfc:FC_DefinitionSource>
2262
+ <gfc:source>
2263
+ <gmd:CI_Citation>
2264
+ <gmd:title>
2265
+ <gco:CharacterString>Census of India</gco:CharacterString>
2266
+ </gmd:title>
2267
+ <gmd:date gco:nilReason="unknown"/>
2268
+ <gmd:citedResponsibleParty>
2269
+ <gmd:CI_ResponsibleParty>
2270
+ <gmd:organisationName>
2271
+ <gco:CharacterString>Census of India</gco:CharacterString>
2272
+ </gmd:organisationName>
2273
+ <gmd:role>
2274
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2275
+ </gmd:role>
2276
+ </gmd:CI_ResponsibleParty>
2277
+ </gmd:citedResponsibleParty>
2278
+ </gmd:CI_Citation>
2279
+ </gfc:source>
2280
+ </gfc:FC_DefinitionSource>
2281
+ </gfc:definitionSource>
2282
+ </gfc:FC_DefinitionReference>
2283
+ </gfc:definitionReference>
2284
+ <gfc:valueType>
2285
+ <gco:TypeName>
2286
+ <gco:aName>
2287
+ <gco:CharacterString>Double</gco:CharacterString>
2288
+ </gco:aName>
2289
+ </gco:TypeName>
2290
+ </gfc:valueType>
2291
+ </gfc:FC_FeatureAttribute>
2292
+ </gfc:carrierOfCharacteristics>
2293
+ <gfc:carrierOfCharacteristics>
2294
+ <gfc:FC_FeatureAttribute>
2295
+ <gfc:memberName>
2296
+ <gco:LocalName>M_W</gco:LocalName>
2297
+ </gfc:memberName>
2298
+ <gfc:definition>
2299
+ <gco:CharacterString>Male Total Workers</gco:CharacterString>
2300
+ </gfc:definition>
2301
+ <gfc:cardinality gco:nilReason="unknown"/>
2302
+ <gfc:definitionReference>
2303
+ <gfc:FC_DefinitionReference>
2304
+ <gfc:definitionSource>
2305
+ <gfc:FC_DefinitionSource>
2306
+ <gfc:source>
2307
+ <gmd:CI_Citation>
2308
+ <gmd:title>
2309
+ <gco:CharacterString>Census of India</gco:CharacterString>
2310
+ </gmd:title>
2311
+ <gmd:date gco:nilReason="unknown"/>
2312
+ <gmd:citedResponsibleParty>
2313
+ <gmd:CI_ResponsibleParty>
2314
+ <gmd:organisationName>
2315
+ <gco:CharacterString>Census of India</gco:CharacterString>
2316
+ </gmd:organisationName>
2317
+ <gmd:role>
2318
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2319
+ </gmd:role>
2320
+ </gmd:CI_ResponsibleParty>
2321
+ </gmd:citedResponsibleParty>
2322
+ </gmd:CI_Citation>
2323
+ </gfc:source>
2324
+ </gfc:FC_DefinitionSource>
2325
+ </gfc:definitionSource>
2326
+ </gfc:FC_DefinitionReference>
2327
+ </gfc:definitionReference>
2328
+ <gfc:valueType>
2329
+ <gco:TypeName>
2330
+ <gco:aName>
2331
+ <gco:CharacterString>Double</gco:CharacterString>
2332
+ </gco:aName>
2333
+ </gco:TypeName>
2334
+ </gfc:valueType>
2335
+ </gfc:FC_FeatureAttribute>
2336
+ </gfc:carrierOfCharacteristics>
2337
+ <gfc:carrierOfCharacteristics>
2338
+ <gfc:FC_FeatureAttribute>
2339
+ <gfc:memberName>
2340
+ <gco:LocalName>TOT_W</gco:LocalName>
2341
+ </gfc:memberName>
2342
+ <gfc:definition>
2343
+ <gco:CharacterString>Total Workers</gco:CharacterString>
2344
+ </gfc:definition>
2345
+ <gfc:cardinality gco:nilReason="unknown"/>
2346
+ <gfc:definitionReference>
2347
+ <gfc:FC_DefinitionReference>
2348
+ <gfc:definitionSource>
2349
+ <gfc:FC_DefinitionSource>
2350
+ <gfc:source>
2351
+ <gmd:CI_Citation>
2352
+ <gmd:title>
2353
+ <gco:CharacterString>Census of India</gco:CharacterString>
2354
+ </gmd:title>
2355
+ <gmd:date gco:nilReason="unknown"/>
2356
+ <gmd:citedResponsibleParty>
2357
+ <gmd:CI_ResponsibleParty>
2358
+ <gmd:organisationName>
2359
+ <gco:CharacterString>Census of India</gco:CharacterString>
2360
+ </gmd:organisationName>
2361
+ <gmd:role>
2362
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2363
+ </gmd:role>
2364
+ </gmd:CI_ResponsibleParty>
2365
+ </gmd:citedResponsibleParty>
2366
+ </gmd:CI_Citation>
2367
+ </gfc:source>
2368
+ </gfc:FC_DefinitionSource>
2369
+ </gfc:definitionSource>
2370
+ </gfc:FC_DefinitionReference>
2371
+ </gfc:definitionReference>
2372
+ <gfc:valueType>
2373
+ <gco:TypeName>
2374
+ <gco:aName>
2375
+ <gco:CharacterString>Double</gco:CharacterString>
2376
+ </gco:aName>
2377
+ </gco:TypeName>
2378
+ </gfc:valueType>
2379
+ </gfc:FC_FeatureAttribute>
2380
+ </gfc:carrierOfCharacteristics>
2381
+ <gfc:carrierOfCharacteristics>
2382
+ <gfc:FC_FeatureAttribute>
2383
+ <gfc:memberName>
2384
+ <gco:LocalName>TOT_SC</gco:LocalName>
2385
+ </gfc:memberName>
2386
+ <gfc:definition>
2387
+ <gco:CharacterString>Total scheduled caste</gco:CharacterString>
2388
+ </gfc:definition>
2389
+ <gfc:cardinality gco:nilReason="unknown"/>
2390
+ <gfc:definitionReference>
2391
+ <gfc:FC_DefinitionReference>
2392
+ <gfc:definitionSource>
2393
+ <gfc:FC_DefinitionSource>
2394
+ <gfc:source>
2395
+ <gmd:CI_Citation>
2396
+ <gmd:title>
2397
+ <gco:CharacterString>Census of India</gco:CharacterString>
2398
+ </gmd:title>
2399
+ <gmd:date gco:nilReason="unknown"/>
2400
+ <gmd:citedResponsibleParty>
2401
+ <gmd:CI_ResponsibleParty>
2402
+ <gmd:organisationName>
2403
+ <gco:CharacterString>Census of India</gco:CharacterString>
2404
+ </gmd:organisationName>
2405
+ <gmd:role>
2406
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2407
+ </gmd:role>
2408
+ </gmd:CI_ResponsibleParty>
2409
+ </gmd:citedResponsibleParty>
2410
+ </gmd:CI_Citation>
2411
+ </gfc:source>
2412
+ </gfc:FC_DefinitionSource>
2413
+ </gfc:definitionSource>
2414
+ </gfc:FC_DefinitionReference>
2415
+ </gfc:definitionReference>
2416
+ <gfc:valueType>
2417
+ <gco:TypeName>
2418
+ <gco:aName>
2419
+ <gco:CharacterString>Double</gco:CharacterString>
2420
+ </gco:aName>
2421
+ </gco:TypeName>
2422
+ </gfc:valueType>
2423
+ </gfc:FC_FeatureAttribute>
2424
+ </gfc:carrierOfCharacteristics>
2425
+ <gfc:carrierOfCharacteristics>
2426
+ <gfc:FC_FeatureAttribute>
2427
+ <gfc:memberName>
2428
+ <gco:LocalName>F_POP</gco:LocalName>
2429
+ </gfc:memberName>
2430
+ <gfc:definition>
2431
+ <gco:CharacterString>Female population</gco:CharacterString>
2432
+ </gfc:definition>
2433
+ <gfc:cardinality gco:nilReason="unknown"/>
2434
+ <gfc:definitionReference>
2435
+ <gfc:FC_DefinitionReference>
2436
+ <gfc:definitionSource>
2437
+ <gfc:FC_DefinitionSource>
2438
+ <gfc:source>
2439
+ <gmd:CI_Citation>
2440
+ <gmd:title>
2441
+ <gco:CharacterString>Census of India</gco:CharacterString>
2442
+ </gmd:title>
2443
+ <gmd:date gco:nilReason="unknown"/>
2444
+ <gmd:citedResponsibleParty>
2445
+ <gmd:CI_ResponsibleParty>
2446
+ <gmd:organisationName>
2447
+ <gco:CharacterString>Census of India</gco:CharacterString>
2448
+ </gmd:organisationName>
2449
+ <gmd:role>
2450
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2451
+ </gmd:role>
2452
+ </gmd:CI_ResponsibleParty>
2453
+ </gmd:citedResponsibleParty>
2454
+ </gmd:CI_Citation>
2455
+ </gfc:source>
2456
+ </gfc:FC_DefinitionSource>
2457
+ </gfc:definitionSource>
2458
+ </gfc:FC_DefinitionReference>
2459
+ </gfc:definitionReference>
2460
+ <gfc:valueType>
2461
+ <gco:TypeName>
2462
+ <gco:aName>
2463
+ <gco:CharacterString>Double</gco:CharacterString>
2464
+ </gco:aName>
2465
+ </gco:TypeName>
2466
+ </gfc:valueType>
2467
+ </gfc:FC_FeatureAttribute>
2468
+ </gfc:carrierOfCharacteristics>
2469
+ <gfc:carrierOfCharacteristics>
2470
+ <gfc:FC_FeatureAttribute>
2471
+ <gfc:memberName>
2472
+ <gco:LocalName>F_W</gco:LocalName>
2473
+ </gfc:memberName>
2474
+ <gfc:definition>
2475
+ <gco:CharacterString>Female Total Workers</gco:CharacterString>
2476
+ </gfc:definition>
2477
+ <gfc:cardinality gco:nilReason="unknown"/>
2478
+ <gfc:definitionReference>
2479
+ <gfc:FC_DefinitionReference>
2480
+ <gfc:definitionSource>
2481
+ <gfc:FC_DefinitionSource>
2482
+ <gfc:source>
2483
+ <gmd:CI_Citation>
2484
+ <gmd:title>
2485
+ <gco:CharacterString>Census of India</gco:CharacterString>
2486
+ </gmd:title>
2487
+ <gmd:date gco:nilReason="unknown"/>
2488
+ <gmd:citedResponsibleParty>
2489
+ <gmd:CI_ResponsibleParty>
2490
+ <gmd:organisationName>
2491
+ <gco:CharacterString>Census of India</gco:CharacterString>
2492
+ </gmd:organisationName>
2493
+ <gmd:role>
2494
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2495
+ </gmd:role>
2496
+ </gmd:CI_ResponsibleParty>
2497
+ </gmd:citedResponsibleParty>
2498
+ </gmd:CI_Citation>
2499
+ </gfc:source>
2500
+ </gfc:FC_DefinitionSource>
2501
+ </gfc:definitionSource>
2502
+ </gfc:FC_DefinitionReference>
2503
+ </gfc:definitionReference>
2504
+ <gfc:valueType>
2505
+ <gco:TypeName>
2506
+ <gco:aName>
2507
+ <gco:CharacterString>Double</gco:CharacterString>
2508
+ </gco:aName>
2509
+ </gco:TypeName>
2510
+ </gfc:valueType>
2511
+ </gfc:FC_FeatureAttribute>
2512
+ </gfc:carrierOfCharacteristics>
2513
+ <gfc:carrierOfCharacteristics>
2514
+ <gfc:FC_FeatureAttribute>
2515
+ <gfc:memberName>
2516
+ <gco:LocalName>F_ILLT</gco:LocalName>
2517
+ </gfc:memberName>
2518
+ <gfc:definition>
2519
+ <gco:CharacterString>Female Illiterates</gco:CharacterString>
2520
+ </gfc:definition>
2521
+ <gfc:cardinality gco:nilReason="unknown"/>
2522
+ <gfc:definitionReference>
2523
+ <gfc:FC_DefinitionReference>
2524
+ <gfc:definitionSource>
2525
+ <gfc:FC_DefinitionSource>
2526
+ <gfc:source>
2527
+ <gmd:CI_Citation>
2528
+ <gmd:title>
2529
+ <gco:CharacterString>Census of India</gco:CharacterString>
2530
+ </gmd:title>
2531
+ <gmd:date gco:nilReason="unknown"/>
2532
+ <gmd:citedResponsibleParty>
2533
+ <gmd:CI_ResponsibleParty>
2534
+ <gmd:organisationName>
2535
+ <gco:CharacterString>Census of India</gco:CharacterString>
2536
+ </gmd:organisationName>
2537
+ <gmd:role>
2538
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2539
+ </gmd:role>
2540
+ </gmd:CI_ResponsibleParty>
2541
+ </gmd:citedResponsibleParty>
2542
+ </gmd:CI_Citation>
2543
+ </gfc:source>
2544
+ </gfc:FC_DefinitionSource>
2545
+ </gfc:definitionSource>
2546
+ </gfc:FC_DefinitionReference>
2547
+ </gfc:definitionReference>
2548
+ <gfc:valueType>
2549
+ <gco:TypeName>
2550
+ <gco:aName>
2551
+ <gco:CharacterString>Double</gco:CharacterString>
2552
+ </gco:aName>
2553
+ </gco:TypeName>
2554
+ </gfc:valueType>
2555
+ </gfc:FC_FeatureAttribute>
2556
+ </gfc:carrierOfCharacteristics>
2557
+ <gfc:carrierOfCharacteristics>
2558
+ <gfc:FC_FeatureAttribute>
2559
+ <gfc:memberName>
2560
+ <gco:LocalName>TOT_POP</gco:LocalName>
2561
+ </gfc:memberName>
2562
+ <gfc:definition>
2563
+ <gco:CharacterString>Total population</gco:CharacterString>
2564
+ </gfc:definition>
2565
+ <gfc:cardinality gco:nilReason="unknown"/>
2566
+ <gfc:definitionReference>
2567
+ <gfc:FC_DefinitionReference>
2568
+ <gfc:definitionSource>
2569
+ <gfc:FC_DefinitionSource>
2570
+ <gfc:source>
2571
+ <gmd:CI_Citation>
2572
+ <gmd:title>
2573
+ <gco:CharacterString>Census of India</gco:CharacterString>
2574
+ </gmd:title>
2575
+ <gmd:date gco:nilReason="unknown"/>
2576
+ <gmd:citedResponsibleParty>
2577
+ <gmd:CI_ResponsibleParty>
2578
+ <gmd:organisationName>
2579
+ <gco:CharacterString>Census of India</gco:CharacterString>
2580
+ </gmd:organisationName>
2581
+ <gmd:role>
2582
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2583
+ </gmd:role>
2584
+ </gmd:CI_ResponsibleParty>
2585
+ </gmd:citedResponsibleParty>
2586
+ </gmd:CI_Citation>
2587
+ </gfc:source>
2588
+ </gfc:FC_DefinitionSource>
2589
+ </gfc:definitionSource>
2590
+ </gfc:FC_DefinitionReference>
2591
+ </gfc:definitionReference>
2592
+ <gfc:valueType>
2593
+ <gco:TypeName>
2594
+ <gco:aName>
2595
+ <gco:CharacterString>Double</gco:CharacterString>
2596
+ </gco:aName>
2597
+ </gco:TypeName>
2598
+ </gfc:valueType>
2599
+ </gfc:FC_FeatureAttribute>
2600
+ </gfc:carrierOfCharacteristics>
2601
+ <gfc:carrierOfCharacteristics>
2602
+ <gfc:FC_FeatureAttribute>
2603
+ <gfc:memberName>
2604
+ <gco:LocalName>LEVEL</gco:LocalName>
2605
+ </gfc:memberName>
2606
+ <gfc:definition>
2607
+ <gco:CharacterString>Village or Town</gco:CharacterString>
2608
+ </gfc:definition>
2609
+ <gfc:cardinality gco:nilReason="unknown"/>
2610
+ <gfc:definitionReference>
2611
+ <gfc:FC_DefinitionReference>
2612
+ <gfc:definitionSource>
2613
+ <gfc:FC_DefinitionSource>
2614
+ <gfc:source>
2615
+ <gmd:CI_Citation>
2616
+ <gmd:title>
2617
+ <gco:CharacterString>Census of India</gco:CharacterString>
2618
+ </gmd:title>
2619
+ <gmd:date gco:nilReason="unknown"/>
2620
+ <gmd:citedResponsibleParty>
2621
+ <gmd:CI_ResponsibleParty>
2622
+ <gmd:organisationName>
2623
+ <gco:CharacterString>Census of India</gco:CharacterString>
2624
+ </gmd:organisationName>
2625
+ <gmd:role>
2626
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2627
+ </gmd:role>
2628
+ </gmd:CI_ResponsibleParty>
2629
+ </gmd:citedResponsibleParty>
2630
+ </gmd:CI_Citation>
2631
+ </gfc:source>
2632
+ </gfc:FC_DefinitionSource>
2633
+ </gfc:definitionSource>
2634
+ </gfc:FC_DefinitionReference>
2635
+ </gfc:definitionReference>
2636
+ <gfc:valueType>
2637
+ <gco:TypeName>
2638
+ <gco:aName>
2639
+ <gco:CharacterString>String</gco:CharacterString>
2640
+ </gco:aName>
2641
+ </gco:TypeName>
2642
+ </gfc:valueType>
2643
+ <gfc:listedValue>
2644
+ <gfc:FC_ListedValue>
2645
+ <gfc:label>
2646
+ <gco:CharacterString>Village, Town</gco:CharacterString>
2647
+ </gfc:label>
2648
+ <gfc:definition>
2649
+ <gco:CharacterString>Village as Rural and Town as Urban settlements</gco:CharacterString>
2650
+ </gfc:definition>
2651
+ <gfc:definitionReference>
2652
+ <gfc:FC_DefinitionReference>
2653
+ <gfc:definitionSource>
2654
+ <gfc:FC_DefinitionSource>
2655
+ <gfc:source>
2656
+ <gmd:CI_Citation>
2657
+ <gmd:title>
2658
+ <gco:CharacterString>Census of India</gco:CharacterString>
2659
+ </gmd:title>
2660
+ <gmd:date gco:nilReason="unknown"/>
2661
+ <gmd:citedResponsibleParty>
2662
+ <gmd:CI_ResponsibleParty>
2663
+ <gmd:organisationName>
2664
+ <gco:CharacterString>Census of India</gco:CharacterString>
2665
+ </gmd:organisationName>
2666
+ <gmd:role>
2667
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2668
+ </gmd:role>
2669
+ </gmd:CI_ResponsibleParty>
2670
+ </gmd:citedResponsibleParty>
2671
+ </gmd:CI_Citation>
2672
+ </gfc:source>
2673
+ </gfc:FC_DefinitionSource>
2674
+ </gfc:definitionSource>
2675
+ </gfc:FC_DefinitionReference>
2676
+ </gfc:definitionReference>
2677
+ </gfc:FC_ListedValue>
2678
+ </gfc:listedValue>
2679
+ </gfc:FC_FeatureAttribute>
2680
+ </gfc:carrierOfCharacteristics>
2681
+ <gfc:carrierOfCharacteristics>
2682
+ <gfc:FC_FeatureAttribute>
2683
+ <gfc:memberName>
2684
+ <gco:LocalName>F_MFHH</gco:LocalName>
2685
+ </gfc:memberName>
2686
+ <gfc:definition>
2687
+ <gco:CharacterString>Female Household industry workers</gco:CharacterString>
2688
+ </gfc:definition>
2689
+ <gfc:cardinality gco:nilReason="unknown"/>
2690
+ <gfc:definitionReference>
2691
+ <gfc:FC_DefinitionReference>
2692
+ <gfc:definitionSource>
2693
+ <gfc:FC_DefinitionSource>
2694
+ <gfc:source>
2695
+ <gmd:CI_Citation>
2696
+ <gmd:title>
2697
+ <gco:CharacterString>Census of India</gco:CharacterString>
2698
+ </gmd:title>
2699
+ <gmd:date gco:nilReason="unknown"/>
2700
+ <gmd:citedResponsibleParty>
2701
+ <gmd:CI_ResponsibleParty>
2702
+ <gmd:organisationName>
2703
+ <gco:CharacterString>Census of India</gco:CharacterString>
2704
+ </gmd:organisationName>
2705
+ <gmd:role>
2706
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2707
+ </gmd:role>
2708
+ </gmd:CI_ResponsibleParty>
2709
+ </gmd:citedResponsibleParty>
2710
+ </gmd:CI_Citation>
2711
+ </gfc:source>
2712
+ </gfc:FC_DefinitionSource>
2713
+ </gfc:definitionSource>
2714
+ </gfc:FC_DefinitionReference>
2715
+ </gfc:definitionReference>
2716
+ <gfc:valueType>
2717
+ <gco:TypeName>
2718
+ <gco:aName>
2719
+ <gco:CharacterString>Double</gco:CharacterString>
2720
+ </gco:aName>
2721
+ </gco:TypeName>
2722
+ </gfc:valueType>
2723
+ </gfc:FC_FeatureAttribute>
2724
+ </gfc:carrierOfCharacteristics>
2725
+ <gfc:carrierOfCharacteristics>
2726
+ <gfc:FC_FeatureAttribute>
2727
+ <gfc:memberName>
2728
+ <gco:LocalName>M_MNW</gco:LocalName>
2729
+ </gfc:memberName>
2730
+ <gfc:definition>
2731
+ <gco:CharacterString>Male Main Workers</gco:CharacterString>
2732
+ </gfc:definition>
2733
+ <gfc:cardinality gco:nilReason="unknown"/>
2734
+ <gfc:definitionReference>
2735
+ <gfc:FC_DefinitionReference>
2736
+ <gfc:definitionSource>
2737
+ <gfc:FC_DefinitionSource>
2738
+ <gfc:source>
2739
+ <gmd:CI_Citation>
2740
+ <gmd:title>
2741
+ <gco:CharacterString>Census of India</gco:CharacterString>
2742
+ </gmd:title>
2743
+ <gmd:date gco:nilReason="unknown"/>
2744
+ <gmd:citedResponsibleParty>
2745
+ <gmd:CI_ResponsibleParty>
2746
+ <gmd:organisationName>
2747
+ <gco:CharacterString>Census of India</gco:CharacterString>
2748
+ </gmd:organisationName>
2749
+ <gmd:role>
2750
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2751
+ </gmd:role>
2752
+ </gmd:CI_ResponsibleParty>
2753
+ </gmd:citedResponsibleParty>
2754
+ </gmd:CI_Citation>
2755
+ </gfc:source>
2756
+ </gfc:FC_DefinitionSource>
2757
+ </gfc:definitionSource>
2758
+ </gfc:FC_DefinitionReference>
2759
+ </gfc:definitionReference>
2760
+ <gfc:valueType>
2761
+ <gco:TypeName>
2762
+ <gco:aName>
2763
+ <gco:CharacterString>Double</gco:CharacterString>
2764
+ </gco:aName>
2765
+ </gco:TypeName>
2766
+ </gfc:valueType>
2767
+ </gfc:FC_FeatureAttribute>
2768
+ </gfc:carrierOfCharacteristics>
2769
+ <gfc:carrierOfCharacteristics>
2770
+ <gfc:FC_FeatureAttribute>
2771
+ <gfc:memberName>
2772
+ <gco:LocalName>M_ST</gco:LocalName>
2773
+ </gfc:memberName>
2774
+ <gfc:definition>
2775
+ <gco:CharacterString>Male scheduled tribe</gco:CharacterString>
2776
+ </gfc:definition>
2777
+ <gfc:cardinality gco:nilReason="unknown"/>
2778
+ <gfc:definitionReference>
2779
+ <gfc:FC_DefinitionReference>
2780
+ <gfc:definitionSource>
2781
+ <gfc:FC_DefinitionSource>
2782
+ <gfc:source>
2783
+ <gmd:CI_Citation>
2784
+ <gmd:title>
2785
+ <gco:CharacterString>Census of India</gco:CharacterString>
2786
+ </gmd:title>
2787
+ <gmd:date gco:nilReason="unknown"/>
2788
+ <gmd:citedResponsibleParty>
2789
+ <gmd:CI_ResponsibleParty>
2790
+ <gmd:organisationName>
2791
+ <gco:CharacterString>Census of India</gco:CharacterString>
2792
+ </gmd:organisationName>
2793
+ <gmd:role>
2794
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2795
+ </gmd:role>
2796
+ </gmd:CI_ResponsibleParty>
2797
+ </gmd:citedResponsibleParty>
2798
+ </gmd:CI_Citation>
2799
+ </gfc:source>
2800
+ </gfc:FC_DefinitionSource>
2801
+ </gfc:definitionSource>
2802
+ </gfc:FC_DefinitionReference>
2803
+ </gfc:definitionReference>
2804
+ <gfc:valueType>
2805
+ <gco:TypeName>
2806
+ <gco:aName>
2807
+ <gco:CharacterString>Double</gco:CharacterString>
2808
+ </gco:aName>
2809
+ </gco:TypeName>
2810
+ </gfc:valueType>
2811
+ </gfc:FC_FeatureAttribute>
2812
+ </gfc:carrierOfCharacteristics>
2813
+ <gfc:carrierOfCharacteristics>
2814
+ <gfc:FC_FeatureAttribute>
2815
+ <gfc:memberName>
2816
+ <gco:LocalName>TOT_OTH_W</gco:LocalName>
2817
+ </gfc:memberName>
2818
+ <gfc:definition>
2819
+ <gco:CharacterString>Total other workers</gco:CharacterString>
2820
+ </gfc:definition>
2821
+ <gfc:cardinality gco:nilReason="unknown"/>
2822
+ <gfc:definitionReference>
2823
+ <gfc:FC_DefinitionReference>
2824
+ <gfc:definitionSource>
2825
+ <gfc:FC_DefinitionSource>
2826
+ <gfc:source>
2827
+ <gmd:CI_Citation>
2828
+ <gmd:title>
2829
+ <gco:CharacterString>Census of India</gco:CharacterString>
2830
+ </gmd:title>
2831
+ <gmd:date gco:nilReason="unknown"/>
2832
+ <gmd:citedResponsibleParty>
2833
+ <gmd:CI_ResponsibleParty>
2834
+ <gmd:organisationName>
2835
+ <gco:CharacterString>Census of India</gco:CharacterString>
2836
+ </gmd:organisationName>
2837
+ <gmd:role>
2838
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2839
+ </gmd:role>
2840
+ </gmd:CI_ResponsibleParty>
2841
+ </gmd:citedResponsibleParty>
2842
+ </gmd:CI_Citation>
2843
+ </gfc:source>
2844
+ </gfc:FC_DefinitionSource>
2845
+ </gfc:definitionSource>
2846
+ </gfc:FC_DefinitionReference>
2847
+ </gfc:definitionReference>
2848
+ <gfc:valueType>
2849
+ <gco:TypeName>
2850
+ <gco:aName>
2851
+ <gco:CharacterString>Double</gco:CharacterString>
2852
+ </gco:aName>
2853
+ </gco:TypeName>
2854
+ </gfc:valueType>
2855
+ </gfc:FC_FeatureAttribute>
2856
+ </gfc:carrierOfCharacteristics>
2857
+ <gfc:carrierOfCharacteristics>
2858
+ <gfc:FC_FeatureAttribute>
2859
+ <gfc:memberName>
2860
+ <gco:LocalName>STATE_UT</gco:LocalName>
2861
+ </gfc:memberName>
2862
+ <gfc:definition>
2863
+ <gco:CharacterString>Name of State/Union Territory</gco:CharacterString>
2864
+ </gfc:definition>
2865
+ <gfc:cardinality gco:nilReason="unknown"/>
2866
+ <gfc:definitionReference>
2867
+ <gfc:FC_DefinitionReference>
2868
+ <gfc:definitionSource>
2869
+ <gfc:FC_DefinitionSource>
2870
+ <gfc:source>
2871
+ <gmd:CI_Citation>
2872
+ <gmd:title>
2873
+ <gco:CharacterString>Census of India</gco:CharacterString>
2874
+ </gmd:title>
2875
+ <gmd:date gco:nilReason="unknown"/>
2876
+ <gmd:citedResponsibleParty>
2877
+ <gmd:CI_ResponsibleParty>
2878
+ <gmd:organisationName>
2879
+ <gco:CharacterString>Census of India</gco:CharacterString>
2880
+ </gmd:organisationName>
2881
+ <gmd:role>
2882
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2883
+ </gmd:role>
2884
+ </gmd:CI_ResponsibleParty>
2885
+ </gmd:citedResponsibleParty>
2886
+ </gmd:CI_Citation>
2887
+ </gfc:source>
2888
+ </gfc:FC_DefinitionSource>
2889
+ </gfc:definitionSource>
2890
+ </gfc:FC_DefinitionReference>
2891
+ </gfc:definitionReference>
2892
+ <gfc:valueType>
2893
+ <gco:TypeName>
2894
+ <gco:aName>
2895
+ <gco:CharacterString>String</gco:CharacterString>
2896
+ </gco:aName>
2897
+ </gco:TypeName>
2898
+ </gfc:valueType>
2899
+ <gfc:listedValue>
2900
+ <gfc:FC_ListedValue>
2901
+ <gfc:label>
2902
+ <gco:CharacterString>State/Union Territory</gco:CharacterString>
2903
+ </gfc:label>
2904
+ <gfc:definition>
2905
+ <gco:CharacterString>State/Union Territory Name</gco:CharacterString>
2906
+ </gfc:definition>
2907
+ <gfc:definitionReference>
2908
+ <gfc:FC_DefinitionReference>
2909
+ <gfc:definitionSource>
2910
+ <gfc:FC_DefinitionSource>
2911
+ <gfc:source>
2912
+ <gmd:CI_Citation>
2913
+ <gmd:title>
2914
+ <gco:CharacterString>Census of India</gco:CharacterString>
2915
+ </gmd:title>
2916
+ <gmd:date gco:nilReason="unknown"/>
2917
+ <gmd:citedResponsibleParty>
2918
+ <gmd:CI_ResponsibleParty>
2919
+ <gmd:organisationName>
2920
+ <gco:CharacterString>Census of India</gco:CharacterString>
2921
+ </gmd:organisationName>
2922
+ <gmd:role>
2923
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2924
+ </gmd:role>
2925
+ </gmd:CI_ResponsibleParty>
2926
+ </gmd:citedResponsibleParty>
2927
+ </gmd:CI_Citation>
2928
+ </gfc:source>
2929
+ </gfc:FC_DefinitionSource>
2930
+ </gfc:definitionSource>
2931
+ </gfc:FC_DefinitionReference>
2932
+ </gfc:definitionReference>
2933
+ </gfc:FC_ListedValue>
2934
+ </gfc:listedValue>
2935
+ </gfc:FC_FeatureAttribute>
2936
+ </gfc:carrierOfCharacteristics>
2937
+ <gfc:carrierOfCharacteristics>
2938
+ <gfc:FC_FeatureAttribute>
2939
+ <gfc:memberName>
2940
+ <gco:LocalName>M_OTH_W</gco:LocalName>
2941
+ </gfc:memberName>
2942
+ <gfc:definition>
2943
+ <gco:CharacterString>Male other workers</gco:CharacterString>
2944
+ </gfc:definition>
2945
+ <gfc:cardinality gco:nilReason="unknown"/>
2946
+ <gfc:definitionReference>
2947
+ <gfc:FC_DefinitionReference>
2948
+ <gfc:definitionSource>
2949
+ <gfc:FC_DefinitionSource>
2950
+ <gfc:source>
2951
+ <gmd:CI_Citation>
2952
+ <gmd:title>
2953
+ <gco:CharacterString>Census of India</gco:CharacterString>
2954
+ </gmd:title>
2955
+ <gmd:date gco:nilReason="unknown"/>
2956
+ <gmd:citedResponsibleParty>
2957
+ <gmd:CI_ResponsibleParty>
2958
+ <gmd:organisationName>
2959
+ <gco:CharacterString>Census of India</gco:CharacterString>
2960
+ </gmd:organisationName>
2961
+ <gmd:role>
2962
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2963
+ </gmd:role>
2964
+ </gmd:CI_ResponsibleParty>
2965
+ </gmd:citedResponsibleParty>
2966
+ </gmd:CI_Citation>
2967
+ </gfc:source>
2968
+ </gfc:FC_DefinitionSource>
2969
+ </gfc:definitionSource>
2970
+ </gfc:FC_DefinitionReference>
2971
+ </gfc:definitionReference>
2972
+ <gfc:valueType>
2973
+ <gco:TypeName>
2974
+ <gco:aName>
2975
+ <gco:CharacterString>Double</gco:CharacterString>
2976
+ </gco:aName>
2977
+ </gco:TypeName>
2978
+ </gfc:valueType>
2979
+ </gfc:FC_FeatureAttribute>
2980
+ </gfc:carrierOfCharacteristics>
2981
+ <gfc:carrierOfCharacteristics>
2982
+ <gfc:FC_FeatureAttribute>
2983
+ <gfc:memberName>
2984
+ <gco:LocalName>M_SC</gco:LocalName>
2985
+ </gfc:memberName>
2986
+ <gfc:definition>
2987
+ <gco:CharacterString>Male scheduled caste</gco:CharacterString>
2988
+ </gfc:definition>
2989
+ <gfc:cardinality gco:nilReason="unknown"/>
2990
+ <gfc:definitionReference>
2991
+ <gfc:FC_DefinitionReference>
2992
+ <gfc:definitionSource>
2993
+ <gfc:FC_DefinitionSource>
2994
+ <gfc:source>
2995
+ <gmd:CI_Citation>
2996
+ <gmd:title>
2997
+ <gco:CharacterString>Census of India</gco:CharacterString>
2998
+ </gmd:title>
2999
+ <gmd:date gco:nilReason="unknown"/>
3000
+ <gmd:citedResponsibleParty>
3001
+ <gmd:CI_ResponsibleParty>
3002
+ <gmd:organisationName>
3003
+ <gco:CharacterString>Census of India</gco:CharacterString>
3004
+ </gmd:organisationName>
3005
+ <gmd:role>
3006
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3007
+ </gmd:role>
3008
+ </gmd:CI_ResponsibleParty>
3009
+ </gmd:citedResponsibleParty>
3010
+ </gmd:CI_Citation>
3011
+ </gfc:source>
3012
+ </gfc:FC_DefinitionSource>
3013
+ </gfc:definitionSource>
3014
+ </gfc:FC_DefinitionReference>
3015
+ </gfc:definitionReference>
3016
+ <gfc:valueType>
3017
+ <gco:TypeName>
3018
+ <gco:aName>
3019
+ <gco:CharacterString>Double</gco:CharacterString>
3020
+ </gco:aName>
3021
+ </gco:TypeName>
3022
+ </gfc:valueType>
3023
+ </gfc:FC_FeatureAttribute>
3024
+ </gfc:carrierOfCharacteristics>
3025
+ <gfc:carrierOfCharacteristics>
3026
+ <gfc:FC_FeatureAttribute>
3027
+ <gfc:memberName>
3028
+ <gco:LocalName>F_CULT</gco:LocalName>
3029
+ </gfc:memberName>
3030
+ <gfc:definition>
3031
+ <gco:CharacterString>Female Cultivators</gco:CharacterString>
3032
+ </gfc:definition>
3033
+ <gfc:cardinality gco:nilReason="unknown"/>
3034
+ <gfc:definitionReference>
3035
+ <gfc:FC_DefinitionReference>
3036
+ <gfc:definitionSource>
3037
+ <gfc:FC_DefinitionSource>
3038
+ <gfc:source>
3039
+ <gmd:CI_Citation>
3040
+ <gmd:title>
3041
+ <gco:CharacterString>Census of India</gco:CharacterString>
3042
+ </gmd:title>
3043
+ <gmd:date gco:nilReason="unknown"/>
3044
+ <gmd:citedResponsibleParty>
3045
+ <gmd:CI_ResponsibleParty>
3046
+ <gmd:organisationName>
3047
+ <gco:CharacterString>Census of India</gco:CharacterString>
3048
+ </gmd:organisationName>
3049
+ <gmd:role>
3050
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3051
+ </gmd:role>
3052
+ </gmd:CI_ResponsibleParty>
3053
+ </gmd:citedResponsibleParty>
3054
+ </gmd:CI_Citation>
3055
+ </gfc:source>
3056
+ </gfc:FC_DefinitionSource>
3057
+ </gfc:definitionSource>
3058
+ </gfc:FC_DefinitionReference>
3059
+ </gfc:definitionReference>
3060
+ <gfc:valueType>
3061
+ <gco:TypeName>
3062
+ <gco:aName>
3063
+ <gco:CharacterString>Double</gco:CharacterString>
3064
+ </gco:aName>
3065
+ </gco:TypeName>
3066
+ </gfc:valueType>
3067
+ </gfc:FC_FeatureAttribute>
3068
+ </gfc:carrierOfCharacteristics>
3069
+ <gfc:carrierOfCharacteristics>
3070
+ <gfc:FC_FeatureAttribute>
3071
+ <gfc:memberName>
3072
+ <gco:LocalName>M_AGLB</gco:LocalName>
3073
+ </gfc:memberName>
3074
+ <gfc:definition>
3075
+ <gco:CharacterString>Male Agricultural Labourers</gco:CharacterString>
3076
+ </gfc:definition>
3077
+ <gfc:cardinality gco:nilReason="unknown"/>
3078
+ <gfc:definitionReference>
3079
+ <gfc:FC_DefinitionReference>
3080
+ <gfc:definitionSource>
3081
+ <gfc:FC_DefinitionSource>
3082
+ <gfc:source>
3083
+ <gmd:CI_Citation>
3084
+ <gmd:title>
3085
+ <gco:CharacterString>Census of India</gco:CharacterString>
3086
+ </gmd:title>
3087
+ <gmd:date gco:nilReason="unknown"/>
3088
+ <gmd:citedResponsibleParty>
3089
+ <gmd:CI_ResponsibleParty>
3090
+ <gmd:organisationName>
3091
+ <gco:CharacterString>Census of India</gco:CharacterString>
3092
+ </gmd:organisationName>
3093
+ <gmd:role>
3094
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3095
+ </gmd:role>
3096
+ </gmd:CI_ResponsibleParty>
3097
+ </gmd:citedResponsibleParty>
3098
+ </gmd:CI_Citation>
3099
+ </gfc:source>
3100
+ </gfc:FC_DefinitionSource>
3101
+ </gfc:definitionSource>
3102
+ </gfc:FC_DefinitionReference>
3103
+ </gfc:definitionReference>
3104
+ <gfc:valueType>
3105
+ <gco:TypeName>
3106
+ <gco:aName>
3107
+ <gco:CharacterString>Double</gco:CharacterString>
3108
+ </gco:aName>
3109
+ </gco:TypeName>
3110
+ </gfc:valueType>
3111
+ </gfc:FC_FeatureAttribute>
3112
+ </gfc:carrierOfCharacteristics>
3113
+ <gfc:carrierOfCharacteristics>
3114
+ <gfc:FC_FeatureAttribute>
3115
+ <gfc:memberName>
3116
+ <gco:LocalName>VILLAGE_ID</gco:LocalName>
3117
+ </gfc:memberName>
3118
+ <gfc:definition>
3119
+ <gco:CharacterString>Unique identification number</gco:CharacterString>
3120
+ </gfc:definition>
3121
+ <gfc:cardinality gco:nilReason="unknown"/>
3122
+ <gfc:definitionReference>
3123
+ <gfc:FC_DefinitionReference>
3124
+ <gfc:definitionSource>
3125
+ <gfc:FC_DefinitionSource>
3126
+ <gfc:source>
3127
+ <gmd:CI_Citation>
3128
+ <gmd:title>
3129
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
3130
+ </gmd:title>
3131
+ <gmd:date gco:nilReason="unknown"/>
3132
+ <gmd:citedResponsibleParty>
3133
+ <gmd:CI_ResponsibleParty>
3134
+ <gmd:organisationName>
3135
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
3136
+ </gmd:organisationName>
3137
+ <gmd:role>
3138
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3139
+ </gmd:role>
3140
+ </gmd:CI_ResponsibleParty>
3141
+ </gmd:citedResponsibleParty>
3142
+ </gmd:CI_Citation>
3143
+ </gfc:source>
3144
+ </gfc:FC_DefinitionSource>
3145
+ </gfc:definitionSource>
3146
+ </gfc:FC_DefinitionReference>
3147
+ </gfc:definitionReference>
3148
+ <gfc:valueType>
3149
+ <gco:TypeName>
3150
+ <gco:aName>
3151
+ <gco:CharacterString>Double</gco:CharacterString>
3152
+ </gco:aName>
3153
+ </gco:TypeName>
3154
+ </gfc:valueType>
3155
+ </gfc:FC_FeatureAttribute>
3156
+ </gfc:carrierOfCharacteristics>
3157
+ <gfc:carrierOfCharacteristics>
3158
+ <gfc:FC_FeatureAttribute>
3159
+ <gfc:memberName>
3160
+ <gco:LocalName>M_ILLT</gco:LocalName>
3161
+ </gfc:memberName>
3162
+ <gfc:definition>
3163
+ <gco:CharacterString>Male Illiterates</gco:CharacterString>
3164
+ </gfc:definition>
3165
+ <gfc:cardinality gco:nilReason="unknown"/>
3166
+ <gfc:definitionReference>
3167
+ <gfc:FC_DefinitionReference>
3168
+ <gfc:definitionSource>
3169
+ <gfc:FC_DefinitionSource>
3170
+ <gfc:source>
3171
+ <gmd:CI_Citation>
3172
+ <gmd:title>
3173
+ <gco:CharacterString>Census of India</gco:CharacterString>
3174
+ </gmd:title>
3175
+ <gmd:date gco:nilReason="unknown"/>
3176
+ <gmd:citedResponsibleParty>
3177
+ <gmd:CI_ResponsibleParty>
3178
+ <gmd:organisationName>
3179
+ <gco:CharacterString>Census of India</gco:CharacterString>
3180
+ </gmd:organisationName>
3181
+ <gmd:role>
3182
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3183
+ </gmd:role>
3184
+ </gmd:CI_ResponsibleParty>
3185
+ </gmd:citedResponsibleParty>
3186
+ </gmd:CI_Citation>
3187
+ </gfc:source>
3188
+ </gfc:FC_DefinitionSource>
3189
+ </gfc:definitionSource>
3190
+ </gfc:FC_DefinitionReference>
3191
+ </gfc:definitionReference>
3192
+ <gfc:valueType>
3193
+ <gco:TypeName>
3194
+ <gco:aName>
3195
+ <gco:CharacterString>Double</gco:CharacterString>
3196
+ </gco:aName>
3197
+ </gco:TypeName>
3198
+ </gfc:valueType>
3199
+ </gfc:FC_FeatureAttribute>
3200
+ </gfc:carrierOfCharacteristics>
3201
+ <gfc:carrierOfCharacteristics>
3202
+ <gfc:FC_FeatureAttribute>
3203
+ <gfc:memberName>
3204
+ <gco:LocalName>M_MRW</gco:LocalName>
3205
+ </gfc:memberName>
3206
+ <gfc:definition>
3207
+ <gco:CharacterString>Male Marginal workers other workers</gco:CharacterString>
3208
+ </gfc:definition>
3209
+ <gfc:cardinality gco:nilReason="unknown"/>
3210
+ <gfc:definitionReference>
3211
+ <gfc:FC_DefinitionReference>
3212
+ <gfc:definitionSource>
3213
+ <gfc:FC_DefinitionSource>
3214
+ <gfc:source>
3215
+ <gmd:CI_Citation>
3216
+ <gmd:title>
3217
+ <gco:CharacterString>Census of India</gco:CharacterString>
3218
+ </gmd:title>
3219
+ <gmd:date gco:nilReason="unknown"/>
3220
+ <gmd:citedResponsibleParty>
3221
+ <gmd:CI_ResponsibleParty>
3222
+ <gmd:organisationName>
3223
+ <gco:CharacterString>Census of India</gco:CharacterString>
3224
+ </gmd:organisationName>
3225
+ <gmd:role>
3226
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3227
+ </gmd:role>
3228
+ </gmd:CI_ResponsibleParty>
3229
+ </gmd:citedResponsibleParty>
3230
+ </gmd:CI_Citation>
3231
+ </gfc:source>
3232
+ </gfc:FC_DefinitionSource>
3233
+ </gfc:definitionSource>
3234
+ </gfc:FC_DefinitionReference>
3235
+ </gfc:definitionReference>
3236
+ <gfc:valueType>
3237
+ <gco:TypeName>
3238
+ <gco:aName>
3239
+ <gco:CharacterString>Double</gco:CharacterString>
3240
+ </gco:aName>
3241
+ </gco:TypeName>
3242
+ </gfc:valueType>
3243
+ </gfc:FC_FeatureAttribute>
3244
+ </gfc:carrierOfCharacteristics>
3245
+ <gfc:carrierOfCharacteristics>
3246
+ <gfc:FC_FeatureAttribute>
3247
+ <gfc:memberName>
3248
+ <gco:LocalName>M_LIT</gco:LocalName>
3249
+ </gfc:memberName>
3250
+ <gfc:definition>
3251
+ <gco:CharacterString>Male literates</gco:CharacterString>
3252
+ </gfc:definition>
3253
+ <gfc:cardinality gco:nilReason="unknown"/>
3254
+ <gfc:definitionReference>
3255
+ <gfc:FC_DefinitionReference>
3256
+ <gfc:definitionSource>
3257
+ <gfc:FC_DefinitionSource>
3258
+ <gfc:source>
3259
+ <gmd:CI_Citation>
3260
+ <gmd:title>
3261
+ <gco:CharacterString>Census of India</gco:CharacterString>
3262
+ </gmd:title>
3263
+ <gmd:date gco:nilReason="unknown"/>
3264
+ <gmd:citedResponsibleParty>
3265
+ <gmd:CI_ResponsibleParty>
3266
+ <gmd:organisationName>
3267
+ <gco:CharacterString>Census of India</gco:CharacterString>
3268
+ </gmd:organisationName>
3269
+ <gmd:role>
3270
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3271
+ </gmd:role>
3272
+ </gmd:CI_ResponsibleParty>
3273
+ </gmd:citedResponsibleParty>
3274
+ </gmd:CI_Citation>
3275
+ </gfc:source>
3276
+ </gfc:FC_DefinitionSource>
3277
+ </gfc:definitionSource>
3278
+ </gfc:FC_DefinitionReference>
3279
+ </gfc:definitionReference>
3280
+ <gfc:valueType>
3281
+ <gco:TypeName>
3282
+ <gco:aName>
3283
+ <gco:CharacterString>Double</gco:CharacterString>
3284
+ </gco:aName>
3285
+ </gco:TypeName>
3286
+ </gfc:valueType>
3287
+ </gfc:FC_FeatureAttribute>
3288
+ </gfc:carrierOfCharacteristics>
3289
+ <gfc:carrierOfCharacteristics>
3290
+ <gfc:FC_FeatureAttribute>
3291
+ <gfc:memberName>
3292
+ <gco:LocalName>M_MRG_CULT</gco:LocalName>
3293
+ </gfc:memberName>
3294
+ <gfc:definition>
3295
+ <gco:CharacterString>Male Marginal workers as cultivators</gco:CharacterString>
3296
+ </gfc:definition>
3297
+ <gfc:cardinality gco:nilReason="unknown"/>
3298
+ <gfc:definitionReference>
3299
+ <gfc:FC_DefinitionReference>
3300
+ <gfc:definitionSource>
3301
+ <gfc:FC_DefinitionSource>
3302
+ <gfc:source>
3303
+ <gmd:CI_Citation>
3304
+ <gmd:title>
3305
+ <gco:CharacterString>Census of India</gco:CharacterString>
3306
+ </gmd:title>
3307
+ <gmd:date gco:nilReason="unknown"/>
3308
+ <gmd:citedResponsibleParty>
3309
+ <gmd:CI_ResponsibleParty>
3310
+ <gmd:organisationName>
3311
+ <gco:CharacterString>Census of India</gco:CharacterString>
3312
+ </gmd:organisationName>
3313
+ <gmd:role>
3314
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3315
+ </gmd:role>
3316
+ </gmd:CI_ResponsibleParty>
3317
+ </gmd:citedResponsibleParty>
3318
+ </gmd:CI_Citation>
3319
+ </gfc:source>
3320
+ </gfc:FC_DefinitionSource>
3321
+ </gfc:definitionSource>
3322
+ </gfc:FC_DefinitionReference>
3323
+ </gfc:definitionReference>
3324
+ <gfc:valueType>
3325
+ <gco:TypeName>
3326
+ <gco:aName>
3327
+ <gco:CharacterString>Double</gco:CharacterString>
3328
+ </gco:aName>
3329
+ </gco:TypeName>
3330
+ </gfc:valueType>
3331
+ </gfc:FC_FeatureAttribute>
3332
+ </gfc:carrierOfCharacteristics>
3333
+ <gfc:carrierOfCharacteristics>
3334
+ <gfc:FC_FeatureAttribute>
3335
+ <gfc:memberName>
3336
+ <gco:LocalName>M_L6</gco:LocalName>
3337
+ </gfc:memberName>
3338
+ <gfc:definition>
3339
+ <gco:CharacterString>Male population below 6 years</gco:CharacterString>
3340
+ </gfc:definition>
3341
+ <gfc:cardinality gco:nilReason="unknown"/>
3342
+ <gfc:definitionReference>
3343
+ <gfc:FC_DefinitionReference>
3344
+ <gfc:definitionSource>
3345
+ <gfc:FC_DefinitionSource>
3346
+ <gfc:source>
3347
+ <gmd:CI_Citation>
3348
+ <gmd:title>
3349
+ <gco:CharacterString>Census of India</gco:CharacterString>
3350
+ </gmd:title>
3351
+ <gmd:date gco:nilReason="unknown"/>
3352
+ <gmd:citedResponsibleParty>
3353
+ <gmd:CI_ResponsibleParty>
3354
+ <gmd:organisationName>
3355
+ <gco:CharacterString>Census of India</gco:CharacterString>
3356
+ </gmd:organisationName>
3357
+ <gmd:role>
3358
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3359
+ </gmd:role>
3360
+ </gmd:CI_ResponsibleParty>
3361
+ </gmd:citedResponsibleParty>
3362
+ </gmd:CI_Citation>
3363
+ </gfc:source>
3364
+ </gfc:FC_DefinitionSource>
3365
+ </gfc:definitionSource>
3366
+ </gfc:FC_DefinitionReference>
3367
+ </gfc:definitionReference>
3368
+ <gfc:valueType>
3369
+ <gco:TypeName>
3370
+ <gco:aName>
3371
+ <gco:CharacterString>Double</gco:CharacterString>
3372
+ </gco:aName>
3373
+ </gco:TypeName>
3374
+ </gfc:valueType>
3375
+ </gfc:FC_FeatureAttribute>
3376
+ </gfc:carrierOfCharacteristics>
3377
+ <gfc:carrierOfCharacteristics>
3378
+ <gfc:FC_FeatureAttribute>
3379
+ <gfc:memberName>
3380
+ <gco:LocalName>C_CODE01</gco:LocalName>
3381
+ </gfc:memberName>
3382
+ <gfc:definition>
3383
+ <gco:CharacterString>Census code of village in 2001</gco:CharacterString>
3384
+ </gfc:definition>
3385
+ <gfc:cardinality gco:nilReason="unknown"/>
3386
+ <gfc:definitionReference>
3387
+ <gfc:FC_DefinitionReference>
3388
+ <gfc:definitionSource>
3389
+ <gfc:FC_DefinitionSource>
3390
+ <gfc:source>
3391
+ <gmd:CI_Citation>
3392
+ <gmd:title>
3393
+ <gco:CharacterString>Census of India</gco:CharacterString>
3394
+ </gmd:title>
3395
+ <gmd:date gco:nilReason="unknown"/>
3396
+ <gmd:citedResponsibleParty>
3397
+ <gmd:CI_ResponsibleParty>
3398
+ <gmd:organisationName>
3399
+ <gco:CharacterString>Census of India</gco:CharacterString>
3400
+ </gmd:organisationName>
3401
+ <gmd:role>
3402
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3403
+ </gmd:role>
3404
+ </gmd:CI_ResponsibleParty>
3405
+ </gmd:citedResponsibleParty>
3406
+ </gmd:CI_Citation>
3407
+ </gfc:source>
3408
+ </gfc:FC_DefinitionSource>
3409
+ </gfc:definitionSource>
3410
+ </gfc:FC_DefinitionReference>
3411
+ </gfc:definitionReference>
3412
+ <gfc:valueType>
3413
+ <gco:TypeName>
3414
+ <gco:aName>
3415
+ <gco:CharacterString>String</gco:CharacterString>
3416
+ </gco:aName>
3417
+ </gco:TypeName>
3418
+ </gfc:valueType>
3419
+ <gfc:listedValue>
3420
+ <gfc:FC_ListedValue>
3421
+ <gfc:label>
3422
+ <gco:CharacterString>Census Code</gco:CharacterString>
3423
+ </gfc:label>
3424
+ <gfc:definition>
3425
+ <gco:CharacterString>Census Code of village</gco:CharacterString>
3426
+ </gfc:definition>
3427
+ <gfc:definitionReference>
3428
+ <gfc:FC_DefinitionReference>
3429
+ <gfc:definitionSource>
3430
+ <gfc:FC_DefinitionSource>
3431
+ <gfc:source>
3432
+ <gmd:CI_Citation>
3433
+ <gmd:title>
3434
+ <gco:CharacterString>Census of India</gco:CharacterString>
3435
+ </gmd:title>
3436
+ <gmd:date gco:nilReason="unknown"/>
3437
+ <gmd:citedResponsibleParty>
3438
+ <gmd:CI_ResponsibleParty>
3439
+ <gmd:organisationName>
3440
+ <gco:CharacterString>Census of India</gco:CharacterString>
3441
+ </gmd:organisationName>
3442
+ <gmd:role>
3443
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3444
+ </gmd:role>
3445
+ </gmd:CI_ResponsibleParty>
3446
+ </gmd:citedResponsibleParty>
3447
+ </gmd:CI_Citation>
3448
+ </gfc:source>
3449
+ </gfc:FC_DefinitionSource>
3450
+ </gfc:definitionSource>
3451
+ </gfc:FC_DefinitionReference>
3452
+ </gfc:definitionReference>
3453
+ </gfc:FC_ListedValue>
3454
+ </gfc:listedValue>
3455
+ </gfc:FC_FeatureAttribute>
3456
+ </gfc:carrierOfCharacteristics>
3457
+ <gfc:carrierOfCharacteristics>
3458
+ <gfc:FC_FeatureAttribute>
3459
+ <gfc:memberName>
3460
+ <gco:LocalName>SUB_DISTRI</gco:LocalName>
3461
+ </gfc:memberName>
3462
+ <gfc:definition>
3463
+ <gco:CharacterString>Name of Sub District</gco:CharacterString>
3464
+ </gfc:definition>
3465
+ <gfc:cardinality gco:nilReason="unknown"/>
3466
+ <gfc:definitionReference>
3467
+ <gfc:FC_DefinitionReference>
3468
+ <gfc:definitionSource>
3469
+ <gfc:FC_DefinitionSource>
3470
+ <gfc:source>
3471
+ <gmd:CI_Citation>
3472
+ <gmd:title>
3473
+ <gco:CharacterString>Census of India</gco:CharacterString>
3474
+ </gmd:title>
3475
+ <gmd:date gco:nilReason="unknown"/>
3476
+ <gmd:citedResponsibleParty>
3477
+ <gmd:CI_ResponsibleParty>
3478
+ <gmd:organisationName>
3479
+ <gco:CharacterString>Census of India</gco:CharacterString>
3480
+ </gmd:organisationName>
3481
+ <gmd:role>
3482
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3483
+ </gmd:role>
3484
+ </gmd:CI_ResponsibleParty>
3485
+ </gmd:citedResponsibleParty>
3486
+ </gmd:CI_Citation>
3487
+ </gfc:source>
3488
+ </gfc:FC_DefinitionSource>
3489
+ </gfc:definitionSource>
3490
+ </gfc:FC_DefinitionReference>
3491
+ </gfc:definitionReference>
3492
+ <gfc:valueType>
3493
+ <gco:TypeName>
3494
+ <gco:aName>
3495
+ <gco:CharacterString>String</gco:CharacterString>
3496
+ </gco:aName>
3497
+ </gco:TypeName>
3498
+ </gfc:valueType>
3499
+ <gfc:listedValue>
3500
+ <gfc:FC_ListedValue>
3501
+ <gfc:label>
3502
+ <gco:CharacterString>Sub District</gco:CharacterString>
3503
+ </gfc:label>
3504
+ <gfc:definition>
3505
+ <gco:CharacterString>Sub District Names</gco:CharacterString>
3506
+ </gfc:definition>
3507
+ <gfc:definitionReference>
3508
+ <gfc:FC_DefinitionReference>
3509
+ <gfc:definitionSource>
3510
+ <gfc:FC_DefinitionSource>
3511
+ <gfc:source>
3512
+ <gmd:CI_Citation>
3513
+ <gmd:title>
3514
+ <gco:CharacterString>Census of India</gco:CharacterString>
3515
+ </gmd:title>
3516
+ <gmd:date gco:nilReason="unknown"/>
3517
+ <gmd:citedResponsibleParty>
3518
+ <gmd:CI_ResponsibleParty>
3519
+ <gmd:organisationName>
3520
+ <gco:CharacterString>Census of India</gco:CharacterString>
3521
+ </gmd:organisationName>
3522
+ <gmd:role>
3523
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3524
+ </gmd:role>
3525
+ </gmd:CI_ResponsibleParty>
3526
+ </gmd:citedResponsibleParty>
3527
+ </gmd:CI_Citation>
3528
+ </gfc:source>
3529
+ </gfc:FC_DefinitionSource>
3530
+ </gfc:definitionSource>
3531
+ </gfc:FC_DefinitionReference>
3532
+ </gfc:definitionReference>
3533
+ </gfc:FC_ListedValue>
3534
+ </gfc:listedValue>
3535
+ </gfc:FC_FeatureAttribute>
3536
+ </gfc:carrierOfCharacteristics>
3537
+ <gfc:carrierOfCharacteristics>
3538
+ <gfc:FC_FeatureAttribute>
3539
+ <gfc:memberName>
3540
+ <gco:LocalName>F_ST</gco:LocalName>
3541
+ </gfc:memberName>
3542
+ <gfc:definition>
3543
+ <gco:CharacterString>Female scheduled tribe</gco:CharacterString>
3544
+ </gfc:definition>
3545
+ <gfc:cardinality gco:nilReason="unknown"/>
3546
+ <gfc:definitionReference>
3547
+ <gfc:FC_DefinitionReference>
3548
+ <gfc:definitionSource>
3549
+ <gfc:FC_DefinitionSource>
3550
+ <gfc:source>
3551
+ <gmd:CI_Citation>
3552
+ <gmd:title>
3553
+ <gco:CharacterString>Census of India</gco:CharacterString>
3554
+ </gmd:title>
3555
+ <gmd:date gco:nilReason="unknown"/>
3556
+ <gmd:citedResponsibleParty>
3557
+ <gmd:CI_ResponsibleParty>
3558
+ <gmd:organisationName>
3559
+ <gco:CharacterString>Census of India</gco:CharacterString>
3560
+ </gmd:organisationName>
3561
+ <gmd:role>
3562
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3563
+ </gmd:role>
3564
+ </gmd:CI_ResponsibleParty>
3565
+ </gmd:citedResponsibleParty>
3566
+ </gmd:CI_Citation>
3567
+ </gfc:source>
3568
+ </gfc:FC_DefinitionSource>
3569
+ </gfc:definitionSource>
3570
+ </gfc:FC_DefinitionReference>
3571
+ </gfc:definitionReference>
3572
+ <gfc:valueType>
3573
+ <gco:TypeName>
3574
+ <gco:aName>
3575
+ <gco:CharacterString>Double</gco:CharacterString>
3576
+ </gco:aName>
3577
+ </gco:TypeName>
3578
+ </gfc:valueType>
3579
+ </gfc:FC_FeatureAttribute>
3580
+ </gfc:carrierOfCharacteristics>
3581
+ <gfc:carrierOfCharacteristics>
3582
+ <gfc:FC_FeatureAttribute>
3583
+ <gfc:memberName>
3584
+ <gco:LocalName>F_L6</gco:LocalName>
3585
+ </gfc:memberName>
3586
+ <gfc:definition>
3587
+ <gco:CharacterString>Female population below 6 years</gco:CharacterString>
3588
+ </gfc:definition>
3589
+ <gfc:cardinality gco:nilReason="unknown"/>
3590
+ <gfc:definitionReference>
3591
+ <gfc:FC_DefinitionReference>
3592
+ <gfc:definitionSource>
3593
+ <gfc:FC_DefinitionSource>
3594
+ <gfc:source>
3595
+ <gmd:CI_Citation>
3596
+ <gmd:title>
3597
+ <gco:CharacterString>Census of India</gco:CharacterString>
3598
+ </gmd:title>
3599
+ <gmd:date gco:nilReason="unknown"/>
3600
+ <gmd:citedResponsibleParty>
3601
+ <gmd:CI_ResponsibleParty>
3602
+ <gmd:organisationName>
3603
+ <gco:CharacterString>Census of India</gco:CharacterString>
3604
+ </gmd:organisationName>
3605
+ <gmd:role>
3606
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3607
+ </gmd:role>
3608
+ </gmd:CI_ResponsibleParty>
3609
+ </gmd:citedResponsibleParty>
3610
+ </gmd:CI_Citation>
3611
+ </gfc:source>
3612
+ </gfc:FC_DefinitionSource>
3613
+ </gfc:definitionSource>
3614
+ </gfc:FC_DefinitionReference>
3615
+ </gfc:definitionReference>
3616
+ <gfc:valueType>
3617
+ <gco:TypeName>
3618
+ <gco:aName>
3619
+ <gco:CharacterString>Double</gco:CharacterString>
3620
+ </gco:aName>
3621
+ </gco:TypeName>
3622
+ </gfc:valueType>
3623
+ </gfc:FC_FeatureAttribute>
3624
+ </gfc:carrierOfCharacteristics>
3625
+ <gfc:carrierOfCharacteristics>
3626
+ <gfc:FC_FeatureAttribute>
3627
+ <gfc:memberName>
3628
+ <gco:LocalName>DISTRICT</gco:LocalName>
3629
+ </gfc:memberName>
3630
+ <gfc:definition>
3631
+ <gco:CharacterString>Name of District</gco:CharacterString>
3632
+ </gfc:definition>
3633
+ <gfc:cardinality gco:nilReason="unknown"/>
3634
+ <gfc:definitionReference>
3635
+ <gfc:FC_DefinitionReference>
3636
+ <gfc:definitionSource>
3637
+ <gfc:FC_DefinitionSource>
3638
+ <gfc:source>
3639
+ <gmd:CI_Citation>
3640
+ <gmd:title>
3641
+ <gco:CharacterString>Census of India</gco:CharacterString>
3642
+ </gmd:title>
3643
+ <gmd:date gco:nilReason="unknown"/>
3644
+ <gmd:citedResponsibleParty>
3645
+ <gmd:CI_ResponsibleParty>
3646
+ <gmd:organisationName>
3647
+ <gco:CharacterString>Census of India</gco:CharacterString>
3648
+ </gmd:organisationName>
3649
+ <gmd:role>
3650
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3651
+ </gmd:role>
3652
+ </gmd:CI_ResponsibleParty>
3653
+ </gmd:citedResponsibleParty>
3654
+ </gmd:CI_Citation>
3655
+ </gfc:source>
3656
+ </gfc:FC_DefinitionSource>
3657
+ </gfc:definitionSource>
3658
+ </gfc:FC_DefinitionReference>
3659
+ </gfc:definitionReference>
3660
+ <gfc:valueType>
3661
+ <gco:TypeName>
3662
+ <gco:aName>
3663
+ <gco:CharacterString>String</gco:CharacterString>
3664
+ </gco:aName>
3665
+ </gco:TypeName>
3666
+ </gfc:valueType>
3667
+ <gfc:listedValue>
3668
+ <gfc:FC_ListedValue>
3669
+ <gfc:label>
3670
+ <gco:CharacterString>District</gco:CharacterString>
3671
+ </gfc:label>
3672
+ <gfc:definition>
3673
+ <gco:CharacterString>District Names</gco:CharacterString>
3674
+ </gfc:definition>
3675
+ <gfc:definitionReference>
3676
+ <gfc:FC_DefinitionReference>
3677
+ <gfc:definitionSource>
3678
+ <gfc:FC_DefinitionSource>
3679
+ <gfc:source>
3680
+ <gmd:CI_Citation>
3681
+ <gmd:title>
3682
+ <gco:CharacterString>Census of India</gco:CharacterString>
3683
+ </gmd:title>
3684
+ <gmd:date gco:nilReason="unknown"/>
3685
+ <gmd:citedResponsibleParty>
3686
+ <gmd:CI_ResponsibleParty>
3687
+ <gmd:organisationName>
3688
+ <gco:CharacterString>Census of India</gco:CharacterString>
3689
+ </gmd:organisationName>
3690
+ <gmd:role>
3691
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3692
+ </gmd:role>
3693
+ </gmd:CI_ResponsibleParty>
3694
+ </gmd:citedResponsibleParty>
3695
+ </gmd:CI_Citation>
3696
+ </gfc:source>
3697
+ </gfc:FC_DefinitionSource>
3698
+ </gfc:definitionSource>
3699
+ </gfc:FC_DefinitionReference>
3700
+ </gfc:definitionReference>
3701
+ </gfc:FC_ListedValue>
3702
+ </gfc:listedValue>
3703
+ </gfc:FC_FeatureAttribute>
3704
+ </gfc:carrierOfCharacteristics>
3705
+ <gfc:carrierOfCharacteristics>
3706
+ <gfc:FC_FeatureAttribute>
3707
+ <gfc:memberName>
3708
+ <gco:LocalName>TOT_MNW</gco:LocalName>
3709
+ </gfc:memberName>
3710
+ <gfc:definition>
3711
+ <gco:CharacterString>Total Main Workers</gco:CharacterString>
3712
+ </gfc:definition>
3713
+ <gfc:cardinality gco:nilReason="unknown"/>
3714
+ <gfc:definitionReference>
3715
+ <gfc:FC_DefinitionReference>
3716
+ <gfc:definitionSource>
3717
+ <gfc:FC_DefinitionSource>
3718
+ <gfc:source>
3719
+ <gmd:CI_Citation>
3720
+ <gmd:title>
3721
+ <gco:CharacterString>Census of India</gco:CharacterString>
3722
+ </gmd:title>
3723
+ <gmd:date gco:nilReason="unknown"/>
3724
+ <gmd:citedResponsibleParty>
3725
+ <gmd:CI_ResponsibleParty>
3726
+ <gmd:organisationName>
3727
+ <gco:CharacterString>Census of India</gco:CharacterString>
3728
+ </gmd:organisationName>
3729
+ <gmd:role>
3730
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3731
+ </gmd:role>
3732
+ </gmd:CI_ResponsibleParty>
3733
+ </gmd:citedResponsibleParty>
3734
+ </gmd:CI_Citation>
3735
+ </gfc:source>
3736
+ </gfc:FC_DefinitionSource>
3737
+ </gfc:definitionSource>
3738
+ </gfc:FC_DefinitionReference>
3739
+ </gfc:definitionReference>
3740
+ <gfc:valueType>
3741
+ <gco:TypeName>
3742
+ <gco:aName>
3743
+ <gco:CharacterString>Double</gco:CharacterString>
3744
+ </gco:aName>
3745
+ </gco:TypeName>
3746
+ </gfc:valueType>
3747
+ </gfc:FC_FeatureAttribute>
3748
+ </gfc:carrierOfCharacteristics>
3749
+ <gfc:carrierOfCharacteristics>
3750
+ <gfc:FC_FeatureAttribute>
3751
+ <gfc:memberName>
3752
+ <gco:LocalName>F_OTH_W</gco:LocalName>
3753
+ </gfc:memberName>
3754
+ <gfc:definition>
3755
+ <gco:CharacterString>Female other workers</gco:CharacterString>
3756
+ </gfc:definition>
3757
+ <gfc:cardinality gco:nilReason="unknown"/>
3758
+ <gfc:definitionReference>
3759
+ <gfc:FC_DefinitionReference>
3760
+ <gfc:definitionSource>
3761
+ <gfc:FC_DefinitionSource>
3762
+ <gfc:source>
3763
+ <gmd:CI_Citation>
3764
+ <gmd:title>
3765
+ <gco:CharacterString>Census of India</gco:CharacterString>
3766
+ </gmd:title>
3767
+ <gmd:date gco:nilReason="unknown"/>
3768
+ <gmd:citedResponsibleParty>
3769
+ <gmd:CI_ResponsibleParty>
3770
+ <gmd:organisationName>
3771
+ <gco:CharacterString>Census of India</gco:CharacterString>
3772
+ </gmd:organisationName>
3773
+ <gmd:role>
3774
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3775
+ </gmd:role>
3776
+ </gmd:CI_ResponsibleParty>
3777
+ </gmd:citedResponsibleParty>
3778
+ </gmd:CI_Citation>
3779
+ </gfc:source>
3780
+ </gfc:FC_DefinitionSource>
3781
+ </gfc:definitionSource>
3782
+ </gfc:FC_DefinitionReference>
3783
+ </gfc:definitionReference>
3784
+ <gfc:valueType>
3785
+ <gco:TypeName>
3786
+ <gco:aName>
3787
+ <gco:CharacterString>Double</gco:CharacterString>
3788
+ </gco:aName>
3789
+ </gco:TypeName>
3790
+ </gfc:valueType>
3791
+ </gfc:FC_FeatureAttribute>
3792
+ </gfc:carrierOfCharacteristics>
3793
+ <gfc:carrierOfCharacteristics>
3794
+ <gfc:FC_FeatureAttribute>
3795
+ <gfc:memberName>
3796
+ <gco:LocalName>F_LIT</gco:LocalName>
3797
+ </gfc:memberName>
3798
+ <gfc:definition>
3799
+ <gco:CharacterString>Female literates</gco:CharacterString>
3800
+ </gfc:definition>
3801
+ <gfc:cardinality gco:nilReason="unknown"/>
3802
+ <gfc:definitionReference>
3803
+ <gfc:FC_DefinitionReference>
3804
+ <gfc:definitionSource>
3805
+ <gfc:FC_DefinitionSource>
3806
+ <gfc:source>
3807
+ <gmd:CI_Citation>
3808
+ <gmd:title>
3809
+ <gco:CharacterString>Census of India</gco:CharacterString>
3810
+ </gmd:title>
3811
+ <gmd:date gco:nilReason="unknown"/>
3812
+ <gmd:citedResponsibleParty>
3813
+ <gmd:CI_ResponsibleParty>
3814
+ <gmd:organisationName>
3815
+ <gco:CharacterString>Census of India</gco:CharacterString>
3816
+ </gmd:organisationName>
3817
+ <gmd:role>
3818
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3819
+ </gmd:role>
3820
+ </gmd:CI_ResponsibleParty>
3821
+ </gmd:citedResponsibleParty>
3822
+ </gmd:CI_Citation>
3823
+ </gfc:source>
3824
+ </gfc:FC_DefinitionSource>
3825
+ </gfc:definitionSource>
3826
+ </gfc:FC_DefinitionReference>
3827
+ </gfc:definitionReference>
3828
+ <gfc:valueType>
3829
+ <gco:TypeName>
3830
+ <gco:aName>
3831
+ <gco:CharacterString>Double</gco:CharacterString>
3832
+ </gco:aName>
3833
+ </gco:TypeName>
3834
+ </gfc:valueType>
3835
+ </gfc:FC_FeatureAttribute>
3836
+ </gfc:carrierOfCharacteristics>
3837
+ <gfc:carrierOfCharacteristics>
3838
+ <gfc:FC_FeatureAttribute>
3839
+ <gfc:memberName>
3840
+ <gco:LocalName>TOT_L6</gco:LocalName>
3841
+ </gfc:memberName>
3842
+ <gfc:definition>
3843
+ <gco:CharacterString>Total population below 6 years</gco:CharacterString>
3844
+ </gfc:definition>
3845
+ <gfc:cardinality gco:nilReason="unknown"/>
3846
+ <gfc:definitionReference>
3847
+ <gfc:FC_DefinitionReference>
3848
+ <gfc:definitionSource>
3849
+ <gfc:FC_DefinitionSource>
3850
+ <gfc:source>
3851
+ <gmd:CI_Citation>
3852
+ <gmd:title>
3853
+ <gco:CharacterString>Census of India</gco:CharacterString>
3854
+ </gmd:title>
3855
+ <gmd:date gco:nilReason="unknown"/>
3856
+ <gmd:citedResponsibleParty>
3857
+ <gmd:CI_ResponsibleParty>
3858
+ <gmd:organisationName>
3859
+ <gco:CharacterString>Census of India</gco:CharacterString>
3860
+ </gmd:organisationName>
3861
+ <gmd:role>
3862
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3863
+ </gmd:role>
3864
+ </gmd:CI_ResponsibleParty>
3865
+ </gmd:citedResponsibleParty>
3866
+ </gmd:CI_Citation>
3867
+ </gfc:source>
3868
+ </gfc:FC_DefinitionSource>
3869
+ </gfc:definitionSource>
3870
+ </gfc:FC_DefinitionReference>
3871
+ </gfc:definitionReference>
3872
+ <gfc:valueType>
3873
+ <gco:TypeName>
3874
+ <gco:aName>
3875
+ <gco:CharacterString>Double</gco:CharacterString>
3876
+ </gco:aName>
3877
+ </gco:TypeName>
3878
+ </gfc:valueType>
3879
+ </gfc:FC_FeatureAttribute>
3880
+ </gfc:carrierOfCharacteristics>
3881
+ <gfc:carrierOfCharacteristics>
3882
+ <gfc:FC_FeatureAttribute>
3883
+ <gfc:memberName>
3884
+ <gco:LocalName>F_AGLB</gco:LocalName>
3885
+ </gfc:memberName>
3886
+ <gfc:definition>
3887
+ <gco:CharacterString>Female Agricultural Labourers</gco:CharacterString>
3888
+ </gfc:definition>
3889
+ <gfc:cardinality gco:nilReason="unknown"/>
3890
+ <gfc:definitionReference>
3891
+ <gfc:FC_DefinitionReference>
3892
+ <gfc:definitionSource>
3893
+ <gfc:FC_DefinitionSource>
3894
+ <gfc:source>
3895
+ <gmd:CI_Citation>
3896
+ <gmd:title>
3897
+ <gco:CharacterString>Census of India</gco:CharacterString>
3898
+ </gmd:title>
3899
+ <gmd:date gco:nilReason="unknown"/>
3900
+ <gmd:citedResponsibleParty>
3901
+ <gmd:CI_ResponsibleParty>
3902
+ <gmd:organisationName>
3903
+ <gco:CharacterString>Census of India</gco:CharacterString>
3904
+ </gmd:organisationName>
3905
+ <gmd:role>
3906
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3907
+ </gmd:role>
3908
+ </gmd:CI_ResponsibleParty>
3909
+ </gmd:citedResponsibleParty>
3910
+ </gmd:CI_Citation>
3911
+ </gfc:source>
3912
+ </gfc:FC_DefinitionSource>
3913
+ </gfc:definitionSource>
3914
+ </gfc:FC_DefinitionReference>
3915
+ </gfc:definitionReference>
3916
+ <gfc:valueType>
3917
+ <gco:TypeName>
3918
+ <gco:aName>
3919
+ <gco:CharacterString>Double</gco:CharacterString>
3920
+ </gco:aName>
3921
+ </gco:TypeName>
3922
+ </gfc:valueType>
3923
+ </gfc:FC_FeatureAttribute>
3924
+ </gfc:carrierOfCharacteristics>
3925
+ </gfc:FC_FeatureType>
3926
+ </gfc:featureType>
3927
+ </gfc:FC_FeatureCatalogue>
3928
+ </rdf:Description>
3929
+ </rdf:RDF>