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