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,3075 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <gfc:FC_FeatureCatalogue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gfc="http://www.isotc211.org/2005/gfc" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.isotc211.org/2005/gfc" xsi:schemaLocation="http://www.isotc211.org/2005/gfc http://www.isotc211.org/2005/gfc/gfc.xsd" uuid="d7ce88d8-8bc6-4d38-8ddc-3ab2325a25d3">
3
+ <gmx:name>
4
+ <gco:CharacterString>Feature Catalog for Digital Map of Village Boundaries of Bihar, India, 2001</gco:CharacterString>
5
+ </gmx:name>
6
+ <gmx:scope>
7
+ <gco:CharacterString>Literacy; Sex ratio; Population; Statistics; Administrative and political divisions</gco:CharacterString>
8
+ </gmx:scope>
9
+ <gmx:versionNumber gco:nilReason="unknown"/>
10
+ <gmx:versionDate>
11
+ <gco:Date>2013</gco:Date>
12
+ </gmx:versionDate>
13
+ <gmx:language>
14
+ <gco:CharacterString>eng; US</gco:CharacterString>
15
+ </gmx:language>
16
+ <gmx:characterSet>
17
+ <gmd:MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115"/>
18
+ </gmx:characterSet>
19
+ <gfc:producer>
20
+ <gmd:CI_ResponsibleParty>
21
+ <gmd:organisationName>
22
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
23
+ </gmd:organisationName>
24
+ <gmd:role>
25
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="006"/>
26
+ </gmd:role>
27
+ </gmd:CI_ResponsibleParty>
28
+ </gfc:producer>
29
+ <gfc:featureType>
30
+ <gfc:FC_FeatureType>
31
+ <gfc:typeName>
32
+ <gco:LocalName>BIHAR</gco:LocalName>
33
+ </gfc:typeName>
34
+ <gfc:definition>
35
+ <gco:CharacterString>Administrative Unit</gco:CharacterString>
36
+ </gfc:definition>
37
+ <gfc:isAbstract>
38
+ <gco:Boolean>false</gco:Boolean>
39
+ </gfc:isAbstract>
40
+ <gfc:featureCatalogue uuidref="d7ce88d8-8bc6-4d38-8ddc-3ab2325a25d3"/>
41
+ <gfc:carrierOfCharacteristics>
42
+ <gfc:FC_FeatureAttribute>
43
+ <gfc:memberName>
44
+ <gco:LocalName>FID</gco:LocalName>
45
+ </gfc:memberName>
46
+ <gfc:definition>
47
+ <gco:CharacterString>Internal feature number.</gco:CharacterString>
48
+ </gfc:definition>
49
+ <gfc:cardinality gco:nilReason="unknown"/>
50
+ <gfc:definitionReference>
51
+ <gfc:FC_DefinitionReference>
52
+ <gfc:definitionSource>
53
+ <gfc:FC_DefinitionSource>
54
+ <gfc:source>
55
+ <gmd:CI_Citation>
56
+ <gmd:title>
57
+ <gco:CharacterString>Esri</gco:CharacterString>
58
+ </gmd:title>
59
+ <gmd:date gco:nilReason="unknown"/>
60
+ <gmd:citedResponsibleParty>
61
+ <gmd:CI_ResponsibleParty>
62
+ <gmd:organisationName>
63
+ <gco:CharacterString>Esri</gco:CharacterString>
64
+ </gmd:organisationName>
65
+ <gmd:role>
66
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
67
+ </gmd:role>
68
+ </gmd:CI_ResponsibleParty>
69
+ </gmd:citedResponsibleParty>
70
+ </gmd:CI_Citation>
71
+ </gfc:source>
72
+ </gfc:FC_DefinitionSource>
73
+ </gfc:definitionSource>
74
+ </gfc:FC_DefinitionReference>
75
+ </gfc:definitionReference>
76
+ <gfc:valueType>
77
+ <gco:TypeName>
78
+ <gco:aName>
79
+ <gco:CharacterString>OID</gco:CharacterString>
80
+ </gco:aName>
81
+ </gco:TypeName>
82
+ </gfc:valueType>
83
+ </gfc:FC_FeatureAttribute>
84
+ </gfc:carrierOfCharacteristics>
85
+ <gfc:carrierOfCharacteristics>
86
+ <gfc:FC_FeatureAttribute>
87
+ <gfc:memberName>
88
+ <gco:LocalName>Shape</gco:LocalName>
89
+ </gfc:memberName>
90
+ <gfc:definition>
91
+ <gco:CharacterString>Feature geometry.</gco:CharacterString>
92
+ </gfc:definition>
93
+ <gfc:cardinality gco:nilReason="unknown"/>
94
+ <gfc:definitionReference>
95
+ <gfc:FC_DefinitionReference>
96
+ <gfc:definitionSource>
97
+ <gfc:FC_DefinitionSource>
98
+ <gfc:source>
99
+ <gmd:CI_Citation>
100
+ <gmd:title>
101
+ <gco:CharacterString>Esri</gco:CharacterString>
102
+ </gmd:title>
103
+ <gmd:date gco:nilReason="unknown"/>
104
+ <gmd:citedResponsibleParty>
105
+ <gmd:CI_ResponsibleParty>
106
+ <gmd:organisationName>
107
+ <gco:CharacterString>Esri</gco:CharacterString>
108
+ </gmd:organisationName>
109
+ <gmd:role>
110
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
111
+ </gmd:role>
112
+ </gmd:CI_ResponsibleParty>
113
+ </gmd:citedResponsibleParty>
114
+ </gmd:CI_Citation>
115
+ </gfc:source>
116
+ </gfc:FC_DefinitionSource>
117
+ </gfc:definitionSource>
118
+ </gfc:FC_DefinitionReference>
119
+ </gfc:definitionReference>
120
+ <gfc:valueType>
121
+ <gco:TypeName>
122
+ <gco:aName>
123
+ <gco:CharacterString>Geometry</gco:CharacterString>
124
+ </gco:aName>
125
+ </gco:TypeName>
126
+ </gfc:valueType>
127
+ </gfc:FC_FeatureAttribute>
128
+ </gfc:carrierOfCharacteristics>
129
+ <gfc:carrierOfCharacteristics>
130
+ <gfc:FC_FeatureAttribute>
131
+ <gfc:memberName>
132
+ <gco:LocalName>TOT_NM_HH</gco:LocalName>
133
+ </gfc:memberName>
134
+ <gfc:definition>
135
+ <gco:CharacterString>Total number of household</gco:CharacterString>
136
+ </gfc:definition>
137
+ <gfc:cardinality gco:nilReason="unknown"/>
138
+ <gfc:definitionReference>
139
+ <gfc:FC_DefinitionReference>
140
+ <gfc:definitionSource>
141
+ <gfc:FC_DefinitionSource>
142
+ <gfc:source>
143
+ <gmd:CI_Citation>
144
+ <gmd:title>
145
+ <gco:CharacterString>Census of India</gco:CharacterString>
146
+ </gmd:title>
147
+ <gmd:date gco:nilReason="unknown"/>
148
+ <gmd:citedResponsibleParty>
149
+ <gmd:CI_ResponsibleParty>
150
+ <gmd:organisationName>
151
+ <gco:CharacterString>Census of India</gco:CharacterString>
152
+ </gmd:organisationName>
153
+ <gmd:role>
154
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
155
+ </gmd:role>
156
+ </gmd:CI_ResponsibleParty>
157
+ </gmd:citedResponsibleParty>
158
+ </gmd:CI_Citation>
159
+ </gfc:source>
160
+ </gfc:FC_DefinitionSource>
161
+ </gfc:definitionSource>
162
+ </gfc:FC_DefinitionReference>
163
+ </gfc:definitionReference>
164
+ <gfc:valueType>
165
+ <gco:TypeName>
166
+ <gco:aName>
167
+ <gco:CharacterString>Double</gco:CharacterString>
168
+ </gco:aName>
169
+ </gco:TypeName>
170
+ </gfc:valueType>
171
+ </gfc:FC_FeatureAttribute>
172
+ </gfc:carrierOfCharacteristics>
173
+ <gfc:carrierOfCharacteristics>
174
+ <gfc:FC_FeatureAttribute>
175
+ <gfc:memberName>
176
+ <gco:LocalName>TOT_AGLB</gco:LocalName>
177
+ </gfc:memberName>
178
+ <gfc:definition>
179
+ <gco:CharacterString>Total Agricultural Labourers</gco:CharacterString>
180
+ </gfc:definition>
181
+ <gfc:cardinality gco:nilReason="unknown"/>
182
+ <gfc:definitionReference>
183
+ <gfc:FC_DefinitionReference>
184
+ <gfc:definitionSource>
185
+ <gfc:FC_DefinitionSource>
186
+ <gfc:source>
187
+ <gmd:CI_Citation>
188
+ <gmd:title>
189
+ <gco:CharacterString>Census of India</gco:CharacterString>
190
+ </gmd:title>
191
+ <gmd:date gco:nilReason="unknown"/>
192
+ <gmd:citedResponsibleParty>
193
+ <gmd:CI_ResponsibleParty>
194
+ <gmd:organisationName>
195
+ <gco:CharacterString>Census of India</gco:CharacterString>
196
+ </gmd:organisationName>
197
+ <gmd:role>
198
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
199
+ </gmd:role>
200
+ </gmd:CI_ResponsibleParty>
201
+ </gmd:citedResponsibleParty>
202
+ </gmd:CI_Citation>
203
+ </gfc:source>
204
+ </gfc:FC_DefinitionSource>
205
+ </gfc:definitionSource>
206
+ </gfc:FC_DefinitionReference>
207
+ </gfc:definitionReference>
208
+ <gfc:valueType>
209
+ <gco:TypeName>
210
+ <gco:aName>
211
+ <gco:CharacterString>Double</gco:CharacterString>
212
+ </gco:aName>
213
+ </gco:TypeName>
214
+ </gfc:valueType>
215
+ </gfc:FC_FeatureAttribute>
216
+ </gfc:carrierOfCharacteristics>
217
+ <gfc:carrierOfCharacteristics>
218
+ <gfc:FC_FeatureAttribute>
219
+ <gfc:memberName>
220
+ <gco:LocalName>M_CULT</gco:LocalName>
221
+ </gfc:memberName>
222
+ <gfc:definition>
223
+ <gco:CharacterString>Male Cultivators</gco:CharacterString>
224
+ </gfc:definition>
225
+ <gfc:cardinality gco:nilReason="unknown"/>
226
+ <gfc:definitionReference>
227
+ <gfc:FC_DefinitionReference>
228
+ <gfc:definitionSource>
229
+ <gfc:FC_DefinitionSource>
230
+ <gfc:source>
231
+ <gmd:CI_Citation>
232
+ <gmd:title>
233
+ <gco:CharacterString>Census of India</gco:CharacterString>
234
+ </gmd:title>
235
+ <gmd:date gco:nilReason="unknown"/>
236
+ <gmd:citedResponsibleParty>
237
+ <gmd:CI_ResponsibleParty>
238
+ <gmd:organisationName>
239
+ <gco:CharacterString>Census of India</gco:CharacterString>
240
+ </gmd:organisationName>
241
+ <gmd:role>
242
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
243
+ </gmd:role>
244
+ </gmd:CI_ResponsibleParty>
245
+ </gmd:citedResponsibleParty>
246
+ </gmd:CI_Citation>
247
+ </gfc:source>
248
+ </gfc:FC_DefinitionSource>
249
+ </gfc:definitionSource>
250
+ </gfc:FC_DefinitionReference>
251
+ </gfc:definitionReference>
252
+ <gfc:valueType>
253
+ <gco:TypeName>
254
+ <gco:aName>
255
+ <gco:CharacterString>Double</gco:CharacterString>
256
+ </gco:aName>
257
+ </gco:TypeName>
258
+ </gfc:valueType>
259
+ </gfc:FC_FeatureAttribute>
260
+ </gfc:carrierOfCharacteristics>
261
+ <gfc:carrierOfCharacteristics>
262
+ <gfc:FC_FeatureAttribute>
263
+ <gfc:memberName>
264
+ <gco:LocalName>T_MRG_CULT</gco:LocalName>
265
+ </gfc:memberName>
266
+ <gfc:definition>
267
+ <gco:CharacterString>Total Marginal workers as cultivators</gco:CharacterString>
268
+ </gfc:definition>
269
+ <gfc:cardinality gco:nilReason="unknown"/>
270
+ <gfc:definitionReference>
271
+ <gfc:FC_DefinitionReference>
272
+ <gfc:definitionSource>
273
+ <gfc:FC_DefinitionSource>
274
+ <gfc:source>
275
+ <gmd:CI_Citation>
276
+ <gmd:title>
277
+ <gco:CharacterString>Census of India</gco:CharacterString>
278
+ </gmd:title>
279
+ <gmd:date gco:nilReason="unknown"/>
280
+ <gmd:citedResponsibleParty>
281
+ <gmd:CI_ResponsibleParty>
282
+ <gmd:organisationName>
283
+ <gco:CharacterString>Census of India</gco:CharacterString>
284
+ </gmd:organisationName>
285
+ <gmd:role>
286
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
287
+ </gmd:role>
288
+ </gmd:CI_ResponsibleParty>
289
+ </gmd:citedResponsibleParty>
290
+ </gmd:CI_Citation>
291
+ </gfc:source>
292
+ </gfc:FC_DefinitionSource>
293
+ </gfc:definitionSource>
294
+ </gfc:FC_DefinitionReference>
295
+ </gfc:definitionReference>
296
+ <gfc:valueType>
297
+ <gco:TypeName>
298
+ <gco:aName>
299
+ <gco:CharacterString>Double</gco:CharacterString>
300
+ </gco:aName>
301
+ </gco:TypeName>
302
+ </gfc:valueType>
303
+ </gfc:FC_FeatureAttribute>
304
+ </gfc:carrierOfCharacteristics>
305
+ <gfc:carrierOfCharacteristics>
306
+ <gfc:FC_FeatureAttribute>
307
+ <gfc:memberName>
308
+ <gco:LocalName>TOT_MRW</gco:LocalName>
309
+ </gfc:memberName>
310
+ <gfc:definition>
311
+ <gco:CharacterString>Total Marginal workers other workers</gco:CharacterString>
312
+ </gfc:definition>
313
+ <gfc:cardinality gco:nilReason="unknown"/>
314
+ <gfc:definitionReference>
315
+ <gfc:FC_DefinitionReference>
316
+ <gfc:definitionSource>
317
+ <gfc:FC_DefinitionSource>
318
+ <gfc:source>
319
+ <gmd:CI_Citation>
320
+ <gmd:title>
321
+ <gco:CharacterString>Census of India</gco:CharacterString>
322
+ </gmd:title>
323
+ <gmd:date gco:nilReason="unknown"/>
324
+ <gmd:citedResponsibleParty>
325
+ <gmd:CI_ResponsibleParty>
326
+ <gmd:organisationName>
327
+ <gco:CharacterString>Census of India</gco:CharacterString>
328
+ </gmd:organisationName>
329
+ <gmd:role>
330
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
331
+ </gmd:role>
332
+ </gmd:CI_ResponsibleParty>
333
+ </gmd:citedResponsibleParty>
334
+ </gmd:CI_Citation>
335
+ </gfc:source>
336
+ </gfc:FC_DefinitionSource>
337
+ </gfc:definitionSource>
338
+ </gfc:FC_DefinitionReference>
339
+ </gfc:definitionReference>
340
+ <gfc:valueType>
341
+ <gco:TypeName>
342
+ <gco:aName>
343
+ <gco:CharacterString>Double</gco:CharacterString>
344
+ </gco:aName>
345
+ </gco:TypeName>
346
+ </gfc:valueType>
347
+ </gfc:FC_FeatureAttribute>
348
+ </gfc:carrierOfCharacteristics>
349
+ <gfc:carrierOfCharacteristics>
350
+ <gfc:FC_FeatureAttribute>
351
+ <gfc:memberName>
352
+ <gco:LocalName>TOT_ILLT</gco:LocalName>
353
+ </gfc:memberName>
354
+ <gfc:definition>
355
+ <gco:CharacterString>Total Illiterates</gco:CharacterString>
356
+ </gfc:definition>
357
+ <gfc:cardinality gco:nilReason="unknown"/>
358
+ <gfc:definitionReference>
359
+ <gfc:FC_DefinitionReference>
360
+ <gfc:definitionSource>
361
+ <gfc:FC_DefinitionSource>
362
+ <gfc:source>
363
+ <gmd:CI_Citation>
364
+ <gmd:title>
365
+ <gco:CharacterString>Census of India</gco:CharacterString>
366
+ </gmd:title>
367
+ <gmd:date gco:nilReason="unknown"/>
368
+ <gmd:citedResponsibleParty>
369
+ <gmd:CI_ResponsibleParty>
370
+ <gmd:organisationName>
371
+ <gco:CharacterString>Census of India</gco:CharacterString>
372
+ </gmd:organisationName>
373
+ <gmd:role>
374
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
375
+ </gmd:role>
376
+ </gmd:CI_ResponsibleParty>
377
+ </gmd:citedResponsibleParty>
378
+ </gmd:CI_Citation>
379
+ </gfc:source>
380
+ </gfc:FC_DefinitionSource>
381
+ </gfc:definitionSource>
382
+ </gfc:FC_DefinitionReference>
383
+ </gfc:definitionReference>
384
+ <gfc:valueType>
385
+ <gco:TypeName>
386
+ <gco:aName>
387
+ <gco:CharacterString>Double</gco:CharacterString>
388
+ </gco:aName>
389
+ </gco:TypeName>
390
+ </gfc:valueType>
391
+ </gfc:FC_FeatureAttribute>
392
+ </gfc:carrierOfCharacteristics>
393
+ <gfc:carrierOfCharacteristics>
394
+ <gfc:FC_FeatureAttribute>
395
+ <gfc:memberName>
396
+ <gco:LocalName>TOT_LIT</gco:LocalName>
397
+ </gfc:memberName>
398
+ <gfc:definition>
399
+ <gco:CharacterString>Total literates</gco:CharacterString>
400
+ </gfc:definition>
401
+ <gfc:cardinality gco:nilReason="unknown"/>
402
+ <gfc:definitionReference>
403
+ <gfc:FC_DefinitionReference>
404
+ <gfc:definitionSource>
405
+ <gfc:FC_DefinitionSource>
406
+ <gfc:source>
407
+ <gmd:CI_Citation>
408
+ <gmd:title>
409
+ <gco:CharacterString>Census of India</gco:CharacterString>
410
+ </gmd:title>
411
+ <gmd:date gco:nilReason="unknown"/>
412
+ <gmd:citedResponsibleParty>
413
+ <gmd:CI_ResponsibleParty>
414
+ <gmd:organisationName>
415
+ <gco:CharacterString>Census of India</gco:CharacterString>
416
+ </gmd:organisationName>
417
+ <gmd:role>
418
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
419
+ </gmd:role>
420
+ </gmd:CI_ResponsibleParty>
421
+ </gmd:citedResponsibleParty>
422
+ </gmd:CI_Citation>
423
+ </gfc:source>
424
+ </gfc:FC_DefinitionSource>
425
+ </gfc:definitionSource>
426
+ </gfc:FC_DefinitionReference>
427
+ </gfc:definitionReference>
428
+ <gfc:valueType>
429
+ <gco:TypeName>
430
+ <gco:aName>
431
+ <gco:CharacterString>Double</gco:CharacterString>
432
+ </gco:aName>
433
+ </gco:TypeName>
434
+ </gfc:valueType>
435
+ </gfc:FC_FeatureAttribute>
436
+ </gfc:carrierOfCharacteristics>
437
+ <gfc:carrierOfCharacteristics>
438
+ <gfc:FC_FeatureAttribute>
439
+ <gfc:memberName>
440
+ <gco:LocalName>F_SC</gco:LocalName>
441
+ </gfc:memberName>
442
+ <gfc:definition>
443
+ <gco:CharacterString>Female scheduled caste</gco:CharacterString>
444
+ </gfc:definition>
445
+ <gfc:cardinality gco:nilReason="unknown"/>
446
+ <gfc:definitionReference>
447
+ <gfc:FC_DefinitionReference>
448
+ <gfc:definitionSource>
449
+ <gfc:FC_DefinitionSource>
450
+ <gfc:source>
451
+ <gmd:CI_Citation>
452
+ <gmd:title>
453
+ <gco:CharacterString>Census of India</gco:CharacterString>
454
+ </gmd:title>
455
+ <gmd:date gco:nilReason="unknown"/>
456
+ <gmd:citedResponsibleParty>
457
+ <gmd:CI_ResponsibleParty>
458
+ <gmd:organisationName>
459
+ <gco:CharacterString>Census of India</gco:CharacterString>
460
+ </gmd:organisationName>
461
+ <gmd:role>
462
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
463
+ </gmd:role>
464
+ </gmd:CI_ResponsibleParty>
465
+ </gmd:citedResponsibleParty>
466
+ </gmd:CI_Citation>
467
+ </gfc:source>
468
+ </gfc:FC_DefinitionSource>
469
+ </gfc:definitionSource>
470
+ </gfc:FC_DefinitionReference>
471
+ </gfc:definitionReference>
472
+ <gfc:valueType>
473
+ <gco:TypeName>
474
+ <gco:aName>
475
+ <gco:CharacterString>Double</gco:CharacterString>
476
+ </gco:aName>
477
+ </gco:TypeName>
478
+ </gfc:valueType>
479
+ </gfc:FC_FeatureAttribute>
480
+ </gfc:carrierOfCharacteristics>
481
+ <gfc:carrierOfCharacteristics>
482
+ <gfc:FC_FeatureAttribute>
483
+ <gfc:memberName>
484
+ <gco:LocalName>TOT_ST</gco:LocalName>
485
+ </gfc:memberName>
486
+ <gfc:definition>
487
+ <gco:CharacterString>Total scheduled tribe</gco:CharacterString>
488
+ </gfc:definition>
489
+ <gfc:cardinality gco:nilReason="unknown"/>
490
+ <gfc:definitionReference>
491
+ <gfc:FC_DefinitionReference>
492
+ <gfc:definitionSource>
493
+ <gfc:FC_DefinitionSource>
494
+ <gfc:source>
495
+ <gmd:CI_Citation>
496
+ <gmd:title>
497
+ <gco:CharacterString>Census of India</gco:CharacterString>
498
+ </gmd:title>
499
+ <gmd:date gco:nilReason="unknown"/>
500
+ <gmd:citedResponsibleParty>
501
+ <gmd:CI_ResponsibleParty>
502
+ <gmd:organisationName>
503
+ <gco:CharacterString>Census of India</gco:CharacterString>
504
+ </gmd:organisationName>
505
+ <gmd:role>
506
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
507
+ </gmd:role>
508
+ </gmd:CI_ResponsibleParty>
509
+ </gmd:citedResponsibleParty>
510
+ </gmd:CI_Citation>
511
+ </gfc:source>
512
+ </gfc:FC_DefinitionSource>
513
+ </gfc:definitionSource>
514
+ </gfc:FC_DefinitionReference>
515
+ </gfc:definitionReference>
516
+ <gfc:valueType>
517
+ <gco:TypeName>
518
+ <gco:aName>
519
+ <gco:CharacterString>Double</gco:CharacterString>
520
+ </gco:aName>
521
+ </gco:TypeName>
522
+ </gfc:valueType>
523
+ </gfc:FC_FeatureAttribute>
524
+ </gfc:carrierOfCharacteristics>
525
+ <gfc:carrierOfCharacteristics>
526
+ <gfc:FC_FeatureAttribute>
527
+ <gfc:memberName>
528
+ <gco:LocalName>M_MFHH</gco:LocalName>
529
+ </gfc:memberName>
530
+ <gfc:definition>
531
+ <gco:CharacterString>Male Household industry workers</gco:CharacterString>
532
+ </gfc:definition>
533
+ <gfc:cardinality gco:nilReason="unknown"/>
534
+ <gfc:definitionReference>
535
+ <gfc:FC_DefinitionReference>
536
+ <gfc:definitionSource>
537
+ <gfc:FC_DefinitionSource>
538
+ <gfc:source>
539
+ <gmd:CI_Citation>
540
+ <gmd:title>
541
+ <gco:CharacterString>Census of India</gco:CharacterString>
542
+ </gmd:title>
543
+ <gmd:date gco:nilReason="unknown"/>
544
+ <gmd:citedResponsibleParty>
545
+ <gmd:CI_ResponsibleParty>
546
+ <gmd:organisationName>
547
+ <gco:CharacterString>Census of India</gco:CharacterString>
548
+ </gmd:organisationName>
549
+ <gmd:role>
550
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
551
+ </gmd:role>
552
+ </gmd:CI_ResponsibleParty>
553
+ </gmd:citedResponsibleParty>
554
+ </gmd:CI_Citation>
555
+ </gfc:source>
556
+ </gfc:FC_DefinitionSource>
557
+ </gfc:definitionSource>
558
+ </gfc:FC_DefinitionReference>
559
+ </gfc:definitionReference>
560
+ <gfc:valueType>
561
+ <gco:TypeName>
562
+ <gco:aName>
563
+ <gco:CharacterString>Double</gco:CharacterString>
564
+ </gco:aName>
565
+ </gco:TypeName>
566
+ </gfc:valueType>
567
+ </gfc:FC_FeatureAttribute>
568
+ </gfc:carrierOfCharacteristics>
569
+ <gfc:carrierOfCharacteristics>
570
+ <gfc:FC_FeatureAttribute>
571
+ <gfc:memberName>
572
+ <gco:LocalName>NAME</gco:LocalName>
573
+ </gfc:memberName>
574
+ <gfc:definition>
575
+ <gco:CharacterString>Name of village</gco:CharacterString>
576
+ </gfc:definition>
577
+ <gfc:cardinality gco:nilReason="unknown"/>
578
+ <gfc:definitionReference>
579
+ <gfc:FC_DefinitionReference>
580
+ <gfc:definitionSource>
581
+ <gfc:FC_DefinitionSource>
582
+ <gfc:source>
583
+ <gmd:CI_Citation>
584
+ <gmd:title>
585
+ <gco:CharacterString>Census of India</gco:CharacterString>
586
+ </gmd:title>
587
+ <gmd:date gco:nilReason="unknown"/>
588
+ <gmd:citedResponsibleParty>
589
+ <gmd:CI_ResponsibleParty>
590
+ <gmd:organisationName>
591
+ <gco:CharacterString>Census of India</gco:CharacterString>
592
+ </gmd:organisationName>
593
+ <gmd:role>
594
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
595
+ </gmd:role>
596
+ </gmd:CI_ResponsibleParty>
597
+ </gmd:citedResponsibleParty>
598
+ </gmd:CI_Citation>
599
+ </gfc:source>
600
+ </gfc:FC_DefinitionSource>
601
+ </gfc:definitionSource>
602
+ </gfc:FC_DefinitionReference>
603
+ </gfc:definitionReference>
604
+ <gfc:valueType>
605
+ <gco:TypeName>
606
+ <gco:aName>
607
+ <gco:CharacterString>String</gco:CharacterString>
608
+ </gco:aName>
609
+ </gco:TypeName>
610
+ </gfc:valueType>
611
+ <gfc:listedValue>
612
+ <gfc:FC_ListedValue>
613
+ <gfc:label>
614
+ <gco:CharacterString>Name</gco:CharacterString>
615
+ </gfc:label>
616
+ <gfc:definition>
617
+ <gco:CharacterString>Village Names</gco:CharacterString>
618
+ </gfc:definition>
619
+ <gfc:definitionReference>
620
+ <gfc:FC_DefinitionReference>
621
+ <gfc:definitionSource>
622
+ <gfc:FC_DefinitionSource>
623
+ <gfc:source>
624
+ <gmd:CI_Citation>
625
+ <gmd:title>
626
+ <gco:CharacterString>Census of India</gco:CharacterString>
627
+ </gmd:title>
628
+ <gmd:date gco:nilReason="unknown"/>
629
+ <gmd:citedResponsibleParty>
630
+ <gmd:CI_ResponsibleParty>
631
+ <gmd:organisationName>
632
+ <gco:CharacterString>Census of India</gco:CharacterString>
633
+ </gmd:organisationName>
634
+ <gmd:role>
635
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
636
+ </gmd:role>
637
+ </gmd:CI_ResponsibleParty>
638
+ </gmd:citedResponsibleParty>
639
+ </gmd:CI_Citation>
640
+ </gfc:source>
641
+ </gfc:FC_DefinitionSource>
642
+ </gfc:definitionSource>
643
+ </gfc:FC_DefinitionReference>
644
+ </gfc:definitionReference>
645
+ </gfc:FC_ListedValue>
646
+ </gfc:listedValue>
647
+ </gfc:FC_FeatureAttribute>
648
+ </gfc:carrierOfCharacteristics>
649
+ <gfc:carrierOfCharacteristics>
650
+ <gfc:FC_FeatureAttribute>
651
+ <gfc:memberName>
652
+ <gco:LocalName>M_POP</gco:LocalName>
653
+ </gfc:memberName>
654
+ <gfc:definition>
655
+ <gco:CharacterString>Male population</gco:CharacterString>
656
+ </gfc:definition>
657
+ <gfc:cardinality gco:nilReason="unknown"/>
658
+ <gfc:definitionReference>
659
+ <gfc:FC_DefinitionReference>
660
+ <gfc:definitionSource>
661
+ <gfc:FC_DefinitionSource>
662
+ <gfc:source>
663
+ <gmd:CI_Citation>
664
+ <gmd:title>
665
+ <gco:CharacterString>Census of India</gco:CharacterString>
666
+ </gmd:title>
667
+ <gmd:date gco:nilReason="unknown"/>
668
+ <gmd:citedResponsibleParty>
669
+ <gmd:CI_ResponsibleParty>
670
+ <gmd:organisationName>
671
+ <gco:CharacterString>Census of India</gco:CharacterString>
672
+ </gmd:organisationName>
673
+ <gmd:role>
674
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
675
+ </gmd:role>
676
+ </gmd:CI_ResponsibleParty>
677
+ </gmd:citedResponsibleParty>
678
+ </gmd:CI_Citation>
679
+ </gfc:source>
680
+ </gfc:FC_DefinitionSource>
681
+ </gfc:definitionSource>
682
+ </gfc:FC_DefinitionReference>
683
+ </gfc:definitionReference>
684
+ <gfc:valueType>
685
+ <gco:TypeName>
686
+ <gco:aName>
687
+ <gco:CharacterString>Double</gco:CharacterString>
688
+ </gco:aName>
689
+ </gco:TypeName>
690
+ </gfc:valueType>
691
+ </gfc:FC_FeatureAttribute>
692
+ </gfc:carrierOfCharacteristics>
693
+ <gfc:carrierOfCharacteristics>
694
+ <gfc:FC_FeatureAttribute>
695
+ <gfc:memberName>
696
+ <gco:LocalName>F_MNW</gco:LocalName>
697
+ </gfc:memberName>
698
+ <gfc:definition>
699
+ <gco:CharacterString>Female Main Workers</gco:CharacterString>
700
+ </gfc:definition>
701
+ <gfc:cardinality gco:nilReason="unknown"/>
702
+ <gfc:definitionReference>
703
+ <gfc:FC_DefinitionReference>
704
+ <gfc:definitionSource>
705
+ <gfc:FC_DefinitionSource>
706
+ <gfc:source>
707
+ <gmd:CI_Citation>
708
+ <gmd:title>
709
+ <gco:CharacterString>Census of India</gco:CharacterString>
710
+ </gmd:title>
711
+ <gmd:date gco:nilReason="unknown"/>
712
+ <gmd:citedResponsibleParty>
713
+ <gmd:CI_ResponsibleParty>
714
+ <gmd:organisationName>
715
+ <gco:CharacterString>Census of India</gco:CharacterString>
716
+ </gmd:organisationName>
717
+ <gmd:role>
718
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
719
+ </gmd:role>
720
+ </gmd:CI_ResponsibleParty>
721
+ </gmd:citedResponsibleParty>
722
+ </gmd:CI_Citation>
723
+ </gfc:source>
724
+ </gfc:FC_DefinitionSource>
725
+ </gfc:definitionSource>
726
+ </gfc:FC_DefinitionReference>
727
+ </gfc:definitionReference>
728
+ <gfc:valueType>
729
+ <gco:TypeName>
730
+ <gco:aName>
731
+ <gco:CharacterString>Double</gco:CharacterString>
732
+ </gco:aName>
733
+ </gco:TypeName>
734
+ </gfc:valueType>
735
+ </gfc:FC_FeatureAttribute>
736
+ </gfc:carrierOfCharacteristics>
737
+ <gfc:carrierOfCharacteristics>
738
+ <gfc:FC_FeatureAttribute>
739
+ <gfc:memberName>
740
+ <gco:LocalName>TOT_MFHH</gco:LocalName>
741
+ </gfc:memberName>
742
+ <gfc:definition>
743
+ <gco:CharacterString>Total Household industry workers</gco:CharacterString>
744
+ </gfc:definition>
745
+ <gfc:cardinality gco:nilReason="unknown"/>
746
+ <gfc:definitionReference>
747
+ <gfc:FC_DefinitionReference>
748
+ <gfc:definitionSource>
749
+ <gfc:FC_DefinitionSource>
750
+ <gfc:source>
751
+ <gmd:CI_Citation>
752
+ <gmd:title>
753
+ <gco:CharacterString>Census of India</gco:CharacterString>
754
+ </gmd:title>
755
+ <gmd:date gco:nilReason="unknown"/>
756
+ <gmd:citedResponsibleParty>
757
+ <gmd:CI_ResponsibleParty>
758
+ <gmd:organisationName>
759
+ <gco:CharacterString>Census of India</gco:CharacterString>
760
+ </gmd:organisationName>
761
+ <gmd:role>
762
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
763
+ </gmd:role>
764
+ </gmd:CI_ResponsibleParty>
765
+ </gmd:citedResponsibleParty>
766
+ </gmd:CI_Citation>
767
+ </gfc:source>
768
+ </gfc:FC_DefinitionSource>
769
+ </gfc:definitionSource>
770
+ </gfc:FC_DefinitionReference>
771
+ </gfc:definitionReference>
772
+ <gfc:valueType>
773
+ <gco:TypeName>
774
+ <gco:aName>
775
+ <gco:CharacterString>Double</gco:CharacterString>
776
+ </gco:aName>
777
+ </gco:TypeName>
778
+ </gfc:valueType>
779
+ </gfc:FC_FeatureAttribute>
780
+ </gfc:carrierOfCharacteristics>
781
+ <gfc:carrierOfCharacteristics>
782
+ <gfc:FC_FeatureAttribute>
783
+ <gfc:memberName>
784
+ <gco:LocalName>TOT_CULT</gco:LocalName>
785
+ </gfc:memberName>
786
+ <gfc:definition>
787
+ <gco:CharacterString>Total Cultivators</gco:CharacterString>
788
+ </gfc:definition>
789
+ <gfc:cardinality gco:nilReason="unknown"/>
790
+ <gfc:definitionReference>
791
+ <gfc:FC_DefinitionReference>
792
+ <gfc:definitionSource>
793
+ <gfc:FC_DefinitionSource>
794
+ <gfc:source>
795
+ <gmd:CI_Citation>
796
+ <gmd:title>
797
+ <gco:CharacterString>Census of India</gco:CharacterString>
798
+ </gmd:title>
799
+ <gmd:date gco:nilReason="unknown"/>
800
+ <gmd:citedResponsibleParty>
801
+ <gmd:CI_ResponsibleParty>
802
+ <gmd:organisationName>
803
+ <gco:CharacterString>Census of India</gco:CharacterString>
804
+ </gmd:organisationName>
805
+ <gmd:role>
806
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
807
+ </gmd:role>
808
+ </gmd:CI_ResponsibleParty>
809
+ </gmd:citedResponsibleParty>
810
+ </gmd:CI_Citation>
811
+ </gfc:source>
812
+ </gfc:FC_DefinitionSource>
813
+ </gfc:definitionSource>
814
+ </gfc:FC_DefinitionReference>
815
+ </gfc:definitionReference>
816
+ <gfc:valueType>
817
+ <gco:TypeName>
818
+ <gco:aName>
819
+ <gco:CharacterString>Double</gco:CharacterString>
820
+ </gco:aName>
821
+ </gco:TypeName>
822
+ </gfc:valueType>
823
+ </gfc:FC_FeatureAttribute>
824
+ </gfc:carrierOfCharacteristics>
825
+ <gfc:carrierOfCharacteristics>
826
+ <gfc:FC_FeatureAttribute>
827
+ <gfc:memberName>
828
+ <gco:LocalName>M_MRG_OTH</gco:LocalName>
829
+ </gfc:memberName>
830
+ <gfc:definition>
831
+ <gco:CharacterString>Male Marginal workers as other workers</gco:CharacterString>
832
+ </gfc:definition>
833
+ <gfc:cardinality gco:nilReason="unknown"/>
834
+ <gfc:definitionReference>
835
+ <gfc:FC_DefinitionReference>
836
+ <gfc:definitionSource>
837
+ <gfc:FC_DefinitionSource>
838
+ <gfc:source>
839
+ <gmd:CI_Citation>
840
+ <gmd:title>
841
+ <gco:CharacterString>Census of India</gco:CharacterString>
842
+ </gmd:title>
843
+ <gmd:date gco:nilReason="unknown"/>
844
+ <gmd:citedResponsibleParty>
845
+ <gmd:CI_ResponsibleParty>
846
+ <gmd:organisationName>
847
+ <gco:CharacterString>Census of India</gco:CharacterString>
848
+ </gmd:organisationName>
849
+ <gmd:role>
850
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
851
+ </gmd:role>
852
+ </gmd:CI_ResponsibleParty>
853
+ </gmd:citedResponsibleParty>
854
+ </gmd:CI_Citation>
855
+ </gfc:source>
856
+ </gfc:FC_DefinitionSource>
857
+ </gfc:definitionSource>
858
+ </gfc:FC_DefinitionReference>
859
+ </gfc:definitionReference>
860
+ <gfc:valueType>
861
+ <gco:TypeName>
862
+ <gco:aName>
863
+ <gco:CharacterString>Double</gco:CharacterString>
864
+ </gco:aName>
865
+ </gco:TypeName>
866
+ </gfc:valueType>
867
+ </gfc:FC_FeatureAttribute>
868
+ </gfc:carrierOfCharacteristics>
869
+ <gfc:carrierOfCharacteristics>
870
+ <gfc:FC_FeatureAttribute>
871
+ <gfc:memberName>
872
+ <gco:LocalName>T_MRG_OTH</gco:LocalName>
873
+ </gfc:memberName>
874
+ <gfc:definition>
875
+ <gco:CharacterString>Total Marginal workers as other workers</gco:CharacterString>
876
+ </gfc:definition>
877
+ <gfc:cardinality gco:nilReason="unknown"/>
878
+ <gfc:definitionReference>
879
+ <gfc:FC_DefinitionReference>
880
+ <gfc:definitionSource>
881
+ <gfc:FC_DefinitionSource>
882
+ <gfc:source>
883
+ <gmd:CI_Citation>
884
+ <gmd:title>
885
+ <gco:CharacterString>Census of India</gco:CharacterString>
886
+ </gmd:title>
887
+ <gmd:date gco:nilReason="unknown"/>
888
+ <gmd:citedResponsibleParty>
889
+ <gmd:CI_ResponsibleParty>
890
+ <gmd:organisationName>
891
+ <gco:CharacterString>Census of India</gco:CharacterString>
892
+ </gmd:organisationName>
893
+ <gmd:role>
894
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
895
+ </gmd:role>
896
+ </gmd:CI_ResponsibleParty>
897
+ </gmd:citedResponsibleParty>
898
+ </gmd:CI_Citation>
899
+ </gfc:source>
900
+ </gfc:FC_DefinitionSource>
901
+ </gfc:definitionSource>
902
+ </gfc:FC_DefinitionReference>
903
+ </gfc:definitionReference>
904
+ <gfc:valueType>
905
+ <gco:TypeName>
906
+ <gco:aName>
907
+ <gco:CharacterString>Double</gco:CharacterString>
908
+ </gco:aName>
909
+ </gco:TypeName>
910
+ </gfc:valueType>
911
+ </gfc:FC_FeatureAttribute>
912
+ </gfc:carrierOfCharacteristics>
913
+ <gfc:carrierOfCharacteristics>
914
+ <gfc:FC_FeatureAttribute>
915
+ <gfc:memberName>
916
+ <gco:LocalName>F_MRG_HH</gco:LocalName>
917
+ </gfc:memberName>
918
+ <gfc:definition>
919
+ <gco:CharacterString>Female Marginal workers household industry workers</gco:CharacterString>
920
+ </gfc:definition>
921
+ <gfc:cardinality gco:nilReason="unknown"/>
922
+ <gfc:definitionReference>
923
+ <gfc:FC_DefinitionReference>
924
+ <gfc:definitionSource>
925
+ <gfc:FC_DefinitionSource>
926
+ <gfc:source>
927
+ <gmd:CI_Citation>
928
+ <gmd:title>
929
+ <gco:CharacterString>Census of India</gco:CharacterString>
930
+ </gmd:title>
931
+ <gmd:date gco:nilReason="unknown"/>
932
+ <gmd:citedResponsibleParty>
933
+ <gmd:CI_ResponsibleParty>
934
+ <gmd:organisationName>
935
+ <gco:CharacterString>Census of India</gco:CharacterString>
936
+ </gmd:organisationName>
937
+ <gmd:role>
938
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
939
+ </gmd:role>
940
+ </gmd:CI_ResponsibleParty>
941
+ </gmd:citedResponsibleParty>
942
+ </gmd:CI_Citation>
943
+ </gfc:source>
944
+ </gfc:FC_DefinitionSource>
945
+ </gfc:definitionSource>
946
+ </gfc:FC_DefinitionReference>
947
+ </gfc:definitionReference>
948
+ <gfc:valueType>
949
+ <gco:TypeName>
950
+ <gco:aName>
951
+ <gco:CharacterString>Double</gco:CharacterString>
952
+ </gco:aName>
953
+ </gco:TypeName>
954
+ </gfc:valueType>
955
+ </gfc:FC_FeatureAttribute>
956
+ </gfc:carrierOfCharacteristics>
957
+ <gfc:carrierOfCharacteristics>
958
+ <gfc:FC_FeatureAttribute>
959
+ <gfc:memberName>
960
+ <gco:LocalName>M_MRG_HH</gco:LocalName>
961
+ </gfc:memberName>
962
+ <gfc:definition>
963
+ <gco:CharacterString>Male Marginal workers household industry workers</gco:CharacterString>
964
+ </gfc:definition>
965
+ <gfc:cardinality gco:nilReason="unknown"/>
966
+ <gfc:definitionReference>
967
+ <gfc:FC_DefinitionReference>
968
+ <gfc:definitionSource>
969
+ <gfc:FC_DefinitionSource>
970
+ <gfc:source>
971
+ <gmd:CI_Citation>
972
+ <gmd:title>
973
+ <gco:CharacterString>Census of India</gco:CharacterString>
974
+ </gmd:title>
975
+ <gmd:date gco:nilReason="unknown"/>
976
+ <gmd:citedResponsibleParty>
977
+ <gmd:CI_ResponsibleParty>
978
+ <gmd:organisationName>
979
+ <gco:CharacterString>Census of India</gco:CharacterString>
980
+ </gmd:organisationName>
981
+ <gmd:role>
982
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
983
+ </gmd:role>
984
+ </gmd:CI_ResponsibleParty>
985
+ </gmd:citedResponsibleParty>
986
+ </gmd:CI_Citation>
987
+ </gfc:source>
988
+ </gfc:FC_DefinitionSource>
989
+ </gfc:definitionSource>
990
+ </gfc:FC_DefinitionReference>
991
+ </gfc:definitionReference>
992
+ <gfc:valueType>
993
+ <gco:TypeName>
994
+ <gco:aName>
995
+ <gco:CharacterString>Double</gco:CharacterString>
996
+ </gco:aName>
997
+ </gco:TypeName>
998
+ </gfc:valueType>
999
+ </gfc:FC_FeatureAttribute>
1000
+ </gfc:carrierOfCharacteristics>
1001
+ <gfc:carrierOfCharacteristics>
1002
+ <gfc:FC_FeatureAttribute>
1003
+ <gfc:memberName>
1004
+ <gco:LocalName>F_NNW</gco:LocalName>
1005
+ </gfc:memberName>
1006
+ <gfc:definition>
1007
+ <gco:CharacterString>Female Non-workers</gco:CharacterString>
1008
+ </gfc:definition>
1009
+ <gfc:cardinality gco:nilReason="unknown"/>
1010
+ <gfc:definitionReference>
1011
+ <gfc:FC_DefinitionReference>
1012
+ <gfc:definitionSource>
1013
+ <gfc:FC_DefinitionSource>
1014
+ <gfc:source>
1015
+ <gmd:CI_Citation>
1016
+ <gmd:title>
1017
+ <gco:CharacterString>Census of India</gco:CharacterString>
1018
+ </gmd:title>
1019
+ <gmd:date gco:nilReason="unknown"/>
1020
+ <gmd:citedResponsibleParty>
1021
+ <gmd:CI_ResponsibleParty>
1022
+ <gmd:organisationName>
1023
+ <gco:CharacterString>Census of India</gco:CharacterString>
1024
+ </gmd:organisationName>
1025
+ <gmd:role>
1026
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1027
+ </gmd:role>
1028
+ </gmd:CI_ResponsibleParty>
1029
+ </gmd:citedResponsibleParty>
1030
+ </gmd:CI_Citation>
1031
+ </gfc:source>
1032
+ </gfc:FC_DefinitionSource>
1033
+ </gfc:definitionSource>
1034
+ </gfc:FC_DefinitionReference>
1035
+ </gfc:definitionReference>
1036
+ <gfc:valueType>
1037
+ <gco:TypeName>
1038
+ <gco:aName>
1039
+ <gco:CharacterString>Double</gco:CharacterString>
1040
+ </gco:aName>
1041
+ </gco:TypeName>
1042
+ </gfc:valueType>
1043
+ </gfc:FC_FeatureAttribute>
1044
+ </gfc:carrierOfCharacteristics>
1045
+ <gfc:carrierOfCharacteristics>
1046
+ <gfc:FC_FeatureAttribute>
1047
+ <gfc:memberName>
1048
+ <gco:LocalName>M_NNW</gco:LocalName>
1049
+ </gfc:memberName>
1050
+ <gfc:definition>
1051
+ <gco:CharacterString>Male Non-workers</gco:CharacterString>
1052
+ </gfc:definition>
1053
+ <gfc:cardinality gco:nilReason="unknown"/>
1054
+ <gfc:definitionReference>
1055
+ <gfc:FC_DefinitionReference>
1056
+ <gfc:definitionSource>
1057
+ <gfc:FC_DefinitionSource>
1058
+ <gfc:source>
1059
+ <gmd:CI_Citation>
1060
+ <gmd:title>
1061
+ <gco:CharacterString>Census of India</gco:CharacterString>
1062
+ </gmd:title>
1063
+ <gmd:date gco:nilReason="unknown"/>
1064
+ <gmd:citedResponsibleParty>
1065
+ <gmd:CI_ResponsibleParty>
1066
+ <gmd:organisationName>
1067
+ <gco:CharacterString>Census of India</gco:CharacterString>
1068
+ </gmd:organisationName>
1069
+ <gmd:role>
1070
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1071
+ </gmd:role>
1072
+ </gmd:CI_ResponsibleParty>
1073
+ </gmd:citedResponsibleParty>
1074
+ </gmd:CI_Citation>
1075
+ </gfc:source>
1076
+ </gfc:FC_DefinitionSource>
1077
+ </gfc:definitionSource>
1078
+ </gfc:FC_DefinitionReference>
1079
+ </gfc:definitionReference>
1080
+ <gfc:valueType>
1081
+ <gco:TypeName>
1082
+ <gco:aName>
1083
+ <gco:CharacterString>Double</gco:CharacterString>
1084
+ </gco:aName>
1085
+ </gco:TypeName>
1086
+ </gfc:valueType>
1087
+ </gfc:FC_FeatureAttribute>
1088
+ </gfc:carrierOfCharacteristics>
1089
+ <gfc:carrierOfCharacteristics>
1090
+ <gfc:FC_FeatureAttribute>
1091
+ <gfc:memberName>
1092
+ <gco:LocalName>TOT_NNW</gco:LocalName>
1093
+ </gfc:memberName>
1094
+ <gfc:definition>
1095
+ <gco:CharacterString>Total Non-workers</gco:CharacterString>
1096
+ </gfc:definition>
1097
+ <gfc:cardinality gco:nilReason="unknown"/>
1098
+ <gfc:definitionReference>
1099
+ <gfc:FC_DefinitionReference>
1100
+ <gfc:definitionSource>
1101
+ <gfc:FC_DefinitionSource>
1102
+ <gfc:source>
1103
+ <gmd:CI_Citation>
1104
+ <gmd:title>
1105
+ <gco:CharacterString>Census of India</gco:CharacterString>
1106
+ </gmd:title>
1107
+ <gmd:date gco:nilReason="unknown"/>
1108
+ <gmd:citedResponsibleParty>
1109
+ <gmd:CI_ResponsibleParty>
1110
+ <gmd:organisationName>
1111
+ <gco:CharacterString>Census of India</gco:CharacterString>
1112
+ </gmd:organisationName>
1113
+ <gmd:role>
1114
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1115
+ </gmd:role>
1116
+ </gmd:CI_ResponsibleParty>
1117
+ </gmd:citedResponsibleParty>
1118
+ </gmd:CI_Citation>
1119
+ </gfc:source>
1120
+ </gfc:FC_DefinitionSource>
1121
+ </gfc:definitionSource>
1122
+ </gfc:FC_DefinitionReference>
1123
+ </gfc:definitionReference>
1124
+ <gfc:valueType>
1125
+ <gco:TypeName>
1126
+ <gco:aName>
1127
+ <gco:CharacterString>Double</gco:CharacterString>
1128
+ </gco:aName>
1129
+ </gco:TypeName>
1130
+ </gfc:valueType>
1131
+ </gfc:FC_FeatureAttribute>
1132
+ </gfc:carrierOfCharacteristics>
1133
+ <gfc:carrierOfCharacteristics>
1134
+ <gfc:FC_FeatureAttribute>
1135
+ <gfc:memberName>
1136
+ <gco:LocalName>F_MRG_OTH</gco:LocalName>
1137
+ </gfc:memberName>
1138
+ <gfc:definition>
1139
+ <gco:CharacterString>Female Marginal workers as other workers</gco:CharacterString>
1140
+ </gfc:definition>
1141
+ <gfc:cardinality gco:nilReason="unknown"/>
1142
+ <gfc:definitionReference>
1143
+ <gfc:FC_DefinitionReference>
1144
+ <gfc:definitionSource>
1145
+ <gfc:FC_DefinitionSource>
1146
+ <gfc:source>
1147
+ <gmd:CI_Citation>
1148
+ <gmd:title>
1149
+ <gco:CharacterString>Census of India</gco:CharacterString>
1150
+ </gmd:title>
1151
+ <gmd:date gco:nilReason="unknown"/>
1152
+ <gmd:citedResponsibleParty>
1153
+ <gmd:CI_ResponsibleParty>
1154
+ <gmd:organisationName>
1155
+ <gco:CharacterString>Census of India</gco:CharacterString>
1156
+ </gmd:organisationName>
1157
+ <gmd:role>
1158
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1159
+ </gmd:role>
1160
+ </gmd:CI_ResponsibleParty>
1161
+ </gmd:citedResponsibleParty>
1162
+ </gmd:CI_Citation>
1163
+ </gfc:source>
1164
+ </gfc:FC_DefinitionSource>
1165
+ </gfc:definitionSource>
1166
+ </gfc:FC_DefinitionReference>
1167
+ </gfc:definitionReference>
1168
+ <gfc:valueType>
1169
+ <gco:TypeName>
1170
+ <gco:aName>
1171
+ <gco:CharacterString>Double</gco:CharacterString>
1172
+ </gco:aName>
1173
+ </gco:TypeName>
1174
+ </gfc:valueType>
1175
+ </gfc:FC_FeatureAttribute>
1176
+ </gfc:carrierOfCharacteristics>
1177
+ <gfc:carrierOfCharacteristics>
1178
+ <gfc:FC_FeatureAttribute>
1179
+ <gfc:memberName>
1180
+ <gco:LocalName>F_MRG_CULT</gco:LocalName>
1181
+ </gfc:memberName>
1182
+ <gfc:definition>
1183
+ <gco:CharacterString>Female Marginal workers as cultivators</gco:CharacterString>
1184
+ </gfc:definition>
1185
+ <gfc:cardinality gco:nilReason="unknown"/>
1186
+ <gfc:definitionReference>
1187
+ <gfc:FC_DefinitionReference>
1188
+ <gfc:definitionSource>
1189
+ <gfc:FC_DefinitionSource>
1190
+ <gfc:source>
1191
+ <gmd:CI_Citation>
1192
+ <gmd:title>
1193
+ <gco:CharacterString>Census of India</gco:CharacterString>
1194
+ </gmd:title>
1195
+ <gmd:date gco:nilReason="unknown"/>
1196
+ <gmd:citedResponsibleParty>
1197
+ <gmd:CI_ResponsibleParty>
1198
+ <gmd:organisationName>
1199
+ <gco:CharacterString>Census of India</gco:CharacterString>
1200
+ </gmd:organisationName>
1201
+ <gmd:role>
1202
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1203
+ </gmd:role>
1204
+ </gmd:CI_ResponsibleParty>
1205
+ </gmd:citedResponsibleParty>
1206
+ </gmd:CI_Citation>
1207
+ </gfc:source>
1208
+ </gfc:FC_DefinitionSource>
1209
+ </gfc:definitionSource>
1210
+ </gfc:FC_DefinitionReference>
1211
+ </gfc:definitionReference>
1212
+ <gfc:valueType>
1213
+ <gco:TypeName>
1214
+ <gco:aName>
1215
+ <gco:CharacterString>Double</gco:CharacterString>
1216
+ </gco:aName>
1217
+ </gco:TypeName>
1218
+ </gfc:valueType>
1219
+ </gfc:FC_FeatureAttribute>
1220
+ </gfc:carrierOfCharacteristics>
1221
+ <gfc:carrierOfCharacteristics>
1222
+ <gfc:FC_FeatureAttribute>
1223
+ <gfc:memberName>
1224
+ <gco:LocalName>T_MRG_HH</gco:LocalName>
1225
+ </gfc:memberName>
1226
+ <gfc:definition>
1227
+ <gco:CharacterString>Total Marginal workers household industry workers</gco:CharacterString>
1228
+ </gfc:definition>
1229
+ <gfc:cardinality gco:nilReason="unknown"/>
1230
+ <gfc:definitionReference>
1231
+ <gfc:FC_DefinitionReference>
1232
+ <gfc:definitionSource>
1233
+ <gfc:FC_DefinitionSource>
1234
+ <gfc:source>
1235
+ <gmd:CI_Citation>
1236
+ <gmd:title>
1237
+ <gco:CharacterString>Census of India</gco:CharacterString>
1238
+ </gmd:title>
1239
+ <gmd:date gco:nilReason="unknown"/>
1240
+ <gmd:citedResponsibleParty>
1241
+ <gmd:CI_ResponsibleParty>
1242
+ <gmd:organisationName>
1243
+ <gco:CharacterString>Census of India</gco:CharacterString>
1244
+ </gmd:organisationName>
1245
+ <gmd:role>
1246
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1247
+ </gmd:role>
1248
+ </gmd:CI_ResponsibleParty>
1249
+ </gmd:citedResponsibleParty>
1250
+ </gmd:CI_Citation>
1251
+ </gfc:source>
1252
+ </gfc:FC_DefinitionSource>
1253
+ </gfc:definitionSource>
1254
+ </gfc:FC_DefinitionReference>
1255
+ </gfc:definitionReference>
1256
+ <gfc:valueType>
1257
+ <gco:TypeName>
1258
+ <gco:aName>
1259
+ <gco:CharacterString>Double</gco:CharacterString>
1260
+ </gco:aName>
1261
+ </gco:TypeName>
1262
+ </gfc:valueType>
1263
+ </gfc:FC_FeatureAttribute>
1264
+ </gfc:carrierOfCharacteristics>
1265
+ <gfc:carrierOfCharacteristics>
1266
+ <gfc:FC_FeatureAttribute>
1267
+ <gfc:memberName>
1268
+ <gco:LocalName>F_MRG_AGLB</gco:LocalName>
1269
+ </gfc:memberName>
1270
+ <gfc:definition>
1271
+ <gco:CharacterString>Female Marginal workers as agricultural labourers</gco:CharacterString>
1272
+ </gfc:definition>
1273
+ <gfc:cardinality gco:nilReason="unknown"/>
1274
+ <gfc:definitionReference>
1275
+ <gfc:FC_DefinitionReference>
1276
+ <gfc:definitionSource>
1277
+ <gfc:FC_DefinitionSource>
1278
+ <gfc:source>
1279
+ <gmd:CI_Citation>
1280
+ <gmd:title>
1281
+ <gco:CharacterString>Census of India</gco:CharacterString>
1282
+ </gmd:title>
1283
+ <gmd:date gco:nilReason="unknown"/>
1284
+ <gmd:citedResponsibleParty>
1285
+ <gmd:CI_ResponsibleParty>
1286
+ <gmd:organisationName>
1287
+ <gco:CharacterString>Census of India</gco:CharacterString>
1288
+ </gmd:organisationName>
1289
+ <gmd:role>
1290
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1291
+ </gmd:role>
1292
+ </gmd:CI_ResponsibleParty>
1293
+ </gmd:citedResponsibleParty>
1294
+ </gmd:CI_Citation>
1295
+ </gfc:source>
1296
+ </gfc:FC_DefinitionSource>
1297
+ </gfc:definitionSource>
1298
+ </gfc:FC_DefinitionReference>
1299
+ </gfc:definitionReference>
1300
+ <gfc:valueType>
1301
+ <gco:TypeName>
1302
+ <gco:aName>
1303
+ <gco:CharacterString>Double</gco:CharacterString>
1304
+ </gco:aName>
1305
+ </gco:TypeName>
1306
+ </gfc:valueType>
1307
+ </gfc:FC_FeatureAttribute>
1308
+ </gfc:carrierOfCharacteristics>
1309
+ <gfc:carrierOfCharacteristics>
1310
+ <gfc:FC_FeatureAttribute>
1311
+ <gfc:memberName>
1312
+ <gco:LocalName>M_MRG_AGLB</gco:LocalName>
1313
+ </gfc:memberName>
1314
+ <gfc:definition>
1315
+ <gco:CharacterString>Male Marginal workers as agricultural labourers</gco:CharacterString>
1316
+ </gfc:definition>
1317
+ <gfc:cardinality gco:nilReason="unknown"/>
1318
+ <gfc:definitionReference>
1319
+ <gfc:FC_DefinitionReference>
1320
+ <gfc:definitionSource>
1321
+ <gfc:FC_DefinitionSource>
1322
+ <gfc:source>
1323
+ <gmd:CI_Citation>
1324
+ <gmd:title>
1325
+ <gco:CharacterString>Census of India</gco:CharacterString>
1326
+ </gmd:title>
1327
+ <gmd:date gco:nilReason="unknown"/>
1328
+ <gmd:citedResponsibleParty>
1329
+ <gmd:CI_ResponsibleParty>
1330
+ <gmd:organisationName>
1331
+ <gco:CharacterString>Census of India</gco:CharacterString>
1332
+ </gmd:organisationName>
1333
+ <gmd:role>
1334
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1335
+ </gmd:role>
1336
+ </gmd:CI_ResponsibleParty>
1337
+ </gmd:citedResponsibleParty>
1338
+ </gmd:CI_Citation>
1339
+ </gfc:source>
1340
+ </gfc:FC_DefinitionSource>
1341
+ </gfc:definitionSource>
1342
+ </gfc:FC_DefinitionReference>
1343
+ </gfc:definitionReference>
1344
+ <gfc:valueType>
1345
+ <gco:TypeName>
1346
+ <gco:aName>
1347
+ <gco:CharacterString>Double</gco:CharacterString>
1348
+ </gco:aName>
1349
+ </gco:TypeName>
1350
+ </gfc:valueType>
1351
+ </gfc:FC_FeatureAttribute>
1352
+ </gfc:carrierOfCharacteristics>
1353
+ <gfc:carrierOfCharacteristics>
1354
+ <gfc:FC_FeatureAttribute>
1355
+ <gfc:memberName>
1356
+ <gco:LocalName>T_MRG_AGLB</gco:LocalName>
1357
+ </gfc:memberName>
1358
+ <gfc:definition>
1359
+ <gco:CharacterString>Total Marginal workers as agricultural labourers</gco:CharacterString>
1360
+ </gfc:definition>
1361
+ <gfc:cardinality gco:nilReason="unknown"/>
1362
+ <gfc:definitionReference>
1363
+ <gfc:FC_DefinitionReference>
1364
+ <gfc:definitionSource>
1365
+ <gfc:FC_DefinitionSource>
1366
+ <gfc:source>
1367
+ <gmd:CI_Citation>
1368
+ <gmd:title>
1369
+ <gco:CharacterString>Census of India</gco:CharacterString>
1370
+ </gmd:title>
1371
+ <gmd:date gco:nilReason="unknown"/>
1372
+ <gmd:citedResponsibleParty>
1373
+ <gmd:CI_ResponsibleParty>
1374
+ <gmd:organisationName>
1375
+ <gco:CharacterString>Census of India</gco:CharacterString>
1376
+ </gmd:organisationName>
1377
+ <gmd:role>
1378
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1379
+ </gmd:role>
1380
+ </gmd:CI_ResponsibleParty>
1381
+ </gmd:citedResponsibleParty>
1382
+ </gmd:CI_Citation>
1383
+ </gfc:source>
1384
+ </gfc:FC_DefinitionSource>
1385
+ </gfc:definitionSource>
1386
+ </gfc:FC_DefinitionReference>
1387
+ </gfc:definitionReference>
1388
+ <gfc:valueType>
1389
+ <gco:TypeName>
1390
+ <gco:aName>
1391
+ <gco:CharacterString>Double</gco:CharacterString>
1392
+ </gco:aName>
1393
+ </gco:TypeName>
1394
+ </gfc:valueType>
1395
+ </gfc:FC_FeatureAttribute>
1396
+ </gfc:carrierOfCharacteristics>
1397
+ <gfc:carrierOfCharacteristics>
1398
+ <gfc:FC_FeatureAttribute>
1399
+ <gfc:memberName>
1400
+ <gco:LocalName>F_MRW</gco:LocalName>
1401
+ </gfc:memberName>
1402
+ <gfc:definition>
1403
+ <gco:CharacterString>Female Marginal workers other workers</gco:CharacterString>
1404
+ </gfc:definition>
1405
+ <gfc:cardinality gco:nilReason="unknown"/>
1406
+ <gfc:definitionReference>
1407
+ <gfc:FC_DefinitionReference>
1408
+ <gfc:definitionSource>
1409
+ <gfc:FC_DefinitionSource>
1410
+ <gfc:source>
1411
+ <gmd:CI_Citation>
1412
+ <gmd:title>
1413
+ <gco:CharacterString>Census of India</gco:CharacterString>
1414
+ </gmd:title>
1415
+ <gmd:date gco:nilReason="unknown"/>
1416
+ <gmd:citedResponsibleParty>
1417
+ <gmd:CI_ResponsibleParty>
1418
+ <gmd:organisationName>
1419
+ <gco:CharacterString>Census of India</gco:CharacterString>
1420
+ </gmd:organisationName>
1421
+ <gmd:role>
1422
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1423
+ </gmd:role>
1424
+ </gmd:CI_ResponsibleParty>
1425
+ </gmd:citedResponsibleParty>
1426
+ </gmd:CI_Citation>
1427
+ </gfc:source>
1428
+ </gfc:FC_DefinitionSource>
1429
+ </gfc:definitionSource>
1430
+ </gfc:FC_DefinitionReference>
1431
+ </gfc:definitionReference>
1432
+ <gfc:valueType>
1433
+ <gco:TypeName>
1434
+ <gco:aName>
1435
+ <gco:CharacterString>Double</gco:CharacterString>
1436
+ </gco:aName>
1437
+ </gco:TypeName>
1438
+ </gfc:valueType>
1439
+ </gfc:FC_FeatureAttribute>
1440
+ </gfc:carrierOfCharacteristics>
1441
+ <gfc:carrierOfCharacteristics>
1442
+ <gfc:FC_FeatureAttribute>
1443
+ <gfc:memberName>
1444
+ <gco:LocalName>M_W</gco:LocalName>
1445
+ </gfc:memberName>
1446
+ <gfc:definition>
1447
+ <gco:CharacterString>Male Total Workers</gco:CharacterString>
1448
+ </gfc:definition>
1449
+ <gfc:cardinality gco:nilReason="unknown"/>
1450
+ <gfc:definitionReference>
1451
+ <gfc:FC_DefinitionReference>
1452
+ <gfc:definitionSource>
1453
+ <gfc:FC_DefinitionSource>
1454
+ <gfc:source>
1455
+ <gmd:CI_Citation>
1456
+ <gmd:title>
1457
+ <gco:CharacterString>Census of India</gco:CharacterString>
1458
+ </gmd:title>
1459
+ <gmd:date gco:nilReason="unknown"/>
1460
+ <gmd:citedResponsibleParty>
1461
+ <gmd:CI_ResponsibleParty>
1462
+ <gmd:organisationName>
1463
+ <gco:CharacterString>Census of India</gco:CharacterString>
1464
+ </gmd:organisationName>
1465
+ <gmd:role>
1466
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1467
+ </gmd:role>
1468
+ </gmd:CI_ResponsibleParty>
1469
+ </gmd:citedResponsibleParty>
1470
+ </gmd:CI_Citation>
1471
+ </gfc:source>
1472
+ </gfc:FC_DefinitionSource>
1473
+ </gfc:definitionSource>
1474
+ </gfc:FC_DefinitionReference>
1475
+ </gfc:definitionReference>
1476
+ <gfc:valueType>
1477
+ <gco:TypeName>
1478
+ <gco:aName>
1479
+ <gco:CharacterString>Double</gco:CharacterString>
1480
+ </gco:aName>
1481
+ </gco:TypeName>
1482
+ </gfc:valueType>
1483
+ </gfc:FC_FeatureAttribute>
1484
+ </gfc:carrierOfCharacteristics>
1485
+ <gfc:carrierOfCharacteristics>
1486
+ <gfc:FC_FeatureAttribute>
1487
+ <gfc:memberName>
1488
+ <gco:LocalName>TOT_W</gco:LocalName>
1489
+ </gfc:memberName>
1490
+ <gfc:definition>
1491
+ <gco:CharacterString>Total Workers</gco:CharacterString>
1492
+ </gfc:definition>
1493
+ <gfc:cardinality gco:nilReason="unknown"/>
1494
+ <gfc:definitionReference>
1495
+ <gfc:FC_DefinitionReference>
1496
+ <gfc:definitionSource>
1497
+ <gfc:FC_DefinitionSource>
1498
+ <gfc:source>
1499
+ <gmd:CI_Citation>
1500
+ <gmd:title>
1501
+ <gco:CharacterString>Census of India</gco:CharacterString>
1502
+ </gmd:title>
1503
+ <gmd:date gco:nilReason="unknown"/>
1504
+ <gmd:citedResponsibleParty>
1505
+ <gmd:CI_ResponsibleParty>
1506
+ <gmd:organisationName>
1507
+ <gco:CharacterString>Census of India</gco:CharacterString>
1508
+ </gmd:organisationName>
1509
+ <gmd:role>
1510
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1511
+ </gmd:role>
1512
+ </gmd:CI_ResponsibleParty>
1513
+ </gmd:citedResponsibleParty>
1514
+ </gmd:CI_Citation>
1515
+ </gfc:source>
1516
+ </gfc:FC_DefinitionSource>
1517
+ </gfc:definitionSource>
1518
+ </gfc:FC_DefinitionReference>
1519
+ </gfc:definitionReference>
1520
+ <gfc:valueType>
1521
+ <gco:TypeName>
1522
+ <gco:aName>
1523
+ <gco:CharacterString>Double</gco:CharacterString>
1524
+ </gco:aName>
1525
+ </gco:TypeName>
1526
+ </gfc:valueType>
1527
+ </gfc:FC_FeatureAttribute>
1528
+ </gfc:carrierOfCharacteristics>
1529
+ <gfc:carrierOfCharacteristics>
1530
+ <gfc:FC_FeatureAttribute>
1531
+ <gfc:memberName>
1532
+ <gco:LocalName>TOT_SC</gco:LocalName>
1533
+ </gfc:memberName>
1534
+ <gfc:definition>
1535
+ <gco:CharacterString>Total scheduled caste</gco:CharacterString>
1536
+ </gfc:definition>
1537
+ <gfc:cardinality gco:nilReason="unknown"/>
1538
+ <gfc:definitionReference>
1539
+ <gfc:FC_DefinitionReference>
1540
+ <gfc:definitionSource>
1541
+ <gfc:FC_DefinitionSource>
1542
+ <gfc:source>
1543
+ <gmd:CI_Citation>
1544
+ <gmd:title>
1545
+ <gco:CharacterString>Census of India</gco:CharacterString>
1546
+ </gmd:title>
1547
+ <gmd:date gco:nilReason="unknown"/>
1548
+ <gmd:citedResponsibleParty>
1549
+ <gmd:CI_ResponsibleParty>
1550
+ <gmd:organisationName>
1551
+ <gco:CharacterString>Census of India</gco:CharacterString>
1552
+ </gmd:organisationName>
1553
+ <gmd:role>
1554
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1555
+ </gmd:role>
1556
+ </gmd:CI_ResponsibleParty>
1557
+ </gmd:citedResponsibleParty>
1558
+ </gmd:CI_Citation>
1559
+ </gfc:source>
1560
+ </gfc:FC_DefinitionSource>
1561
+ </gfc:definitionSource>
1562
+ </gfc:FC_DefinitionReference>
1563
+ </gfc:definitionReference>
1564
+ <gfc:valueType>
1565
+ <gco:TypeName>
1566
+ <gco:aName>
1567
+ <gco:CharacterString>Double</gco:CharacterString>
1568
+ </gco:aName>
1569
+ </gco:TypeName>
1570
+ </gfc:valueType>
1571
+ </gfc:FC_FeatureAttribute>
1572
+ </gfc:carrierOfCharacteristics>
1573
+ <gfc:carrierOfCharacteristics>
1574
+ <gfc:FC_FeatureAttribute>
1575
+ <gfc:memberName>
1576
+ <gco:LocalName>F_W</gco:LocalName>
1577
+ </gfc:memberName>
1578
+ <gfc:definition>
1579
+ <gco:CharacterString>Female Total Workers</gco:CharacterString>
1580
+ </gfc:definition>
1581
+ <gfc:cardinality gco:nilReason="unknown"/>
1582
+ <gfc:definitionReference>
1583
+ <gfc:FC_DefinitionReference>
1584
+ <gfc:definitionSource>
1585
+ <gfc:FC_DefinitionSource>
1586
+ <gfc:source>
1587
+ <gmd:CI_Citation>
1588
+ <gmd:title>
1589
+ <gco:CharacterString>Census of India</gco:CharacterString>
1590
+ </gmd:title>
1591
+ <gmd:date gco:nilReason="unknown"/>
1592
+ <gmd:citedResponsibleParty>
1593
+ <gmd:CI_ResponsibleParty>
1594
+ <gmd:organisationName>
1595
+ <gco:CharacterString>Census of India</gco:CharacterString>
1596
+ </gmd:organisationName>
1597
+ <gmd:role>
1598
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1599
+ </gmd:role>
1600
+ </gmd:CI_ResponsibleParty>
1601
+ </gmd:citedResponsibleParty>
1602
+ </gmd:CI_Citation>
1603
+ </gfc:source>
1604
+ </gfc:FC_DefinitionSource>
1605
+ </gfc:definitionSource>
1606
+ </gfc:FC_DefinitionReference>
1607
+ </gfc:definitionReference>
1608
+ <gfc:valueType>
1609
+ <gco:TypeName>
1610
+ <gco:aName>
1611
+ <gco:CharacterString>Double</gco:CharacterString>
1612
+ </gco:aName>
1613
+ </gco:TypeName>
1614
+ </gfc:valueType>
1615
+ </gfc:FC_FeatureAttribute>
1616
+ </gfc:carrierOfCharacteristics>
1617
+ <gfc:carrierOfCharacteristics>
1618
+ <gfc:FC_FeatureAttribute>
1619
+ <gfc:memberName>
1620
+ <gco:LocalName>F_POP</gco:LocalName>
1621
+ </gfc:memberName>
1622
+ <gfc:definition>
1623
+ <gco:CharacterString>Female population</gco:CharacterString>
1624
+ </gfc:definition>
1625
+ <gfc:cardinality gco:nilReason="unknown"/>
1626
+ <gfc:definitionReference>
1627
+ <gfc:FC_DefinitionReference>
1628
+ <gfc:definitionSource>
1629
+ <gfc:FC_DefinitionSource>
1630
+ <gfc:source>
1631
+ <gmd:CI_Citation>
1632
+ <gmd:title>
1633
+ <gco:CharacterString>Census of India</gco:CharacterString>
1634
+ </gmd:title>
1635
+ <gmd:date gco:nilReason="unknown"/>
1636
+ <gmd:citedResponsibleParty>
1637
+ <gmd:CI_ResponsibleParty>
1638
+ <gmd:organisationName>
1639
+ <gco:CharacterString>Census of India</gco:CharacterString>
1640
+ </gmd:organisationName>
1641
+ <gmd:role>
1642
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1643
+ </gmd:role>
1644
+ </gmd:CI_ResponsibleParty>
1645
+ </gmd:citedResponsibleParty>
1646
+ </gmd:CI_Citation>
1647
+ </gfc:source>
1648
+ </gfc:FC_DefinitionSource>
1649
+ </gfc:definitionSource>
1650
+ </gfc:FC_DefinitionReference>
1651
+ </gfc:definitionReference>
1652
+ <gfc:valueType>
1653
+ <gco:TypeName>
1654
+ <gco:aName>
1655
+ <gco:CharacterString>Double</gco:CharacterString>
1656
+ </gco:aName>
1657
+ </gco:TypeName>
1658
+ </gfc:valueType>
1659
+ </gfc:FC_FeatureAttribute>
1660
+ </gfc:carrierOfCharacteristics>
1661
+ <gfc:carrierOfCharacteristics>
1662
+ <gfc:FC_FeatureAttribute>
1663
+ <gfc:memberName>
1664
+ <gco:LocalName>F_ILLT</gco:LocalName>
1665
+ </gfc:memberName>
1666
+ <gfc:definition>
1667
+ <gco:CharacterString>Female Illiterates</gco:CharacterString>
1668
+ </gfc:definition>
1669
+ <gfc:cardinality gco:nilReason="unknown"/>
1670
+ <gfc:definitionReference>
1671
+ <gfc:FC_DefinitionReference>
1672
+ <gfc:definitionSource>
1673
+ <gfc:FC_DefinitionSource>
1674
+ <gfc:source>
1675
+ <gmd:CI_Citation>
1676
+ <gmd:title>
1677
+ <gco:CharacterString>Census of India</gco:CharacterString>
1678
+ </gmd:title>
1679
+ <gmd:date gco:nilReason="unknown"/>
1680
+ <gmd:citedResponsibleParty>
1681
+ <gmd:CI_ResponsibleParty>
1682
+ <gmd:organisationName>
1683
+ <gco:CharacterString>Census of India</gco:CharacterString>
1684
+ </gmd:organisationName>
1685
+ <gmd:role>
1686
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1687
+ </gmd:role>
1688
+ </gmd:CI_ResponsibleParty>
1689
+ </gmd:citedResponsibleParty>
1690
+ </gmd:CI_Citation>
1691
+ </gfc:source>
1692
+ </gfc:FC_DefinitionSource>
1693
+ </gfc:definitionSource>
1694
+ </gfc:FC_DefinitionReference>
1695
+ </gfc:definitionReference>
1696
+ <gfc:valueType>
1697
+ <gco:TypeName>
1698
+ <gco:aName>
1699
+ <gco:CharacterString>Double</gco:CharacterString>
1700
+ </gco:aName>
1701
+ </gco:TypeName>
1702
+ </gfc:valueType>
1703
+ </gfc:FC_FeatureAttribute>
1704
+ </gfc:carrierOfCharacteristics>
1705
+ <gfc:carrierOfCharacteristics>
1706
+ <gfc:FC_FeatureAttribute>
1707
+ <gfc:memberName>
1708
+ <gco:LocalName>TOT_POP</gco:LocalName>
1709
+ </gfc:memberName>
1710
+ <gfc:definition>
1711
+ <gco:CharacterString>Total population</gco:CharacterString>
1712
+ </gfc:definition>
1713
+ <gfc:cardinality gco:nilReason="unknown"/>
1714
+ <gfc:definitionReference>
1715
+ <gfc:FC_DefinitionReference>
1716
+ <gfc:definitionSource>
1717
+ <gfc:FC_DefinitionSource>
1718
+ <gfc:source>
1719
+ <gmd:CI_Citation>
1720
+ <gmd:title>
1721
+ <gco:CharacterString>Census of India</gco:CharacterString>
1722
+ </gmd:title>
1723
+ <gmd:date gco:nilReason="unknown"/>
1724
+ <gmd:citedResponsibleParty>
1725
+ <gmd:CI_ResponsibleParty>
1726
+ <gmd:organisationName>
1727
+ <gco:CharacterString>Census of India</gco:CharacterString>
1728
+ </gmd:organisationName>
1729
+ <gmd:role>
1730
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1731
+ </gmd:role>
1732
+ </gmd:CI_ResponsibleParty>
1733
+ </gmd:citedResponsibleParty>
1734
+ </gmd:CI_Citation>
1735
+ </gfc:source>
1736
+ </gfc:FC_DefinitionSource>
1737
+ </gfc:definitionSource>
1738
+ </gfc:FC_DefinitionReference>
1739
+ </gfc:definitionReference>
1740
+ <gfc:valueType>
1741
+ <gco:TypeName>
1742
+ <gco:aName>
1743
+ <gco:CharacterString>Double</gco:CharacterString>
1744
+ </gco:aName>
1745
+ </gco:TypeName>
1746
+ </gfc:valueType>
1747
+ </gfc:FC_FeatureAttribute>
1748
+ </gfc:carrierOfCharacteristics>
1749
+ <gfc:carrierOfCharacteristics>
1750
+ <gfc:FC_FeatureAttribute>
1751
+ <gfc:memberName>
1752
+ <gco:LocalName>LEVEL</gco:LocalName>
1753
+ </gfc:memberName>
1754
+ <gfc:definition>
1755
+ <gco:CharacterString>Village or Town</gco:CharacterString>
1756
+ </gfc:definition>
1757
+ <gfc:cardinality gco:nilReason="unknown"/>
1758
+ <gfc:definitionReference>
1759
+ <gfc:FC_DefinitionReference>
1760
+ <gfc:definitionSource>
1761
+ <gfc:FC_DefinitionSource>
1762
+ <gfc:source>
1763
+ <gmd:CI_Citation>
1764
+ <gmd:title>
1765
+ <gco:CharacterString>Census of India</gco:CharacterString>
1766
+ </gmd:title>
1767
+ <gmd:date gco:nilReason="unknown"/>
1768
+ <gmd:citedResponsibleParty>
1769
+ <gmd:CI_ResponsibleParty>
1770
+ <gmd:organisationName>
1771
+ <gco:CharacterString>Census of India</gco:CharacterString>
1772
+ </gmd:organisationName>
1773
+ <gmd:role>
1774
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1775
+ </gmd:role>
1776
+ </gmd:CI_ResponsibleParty>
1777
+ </gmd:citedResponsibleParty>
1778
+ </gmd:CI_Citation>
1779
+ </gfc:source>
1780
+ </gfc:FC_DefinitionSource>
1781
+ </gfc:definitionSource>
1782
+ </gfc:FC_DefinitionReference>
1783
+ </gfc:definitionReference>
1784
+ <gfc:valueType>
1785
+ <gco:TypeName>
1786
+ <gco:aName>
1787
+ <gco:CharacterString>String</gco:CharacterString>
1788
+ </gco:aName>
1789
+ </gco:TypeName>
1790
+ </gfc:valueType>
1791
+ <gfc:listedValue>
1792
+ <gfc:FC_ListedValue>
1793
+ <gfc:label>
1794
+ <gco:CharacterString>Village, Town</gco:CharacterString>
1795
+ </gfc:label>
1796
+ <gfc:definition>
1797
+ <gco:CharacterString>Village as Rural and Town as Urban settlements</gco:CharacterString>
1798
+ </gfc:definition>
1799
+ <gfc:definitionReference>
1800
+ <gfc:FC_DefinitionReference>
1801
+ <gfc:definitionSource>
1802
+ <gfc:FC_DefinitionSource>
1803
+ <gfc:source>
1804
+ <gmd:CI_Citation>
1805
+ <gmd:title>
1806
+ <gco:CharacterString>Census of India</gco:CharacterString>
1807
+ </gmd:title>
1808
+ <gmd:date gco:nilReason="unknown"/>
1809
+ <gmd:citedResponsibleParty>
1810
+ <gmd:CI_ResponsibleParty>
1811
+ <gmd:organisationName>
1812
+ <gco:CharacterString>Census of India</gco:CharacterString>
1813
+ </gmd:organisationName>
1814
+ <gmd:role>
1815
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1816
+ </gmd:role>
1817
+ </gmd:CI_ResponsibleParty>
1818
+ </gmd:citedResponsibleParty>
1819
+ </gmd:CI_Citation>
1820
+ </gfc:source>
1821
+ </gfc:FC_DefinitionSource>
1822
+ </gfc:definitionSource>
1823
+ </gfc:FC_DefinitionReference>
1824
+ </gfc:definitionReference>
1825
+ </gfc:FC_ListedValue>
1826
+ </gfc:listedValue>
1827
+ </gfc:FC_FeatureAttribute>
1828
+ </gfc:carrierOfCharacteristics>
1829
+ <gfc:carrierOfCharacteristics>
1830
+ <gfc:FC_FeatureAttribute>
1831
+ <gfc:memberName>
1832
+ <gco:LocalName>F_MFHH</gco:LocalName>
1833
+ </gfc:memberName>
1834
+ <gfc:definition>
1835
+ <gco:CharacterString>Female Household industry workers</gco:CharacterString>
1836
+ </gfc:definition>
1837
+ <gfc:cardinality gco:nilReason="unknown"/>
1838
+ <gfc:definitionReference>
1839
+ <gfc:FC_DefinitionReference>
1840
+ <gfc:definitionSource>
1841
+ <gfc:FC_DefinitionSource>
1842
+ <gfc:source>
1843
+ <gmd:CI_Citation>
1844
+ <gmd:title>
1845
+ <gco:CharacterString>Census of India</gco:CharacterString>
1846
+ </gmd:title>
1847
+ <gmd:date gco:nilReason="unknown"/>
1848
+ <gmd:citedResponsibleParty>
1849
+ <gmd:CI_ResponsibleParty>
1850
+ <gmd:organisationName>
1851
+ <gco:CharacterString>Census of India</gco:CharacterString>
1852
+ </gmd:organisationName>
1853
+ <gmd:role>
1854
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1855
+ </gmd:role>
1856
+ </gmd:CI_ResponsibleParty>
1857
+ </gmd:citedResponsibleParty>
1858
+ </gmd:CI_Citation>
1859
+ </gfc:source>
1860
+ </gfc:FC_DefinitionSource>
1861
+ </gfc:definitionSource>
1862
+ </gfc:FC_DefinitionReference>
1863
+ </gfc:definitionReference>
1864
+ <gfc:valueType>
1865
+ <gco:TypeName>
1866
+ <gco:aName>
1867
+ <gco:CharacterString>Double</gco:CharacterString>
1868
+ </gco:aName>
1869
+ </gco:TypeName>
1870
+ </gfc:valueType>
1871
+ </gfc:FC_FeatureAttribute>
1872
+ </gfc:carrierOfCharacteristics>
1873
+ <gfc:carrierOfCharacteristics>
1874
+ <gfc:FC_FeatureAttribute>
1875
+ <gfc:memberName>
1876
+ <gco:LocalName>M_MNW</gco:LocalName>
1877
+ </gfc:memberName>
1878
+ <gfc:definition>
1879
+ <gco:CharacterString>Male Main Workers</gco:CharacterString>
1880
+ </gfc:definition>
1881
+ <gfc:cardinality gco:nilReason="unknown"/>
1882
+ <gfc:definitionReference>
1883
+ <gfc:FC_DefinitionReference>
1884
+ <gfc:definitionSource>
1885
+ <gfc:FC_DefinitionSource>
1886
+ <gfc:source>
1887
+ <gmd:CI_Citation>
1888
+ <gmd:title>
1889
+ <gco:CharacterString>Census of India</gco:CharacterString>
1890
+ </gmd:title>
1891
+ <gmd:date gco:nilReason="unknown"/>
1892
+ <gmd:citedResponsibleParty>
1893
+ <gmd:CI_ResponsibleParty>
1894
+ <gmd:organisationName>
1895
+ <gco:CharacterString>Census of India</gco:CharacterString>
1896
+ </gmd:organisationName>
1897
+ <gmd:role>
1898
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1899
+ </gmd:role>
1900
+ </gmd:CI_ResponsibleParty>
1901
+ </gmd:citedResponsibleParty>
1902
+ </gmd:CI_Citation>
1903
+ </gfc:source>
1904
+ </gfc:FC_DefinitionSource>
1905
+ </gfc:definitionSource>
1906
+ </gfc:FC_DefinitionReference>
1907
+ </gfc:definitionReference>
1908
+ <gfc:valueType>
1909
+ <gco:TypeName>
1910
+ <gco:aName>
1911
+ <gco:CharacterString>Double</gco:CharacterString>
1912
+ </gco:aName>
1913
+ </gco:TypeName>
1914
+ </gfc:valueType>
1915
+ </gfc:FC_FeatureAttribute>
1916
+ </gfc:carrierOfCharacteristics>
1917
+ <gfc:carrierOfCharacteristics>
1918
+ <gfc:FC_FeatureAttribute>
1919
+ <gfc:memberName>
1920
+ <gco:LocalName>M_ST</gco:LocalName>
1921
+ </gfc:memberName>
1922
+ <gfc:definition>
1923
+ <gco:CharacterString>Male scheduled tribe</gco:CharacterString>
1924
+ </gfc:definition>
1925
+ <gfc:cardinality gco:nilReason="unknown"/>
1926
+ <gfc:definitionReference>
1927
+ <gfc:FC_DefinitionReference>
1928
+ <gfc:definitionSource>
1929
+ <gfc:FC_DefinitionSource>
1930
+ <gfc:source>
1931
+ <gmd:CI_Citation>
1932
+ <gmd:title>
1933
+ <gco:CharacterString>Census of India</gco:CharacterString>
1934
+ </gmd:title>
1935
+ <gmd:date gco:nilReason="unknown"/>
1936
+ <gmd:citedResponsibleParty>
1937
+ <gmd:CI_ResponsibleParty>
1938
+ <gmd:organisationName>
1939
+ <gco:CharacterString>Census of India</gco:CharacterString>
1940
+ </gmd:organisationName>
1941
+ <gmd:role>
1942
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1943
+ </gmd:role>
1944
+ </gmd:CI_ResponsibleParty>
1945
+ </gmd:citedResponsibleParty>
1946
+ </gmd:CI_Citation>
1947
+ </gfc:source>
1948
+ </gfc:FC_DefinitionSource>
1949
+ </gfc:definitionSource>
1950
+ </gfc:FC_DefinitionReference>
1951
+ </gfc:definitionReference>
1952
+ <gfc:valueType>
1953
+ <gco:TypeName>
1954
+ <gco:aName>
1955
+ <gco:CharacterString>Double</gco:CharacterString>
1956
+ </gco:aName>
1957
+ </gco:TypeName>
1958
+ </gfc:valueType>
1959
+ </gfc:FC_FeatureAttribute>
1960
+ </gfc:carrierOfCharacteristics>
1961
+ <gfc:carrierOfCharacteristics>
1962
+ <gfc:FC_FeatureAttribute>
1963
+ <gfc:memberName>
1964
+ <gco:LocalName>TOT_OTH_W</gco:LocalName>
1965
+ </gfc:memberName>
1966
+ <gfc:definition>
1967
+ <gco:CharacterString>Total other workers</gco:CharacterString>
1968
+ </gfc:definition>
1969
+ <gfc:cardinality gco:nilReason="unknown"/>
1970
+ <gfc:definitionReference>
1971
+ <gfc:FC_DefinitionReference>
1972
+ <gfc:definitionSource>
1973
+ <gfc:FC_DefinitionSource>
1974
+ <gfc:source>
1975
+ <gmd:CI_Citation>
1976
+ <gmd:title>
1977
+ <gco:CharacterString>Census of India</gco:CharacterString>
1978
+ </gmd:title>
1979
+ <gmd:date gco:nilReason="unknown"/>
1980
+ <gmd:citedResponsibleParty>
1981
+ <gmd:CI_ResponsibleParty>
1982
+ <gmd:organisationName>
1983
+ <gco:CharacterString>Census of India</gco:CharacterString>
1984
+ </gmd:organisationName>
1985
+ <gmd:role>
1986
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1987
+ </gmd:role>
1988
+ </gmd:CI_ResponsibleParty>
1989
+ </gmd:citedResponsibleParty>
1990
+ </gmd:CI_Citation>
1991
+ </gfc:source>
1992
+ </gfc:FC_DefinitionSource>
1993
+ </gfc:definitionSource>
1994
+ </gfc:FC_DefinitionReference>
1995
+ </gfc:definitionReference>
1996
+ <gfc:valueType>
1997
+ <gco:TypeName>
1998
+ <gco:aName>
1999
+ <gco:CharacterString>Double</gco:CharacterString>
2000
+ </gco:aName>
2001
+ </gco:TypeName>
2002
+ </gfc:valueType>
2003
+ </gfc:FC_FeatureAttribute>
2004
+ </gfc:carrierOfCharacteristics>
2005
+ <gfc:carrierOfCharacteristics>
2006
+ <gfc:FC_FeatureAttribute>
2007
+ <gfc:memberName>
2008
+ <gco:LocalName>STATE_UT</gco:LocalName>
2009
+ </gfc:memberName>
2010
+ <gfc:definition>
2011
+ <gco:CharacterString>Name of State/Union Territory</gco:CharacterString>
2012
+ </gfc:definition>
2013
+ <gfc:cardinality gco:nilReason="unknown"/>
2014
+ <gfc:definitionReference>
2015
+ <gfc:FC_DefinitionReference>
2016
+ <gfc:definitionSource>
2017
+ <gfc:FC_DefinitionSource>
2018
+ <gfc:source>
2019
+ <gmd:CI_Citation>
2020
+ <gmd:title>
2021
+ <gco:CharacterString>Census of India</gco:CharacterString>
2022
+ </gmd:title>
2023
+ <gmd:date gco:nilReason="unknown"/>
2024
+ <gmd:citedResponsibleParty>
2025
+ <gmd:CI_ResponsibleParty>
2026
+ <gmd:organisationName>
2027
+ <gco:CharacterString>Census of India</gco:CharacterString>
2028
+ </gmd:organisationName>
2029
+ <gmd:role>
2030
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2031
+ </gmd:role>
2032
+ </gmd:CI_ResponsibleParty>
2033
+ </gmd:citedResponsibleParty>
2034
+ </gmd:CI_Citation>
2035
+ </gfc:source>
2036
+ </gfc:FC_DefinitionSource>
2037
+ </gfc:definitionSource>
2038
+ </gfc:FC_DefinitionReference>
2039
+ </gfc:definitionReference>
2040
+ <gfc:valueType>
2041
+ <gco:TypeName>
2042
+ <gco:aName>
2043
+ <gco:CharacterString>String</gco:CharacterString>
2044
+ </gco:aName>
2045
+ </gco:TypeName>
2046
+ </gfc:valueType>
2047
+ <gfc:listedValue>
2048
+ <gfc:FC_ListedValue>
2049
+ <gfc:label>
2050
+ <gco:CharacterString>State/Union Territory</gco:CharacterString>
2051
+ </gfc:label>
2052
+ <gfc:definition>
2053
+ <gco:CharacterString>State/Union Territory Name</gco:CharacterString>
2054
+ </gfc:definition>
2055
+ <gfc:definitionReference>
2056
+ <gfc:FC_DefinitionReference>
2057
+ <gfc:definitionSource>
2058
+ <gfc:FC_DefinitionSource>
2059
+ <gfc:source>
2060
+ <gmd:CI_Citation>
2061
+ <gmd:title>
2062
+ <gco:CharacterString>Census of India</gco:CharacterString>
2063
+ </gmd:title>
2064
+ <gmd:date gco:nilReason="unknown"/>
2065
+ <gmd:citedResponsibleParty>
2066
+ <gmd:CI_ResponsibleParty>
2067
+ <gmd:organisationName>
2068
+ <gco:CharacterString>Census of India</gco:CharacterString>
2069
+ </gmd:organisationName>
2070
+ <gmd:role>
2071
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2072
+ </gmd:role>
2073
+ </gmd:CI_ResponsibleParty>
2074
+ </gmd:citedResponsibleParty>
2075
+ </gmd:CI_Citation>
2076
+ </gfc:source>
2077
+ </gfc:FC_DefinitionSource>
2078
+ </gfc:definitionSource>
2079
+ </gfc:FC_DefinitionReference>
2080
+ </gfc:definitionReference>
2081
+ </gfc:FC_ListedValue>
2082
+ </gfc:listedValue>
2083
+ </gfc:FC_FeatureAttribute>
2084
+ </gfc:carrierOfCharacteristics>
2085
+ <gfc:carrierOfCharacteristics>
2086
+ <gfc:FC_FeatureAttribute>
2087
+ <gfc:memberName>
2088
+ <gco:LocalName>M_OTH_W</gco:LocalName>
2089
+ </gfc:memberName>
2090
+ <gfc:definition>
2091
+ <gco:CharacterString>Male other workers</gco:CharacterString>
2092
+ </gfc:definition>
2093
+ <gfc:cardinality gco:nilReason="unknown"/>
2094
+ <gfc:definitionReference>
2095
+ <gfc:FC_DefinitionReference>
2096
+ <gfc:definitionSource>
2097
+ <gfc:FC_DefinitionSource>
2098
+ <gfc:source>
2099
+ <gmd:CI_Citation>
2100
+ <gmd:title>
2101
+ <gco:CharacterString>Census of India</gco:CharacterString>
2102
+ </gmd:title>
2103
+ <gmd:date gco:nilReason="unknown"/>
2104
+ <gmd:citedResponsibleParty>
2105
+ <gmd:CI_ResponsibleParty>
2106
+ <gmd:organisationName>
2107
+ <gco:CharacterString>Census of India</gco:CharacterString>
2108
+ </gmd:organisationName>
2109
+ <gmd:role>
2110
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2111
+ </gmd:role>
2112
+ </gmd:CI_ResponsibleParty>
2113
+ </gmd:citedResponsibleParty>
2114
+ </gmd:CI_Citation>
2115
+ </gfc:source>
2116
+ </gfc:FC_DefinitionSource>
2117
+ </gfc:definitionSource>
2118
+ </gfc:FC_DefinitionReference>
2119
+ </gfc:definitionReference>
2120
+ <gfc:valueType>
2121
+ <gco:TypeName>
2122
+ <gco:aName>
2123
+ <gco:CharacterString>Double</gco:CharacterString>
2124
+ </gco:aName>
2125
+ </gco:TypeName>
2126
+ </gfc:valueType>
2127
+ </gfc:FC_FeatureAttribute>
2128
+ </gfc:carrierOfCharacteristics>
2129
+ <gfc:carrierOfCharacteristics>
2130
+ <gfc:FC_FeatureAttribute>
2131
+ <gfc:memberName>
2132
+ <gco:LocalName>M_SC</gco:LocalName>
2133
+ </gfc:memberName>
2134
+ <gfc:definition>
2135
+ <gco:CharacterString>Male scheduled caste</gco:CharacterString>
2136
+ </gfc:definition>
2137
+ <gfc:cardinality gco:nilReason="unknown"/>
2138
+ <gfc:definitionReference>
2139
+ <gfc:FC_DefinitionReference>
2140
+ <gfc:definitionSource>
2141
+ <gfc:FC_DefinitionSource>
2142
+ <gfc:source>
2143
+ <gmd:CI_Citation>
2144
+ <gmd:title>
2145
+ <gco:CharacterString>Census of India</gco:CharacterString>
2146
+ </gmd:title>
2147
+ <gmd:date gco:nilReason="unknown"/>
2148
+ <gmd:citedResponsibleParty>
2149
+ <gmd:CI_ResponsibleParty>
2150
+ <gmd:organisationName>
2151
+ <gco:CharacterString>Census of India</gco:CharacterString>
2152
+ </gmd:organisationName>
2153
+ <gmd:role>
2154
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2155
+ </gmd:role>
2156
+ </gmd:CI_ResponsibleParty>
2157
+ </gmd:citedResponsibleParty>
2158
+ </gmd:CI_Citation>
2159
+ </gfc:source>
2160
+ </gfc:FC_DefinitionSource>
2161
+ </gfc:definitionSource>
2162
+ </gfc:FC_DefinitionReference>
2163
+ </gfc:definitionReference>
2164
+ <gfc:valueType>
2165
+ <gco:TypeName>
2166
+ <gco:aName>
2167
+ <gco:CharacterString>Double</gco:CharacterString>
2168
+ </gco:aName>
2169
+ </gco:TypeName>
2170
+ </gfc:valueType>
2171
+ </gfc:FC_FeatureAttribute>
2172
+ </gfc:carrierOfCharacteristics>
2173
+ <gfc:carrierOfCharacteristics>
2174
+ <gfc:FC_FeatureAttribute>
2175
+ <gfc:memberName>
2176
+ <gco:LocalName>F_CULT</gco:LocalName>
2177
+ </gfc:memberName>
2178
+ <gfc:definition>
2179
+ <gco:CharacterString>Female Cultivators</gco:CharacterString>
2180
+ </gfc:definition>
2181
+ <gfc:cardinality gco:nilReason="unknown"/>
2182
+ <gfc:definitionReference>
2183
+ <gfc:FC_DefinitionReference>
2184
+ <gfc:definitionSource>
2185
+ <gfc:FC_DefinitionSource>
2186
+ <gfc:source>
2187
+ <gmd:CI_Citation>
2188
+ <gmd:title>
2189
+ <gco:CharacterString>Census of India</gco:CharacterString>
2190
+ </gmd:title>
2191
+ <gmd:date gco:nilReason="unknown"/>
2192
+ <gmd:citedResponsibleParty>
2193
+ <gmd:CI_ResponsibleParty>
2194
+ <gmd:organisationName>
2195
+ <gco:CharacterString>Census of India</gco:CharacterString>
2196
+ </gmd:organisationName>
2197
+ <gmd:role>
2198
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2199
+ </gmd:role>
2200
+ </gmd:CI_ResponsibleParty>
2201
+ </gmd:citedResponsibleParty>
2202
+ </gmd:CI_Citation>
2203
+ </gfc:source>
2204
+ </gfc:FC_DefinitionSource>
2205
+ </gfc:definitionSource>
2206
+ </gfc:FC_DefinitionReference>
2207
+ </gfc:definitionReference>
2208
+ <gfc:valueType>
2209
+ <gco:TypeName>
2210
+ <gco:aName>
2211
+ <gco:CharacterString>Double</gco:CharacterString>
2212
+ </gco:aName>
2213
+ </gco:TypeName>
2214
+ </gfc:valueType>
2215
+ </gfc:FC_FeatureAttribute>
2216
+ </gfc:carrierOfCharacteristics>
2217
+ <gfc:carrierOfCharacteristics>
2218
+ <gfc:FC_FeatureAttribute>
2219
+ <gfc:memberName>
2220
+ <gco:LocalName>M_AGLB</gco:LocalName>
2221
+ </gfc:memberName>
2222
+ <gfc:definition>
2223
+ <gco:CharacterString>Male Agricultural Labourers</gco:CharacterString>
2224
+ </gfc:definition>
2225
+ <gfc:cardinality gco:nilReason="unknown"/>
2226
+ <gfc:definitionReference>
2227
+ <gfc:FC_DefinitionReference>
2228
+ <gfc:definitionSource>
2229
+ <gfc:FC_DefinitionSource>
2230
+ <gfc:source>
2231
+ <gmd:CI_Citation>
2232
+ <gmd:title>
2233
+ <gco:CharacterString>Census of India</gco:CharacterString>
2234
+ </gmd:title>
2235
+ <gmd:date gco:nilReason="unknown"/>
2236
+ <gmd:citedResponsibleParty>
2237
+ <gmd:CI_ResponsibleParty>
2238
+ <gmd:organisationName>
2239
+ <gco:CharacterString>Census of India</gco:CharacterString>
2240
+ </gmd:organisationName>
2241
+ <gmd:role>
2242
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2243
+ </gmd:role>
2244
+ </gmd:CI_ResponsibleParty>
2245
+ </gmd:citedResponsibleParty>
2246
+ </gmd:CI_Citation>
2247
+ </gfc:source>
2248
+ </gfc:FC_DefinitionSource>
2249
+ </gfc:definitionSource>
2250
+ </gfc:FC_DefinitionReference>
2251
+ </gfc:definitionReference>
2252
+ <gfc:valueType>
2253
+ <gco:TypeName>
2254
+ <gco:aName>
2255
+ <gco:CharacterString>Double</gco:CharacterString>
2256
+ </gco:aName>
2257
+ </gco:TypeName>
2258
+ </gfc:valueType>
2259
+ </gfc:FC_FeatureAttribute>
2260
+ </gfc:carrierOfCharacteristics>
2261
+ <gfc:carrierOfCharacteristics>
2262
+ <gfc:FC_FeatureAttribute>
2263
+ <gfc:memberName>
2264
+ <gco:LocalName>VILLAGE_ID</gco:LocalName>
2265
+ </gfc:memberName>
2266
+ <gfc:definition>
2267
+ <gco:CharacterString>Unique identification number</gco:CharacterString>
2268
+ </gfc:definition>
2269
+ <gfc:cardinality gco:nilReason="unknown"/>
2270
+ <gfc:definitionReference>
2271
+ <gfc:FC_DefinitionReference>
2272
+ <gfc:definitionSource>
2273
+ <gfc:FC_DefinitionSource>
2274
+ <gfc:source>
2275
+ <gmd:CI_Citation>
2276
+ <gmd:title>
2277
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
2278
+ </gmd:title>
2279
+ <gmd:date gco:nilReason="unknown"/>
2280
+ <gmd:citedResponsibleParty>
2281
+ <gmd:CI_ResponsibleParty>
2282
+ <gmd:organisationName>
2283
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
2284
+ </gmd:organisationName>
2285
+ <gmd:role>
2286
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2287
+ </gmd:role>
2288
+ </gmd:CI_ResponsibleParty>
2289
+ </gmd:citedResponsibleParty>
2290
+ </gmd:CI_Citation>
2291
+ </gfc:source>
2292
+ </gfc:FC_DefinitionSource>
2293
+ </gfc:definitionSource>
2294
+ </gfc:FC_DefinitionReference>
2295
+ </gfc:definitionReference>
2296
+ <gfc:valueType>
2297
+ <gco:TypeName>
2298
+ <gco:aName>
2299
+ <gco:CharacterString>Double</gco:CharacterString>
2300
+ </gco:aName>
2301
+ </gco:TypeName>
2302
+ </gfc:valueType>
2303
+ </gfc:FC_FeatureAttribute>
2304
+ </gfc:carrierOfCharacteristics>
2305
+ <gfc:carrierOfCharacteristics>
2306
+ <gfc:FC_FeatureAttribute>
2307
+ <gfc:memberName>
2308
+ <gco:LocalName>M_ILLT</gco:LocalName>
2309
+ </gfc:memberName>
2310
+ <gfc:definition>
2311
+ <gco:CharacterString>Male Illiterates</gco:CharacterString>
2312
+ </gfc:definition>
2313
+ <gfc:cardinality gco:nilReason="unknown"/>
2314
+ <gfc:definitionReference>
2315
+ <gfc:FC_DefinitionReference>
2316
+ <gfc:definitionSource>
2317
+ <gfc:FC_DefinitionSource>
2318
+ <gfc:source>
2319
+ <gmd:CI_Citation>
2320
+ <gmd:title>
2321
+ <gco:CharacterString>Census of India</gco:CharacterString>
2322
+ </gmd:title>
2323
+ <gmd:date gco:nilReason="unknown"/>
2324
+ <gmd:citedResponsibleParty>
2325
+ <gmd:CI_ResponsibleParty>
2326
+ <gmd:organisationName>
2327
+ <gco:CharacterString>Census of India</gco:CharacterString>
2328
+ </gmd:organisationName>
2329
+ <gmd:role>
2330
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2331
+ </gmd:role>
2332
+ </gmd:CI_ResponsibleParty>
2333
+ </gmd:citedResponsibleParty>
2334
+ </gmd:CI_Citation>
2335
+ </gfc:source>
2336
+ </gfc:FC_DefinitionSource>
2337
+ </gfc:definitionSource>
2338
+ </gfc:FC_DefinitionReference>
2339
+ </gfc:definitionReference>
2340
+ <gfc:valueType>
2341
+ <gco:TypeName>
2342
+ <gco:aName>
2343
+ <gco:CharacterString>Double</gco:CharacterString>
2344
+ </gco:aName>
2345
+ </gco:TypeName>
2346
+ </gfc:valueType>
2347
+ </gfc:FC_FeatureAttribute>
2348
+ </gfc:carrierOfCharacteristics>
2349
+ <gfc:carrierOfCharacteristics>
2350
+ <gfc:FC_FeatureAttribute>
2351
+ <gfc:memberName>
2352
+ <gco:LocalName>M_MRW</gco:LocalName>
2353
+ </gfc:memberName>
2354
+ <gfc:definition>
2355
+ <gco:CharacterString>Male Marginal workers other workers</gco:CharacterString>
2356
+ </gfc:definition>
2357
+ <gfc:cardinality gco:nilReason="unknown"/>
2358
+ <gfc:definitionReference>
2359
+ <gfc:FC_DefinitionReference>
2360
+ <gfc:definitionSource>
2361
+ <gfc:FC_DefinitionSource>
2362
+ <gfc:source>
2363
+ <gmd:CI_Citation>
2364
+ <gmd:title>
2365
+ <gco:CharacterString>Census of India</gco:CharacterString>
2366
+ </gmd:title>
2367
+ <gmd:date gco:nilReason="unknown"/>
2368
+ <gmd:citedResponsibleParty>
2369
+ <gmd:CI_ResponsibleParty>
2370
+ <gmd:organisationName>
2371
+ <gco:CharacterString>Census of India</gco:CharacterString>
2372
+ </gmd:organisationName>
2373
+ <gmd:role>
2374
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2375
+ </gmd:role>
2376
+ </gmd:CI_ResponsibleParty>
2377
+ </gmd:citedResponsibleParty>
2378
+ </gmd:CI_Citation>
2379
+ </gfc:source>
2380
+ </gfc:FC_DefinitionSource>
2381
+ </gfc:definitionSource>
2382
+ </gfc:FC_DefinitionReference>
2383
+ </gfc:definitionReference>
2384
+ <gfc:valueType>
2385
+ <gco:TypeName>
2386
+ <gco:aName>
2387
+ <gco:CharacterString>Double</gco:CharacterString>
2388
+ </gco:aName>
2389
+ </gco:TypeName>
2390
+ </gfc:valueType>
2391
+ </gfc:FC_FeatureAttribute>
2392
+ </gfc:carrierOfCharacteristics>
2393
+ <gfc:carrierOfCharacteristics>
2394
+ <gfc:FC_FeatureAttribute>
2395
+ <gfc:memberName>
2396
+ <gco:LocalName>M_LIT</gco:LocalName>
2397
+ </gfc:memberName>
2398
+ <gfc:definition>
2399
+ <gco:CharacterString>Male literates</gco:CharacterString>
2400
+ </gfc:definition>
2401
+ <gfc:cardinality gco:nilReason="unknown"/>
2402
+ <gfc:definitionReference>
2403
+ <gfc:FC_DefinitionReference>
2404
+ <gfc:definitionSource>
2405
+ <gfc:FC_DefinitionSource>
2406
+ <gfc:source>
2407
+ <gmd:CI_Citation>
2408
+ <gmd:title>
2409
+ <gco:CharacterString>Census of India</gco:CharacterString>
2410
+ </gmd:title>
2411
+ <gmd:date gco:nilReason="unknown"/>
2412
+ <gmd:citedResponsibleParty>
2413
+ <gmd:CI_ResponsibleParty>
2414
+ <gmd:organisationName>
2415
+ <gco:CharacterString>Census of India</gco:CharacterString>
2416
+ </gmd:organisationName>
2417
+ <gmd:role>
2418
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2419
+ </gmd:role>
2420
+ </gmd:CI_ResponsibleParty>
2421
+ </gmd:citedResponsibleParty>
2422
+ </gmd:CI_Citation>
2423
+ </gfc:source>
2424
+ </gfc:FC_DefinitionSource>
2425
+ </gfc:definitionSource>
2426
+ </gfc:FC_DefinitionReference>
2427
+ </gfc:definitionReference>
2428
+ <gfc:valueType>
2429
+ <gco:TypeName>
2430
+ <gco:aName>
2431
+ <gco:CharacterString>Double</gco:CharacterString>
2432
+ </gco:aName>
2433
+ </gco:TypeName>
2434
+ </gfc:valueType>
2435
+ </gfc:FC_FeatureAttribute>
2436
+ </gfc:carrierOfCharacteristics>
2437
+ <gfc:carrierOfCharacteristics>
2438
+ <gfc:FC_FeatureAttribute>
2439
+ <gfc:memberName>
2440
+ <gco:LocalName>M_MRG_CULT</gco:LocalName>
2441
+ </gfc:memberName>
2442
+ <gfc:definition>
2443
+ <gco:CharacterString>Male Marginal workers as cultivators</gco:CharacterString>
2444
+ </gfc:definition>
2445
+ <gfc:cardinality gco:nilReason="unknown"/>
2446
+ <gfc:definitionReference>
2447
+ <gfc:FC_DefinitionReference>
2448
+ <gfc:definitionSource>
2449
+ <gfc:FC_DefinitionSource>
2450
+ <gfc:source>
2451
+ <gmd:CI_Citation>
2452
+ <gmd:title>
2453
+ <gco:CharacterString>Census of India</gco:CharacterString>
2454
+ </gmd:title>
2455
+ <gmd:date gco:nilReason="unknown"/>
2456
+ <gmd:citedResponsibleParty>
2457
+ <gmd:CI_ResponsibleParty>
2458
+ <gmd:organisationName>
2459
+ <gco:CharacterString>Census of India</gco:CharacterString>
2460
+ </gmd:organisationName>
2461
+ <gmd:role>
2462
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2463
+ </gmd:role>
2464
+ </gmd:CI_ResponsibleParty>
2465
+ </gmd:citedResponsibleParty>
2466
+ </gmd:CI_Citation>
2467
+ </gfc:source>
2468
+ </gfc:FC_DefinitionSource>
2469
+ </gfc:definitionSource>
2470
+ </gfc:FC_DefinitionReference>
2471
+ </gfc:definitionReference>
2472
+ <gfc:valueType>
2473
+ <gco:TypeName>
2474
+ <gco:aName>
2475
+ <gco:CharacterString>Double</gco:CharacterString>
2476
+ </gco:aName>
2477
+ </gco:TypeName>
2478
+ </gfc:valueType>
2479
+ </gfc:FC_FeatureAttribute>
2480
+ </gfc:carrierOfCharacteristics>
2481
+ <gfc:carrierOfCharacteristics>
2482
+ <gfc:FC_FeatureAttribute>
2483
+ <gfc:memberName>
2484
+ <gco:LocalName>M_L6</gco:LocalName>
2485
+ </gfc:memberName>
2486
+ <gfc:definition>
2487
+ <gco:CharacterString>Male population below 6 years</gco:CharacterString>
2488
+ </gfc:definition>
2489
+ <gfc:cardinality gco:nilReason="unknown"/>
2490
+ <gfc:definitionReference>
2491
+ <gfc:FC_DefinitionReference>
2492
+ <gfc:definitionSource>
2493
+ <gfc:FC_DefinitionSource>
2494
+ <gfc:source>
2495
+ <gmd:CI_Citation>
2496
+ <gmd:title>
2497
+ <gco:CharacterString>Census of India</gco:CharacterString>
2498
+ </gmd:title>
2499
+ <gmd:date gco:nilReason="unknown"/>
2500
+ <gmd:citedResponsibleParty>
2501
+ <gmd:CI_ResponsibleParty>
2502
+ <gmd:organisationName>
2503
+ <gco:CharacterString>Census of India</gco:CharacterString>
2504
+ </gmd:organisationName>
2505
+ <gmd:role>
2506
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2507
+ </gmd:role>
2508
+ </gmd:CI_ResponsibleParty>
2509
+ </gmd:citedResponsibleParty>
2510
+ </gmd:CI_Citation>
2511
+ </gfc:source>
2512
+ </gfc:FC_DefinitionSource>
2513
+ </gfc:definitionSource>
2514
+ </gfc:FC_DefinitionReference>
2515
+ </gfc:definitionReference>
2516
+ <gfc:valueType>
2517
+ <gco:TypeName>
2518
+ <gco:aName>
2519
+ <gco:CharacterString>Double</gco:CharacterString>
2520
+ </gco:aName>
2521
+ </gco:TypeName>
2522
+ </gfc:valueType>
2523
+ </gfc:FC_FeatureAttribute>
2524
+ </gfc:carrierOfCharacteristics>
2525
+ <gfc:carrierOfCharacteristics>
2526
+ <gfc:FC_FeatureAttribute>
2527
+ <gfc:memberName>
2528
+ <gco:LocalName>C_CODE01</gco:LocalName>
2529
+ </gfc:memberName>
2530
+ <gfc:definition>
2531
+ <gco:CharacterString>Census code of village in 2001</gco:CharacterString>
2532
+ </gfc:definition>
2533
+ <gfc:cardinality gco:nilReason="unknown"/>
2534
+ <gfc:definitionReference>
2535
+ <gfc:FC_DefinitionReference>
2536
+ <gfc:definitionSource>
2537
+ <gfc:FC_DefinitionSource>
2538
+ <gfc:source>
2539
+ <gmd:CI_Citation>
2540
+ <gmd:title>
2541
+ <gco:CharacterString>Census of India</gco:CharacterString>
2542
+ </gmd:title>
2543
+ <gmd:date gco:nilReason="unknown"/>
2544
+ <gmd:citedResponsibleParty>
2545
+ <gmd:CI_ResponsibleParty>
2546
+ <gmd:organisationName>
2547
+ <gco:CharacterString>Census of India</gco:CharacterString>
2548
+ </gmd:organisationName>
2549
+ <gmd:role>
2550
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2551
+ </gmd:role>
2552
+ </gmd:CI_ResponsibleParty>
2553
+ </gmd:citedResponsibleParty>
2554
+ </gmd:CI_Citation>
2555
+ </gfc:source>
2556
+ </gfc:FC_DefinitionSource>
2557
+ </gfc:definitionSource>
2558
+ </gfc:FC_DefinitionReference>
2559
+ </gfc:definitionReference>
2560
+ <gfc:valueType>
2561
+ <gco:TypeName>
2562
+ <gco:aName>
2563
+ <gco:CharacterString>String</gco:CharacterString>
2564
+ </gco:aName>
2565
+ </gco:TypeName>
2566
+ </gfc:valueType>
2567
+ <gfc:listedValue>
2568
+ <gfc:FC_ListedValue>
2569
+ <gfc:label>
2570
+ <gco:CharacterString>Census Code</gco:CharacterString>
2571
+ </gfc:label>
2572
+ <gfc:definition>
2573
+ <gco:CharacterString>Census Code of village</gco:CharacterString>
2574
+ </gfc:definition>
2575
+ <gfc:definitionReference>
2576
+ <gfc:FC_DefinitionReference>
2577
+ <gfc:definitionSource>
2578
+ <gfc:FC_DefinitionSource>
2579
+ <gfc:source>
2580
+ <gmd:CI_Citation>
2581
+ <gmd:title>
2582
+ <gco:CharacterString>Census of India</gco:CharacterString>
2583
+ </gmd:title>
2584
+ <gmd:date gco:nilReason="unknown"/>
2585
+ <gmd:citedResponsibleParty>
2586
+ <gmd:CI_ResponsibleParty>
2587
+ <gmd:organisationName>
2588
+ <gco:CharacterString>Census of India</gco:CharacterString>
2589
+ </gmd:organisationName>
2590
+ <gmd:role>
2591
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2592
+ </gmd:role>
2593
+ </gmd:CI_ResponsibleParty>
2594
+ </gmd:citedResponsibleParty>
2595
+ </gmd:CI_Citation>
2596
+ </gfc:source>
2597
+ </gfc:FC_DefinitionSource>
2598
+ </gfc:definitionSource>
2599
+ </gfc:FC_DefinitionReference>
2600
+ </gfc:definitionReference>
2601
+ </gfc:FC_ListedValue>
2602
+ </gfc:listedValue>
2603
+ </gfc:FC_FeatureAttribute>
2604
+ </gfc:carrierOfCharacteristics>
2605
+ <gfc:carrierOfCharacteristics>
2606
+ <gfc:FC_FeatureAttribute>
2607
+ <gfc:memberName>
2608
+ <gco:LocalName>SUB_DISTRI</gco:LocalName>
2609
+ </gfc:memberName>
2610
+ <gfc:definition>
2611
+ <gco:CharacterString>Name of Sub District</gco:CharacterString>
2612
+ </gfc:definition>
2613
+ <gfc:cardinality gco:nilReason="unknown"/>
2614
+ <gfc:definitionReference>
2615
+ <gfc:FC_DefinitionReference>
2616
+ <gfc:definitionSource>
2617
+ <gfc:FC_DefinitionSource>
2618
+ <gfc:source>
2619
+ <gmd:CI_Citation>
2620
+ <gmd:title>
2621
+ <gco:CharacterString>Census of India</gco:CharacterString>
2622
+ </gmd:title>
2623
+ <gmd:date gco:nilReason="unknown"/>
2624
+ <gmd:citedResponsibleParty>
2625
+ <gmd:CI_ResponsibleParty>
2626
+ <gmd:organisationName>
2627
+ <gco:CharacterString>Census of India</gco:CharacterString>
2628
+ </gmd:organisationName>
2629
+ <gmd:role>
2630
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2631
+ </gmd:role>
2632
+ </gmd:CI_ResponsibleParty>
2633
+ </gmd:citedResponsibleParty>
2634
+ </gmd:CI_Citation>
2635
+ </gfc:source>
2636
+ </gfc:FC_DefinitionSource>
2637
+ </gfc:definitionSource>
2638
+ </gfc:FC_DefinitionReference>
2639
+ </gfc:definitionReference>
2640
+ <gfc:valueType>
2641
+ <gco:TypeName>
2642
+ <gco:aName>
2643
+ <gco:CharacterString>String</gco:CharacterString>
2644
+ </gco:aName>
2645
+ </gco:TypeName>
2646
+ </gfc:valueType>
2647
+ <gfc:listedValue>
2648
+ <gfc:FC_ListedValue>
2649
+ <gfc:label>
2650
+ <gco:CharacterString>Sub District</gco:CharacterString>
2651
+ </gfc:label>
2652
+ <gfc:definition>
2653
+ <gco:CharacterString>Sub District Names</gco:CharacterString>
2654
+ </gfc:definition>
2655
+ <gfc:definitionReference>
2656
+ <gfc:FC_DefinitionReference>
2657
+ <gfc:definitionSource>
2658
+ <gfc:FC_DefinitionSource>
2659
+ <gfc:source>
2660
+ <gmd:CI_Citation>
2661
+ <gmd:title>
2662
+ <gco:CharacterString>Census of India</gco:CharacterString>
2663
+ </gmd:title>
2664
+ <gmd:date gco:nilReason="unknown"/>
2665
+ <gmd:citedResponsibleParty>
2666
+ <gmd:CI_ResponsibleParty>
2667
+ <gmd:organisationName>
2668
+ <gco:CharacterString>Census of India</gco:CharacterString>
2669
+ </gmd:organisationName>
2670
+ <gmd:role>
2671
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2672
+ </gmd:role>
2673
+ </gmd:CI_ResponsibleParty>
2674
+ </gmd:citedResponsibleParty>
2675
+ </gmd:CI_Citation>
2676
+ </gfc:source>
2677
+ </gfc:FC_DefinitionSource>
2678
+ </gfc:definitionSource>
2679
+ </gfc:FC_DefinitionReference>
2680
+ </gfc:definitionReference>
2681
+ </gfc:FC_ListedValue>
2682
+ </gfc:listedValue>
2683
+ </gfc:FC_FeatureAttribute>
2684
+ </gfc:carrierOfCharacteristics>
2685
+ <gfc:carrierOfCharacteristics>
2686
+ <gfc:FC_FeatureAttribute>
2687
+ <gfc:memberName>
2688
+ <gco:LocalName>F_ST</gco:LocalName>
2689
+ </gfc:memberName>
2690
+ <gfc:definition>
2691
+ <gco:CharacterString>Female scheduled tribe</gco:CharacterString>
2692
+ </gfc:definition>
2693
+ <gfc:cardinality gco:nilReason="unknown"/>
2694
+ <gfc:definitionReference>
2695
+ <gfc:FC_DefinitionReference>
2696
+ <gfc:definitionSource>
2697
+ <gfc:FC_DefinitionSource>
2698
+ <gfc:source>
2699
+ <gmd:CI_Citation>
2700
+ <gmd:title>
2701
+ <gco:CharacterString>Census of India</gco:CharacterString>
2702
+ </gmd:title>
2703
+ <gmd:date gco:nilReason="unknown"/>
2704
+ <gmd:citedResponsibleParty>
2705
+ <gmd:CI_ResponsibleParty>
2706
+ <gmd:organisationName>
2707
+ <gco:CharacterString>Census of India</gco:CharacterString>
2708
+ </gmd:organisationName>
2709
+ <gmd:role>
2710
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2711
+ </gmd:role>
2712
+ </gmd:CI_ResponsibleParty>
2713
+ </gmd:citedResponsibleParty>
2714
+ </gmd:CI_Citation>
2715
+ </gfc:source>
2716
+ </gfc:FC_DefinitionSource>
2717
+ </gfc:definitionSource>
2718
+ </gfc:FC_DefinitionReference>
2719
+ </gfc:definitionReference>
2720
+ <gfc:valueType>
2721
+ <gco:TypeName>
2722
+ <gco:aName>
2723
+ <gco:CharacterString>Double</gco:CharacterString>
2724
+ </gco:aName>
2725
+ </gco:TypeName>
2726
+ </gfc:valueType>
2727
+ </gfc:FC_FeatureAttribute>
2728
+ </gfc:carrierOfCharacteristics>
2729
+ <gfc:carrierOfCharacteristics>
2730
+ <gfc:FC_FeatureAttribute>
2731
+ <gfc:memberName>
2732
+ <gco:LocalName>F_L6</gco:LocalName>
2733
+ </gfc:memberName>
2734
+ <gfc:definition>
2735
+ <gco:CharacterString>Female population below 6 years</gco:CharacterString>
2736
+ </gfc:definition>
2737
+ <gfc:cardinality gco:nilReason="unknown"/>
2738
+ <gfc:definitionReference>
2739
+ <gfc:FC_DefinitionReference>
2740
+ <gfc:definitionSource>
2741
+ <gfc:FC_DefinitionSource>
2742
+ <gfc:source>
2743
+ <gmd:CI_Citation>
2744
+ <gmd:title>
2745
+ <gco:CharacterString>Census of India</gco:CharacterString>
2746
+ </gmd:title>
2747
+ <gmd:date gco:nilReason="unknown"/>
2748
+ <gmd:citedResponsibleParty>
2749
+ <gmd:CI_ResponsibleParty>
2750
+ <gmd:organisationName>
2751
+ <gco:CharacterString>Census of India</gco:CharacterString>
2752
+ </gmd:organisationName>
2753
+ <gmd:role>
2754
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2755
+ </gmd:role>
2756
+ </gmd:CI_ResponsibleParty>
2757
+ </gmd:citedResponsibleParty>
2758
+ </gmd:CI_Citation>
2759
+ </gfc:source>
2760
+ </gfc:FC_DefinitionSource>
2761
+ </gfc:definitionSource>
2762
+ </gfc:FC_DefinitionReference>
2763
+ </gfc:definitionReference>
2764
+ <gfc:valueType>
2765
+ <gco:TypeName>
2766
+ <gco:aName>
2767
+ <gco:CharacterString>Double</gco:CharacterString>
2768
+ </gco:aName>
2769
+ </gco:TypeName>
2770
+ </gfc:valueType>
2771
+ </gfc:FC_FeatureAttribute>
2772
+ </gfc:carrierOfCharacteristics>
2773
+ <gfc:carrierOfCharacteristics>
2774
+ <gfc:FC_FeatureAttribute>
2775
+ <gfc:memberName>
2776
+ <gco:LocalName>DISTRICT</gco:LocalName>
2777
+ </gfc:memberName>
2778
+ <gfc:definition>
2779
+ <gco:CharacterString>Name of District</gco:CharacterString>
2780
+ </gfc:definition>
2781
+ <gfc:cardinality gco:nilReason="unknown"/>
2782
+ <gfc:definitionReference>
2783
+ <gfc:FC_DefinitionReference>
2784
+ <gfc:definitionSource>
2785
+ <gfc:FC_DefinitionSource>
2786
+ <gfc:source>
2787
+ <gmd:CI_Citation>
2788
+ <gmd:title>
2789
+ <gco:CharacterString>Census of India</gco:CharacterString>
2790
+ </gmd:title>
2791
+ <gmd:date gco:nilReason="unknown"/>
2792
+ <gmd:citedResponsibleParty>
2793
+ <gmd:CI_ResponsibleParty>
2794
+ <gmd:organisationName>
2795
+ <gco:CharacterString>Census of India</gco:CharacterString>
2796
+ </gmd:organisationName>
2797
+ <gmd:role>
2798
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2799
+ </gmd:role>
2800
+ </gmd:CI_ResponsibleParty>
2801
+ </gmd:citedResponsibleParty>
2802
+ </gmd:CI_Citation>
2803
+ </gfc:source>
2804
+ </gfc:FC_DefinitionSource>
2805
+ </gfc:definitionSource>
2806
+ </gfc:FC_DefinitionReference>
2807
+ </gfc:definitionReference>
2808
+ <gfc:valueType>
2809
+ <gco:TypeName>
2810
+ <gco:aName>
2811
+ <gco:CharacterString>String</gco:CharacterString>
2812
+ </gco:aName>
2813
+ </gco:TypeName>
2814
+ </gfc:valueType>
2815
+ <gfc:listedValue>
2816
+ <gfc:FC_ListedValue>
2817
+ <gfc:label>
2818
+ <gco:CharacterString>District</gco:CharacterString>
2819
+ </gfc:label>
2820
+ <gfc:definition>
2821
+ <gco:CharacterString>District Names</gco:CharacterString>
2822
+ </gfc:definition>
2823
+ <gfc:definitionReference>
2824
+ <gfc:FC_DefinitionReference>
2825
+ <gfc:definitionSource>
2826
+ <gfc:FC_DefinitionSource>
2827
+ <gfc:source>
2828
+ <gmd:CI_Citation>
2829
+ <gmd:title>
2830
+ <gco:CharacterString>Census of India</gco:CharacterString>
2831
+ </gmd:title>
2832
+ <gmd:date gco:nilReason="unknown"/>
2833
+ <gmd:citedResponsibleParty>
2834
+ <gmd:CI_ResponsibleParty>
2835
+ <gmd:organisationName>
2836
+ <gco:CharacterString>Census of India</gco:CharacterString>
2837
+ </gmd:organisationName>
2838
+ <gmd:role>
2839
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2840
+ </gmd:role>
2841
+ </gmd:CI_ResponsibleParty>
2842
+ </gmd:citedResponsibleParty>
2843
+ </gmd:CI_Citation>
2844
+ </gfc:source>
2845
+ </gfc:FC_DefinitionSource>
2846
+ </gfc:definitionSource>
2847
+ </gfc:FC_DefinitionReference>
2848
+ </gfc:definitionReference>
2849
+ </gfc:FC_ListedValue>
2850
+ </gfc:listedValue>
2851
+ </gfc:FC_FeatureAttribute>
2852
+ </gfc:carrierOfCharacteristics>
2853
+ <gfc:carrierOfCharacteristics>
2854
+ <gfc:FC_FeatureAttribute>
2855
+ <gfc:memberName>
2856
+ <gco:LocalName>TOT_MNW</gco:LocalName>
2857
+ </gfc:memberName>
2858
+ <gfc:definition>
2859
+ <gco:CharacterString>Total Main Workers</gco:CharacterString>
2860
+ </gfc:definition>
2861
+ <gfc:cardinality gco:nilReason="unknown"/>
2862
+ <gfc:definitionReference>
2863
+ <gfc:FC_DefinitionReference>
2864
+ <gfc:definitionSource>
2865
+ <gfc:FC_DefinitionSource>
2866
+ <gfc:source>
2867
+ <gmd:CI_Citation>
2868
+ <gmd:title>
2869
+ <gco:CharacterString>Census of India</gco:CharacterString>
2870
+ </gmd:title>
2871
+ <gmd:date gco:nilReason="unknown"/>
2872
+ <gmd:citedResponsibleParty>
2873
+ <gmd:CI_ResponsibleParty>
2874
+ <gmd:organisationName>
2875
+ <gco:CharacterString>Census of India</gco:CharacterString>
2876
+ </gmd:organisationName>
2877
+ <gmd:role>
2878
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2879
+ </gmd:role>
2880
+ </gmd:CI_ResponsibleParty>
2881
+ </gmd:citedResponsibleParty>
2882
+ </gmd:CI_Citation>
2883
+ </gfc:source>
2884
+ </gfc:FC_DefinitionSource>
2885
+ </gfc:definitionSource>
2886
+ </gfc:FC_DefinitionReference>
2887
+ </gfc:definitionReference>
2888
+ <gfc:valueType>
2889
+ <gco:TypeName>
2890
+ <gco:aName>
2891
+ <gco:CharacterString>Double</gco:CharacterString>
2892
+ </gco:aName>
2893
+ </gco:TypeName>
2894
+ </gfc:valueType>
2895
+ </gfc:FC_FeatureAttribute>
2896
+ </gfc:carrierOfCharacteristics>
2897
+ <gfc:carrierOfCharacteristics>
2898
+ <gfc:FC_FeatureAttribute>
2899
+ <gfc:memberName>
2900
+ <gco:LocalName>F_OTH_W</gco:LocalName>
2901
+ </gfc:memberName>
2902
+ <gfc:definition>
2903
+ <gco:CharacterString>Female other workers</gco:CharacterString>
2904
+ </gfc:definition>
2905
+ <gfc:cardinality gco:nilReason="unknown"/>
2906
+ <gfc:definitionReference>
2907
+ <gfc:FC_DefinitionReference>
2908
+ <gfc:definitionSource>
2909
+ <gfc:FC_DefinitionSource>
2910
+ <gfc:source>
2911
+ <gmd:CI_Citation>
2912
+ <gmd:title>
2913
+ <gco:CharacterString>Census of India</gco:CharacterString>
2914
+ </gmd:title>
2915
+ <gmd:date gco:nilReason="unknown"/>
2916
+ <gmd:citedResponsibleParty>
2917
+ <gmd:CI_ResponsibleParty>
2918
+ <gmd:organisationName>
2919
+ <gco:CharacterString>Census of India</gco:CharacterString>
2920
+ </gmd:organisationName>
2921
+ <gmd:role>
2922
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2923
+ </gmd:role>
2924
+ </gmd:CI_ResponsibleParty>
2925
+ </gmd:citedResponsibleParty>
2926
+ </gmd:CI_Citation>
2927
+ </gfc:source>
2928
+ </gfc:FC_DefinitionSource>
2929
+ </gfc:definitionSource>
2930
+ </gfc:FC_DefinitionReference>
2931
+ </gfc:definitionReference>
2932
+ <gfc:valueType>
2933
+ <gco:TypeName>
2934
+ <gco:aName>
2935
+ <gco:CharacterString>Double</gco:CharacterString>
2936
+ </gco:aName>
2937
+ </gco:TypeName>
2938
+ </gfc:valueType>
2939
+ </gfc:FC_FeatureAttribute>
2940
+ </gfc:carrierOfCharacteristics>
2941
+ <gfc:carrierOfCharacteristics>
2942
+ <gfc:FC_FeatureAttribute>
2943
+ <gfc:memberName>
2944
+ <gco:LocalName>F_LIT</gco:LocalName>
2945
+ </gfc:memberName>
2946
+ <gfc:definition>
2947
+ <gco:CharacterString>Female literates</gco:CharacterString>
2948
+ </gfc:definition>
2949
+ <gfc:cardinality gco:nilReason="unknown"/>
2950
+ <gfc:definitionReference>
2951
+ <gfc:FC_DefinitionReference>
2952
+ <gfc:definitionSource>
2953
+ <gfc:FC_DefinitionSource>
2954
+ <gfc:source>
2955
+ <gmd:CI_Citation>
2956
+ <gmd:title>
2957
+ <gco:CharacterString>Census of India</gco:CharacterString>
2958
+ </gmd:title>
2959
+ <gmd:date gco:nilReason="unknown"/>
2960
+ <gmd:citedResponsibleParty>
2961
+ <gmd:CI_ResponsibleParty>
2962
+ <gmd:organisationName>
2963
+ <gco:CharacterString>Census of India</gco:CharacterString>
2964
+ </gmd:organisationName>
2965
+ <gmd:role>
2966
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2967
+ </gmd:role>
2968
+ </gmd:CI_ResponsibleParty>
2969
+ </gmd:citedResponsibleParty>
2970
+ </gmd:CI_Citation>
2971
+ </gfc:source>
2972
+ </gfc:FC_DefinitionSource>
2973
+ </gfc:definitionSource>
2974
+ </gfc:FC_DefinitionReference>
2975
+ </gfc:definitionReference>
2976
+ <gfc:valueType>
2977
+ <gco:TypeName>
2978
+ <gco:aName>
2979
+ <gco:CharacterString>Double</gco:CharacterString>
2980
+ </gco:aName>
2981
+ </gco:TypeName>
2982
+ </gfc:valueType>
2983
+ </gfc:FC_FeatureAttribute>
2984
+ </gfc:carrierOfCharacteristics>
2985
+ <gfc:carrierOfCharacteristics>
2986
+ <gfc:FC_FeatureAttribute>
2987
+ <gfc:memberName>
2988
+ <gco:LocalName>TOT_L6</gco:LocalName>
2989
+ </gfc:memberName>
2990
+ <gfc:definition>
2991
+ <gco:CharacterString>Total population below 6 years</gco:CharacterString>
2992
+ </gfc:definition>
2993
+ <gfc:cardinality gco:nilReason="unknown"/>
2994
+ <gfc:definitionReference>
2995
+ <gfc:FC_DefinitionReference>
2996
+ <gfc:definitionSource>
2997
+ <gfc:FC_DefinitionSource>
2998
+ <gfc:source>
2999
+ <gmd:CI_Citation>
3000
+ <gmd:title>
3001
+ <gco:CharacterString>Census of India</gco:CharacterString>
3002
+ </gmd:title>
3003
+ <gmd:date gco:nilReason="unknown"/>
3004
+ <gmd:citedResponsibleParty>
3005
+ <gmd:CI_ResponsibleParty>
3006
+ <gmd:organisationName>
3007
+ <gco:CharacterString>Census of India</gco:CharacterString>
3008
+ </gmd:organisationName>
3009
+ <gmd:role>
3010
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3011
+ </gmd:role>
3012
+ </gmd:CI_ResponsibleParty>
3013
+ </gmd:citedResponsibleParty>
3014
+ </gmd:CI_Citation>
3015
+ </gfc:source>
3016
+ </gfc:FC_DefinitionSource>
3017
+ </gfc:definitionSource>
3018
+ </gfc:FC_DefinitionReference>
3019
+ </gfc:definitionReference>
3020
+ <gfc:valueType>
3021
+ <gco:TypeName>
3022
+ <gco:aName>
3023
+ <gco:CharacterString>Double</gco:CharacterString>
3024
+ </gco:aName>
3025
+ </gco:TypeName>
3026
+ </gfc:valueType>
3027
+ </gfc:FC_FeatureAttribute>
3028
+ </gfc:carrierOfCharacteristics>
3029
+ <gfc:carrierOfCharacteristics>
3030
+ <gfc:FC_FeatureAttribute>
3031
+ <gfc:memberName>
3032
+ <gco:LocalName>F_AGLB</gco:LocalName>
3033
+ </gfc:memberName>
3034
+ <gfc:definition>
3035
+ <gco:CharacterString>Female Agricultural Labourers</gco:CharacterString>
3036
+ </gfc:definition>
3037
+ <gfc:cardinality gco:nilReason="unknown"/>
3038
+ <gfc:definitionReference>
3039
+ <gfc:FC_DefinitionReference>
3040
+ <gfc:definitionSource>
3041
+ <gfc:FC_DefinitionSource>
3042
+ <gfc:source>
3043
+ <gmd:CI_Citation>
3044
+ <gmd:title>
3045
+ <gco:CharacterString>Census of India</gco:CharacterString>
3046
+ </gmd:title>
3047
+ <gmd:date gco:nilReason="unknown"/>
3048
+ <gmd:citedResponsibleParty>
3049
+ <gmd:CI_ResponsibleParty>
3050
+ <gmd:organisationName>
3051
+ <gco:CharacterString>Census of India</gco:CharacterString>
3052
+ </gmd:organisationName>
3053
+ <gmd:role>
3054
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3055
+ </gmd:role>
3056
+ </gmd:CI_ResponsibleParty>
3057
+ </gmd:citedResponsibleParty>
3058
+ </gmd:CI_Citation>
3059
+ </gfc:source>
3060
+ </gfc:FC_DefinitionSource>
3061
+ </gfc:definitionSource>
3062
+ </gfc:FC_DefinitionReference>
3063
+ </gfc:definitionReference>
3064
+ <gfc:valueType>
3065
+ <gco:TypeName>
3066
+ <gco:aName>
3067
+ <gco:CharacterString>Double</gco:CharacterString>
3068
+ </gco:aName>
3069
+ </gco:TypeName>
3070
+ </gfc:valueType>
3071
+ </gfc:FC_FeatureAttribute>
3072
+ </gfc:carrierOfCharacteristics>
3073
+ </gfc:FC_FeatureType>
3074
+ </gfc:featureType>
3075
+ </gfc:FC_FeatureCatalogue>