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