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,3159 @@
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="82fe7379-efb7-4f0f-b5ce-cee734c02cce">
3
+ <gmx:name>
4
+ <gco:CharacterString>Feature Catalog for Digital Map of State Boundaries of India, 1971</gco:CharacterString>
5
+ </gmx:name>
6
+ <gmx:scope>
7
+ <gco:CharacterString>Sex ratio; Literacy; 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>STATE1971</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="82fe7379-efb7-4f0f-b5ce-cee734c02cce"/>
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>R_AREA</gco:LocalName>
133
+ </gfc:memberName>
134
+ <gfc:definition>
135
+ <gco:CharacterString>Total rural area of states</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_LFR</gco:LocalName>
177
+ </gfc:memberName>
178
+ <gfc:definition>
179
+ <gco:CharacterString>Total workers in livestock, forestry, fishing, hunting, plantation, orchards &amp; allied activities</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_AGLB</gco:LocalName>
221
+ </gfc:memberName>
222
+ <gfc:definition>
223
+ <gco:CharacterString>Male Agricultural Labourers</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>TOT_CNST</gco:LocalName>
265
+ </gfc:memberName>
266
+ <gfc:definition>
267
+ <gco:CharacterString>Total workers in construction</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_AREA</gco:LocalName>
309
+ </gfc:memberName>
310
+ <gfc:definition>
311
+ <gco:CharacterString>Total area of states</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_MFNH</gco:LocalName>
353
+ </gfc:memberName>
354
+ <gfc:definition>
355
+ <gco:CharacterString>Total workers other than household industry</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>U_F_POP</gco:LocalName>
441
+ </gfc:memberName>
442
+ <gfc:definition>
443
+ <gco:CharacterString>Urban female population</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>STATE_ID</gco:LocalName>
485
+ </gfc:memberName>
486
+ <gfc:definition>
487
+ <gco:CharacterString>Unique identification number</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>ML Infomap</gco:CharacterString>
498
+ </gmd:title>
499
+ <gmd:date gco:nilReason="unknown"/>
500
+ <gmd:citedResponsibleParty>
501
+ <gmd:CI_ResponsibleParty>
502
+ <gmd:organisationName>
503
+ <gco:CharacterString>ML Infomap</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>TOT_SC</gco:LocalName>
529
+ </gfc:memberName>
530
+ <gfc:definition>
531
+ <gco:CharacterString>Total scheduled caste</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>M_MINE</gco:LocalName>
573
+ </gfc:memberName>
574
+ <gfc:definition>
575
+ <gco:CharacterString>Male mining and quarrying workers</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>Double</gco:CharacterString>
608
+ </gco:aName>
609
+ </gco:TypeName>
610
+ </gfc:valueType>
611
+ </gfc:FC_FeatureAttribute>
612
+ </gfc:carrierOfCharacteristics>
613
+ <gfc:carrierOfCharacteristics>
614
+ <gfc:FC_FeatureAttribute>
615
+ <gfc:memberName>
616
+ <gco:LocalName>NO_TOWN</gco:LocalName>
617
+ </gfc:memberName>
618
+ <gfc:definition>
619
+ <gco:CharacterString>Number of towns</gco:CharacterString>
620
+ </gfc:definition>
621
+ <gfc:cardinality gco:nilReason="unknown"/>
622
+ <gfc:definitionReference>
623
+ <gfc:FC_DefinitionReference>
624
+ <gfc:definitionSource>
625
+ <gfc:FC_DefinitionSource>
626
+ <gfc:source>
627
+ <gmd:CI_Citation>
628
+ <gmd:title>
629
+ <gco:CharacterString>Census of India</gco:CharacterString>
630
+ </gmd:title>
631
+ <gmd:date gco:nilReason="unknown"/>
632
+ <gmd:citedResponsibleParty>
633
+ <gmd:CI_ResponsibleParty>
634
+ <gmd:organisationName>
635
+ <gco:CharacterString>Census of India</gco:CharacterString>
636
+ </gmd:organisationName>
637
+ <gmd:role>
638
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
639
+ </gmd:role>
640
+ </gmd:CI_ResponsibleParty>
641
+ </gmd:citedResponsibleParty>
642
+ </gmd:CI_Citation>
643
+ </gfc:source>
644
+ </gfc:FC_DefinitionSource>
645
+ </gfc:definitionSource>
646
+ </gfc:FC_DefinitionReference>
647
+ </gfc:definitionReference>
648
+ <gfc:valueType>
649
+ <gco:TypeName>
650
+ <gco:aName>
651
+ <gco:CharacterString>Double</gco:CharacterString>
652
+ </gco:aName>
653
+ </gco:TypeName>
654
+ </gfc:valueType>
655
+ </gfc:FC_FeatureAttribute>
656
+ </gfc:carrierOfCharacteristics>
657
+ <gfc:carrierOfCharacteristics>
658
+ <gfc:FC_FeatureAttribute>
659
+ <gfc:memberName>
660
+ <gco:LocalName>T_R_POP</gco:LocalName>
661
+ </gfc:memberName>
662
+ <gfc:definition>
663
+ <gco:CharacterString>Total rural population</gco:CharacterString>
664
+ </gfc:definition>
665
+ <gfc:cardinality gco:nilReason="unknown"/>
666
+ <gfc:definitionReference>
667
+ <gfc:FC_DefinitionReference>
668
+ <gfc:definitionSource>
669
+ <gfc:FC_DefinitionSource>
670
+ <gfc:source>
671
+ <gmd:CI_Citation>
672
+ <gmd:title>
673
+ <gco:CharacterString>Census of India</gco:CharacterString>
674
+ </gmd:title>
675
+ <gmd:date gco:nilReason="unknown"/>
676
+ <gmd:citedResponsibleParty>
677
+ <gmd:CI_ResponsibleParty>
678
+ <gmd:organisationName>
679
+ <gco:CharacterString>Census of India</gco:CharacterString>
680
+ </gmd:organisationName>
681
+ <gmd:role>
682
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
683
+ </gmd:role>
684
+ </gmd:CI_ResponsibleParty>
685
+ </gmd:citedResponsibleParty>
686
+ </gmd:CI_Citation>
687
+ </gfc:source>
688
+ </gfc:FC_DefinitionSource>
689
+ </gfc:definitionSource>
690
+ </gfc:FC_DefinitionReference>
691
+ </gfc:definitionReference>
692
+ <gfc:valueType>
693
+ <gco:TypeName>
694
+ <gco:aName>
695
+ <gco:CharacterString>Double</gco:CharacterString>
696
+ </gco:aName>
697
+ </gco:TypeName>
698
+ </gfc:valueType>
699
+ </gfc:FC_FeatureAttribute>
700
+ </gfc:carrierOfCharacteristics>
701
+ <gfc:carrierOfCharacteristics>
702
+ <gfc:FC_FeatureAttribute>
703
+ <gfc:memberName>
704
+ <gco:LocalName>F_CULT</gco:LocalName>
705
+ </gfc:memberName>
706
+ <gfc:definition>
707
+ <gco:CharacterString>Female Cultivators</gco:CharacterString>
708
+ </gfc:definition>
709
+ <gfc:cardinality gco:nilReason="unknown"/>
710
+ <gfc:definitionReference>
711
+ <gfc:FC_DefinitionReference>
712
+ <gfc:definitionSource>
713
+ <gfc:FC_DefinitionSource>
714
+ <gfc:source>
715
+ <gmd:CI_Citation>
716
+ <gmd:title>
717
+ <gco:CharacterString>Census of India</gco:CharacterString>
718
+ </gmd:title>
719
+ <gmd:date gco:nilReason="unknown"/>
720
+ <gmd:citedResponsibleParty>
721
+ <gmd:CI_ResponsibleParty>
722
+ <gmd:organisationName>
723
+ <gco:CharacterString>Census of India</gco:CharacterString>
724
+ </gmd:organisationName>
725
+ <gmd:role>
726
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
727
+ </gmd:role>
728
+ </gmd:CI_ResponsibleParty>
729
+ </gmd:citedResponsibleParty>
730
+ </gmd:CI_Citation>
731
+ </gfc:source>
732
+ </gfc:FC_DefinitionSource>
733
+ </gfc:definitionSource>
734
+ </gfc:FC_DefinitionReference>
735
+ </gfc:definitionReference>
736
+ <gfc:valueType>
737
+ <gco:TypeName>
738
+ <gco:aName>
739
+ <gco:CharacterString>Double</gco:CharacterString>
740
+ </gco:aName>
741
+ </gco:TypeName>
742
+ </gfc:valueType>
743
+ </gfc:FC_FeatureAttribute>
744
+ </gfc:carrierOfCharacteristics>
745
+ <gfc:carrierOfCharacteristics>
746
+ <gfc:FC_FeatureAttribute>
747
+ <gfc:memberName>
748
+ <gco:LocalName>TOT_MINE</gco:LocalName>
749
+ </gfc:memberName>
750
+ <gfc:definition>
751
+ <gco:CharacterString>Total mining and quarrying workers</gco:CharacterString>
752
+ </gfc:definition>
753
+ <gfc:cardinality gco:nilReason="unknown"/>
754
+ <gfc:definitionReference>
755
+ <gfc:FC_DefinitionReference>
756
+ <gfc:definitionSource>
757
+ <gfc:FC_DefinitionSource>
758
+ <gfc:source>
759
+ <gmd:CI_Citation>
760
+ <gmd:title>
761
+ <gco:CharacterString>Census of India</gco:CharacterString>
762
+ </gmd:title>
763
+ <gmd:date gco:nilReason="unknown"/>
764
+ <gmd:citedResponsibleParty>
765
+ <gmd:CI_ResponsibleParty>
766
+ <gmd:organisationName>
767
+ <gco:CharacterString>Census of India</gco:CharacterString>
768
+ </gmd:organisationName>
769
+ <gmd:role>
770
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
771
+ </gmd:role>
772
+ </gmd:CI_ResponsibleParty>
773
+ </gmd:citedResponsibleParty>
774
+ </gmd:CI_Citation>
775
+ </gfc:source>
776
+ </gfc:FC_DefinitionSource>
777
+ </gfc:definitionSource>
778
+ </gfc:FC_DefinitionReference>
779
+ </gfc:definitionReference>
780
+ <gfc:valueType>
781
+ <gco:TypeName>
782
+ <gco:aName>
783
+ <gco:CharacterString>Double</gco:CharacterString>
784
+ </gco:aName>
785
+ </gco:TypeName>
786
+ </gfc:valueType>
787
+ </gfc:FC_FeatureAttribute>
788
+ </gfc:carrierOfCharacteristics>
789
+ <gfc:carrierOfCharacteristics>
790
+ <gfc:FC_FeatureAttribute>
791
+ <gfc:memberName>
792
+ <gco:LocalName>TOT_AGLB</gco:LocalName>
793
+ </gfc:memberName>
794
+ <gfc:definition>
795
+ <gco:CharacterString>Total Agricultural Labourers</gco:CharacterString>
796
+ </gfc:definition>
797
+ <gfc:cardinality gco:nilReason="unknown"/>
798
+ <gfc:definitionReference>
799
+ <gfc:FC_DefinitionReference>
800
+ <gfc:definitionSource>
801
+ <gfc:FC_DefinitionSource>
802
+ <gfc:source>
803
+ <gmd:CI_Citation>
804
+ <gmd:title>
805
+ <gco:CharacterString>Census of India</gco:CharacterString>
806
+ </gmd:title>
807
+ <gmd:date gco:nilReason="unknown"/>
808
+ <gmd:citedResponsibleParty>
809
+ <gmd:CI_ResponsibleParty>
810
+ <gmd:organisationName>
811
+ <gco:CharacterString>Census of India</gco:CharacterString>
812
+ </gmd:organisationName>
813
+ <gmd:role>
814
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
815
+ </gmd:role>
816
+ </gmd:CI_ResponsibleParty>
817
+ </gmd:citedResponsibleParty>
818
+ </gmd:CI_Citation>
819
+ </gfc:source>
820
+ </gfc:FC_DefinitionSource>
821
+ </gfc:definitionSource>
822
+ </gfc:FC_DefinitionReference>
823
+ </gfc:definitionReference>
824
+ <gfc:valueType>
825
+ <gco:TypeName>
826
+ <gco:aName>
827
+ <gco:CharacterString>Double</gco:CharacterString>
828
+ </gco:aName>
829
+ </gco:TypeName>
830
+ </gfc:valueType>
831
+ </gfc:FC_FeatureAttribute>
832
+ </gfc:carrierOfCharacteristics>
833
+ <gfc:carrierOfCharacteristics>
834
+ <gfc:FC_FeatureAttribute>
835
+ <gfc:memberName>
836
+ <gco:LocalName>M_SERV</gco:LocalName>
837
+ </gfc:memberName>
838
+ <gfc:definition>
839
+ <gco:CharacterString>Male workers in services</gco:CharacterString>
840
+ </gfc:definition>
841
+ <gfc:cardinality gco:nilReason="unknown"/>
842
+ <gfc:definitionReference>
843
+ <gfc:FC_DefinitionReference>
844
+ <gfc:definitionSource>
845
+ <gfc:FC_DefinitionSource>
846
+ <gfc:source>
847
+ <gmd:CI_Citation>
848
+ <gmd:title>
849
+ <gco:CharacterString>Census of India</gco:CharacterString>
850
+ </gmd:title>
851
+ <gmd:date gco:nilReason="unknown"/>
852
+ <gmd:citedResponsibleParty>
853
+ <gmd:CI_ResponsibleParty>
854
+ <gmd:organisationName>
855
+ <gco:CharacterString>Census of India</gco:CharacterString>
856
+ </gmd:organisationName>
857
+ <gmd:role>
858
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
859
+ </gmd:role>
860
+ </gmd:CI_ResponsibleParty>
861
+ </gmd:citedResponsibleParty>
862
+ </gmd:CI_Citation>
863
+ </gfc:source>
864
+ </gfc:FC_DefinitionSource>
865
+ </gfc:definitionSource>
866
+ </gfc:FC_DefinitionReference>
867
+ </gfc:definitionReference>
868
+ <gfc:valueType>
869
+ <gco:TypeName>
870
+ <gco:aName>
871
+ <gco:CharacterString>Double</gco:CharacterString>
872
+ </gco:aName>
873
+ </gco:TypeName>
874
+ </gfc:valueType>
875
+ </gfc:FC_FeatureAttribute>
876
+ </gfc:carrierOfCharacteristics>
877
+ <gfc:carrierOfCharacteristics>
878
+ <gfc:FC_FeatureAttribute>
879
+ <gfc:memberName>
880
+ <gco:LocalName>TOT_SERV</gco:LocalName>
881
+ </gfc:memberName>
882
+ <gfc:definition>
883
+ <gco:CharacterString>Total workers in services</gco:CharacterString>
884
+ </gfc:definition>
885
+ <gfc:cardinality gco:nilReason="unknown"/>
886
+ <gfc:definitionReference>
887
+ <gfc:FC_DefinitionReference>
888
+ <gfc:definitionSource>
889
+ <gfc:FC_DefinitionSource>
890
+ <gfc:source>
891
+ <gmd:CI_Citation>
892
+ <gmd:title>
893
+ <gco:CharacterString>Census of India</gco:CharacterString>
894
+ </gmd:title>
895
+ <gmd:date gco:nilReason="unknown"/>
896
+ <gmd:citedResponsibleParty>
897
+ <gmd:CI_ResponsibleParty>
898
+ <gmd:organisationName>
899
+ <gco:CharacterString>Census of India</gco:CharacterString>
900
+ </gmd:organisationName>
901
+ <gmd:role>
902
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
903
+ </gmd:role>
904
+ </gmd:CI_ResponsibleParty>
905
+ </gmd:citedResponsibleParty>
906
+ </gmd:CI_Citation>
907
+ </gfc:source>
908
+ </gfc:FC_DefinitionSource>
909
+ </gfc:definitionSource>
910
+ </gfc:FC_DefinitionReference>
911
+ </gfc:definitionReference>
912
+ <gfc:valueType>
913
+ <gco:TypeName>
914
+ <gco:aName>
915
+ <gco:CharacterString>Double</gco:CharacterString>
916
+ </gco:aName>
917
+ </gco:TypeName>
918
+ </gfc:valueType>
919
+ </gfc:FC_FeatureAttribute>
920
+ </gfc:carrierOfCharacteristics>
921
+ <gfc:carrierOfCharacteristics>
922
+ <gfc:FC_FeatureAttribute>
923
+ <gfc:memberName>
924
+ <gco:LocalName>F_TRNS</gco:LocalName>
925
+ </gfc:memberName>
926
+ <gfc:definition>
927
+ <gco:CharacterString>Female workers in transport, storage &amp; communication</gco:CharacterString>
928
+ </gfc:definition>
929
+ <gfc:cardinality gco:nilReason="unknown"/>
930
+ <gfc:definitionReference>
931
+ <gfc:FC_DefinitionReference>
932
+ <gfc:definitionSource>
933
+ <gfc:FC_DefinitionSource>
934
+ <gfc:source>
935
+ <gmd:CI_Citation>
936
+ <gmd:title>
937
+ <gco:CharacterString>Census of India</gco:CharacterString>
938
+ </gmd:title>
939
+ <gmd:date gco:nilReason="unknown"/>
940
+ <gmd:citedResponsibleParty>
941
+ <gmd:CI_ResponsibleParty>
942
+ <gmd:organisationName>
943
+ <gco:CharacterString>Census of India</gco:CharacterString>
944
+ </gmd:organisationName>
945
+ <gmd:role>
946
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
947
+ </gmd:role>
948
+ </gmd:CI_ResponsibleParty>
949
+ </gmd:citedResponsibleParty>
950
+ </gmd:CI_Citation>
951
+ </gfc:source>
952
+ </gfc:FC_DefinitionSource>
953
+ </gfc:definitionSource>
954
+ </gfc:FC_DefinitionReference>
955
+ </gfc:definitionReference>
956
+ <gfc:valueType>
957
+ <gco:TypeName>
958
+ <gco:aName>
959
+ <gco:CharacterString>Double</gco:CharacterString>
960
+ </gco:aName>
961
+ </gco:TypeName>
962
+ </gfc:valueType>
963
+ </gfc:FC_FeatureAttribute>
964
+ </gfc:carrierOfCharacteristics>
965
+ <gfc:carrierOfCharacteristics>
966
+ <gfc:FC_FeatureAttribute>
967
+ <gfc:memberName>
968
+ <gco:LocalName>M_TRNS</gco:LocalName>
969
+ </gfc:memberName>
970
+ <gfc:definition>
971
+ <gco:CharacterString>Male workers in transport, storage &amp; communication</gco:CharacterString>
972
+ </gfc:definition>
973
+ <gfc:cardinality gco:nilReason="unknown"/>
974
+ <gfc:definitionReference>
975
+ <gfc:FC_DefinitionReference>
976
+ <gfc:definitionSource>
977
+ <gfc:FC_DefinitionSource>
978
+ <gfc:source>
979
+ <gmd:CI_Citation>
980
+ <gmd:title>
981
+ <gco:CharacterString>Census of India</gco:CharacterString>
982
+ </gmd:title>
983
+ <gmd:date gco:nilReason="unknown"/>
984
+ <gmd:citedResponsibleParty>
985
+ <gmd:CI_ResponsibleParty>
986
+ <gmd:organisationName>
987
+ <gco:CharacterString>Census of India</gco:CharacterString>
988
+ </gmd:organisationName>
989
+ <gmd:role>
990
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
991
+ </gmd:role>
992
+ </gmd:CI_ResponsibleParty>
993
+ </gmd:citedResponsibleParty>
994
+ </gmd:CI_Citation>
995
+ </gfc:source>
996
+ </gfc:FC_DefinitionSource>
997
+ </gfc:definitionSource>
998
+ </gfc:FC_DefinitionReference>
999
+ </gfc:definitionReference>
1000
+ <gfc:valueType>
1001
+ <gco:TypeName>
1002
+ <gco:aName>
1003
+ <gco:CharacterString>Double</gco:CharacterString>
1004
+ </gco:aName>
1005
+ </gco:TypeName>
1006
+ </gfc:valueType>
1007
+ </gfc:FC_FeatureAttribute>
1008
+ </gfc:carrierOfCharacteristics>
1009
+ <gfc:carrierOfCharacteristics>
1010
+ <gfc:FC_FeatureAttribute>
1011
+ <gfc:memberName>
1012
+ <gco:LocalName>F_NNW</gco:LocalName>
1013
+ </gfc:memberName>
1014
+ <gfc:definition>
1015
+ <gco:CharacterString>Female Non-workers</gco:CharacterString>
1016
+ </gfc:definition>
1017
+ <gfc:cardinality gco:nilReason="unknown"/>
1018
+ <gfc:definitionReference>
1019
+ <gfc:FC_DefinitionReference>
1020
+ <gfc:definitionSource>
1021
+ <gfc:FC_DefinitionSource>
1022
+ <gfc:source>
1023
+ <gmd:CI_Citation>
1024
+ <gmd:title>
1025
+ <gco:CharacterString>Census of India</gco:CharacterString>
1026
+ </gmd:title>
1027
+ <gmd:date gco:nilReason="unknown"/>
1028
+ <gmd:citedResponsibleParty>
1029
+ <gmd:CI_ResponsibleParty>
1030
+ <gmd:organisationName>
1031
+ <gco:CharacterString>Census of India</gco:CharacterString>
1032
+ </gmd:organisationName>
1033
+ <gmd:role>
1034
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1035
+ </gmd:role>
1036
+ </gmd:CI_ResponsibleParty>
1037
+ </gmd:citedResponsibleParty>
1038
+ </gmd:CI_Citation>
1039
+ </gfc:source>
1040
+ </gfc:FC_DefinitionSource>
1041
+ </gfc:definitionSource>
1042
+ </gfc:FC_DefinitionReference>
1043
+ </gfc:definitionReference>
1044
+ <gfc:valueType>
1045
+ <gco:TypeName>
1046
+ <gco:aName>
1047
+ <gco:CharacterString>Double</gco:CharacterString>
1048
+ </gco:aName>
1049
+ </gco:TypeName>
1050
+ </gfc:valueType>
1051
+ </gfc:FC_FeatureAttribute>
1052
+ </gfc:carrierOfCharacteristics>
1053
+ <gfc:carrierOfCharacteristics>
1054
+ <gfc:FC_FeatureAttribute>
1055
+ <gfc:memberName>
1056
+ <gco:LocalName>M_NNW</gco:LocalName>
1057
+ </gfc:memberName>
1058
+ <gfc:definition>
1059
+ <gco:CharacterString>Male Non-workers</gco:CharacterString>
1060
+ </gfc:definition>
1061
+ <gfc:cardinality gco:nilReason="unknown"/>
1062
+ <gfc:definitionReference>
1063
+ <gfc:FC_DefinitionReference>
1064
+ <gfc:definitionSource>
1065
+ <gfc:FC_DefinitionSource>
1066
+ <gfc:source>
1067
+ <gmd:CI_Citation>
1068
+ <gmd:title>
1069
+ <gco:CharacterString>Census of India</gco:CharacterString>
1070
+ </gmd:title>
1071
+ <gmd:date gco:nilReason="unknown"/>
1072
+ <gmd:citedResponsibleParty>
1073
+ <gmd:CI_ResponsibleParty>
1074
+ <gmd:organisationName>
1075
+ <gco:CharacterString>Census of India</gco:CharacterString>
1076
+ </gmd:organisationName>
1077
+ <gmd:role>
1078
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1079
+ </gmd:role>
1080
+ </gmd:CI_ResponsibleParty>
1081
+ </gmd:citedResponsibleParty>
1082
+ </gmd:CI_Citation>
1083
+ </gfc:source>
1084
+ </gfc:FC_DefinitionSource>
1085
+ </gfc:definitionSource>
1086
+ </gfc:FC_DefinitionReference>
1087
+ </gfc:definitionReference>
1088
+ <gfc:valueType>
1089
+ <gco:TypeName>
1090
+ <gco:aName>
1091
+ <gco:CharacterString>Double</gco:CharacterString>
1092
+ </gco:aName>
1093
+ </gco:TypeName>
1094
+ </gfc:valueType>
1095
+ </gfc:FC_FeatureAttribute>
1096
+ </gfc:carrierOfCharacteristics>
1097
+ <gfc:carrierOfCharacteristics>
1098
+ <gfc:FC_FeatureAttribute>
1099
+ <gfc:memberName>
1100
+ <gco:LocalName>TOT_NNW</gco:LocalName>
1101
+ </gfc:memberName>
1102
+ <gfc:definition>
1103
+ <gco:CharacterString>Total Non-workers</gco:CharacterString>
1104
+ </gfc:definition>
1105
+ <gfc:cardinality gco:nilReason="unknown"/>
1106
+ <gfc:definitionReference>
1107
+ <gfc:FC_DefinitionReference>
1108
+ <gfc:definitionSource>
1109
+ <gfc:FC_DefinitionSource>
1110
+ <gfc:source>
1111
+ <gmd:CI_Citation>
1112
+ <gmd:title>
1113
+ <gco:CharacterString>Census of India</gco:CharacterString>
1114
+ </gmd:title>
1115
+ <gmd:date gco:nilReason="unknown"/>
1116
+ <gmd:citedResponsibleParty>
1117
+ <gmd:CI_ResponsibleParty>
1118
+ <gmd:organisationName>
1119
+ <gco:CharacterString>Census of India</gco:CharacterString>
1120
+ </gmd:organisationName>
1121
+ <gmd:role>
1122
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1123
+ </gmd:role>
1124
+ </gmd:CI_ResponsibleParty>
1125
+ </gmd:citedResponsibleParty>
1126
+ </gmd:CI_Citation>
1127
+ </gfc:source>
1128
+ </gfc:FC_DefinitionSource>
1129
+ </gfc:definitionSource>
1130
+ </gfc:FC_DefinitionReference>
1131
+ </gfc:definitionReference>
1132
+ <gfc:valueType>
1133
+ <gco:TypeName>
1134
+ <gco:aName>
1135
+ <gco:CharacterString>Double</gco:CharacterString>
1136
+ </gco:aName>
1137
+ </gco:TypeName>
1138
+ </gfc:valueType>
1139
+ </gfc:FC_FeatureAttribute>
1140
+ </gfc:carrierOfCharacteristics>
1141
+ <gfc:carrierOfCharacteristics>
1142
+ <gfc:FC_FeatureAttribute>
1143
+ <gfc:memberName>
1144
+ <gco:LocalName>F_SERV</gco:LocalName>
1145
+ </gfc:memberName>
1146
+ <gfc:definition>
1147
+ <gco:CharacterString>Female workers in services</gco:CharacterString>
1148
+ </gfc:definition>
1149
+ <gfc:cardinality gco:nilReason="unknown"/>
1150
+ <gfc:definitionReference>
1151
+ <gfc:FC_DefinitionReference>
1152
+ <gfc:definitionSource>
1153
+ <gfc:FC_DefinitionSource>
1154
+ <gfc:source>
1155
+ <gmd:CI_Citation>
1156
+ <gmd:title>
1157
+ <gco:CharacterString>Census of India</gco:CharacterString>
1158
+ </gmd:title>
1159
+ <gmd:date gco:nilReason="unknown"/>
1160
+ <gmd:citedResponsibleParty>
1161
+ <gmd:CI_ResponsibleParty>
1162
+ <gmd:organisationName>
1163
+ <gco:CharacterString>Census of India</gco:CharacterString>
1164
+ </gmd:organisationName>
1165
+ <gmd:role>
1166
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1167
+ </gmd:role>
1168
+ </gmd:CI_ResponsibleParty>
1169
+ </gmd:citedResponsibleParty>
1170
+ </gmd:CI_Citation>
1171
+ </gfc:source>
1172
+ </gfc:FC_DefinitionSource>
1173
+ </gfc:definitionSource>
1174
+ </gfc:FC_DefinitionReference>
1175
+ </gfc:definitionReference>
1176
+ <gfc:valueType>
1177
+ <gco:TypeName>
1178
+ <gco:aName>
1179
+ <gco:CharacterString>Double</gco:CharacterString>
1180
+ </gco:aName>
1181
+ </gco:TypeName>
1182
+ </gfc:valueType>
1183
+ </gfc:FC_FeatureAttribute>
1184
+ </gfc:carrierOfCharacteristics>
1185
+ <gfc:carrierOfCharacteristics>
1186
+ <gfc:FC_FeatureAttribute>
1187
+ <gfc:memberName>
1188
+ <gco:LocalName>F_CNST</gco:LocalName>
1189
+ </gfc:memberName>
1190
+ <gfc:definition>
1191
+ <gco:CharacterString>Female workers in construction</gco:CharacterString>
1192
+ </gfc:definition>
1193
+ <gfc:cardinality gco:nilReason="unknown"/>
1194
+ <gfc:definitionReference>
1195
+ <gfc:FC_DefinitionReference>
1196
+ <gfc:definitionSource>
1197
+ <gfc:FC_DefinitionSource>
1198
+ <gfc:source>
1199
+ <gmd:CI_Citation>
1200
+ <gmd:title>
1201
+ <gco:CharacterString>Census of India</gco:CharacterString>
1202
+ </gmd:title>
1203
+ <gmd:date gco:nilReason="unknown"/>
1204
+ <gmd:citedResponsibleParty>
1205
+ <gmd:CI_ResponsibleParty>
1206
+ <gmd:organisationName>
1207
+ <gco:CharacterString>Census of India</gco:CharacterString>
1208
+ </gmd:organisationName>
1209
+ <gmd:role>
1210
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1211
+ </gmd:role>
1212
+ </gmd:CI_ResponsibleParty>
1213
+ </gmd:citedResponsibleParty>
1214
+ </gmd:CI_Citation>
1215
+ </gfc:source>
1216
+ </gfc:FC_DefinitionSource>
1217
+ </gfc:definitionSource>
1218
+ </gfc:FC_DefinitionReference>
1219
+ </gfc:definitionReference>
1220
+ <gfc:valueType>
1221
+ <gco:TypeName>
1222
+ <gco:aName>
1223
+ <gco:CharacterString>Double</gco:CharacterString>
1224
+ </gco:aName>
1225
+ </gco:TypeName>
1226
+ </gfc:valueType>
1227
+ </gfc:FC_FeatureAttribute>
1228
+ </gfc:carrierOfCharacteristics>
1229
+ <gfc:carrierOfCharacteristics>
1230
+ <gfc:FC_FeatureAttribute>
1231
+ <gfc:memberName>
1232
+ <gco:LocalName>TOT_TRNS</gco:LocalName>
1233
+ </gfc:memberName>
1234
+ <gfc:definition>
1235
+ <gco:CharacterString>Total workers in transport, storage &amp; communication</gco:CharacterString>
1236
+ </gfc:definition>
1237
+ <gfc:cardinality gco:nilReason="unknown"/>
1238
+ <gfc:definitionReference>
1239
+ <gfc:FC_DefinitionReference>
1240
+ <gfc:definitionSource>
1241
+ <gfc:FC_DefinitionSource>
1242
+ <gfc:source>
1243
+ <gmd:CI_Citation>
1244
+ <gmd:title>
1245
+ <gco:CharacterString>Census of India</gco:CharacterString>
1246
+ </gmd:title>
1247
+ <gmd:date gco:nilReason="unknown"/>
1248
+ <gmd:citedResponsibleParty>
1249
+ <gmd:CI_ResponsibleParty>
1250
+ <gmd:organisationName>
1251
+ <gco:CharacterString>Census of India</gco:CharacterString>
1252
+ </gmd:organisationName>
1253
+ <gmd:role>
1254
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1255
+ </gmd:role>
1256
+ </gmd:CI_ResponsibleParty>
1257
+ </gmd:citedResponsibleParty>
1258
+ </gmd:CI_Citation>
1259
+ </gfc:source>
1260
+ </gfc:FC_DefinitionSource>
1261
+ </gfc:definitionSource>
1262
+ </gfc:FC_DefinitionReference>
1263
+ </gfc:definitionReference>
1264
+ <gfc:valueType>
1265
+ <gco:TypeName>
1266
+ <gco:aName>
1267
+ <gco:CharacterString>Double</gco:CharacterString>
1268
+ </gco:aName>
1269
+ </gco:TypeName>
1270
+ </gfc:valueType>
1271
+ </gfc:FC_FeatureAttribute>
1272
+ </gfc:carrierOfCharacteristics>
1273
+ <gfc:carrierOfCharacteristics>
1274
+ <gfc:FC_FeatureAttribute>
1275
+ <gfc:memberName>
1276
+ <gco:LocalName>F_COM</gco:LocalName>
1277
+ </gfc:memberName>
1278
+ <gfc:definition>
1279
+ <gco:CharacterString>Female workers in commerce &amp; trade</gco:CharacterString>
1280
+ </gfc:definition>
1281
+ <gfc:cardinality gco:nilReason="unknown"/>
1282
+ <gfc:definitionReference>
1283
+ <gfc:FC_DefinitionReference>
1284
+ <gfc:definitionSource>
1285
+ <gfc:FC_DefinitionSource>
1286
+ <gfc:source>
1287
+ <gmd:CI_Citation>
1288
+ <gmd:title>
1289
+ <gco:CharacterString>Census of India</gco:CharacterString>
1290
+ </gmd:title>
1291
+ <gmd:date gco:nilReason="unknown"/>
1292
+ <gmd:citedResponsibleParty>
1293
+ <gmd:CI_ResponsibleParty>
1294
+ <gmd:organisationName>
1295
+ <gco:CharacterString>Census of India</gco:CharacterString>
1296
+ </gmd:organisationName>
1297
+ <gmd:role>
1298
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1299
+ </gmd:role>
1300
+ </gmd:CI_ResponsibleParty>
1301
+ </gmd:citedResponsibleParty>
1302
+ </gmd:CI_Citation>
1303
+ </gfc:source>
1304
+ </gfc:FC_DefinitionSource>
1305
+ </gfc:definitionSource>
1306
+ </gfc:FC_DefinitionReference>
1307
+ </gfc:definitionReference>
1308
+ <gfc:valueType>
1309
+ <gco:TypeName>
1310
+ <gco:aName>
1311
+ <gco:CharacterString>Double</gco:CharacterString>
1312
+ </gco:aName>
1313
+ </gco:TypeName>
1314
+ </gfc:valueType>
1315
+ </gfc:FC_FeatureAttribute>
1316
+ </gfc:carrierOfCharacteristics>
1317
+ <gfc:carrierOfCharacteristics>
1318
+ <gfc:FC_FeatureAttribute>
1319
+ <gfc:memberName>
1320
+ <gco:LocalName>M_COM</gco:LocalName>
1321
+ </gfc:memberName>
1322
+ <gfc:definition>
1323
+ <gco:CharacterString>Male workers in commerce &amp; trade</gco:CharacterString>
1324
+ </gfc:definition>
1325
+ <gfc:cardinality gco:nilReason="unknown"/>
1326
+ <gfc:definitionReference>
1327
+ <gfc:FC_DefinitionReference>
1328
+ <gfc:definitionSource>
1329
+ <gfc:FC_DefinitionSource>
1330
+ <gfc:source>
1331
+ <gmd:CI_Citation>
1332
+ <gmd:title>
1333
+ <gco:CharacterString>Census of India</gco:CharacterString>
1334
+ </gmd:title>
1335
+ <gmd:date gco:nilReason="unknown"/>
1336
+ <gmd:citedResponsibleParty>
1337
+ <gmd:CI_ResponsibleParty>
1338
+ <gmd:organisationName>
1339
+ <gco:CharacterString>Census of India</gco:CharacterString>
1340
+ </gmd:organisationName>
1341
+ <gmd:role>
1342
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1343
+ </gmd:role>
1344
+ </gmd:CI_ResponsibleParty>
1345
+ </gmd:citedResponsibleParty>
1346
+ </gmd:CI_Citation>
1347
+ </gfc:source>
1348
+ </gfc:FC_DefinitionSource>
1349
+ </gfc:definitionSource>
1350
+ </gfc:FC_DefinitionReference>
1351
+ </gfc:definitionReference>
1352
+ <gfc:valueType>
1353
+ <gco:TypeName>
1354
+ <gco:aName>
1355
+ <gco:CharacterString>Double</gco:CharacterString>
1356
+ </gco:aName>
1357
+ </gco:TypeName>
1358
+ </gfc:valueType>
1359
+ </gfc:FC_FeatureAttribute>
1360
+ </gfc:carrierOfCharacteristics>
1361
+ <gfc:carrierOfCharacteristics>
1362
+ <gfc:FC_FeatureAttribute>
1363
+ <gfc:memberName>
1364
+ <gco:LocalName>TOT_COM</gco:LocalName>
1365
+ </gfc:memberName>
1366
+ <gfc:definition>
1367
+ <gco:CharacterString>Total workers in commerce &amp; trade</gco:CharacterString>
1368
+ </gfc:definition>
1369
+ <gfc:cardinality gco:nilReason="unknown"/>
1370
+ <gfc:definitionReference>
1371
+ <gfc:FC_DefinitionReference>
1372
+ <gfc:definitionSource>
1373
+ <gfc:FC_DefinitionSource>
1374
+ <gfc:source>
1375
+ <gmd:CI_Citation>
1376
+ <gmd:title>
1377
+ <gco:CharacterString>Census of India</gco:CharacterString>
1378
+ </gmd:title>
1379
+ <gmd:date gco:nilReason="unknown"/>
1380
+ <gmd:citedResponsibleParty>
1381
+ <gmd:CI_ResponsibleParty>
1382
+ <gmd:organisationName>
1383
+ <gco:CharacterString>Census of India</gco:CharacterString>
1384
+ </gmd:organisationName>
1385
+ <gmd:role>
1386
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1387
+ </gmd:role>
1388
+ </gmd:CI_ResponsibleParty>
1389
+ </gmd:citedResponsibleParty>
1390
+ </gmd:CI_Citation>
1391
+ </gfc:source>
1392
+ </gfc:FC_DefinitionSource>
1393
+ </gfc:definitionSource>
1394
+ </gfc:FC_DefinitionReference>
1395
+ </gfc:definitionReference>
1396
+ <gfc:valueType>
1397
+ <gco:TypeName>
1398
+ <gco:aName>
1399
+ <gco:CharacterString>Double</gco:CharacterString>
1400
+ </gco:aName>
1401
+ </gco:TypeName>
1402
+ </gfc:valueType>
1403
+ </gfc:FC_FeatureAttribute>
1404
+ </gfc:carrierOfCharacteristics>
1405
+ <gfc:carrierOfCharacteristics>
1406
+ <gfc:FC_FeatureAttribute>
1407
+ <gfc:memberName>
1408
+ <gco:LocalName>F_MFNH</gco:LocalName>
1409
+ </gfc:memberName>
1410
+ <gfc:definition>
1411
+ <gco:CharacterString>Female workers other than household industry</gco:CharacterString>
1412
+ </gfc:definition>
1413
+ <gfc:cardinality gco:nilReason="unknown"/>
1414
+ <gfc:definitionReference>
1415
+ <gfc:FC_DefinitionReference>
1416
+ <gfc:definitionSource>
1417
+ <gfc:FC_DefinitionSource>
1418
+ <gfc:source>
1419
+ <gmd:CI_Citation>
1420
+ <gmd:title>
1421
+ <gco:CharacterString>Census of India</gco:CharacterString>
1422
+ </gmd:title>
1423
+ <gmd:date gco:nilReason="unknown"/>
1424
+ <gmd:citedResponsibleParty>
1425
+ <gmd:CI_ResponsibleParty>
1426
+ <gmd:organisationName>
1427
+ <gco:CharacterString>Census of India</gco:CharacterString>
1428
+ </gmd:organisationName>
1429
+ <gmd:role>
1430
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1431
+ </gmd:role>
1432
+ </gmd:CI_ResponsibleParty>
1433
+ </gmd:citedResponsibleParty>
1434
+ </gmd:CI_Citation>
1435
+ </gfc:source>
1436
+ </gfc:FC_DefinitionSource>
1437
+ </gfc:definitionSource>
1438
+ </gfc:FC_DefinitionReference>
1439
+ </gfc:definitionReference>
1440
+ <gfc:valueType>
1441
+ <gco:TypeName>
1442
+ <gco:aName>
1443
+ <gco:CharacterString>Double</gco:CharacterString>
1444
+ </gco:aName>
1445
+ </gco:TypeName>
1446
+ </gfc:valueType>
1447
+ </gfc:FC_FeatureAttribute>
1448
+ </gfc:carrierOfCharacteristics>
1449
+ <gfc:carrierOfCharacteristics>
1450
+ <gfc:FC_FeatureAttribute>
1451
+ <gfc:memberName>
1452
+ <gco:LocalName>M_MNW</gco:LocalName>
1453
+ </gfc:memberName>
1454
+ <gfc:definition>
1455
+ <gco:CharacterString>Male Main Workers</gco:CharacterString>
1456
+ </gfc:definition>
1457
+ <gfc:cardinality gco:nilReason="unknown"/>
1458
+ <gfc:definitionReference>
1459
+ <gfc:FC_DefinitionReference>
1460
+ <gfc:definitionSource>
1461
+ <gfc:FC_DefinitionSource>
1462
+ <gfc:source>
1463
+ <gmd:CI_Citation>
1464
+ <gmd:title>
1465
+ <gco:CharacterString>Census of India</gco:CharacterString>
1466
+ </gmd:title>
1467
+ <gmd:date gco:nilReason="unknown"/>
1468
+ <gmd:citedResponsibleParty>
1469
+ <gmd:CI_ResponsibleParty>
1470
+ <gmd:organisationName>
1471
+ <gco:CharacterString>Census of India</gco:CharacterString>
1472
+ </gmd:organisationName>
1473
+ <gmd:role>
1474
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1475
+ </gmd:role>
1476
+ </gmd:CI_ResponsibleParty>
1477
+ </gmd:citedResponsibleParty>
1478
+ </gmd:CI_Citation>
1479
+ </gfc:source>
1480
+ </gfc:FC_DefinitionSource>
1481
+ </gfc:definitionSource>
1482
+ </gfc:FC_DefinitionReference>
1483
+ </gfc:definitionReference>
1484
+ <gfc:valueType>
1485
+ <gco:TypeName>
1486
+ <gco:aName>
1487
+ <gco:CharacterString>Double</gco:CharacterString>
1488
+ </gco:aName>
1489
+ </gco:TypeName>
1490
+ </gfc:valueType>
1491
+ </gfc:FC_FeatureAttribute>
1492
+ </gfc:carrierOfCharacteristics>
1493
+ <gfc:carrierOfCharacteristics>
1494
+ <gfc:FC_FeatureAttribute>
1495
+ <gfc:memberName>
1496
+ <gco:LocalName>TOT_MNW</gco:LocalName>
1497
+ </gfc:memberName>
1498
+ <gfc:definition>
1499
+ <gco:CharacterString>Total Main Workers</gco:CharacterString>
1500
+ </gfc:definition>
1501
+ <gfc:cardinality gco:nilReason="unknown"/>
1502
+ <gfc:definitionReference>
1503
+ <gfc:FC_DefinitionReference>
1504
+ <gfc:definitionSource>
1505
+ <gfc:FC_DefinitionSource>
1506
+ <gfc:source>
1507
+ <gmd:CI_Citation>
1508
+ <gmd:title>
1509
+ <gco:CharacterString>Census of India</gco:CharacterString>
1510
+ </gmd:title>
1511
+ <gmd:date gco:nilReason="unknown"/>
1512
+ <gmd:citedResponsibleParty>
1513
+ <gmd:CI_ResponsibleParty>
1514
+ <gmd:organisationName>
1515
+ <gco:CharacterString>Census of India</gco:CharacterString>
1516
+ </gmd:organisationName>
1517
+ <gmd:role>
1518
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1519
+ </gmd:role>
1520
+ </gmd:CI_ResponsibleParty>
1521
+ </gmd:citedResponsibleParty>
1522
+ </gmd:CI_Citation>
1523
+ </gfc:source>
1524
+ </gfc:FC_DefinitionSource>
1525
+ </gfc:definitionSource>
1526
+ </gfc:FC_DefinitionReference>
1527
+ </gfc:definitionReference>
1528
+ <gfc:valueType>
1529
+ <gco:TypeName>
1530
+ <gco:aName>
1531
+ <gco:CharacterString>Double</gco:CharacterString>
1532
+ </gco:aName>
1533
+ </gco:TypeName>
1534
+ </gfc:valueType>
1535
+ </gfc:FC_FeatureAttribute>
1536
+ </gfc:carrierOfCharacteristics>
1537
+ <gfc:carrierOfCharacteristics>
1538
+ <gfc:FC_FeatureAttribute>
1539
+ <gfc:memberName>
1540
+ <gco:LocalName>TOT_F_POP</gco:LocalName>
1541
+ </gfc:memberName>
1542
+ <gfc:definition>
1543
+ <gco:CharacterString>Female population</gco:CharacterString>
1544
+ </gfc:definition>
1545
+ <gfc:cardinality gco:nilReason="unknown"/>
1546
+ <gfc:definitionReference>
1547
+ <gfc:FC_DefinitionReference>
1548
+ <gfc:definitionSource>
1549
+ <gfc:FC_DefinitionSource>
1550
+ <gfc:source>
1551
+ <gmd:CI_Citation>
1552
+ <gmd:title>
1553
+ <gco:CharacterString>Census of India</gco:CharacterString>
1554
+ </gmd:title>
1555
+ <gmd:date gco:nilReason="unknown"/>
1556
+ <gmd:citedResponsibleParty>
1557
+ <gmd:CI_ResponsibleParty>
1558
+ <gmd:organisationName>
1559
+ <gco:CharacterString>Census of India</gco:CharacterString>
1560
+ </gmd:organisationName>
1561
+ <gmd:role>
1562
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1563
+ </gmd:role>
1564
+ </gmd:CI_ResponsibleParty>
1565
+ </gmd:citedResponsibleParty>
1566
+ </gmd:CI_Citation>
1567
+ </gfc:source>
1568
+ </gfc:FC_DefinitionSource>
1569
+ </gfc:definitionSource>
1570
+ </gfc:FC_DefinitionReference>
1571
+ </gfc:definitionReference>
1572
+ <gfc:valueType>
1573
+ <gco:TypeName>
1574
+ <gco:aName>
1575
+ <gco:CharacterString>Double</gco:CharacterString>
1576
+ </gco:aName>
1577
+ </gco:TypeName>
1578
+ </gfc:valueType>
1579
+ </gfc:FC_FeatureAttribute>
1580
+ </gfc:carrierOfCharacteristics>
1581
+ <gfc:carrierOfCharacteristics>
1582
+ <gfc:FC_FeatureAttribute>
1583
+ <gfc:memberName>
1584
+ <gco:LocalName>INHA_VIL</gco:LocalName>
1585
+ </gfc:memberName>
1586
+ <gfc:definition>
1587
+ <gco:CharacterString>Number of Inhabited Village</gco:CharacterString>
1588
+ </gfc:definition>
1589
+ <gfc:cardinality gco:nilReason="unknown"/>
1590
+ <gfc:definitionReference>
1591
+ <gfc:FC_DefinitionReference>
1592
+ <gfc:definitionSource>
1593
+ <gfc:FC_DefinitionSource>
1594
+ <gfc:source>
1595
+ <gmd:CI_Citation>
1596
+ <gmd:title>
1597
+ <gco:CharacterString>Census of India</gco:CharacterString>
1598
+ </gmd:title>
1599
+ <gmd:date gco:nilReason="unknown"/>
1600
+ <gmd:citedResponsibleParty>
1601
+ <gmd:CI_ResponsibleParty>
1602
+ <gmd:organisationName>
1603
+ <gco:CharacterString>Census of India</gco:CharacterString>
1604
+ </gmd:organisationName>
1605
+ <gmd:role>
1606
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1607
+ </gmd:role>
1608
+ </gmd:CI_ResponsibleParty>
1609
+ </gmd:citedResponsibleParty>
1610
+ </gmd:CI_Citation>
1611
+ </gfc:source>
1612
+ </gfc:FC_DefinitionSource>
1613
+ </gfc:definitionSource>
1614
+ </gfc:FC_DefinitionReference>
1615
+ </gfc:definitionReference>
1616
+ <gfc:valueType>
1617
+ <gco:TypeName>
1618
+ <gco:aName>
1619
+ <gco:CharacterString>Double</gco:CharacterString>
1620
+ </gco:aName>
1621
+ </gco:TypeName>
1622
+ </gfc:valueType>
1623
+ </gfc:FC_FeatureAttribute>
1624
+ </gfc:carrierOfCharacteristics>
1625
+ <gfc:carrierOfCharacteristics>
1626
+ <gfc:FC_FeatureAttribute>
1627
+ <gfc:memberName>
1628
+ <gco:LocalName>F_MNW</gco:LocalName>
1629
+ </gfc:memberName>
1630
+ <gfc:definition>
1631
+ <gco:CharacterString>Female Main Workers</gco:CharacterString>
1632
+ </gfc:definition>
1633
+ <gfc:cardinality gco:nilReason="unknown"/>
1634
+ <gfc:definitionReference>
1635
+ <gfc:FC_DefinitionReference>
1636
+ <gfc:definitionSource>
1637
+ <gfc:FC_DefinitionSource>
1638
+ <gfc:source>
1639
+ <gmd:CI_Citation>
1640
+ <gmd:title>
1641
+ <gco:CharacterString>Census of India</gco:CharacterString>
1642
+ </gmd:title>
1643
+ <gmd:date gco:nilReason="unknown"/>
1644
+ <gmd:citedResponsibleParty>
1645
+ <gmd:CI_ResponsibleParty>
1646
+ <gmd:organisationName>
1647
+ <gco:CharacterString>Census of India</gco:CharacterString>
1648
+ </gmd:organisationName>
1649
+ <gmd:role>
1650
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1651
+ </gmd:role>
1652
+ </gmd:CI_ResponsibleParty>
1653
+ </gmd:citedResponsibleParty>
1654
+ </gmd:CI_Citation>
1655
+ </gfc:source>
1656
+ </gfc:FC_DefinitionSource>
1657
+ </gfc:definitionSource>
1658
+ </gfc:FC_DefinitionReference>
1659
+ </gfc:definitionReference>
1660
+ <gfc:valueType>
1661
+ <gco:TypeName>
1662
+ <gco:aName>
1663
+ <gco:CharacterString>Double</gco:CharacterString>
1664
+ </gco:aName>
1665
+ </gco:TypeName>
1666
+ </gfc:valueType>
1667
+ </gfc:FC_FeatureAttribute>
1668
+ </gfc:carrierOfCharacteristics>
1669
+ <gfc:carrierOfCharacteristics>
1670
+ <gfc:FC_FeatureAttribute>
1671
+ <gfc:memberName>
1672
+ <gco:LocalName>T_U_POP</gco:LocalName>
1673
+ </gfc:memberName>
1674
+ <gfc:definition>
1675
+ <gco:CharacterString>Total urban population</gco:CharacterString>
1676
+ </gfc:definition>
1677
+ <gfc:cardinality gco:nilReason="unknown"/>
1678
+ <gfc:definitionReference>
1679
+ <gfc:FC_DefinitionReference>
1680
+ <gfc:definitionSource>
1681
+ <gfc:FC_DefinitionSource>
1682
+ <gfc:source>
1683
+ <gmd:CI_Citation>
1684
+ <gmd:title>
1685
+ <gco:CharacterString>Census of India</gco:CharacterString>
1686
+ </gmd:title>
1687
+ <gmd:date gco:nilReason="unknown"/>
1688
+ <gmd:citedResponsibleParty>
1689
+ <gmd:CI_ResponsibleParty>
1690
+ <gmd:organisationName>
1691
+ <gco:CharacterString>Census of India</gco:CharacterString>
1692
+ </gmd:organisationName>
1693
+ <gmd:role>
1694
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1695
+ </gmd:role>
1696
+ </gmd:CI_ResponsibleParty>
1697
+ </gmd:citedResponsibleParty>
1698
+ </gmd:CI_Citation>
1699
+ </gfc:source>
1700
+ </gfc:FC_DefinitionSource>
1701
+ </gfc:definitionSource>
1702
+ </gfc:FC_DefinitionReference>
1703
+ </gfc:definitionReference>
1704
+ <gfc:valueType>
1705
+ <gco:TypeName>
1706
+ <gco:aName>
1707
+ <gco:CharacterString>Double</gco:CharacterString>
1708
+ </gco:aName>
1709
+ </gco:TypeName>
1710
+ </gfc:valueType>
1711
+ </gfc:FC_FeatureAttribute>
1712
+ </gfc:carrierOfCharacteristics>
1713
+ <gfc:carrierOfCharacteristics>
1714
+ <gfc:FC_FeatureAttribute>
1715
+ <gfc:memberName>
1716
+ <gco:LocalName>F_LIT</gco:LocalName>
1717
+ </gfc:memberName>
1718
+ <gfc:definition>
1719
+ <gco:CharacterString>Female literates</gco:CharacterString>
1720
+ </gfc:definition>
1721
+ <gfc:cardinality gco:nilReason="unknown"/>
1722
+ <gfc:definitionReference>
1723
+ <gfc:FC_DefinitionReference>
1724
+ <gfc:definitionSource>
1725
+ <gfc:FC_DefinitionSource>
1726
+ <gfc:source>
1727
+ <gmd:CI_Citation>
1728
+ <gmd:title>
1729
+ <gco:CharacterString>Census of India</gco:CharacterString>
1730
+ </gmd:title>
1731
+ <gmd:date gco:nilReason="unknown"/>
1732
+ <gmd:citedResponsibleParty>
1733
+ <gmd:CI_ResponsibleParty>
1734
+ <gmd:organisationName>
1735
+ <gco:CharacterString>Census of India</gco:CharacterString>
1736
+ </gmd:organisationName>
1737
+ <gmd:role>
1738
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1739
+ </gmd:role>
1740
+ </gmd:CI_ResponsibleParty>
1741
+ </gmd:citedResponsibleParty>
1742
+ </gmd:CI_Citation>
1743
+ </gfc:source>
1744
+ </gfc:FC_DefinitionSource>
1745
+ </gfc:definitionSource>
1746
+ </gfc:FC_DefinitionReference>
1747
+ </gfc:definitionReference>
1748
+ <gfc:valueType>
1749
+ <gco:TypeName>
1750
+ <gco:aName>
1751
+ <gco:CharacterString>Double</gco:CharacterString>
1752
+ </gco:aName>
1753
+ </gco:TypeName>
1754
+ </gfc:valueType>
1755
+ </gfc:FC_FeatureAttribute>
1756
+ </gfc:carrierOfCharacteristics>
1757
+ <gfc:carrierOfCharacteristics>
1758
+ <gfc:FC_FeatureAttribute>
1759
+ <gfc:memberName>
1760
+ <gco:LocalName>TOT_POP</gco:LocalName>
1761
+ </gfc:memberName>
1762
+ <gfc:definition>
1763
+ <gco:CharacterString>Total population</gco:CharacterString>
1764
+ </gfc:definition>
1765
+ <gfc:cardinality gco:nilReason="unknown"/>
1766
+ <gfc:definitionReference>
1767
+ <gfc:FC_DefinitionReference>
1768
+ <gfc:definitionSource>
1769
+ <gfc:FC_DefinitionSource>
1770
+ <gfc:source>
1771
+ <gmd:CI_Citation>
1772
+ <gmd:title>
1773
+ <gco:CharacterString>Census of India</gco:CharacterString>
1774
+ </gmd:title>
1775
+ <gmd:date gco:nilReason="unknown"/>
1776
+ <gmd:citedResponsibleParty>
1777
+ <gmd:CI_ResponsibleParty>
1778
+ <gmd:organisationName>
1779
+ <gco:CharacterString>Census of India</gco:CharacterString>
1780
+ </gmd:organisationName>
1781
+ <gmd:role>
1782
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1783
+ </gmd:role>
1784
+ </gmd:CI_ResponsibleParty>
1785
+ </gmd:citedResponsibleParty>
1786
+ </gmd:CI_Citation>
1787
+ </gfc:source>
1788
+ </gfc:FC_DefinitionSource>
1789
+ </gfc:definitionSource>
1790
+ </gfc:FC_DefinitionReference>
1791
+ </gfc:definitionReference>
1792
+ <gfc:valueType>
1793
+ <gco:TypeName>
1794
+ <gco:aName>
1795
+ <gco:CharacterString>Double</gco:CharacterString>
1796
+ </gco:aName>
1797
+ </gco:TypeName>
1798
+ </gfc:valueType>
1799
+ </gfc:FC_FeatureAttribute>
1800
+ </gfc:carrierOfCharacteristics>
1801
+ <gfc:carrierOfCharacteristics>
1802
+ <gfc:FC_FeatureAttribute>
1803
+ <gfc:memberName>
1804
+ <gco:LocalName>R_NM_HH</gco:LocalName>
1805
+ </gfc:memberName>
1806
+ <gfc:definition>
1807
+ <gco:CharacterString>Total number of rural household</gco:CharacterString>
1808
+ </gfc:definition>
1809
+ <gfc:cardinality gco:nilReason="unknown"/>
1810
+ <gfc:definitionReference>
1811
+ <gfc:FC_DefinitionReference>
1812
+ <gfc:definitionSource>
1813
+ <gfc:FC_DefinitionSource>
1814
+ <gfc:source>
1815
+ <gmd:CI_Citation>
1816
+ <gmd:title>
1817
+ <gco:CharacterString>Census of India</gco:CharacterString>
1818
+ </gmd:title>
1819
+ <gmd:date gco:nilReason="unknown"/>
1820
+ <gmd:citedResponsibleParty>
1821
+ <gmd:CI_ResponsibleParty>
1822
+ <gmd:organisationName>
1823
+ <gco:CharacterString>Census of India</gco:CharacterString>
1824
+ </gmd:organisationName>
1825
+ <gmd:role>
1826
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1827
+ </gmd:role>
1828
+ </gmd:CI_ResponsibleParty>
1829
+ </gmd:citedResponsibleParty>
1830
+ </gmd:CI_Citation>
1831
+ </gfc:source>
1832
+ </gfc:FC_DefinitionSource>
1833
+ </gfc:definitionSource>
1834
+ </gfc:FC_DefinitionReference>
1835
+ </gfc:definitionReference>
1836
+ <gfc:valueType>
1837
+ <gco:TypeName>
1838
+ <gco:aName>
1839
+ <gco:CharacterString>Double</gco:CharacterString>
1840
+ </gco:aName>
1841
+ </gco:TypeName>
1842
+ </gfc:valueType>
1843
+ </gfc:FC_FeatureAttribute>
1844
+ </gfc:carrierOfCharacteristics>
1845
+ <gfc:carrierOfCharacteristics>
1846
+ <gfc:FC_FeatureAttribute>
1847
+ <gfc:memberName>
1848
+ <gco:LocalName>F_MINE</gco:LocalName>
1849
+ </gfc:memberName>
1850
+ <gfc:definition>
1851
+ <gco:CharacterString>Female mining and quarrying workers</gco:CharacterString>
1852
+ </gfc:definition>
1853
+ <gfc:cardinality gco:nilReason="unknown"/>
1854
+ <gfc:definitionReference>
1855
+ <gfc:FC_DefinitionReference>
1856
+ <gfc:definitionSource>
1857
+ <gfc:FC_DefinitionSource>
1858
+ <gfc:source>
1859
+ <gmd:CI_Citation>
1860
+ <gmd:title>
1861
+ <gco:CharacterString>Census of India</gco:CharacterString>
1862
+ </gmd:title>
1863
+ <gmd:date gco:nilReason="unknown"/>
1864
+ <gmd:citedResponsibleParty>
1865
+ <gmd:CI_ResponsibleParty>
1866
+ <gmd:organisationName>
1867
+ <gco:CharacterString>Census of India</gco:CharacterString>
1868
+ </gmd:organisationName>
1869
+ <gmd:role>
1870
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1871
+ </gmd:role>
1872
+ </gmd:CI_ResponsibleParty>
1873
+ </gmd:citedResponsibleParty>
1874
+ </gmd:CI_Citation>
1875
+ </gfc:source>
1876
+ </gfc:FC_DefinitionSource>
1877
+ </gfc:definitionSource>
1878
+ </gfc:FC_DefinitionReference>
1879
+ </gfc:definitionReference>
1880
+ <gfc:valueType>
1881
+ <gco:TypeName>
1882
+ <gco:aName>
1883
+ <gco:CharacterString>Double</gco:CharacterString>
1884
+ </gco:aName>
1885
+ </gco:TypeName>
1886
+ </gfc:valueType>
1887
+ </gfc:FC_FeatureAttribute>
1888
+ </gfc:carrierOfCharacteristics>
1889
+ <gfc:carrierOfCharacteristics>
1890
+ <gfc:FC_FeatureAttribute>
1891
+ <gfc:memberName>
1892
+ <gco:LocalName>M_CULT</gco:LocalName>
1893
+ </gfc:memberName>
1894
+ <gfc:definition>
1895
+ <gco:CharacterString>Male Cultivators</gco:CharacterString>
1896
+ </gfc:definition>
1897
+ <gfc:cardinality gco:nilReason="unknown"/>
1898
+ <gfc:definitionReference>
1899
+ <gfc:FC_DefinitionReference>
1900
+ <gfc:definitionSource>
1901
+ <gfc:FC_DefinitionSource>
1902
+ <gfc:source>
1903
+ <gmd:CI_Citation>
1904
+ <gmd:title>
1905
+ <gco:CharacterString>Census of India</gco:CharacterString>
1906
+ </gmd:title>
1907
+ <gmd:date gco:nilReason="unknown"/>
1908
+ <gmd:citedResponsibleParty>
1909
+ <gmd:CI_ResponsibleParty>
1910
+ <gmd:organisationName>
1911
+ <gco:CharacterString>Census of India</gco:CharacterString>
1912
+ </gmd:organisationName>
1913
+ <gmd:role>
1914
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1915
+ </gmd:role>
1916
+ </gmd:CI_ResponsibleParty>
1917
+ </gmd:citedResponsibleParty>
1918
+ </gmd:CI_Citation>
1919
+ </gfc:source>
1920
+ </gfc:FC_DefinitionSource>
1921
+ </gfc:definitionSource>
1922
+ </gfc:FC_DefinitionReference>
1923
+ </gfc:definitionReference>
1924
+ <gfc:valueType>
1925
+ <gco:TypeName>
1926
+ <gco:aName>
1927
+ <gco:CharacterString>Double</gco:CharacterString>
1928
+ </gco:aName>
1929
+ </gco:TypeName>
1930
+ </gfc:valueType>
1931
+ </gfc:FC_FeatureAttribute>
1932
+ </gfc:carrierOfCharacteristics>
1933
+ <gfc:carrierOfCharacteristics>
1934
+ <gfc:FC_FeatureAttribute>
1935
+ <gfc:memberName>
1936
+ <gco:LocalName>NAME</gco:LocalName>
1937
+ </gfc:memberName>
1938
+ <gfc:definition>
1939
+ <gco:CharacterString>Name of administrative state or union territory</gco:CharacterString>
1940
+ </gfc:definition>
1941
+ <gfc:cardinality gco:nilReason="unknown"/>
1942
+ <gfc:definitionReference>
1943
+ <gfc:FC_DefinitionReference>
1944
+ <gfc:definitionSource>
1945
+ <gfc:FC_DefinitionSource>
1946
+ <gfc:source>
1947
+ <gmd:CI_Citation>
1948
+ <gmd:title>
1949
+ <gco:CharacterString>Census of India</gco:CharacterString>
1950
+ </gmd:title>
1951
+ <gmd:date gco:nilReason="unknown"/>
1952
+ <gmd:citedResponsibleParty>
1953
+ <gmd:CI_ResponsibleParty>
1954
+ <gmd:organisationName>
1955
+ <gco:CharacterString>Census of India</gco:CharacterString>
1956
+ </gmd:organisationName>
1957
+ <gmd:role>
1958
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1959
+ </gmd:role>
1960
+ </gmd:CI_ResponsibleParty>
1961
+ </gmd:citedResponsibleParty>
1962
+ </gmd:CI_Citation>
1963
+ </gfc:source>
1964
+ </gfc:FC_DefinitionSource>
1965
+ </gfc:definitionSource>
1966
+ </gfc:FC_DefinitionReference>
1967
+ </gfc:definitionReference>
1968
+ <gfc:valueType>
1969
+ <gco:TypeName>
1970
+ <gco:aName>
1971
+ <gco:CharacterString>String</gco:CharacterString>
1972
+ </gco:aName>
1973
+ </gco:TypeName>
1974
+ </gfc:valueType>
1975
+ <gfc:listedValue>
1976
+ <gfc:FC_ListedValue>
1977
+ <gfc:label>
1978
+ <gco:CharacterString>State or Union Territory</gco:CharacterString>
1979
+ </gfc:label>
1980
+ <gfc:definition>
1981
+ <gco:CharacterString>Name of administrative state or union territory</gco:CharacterString>
1982
+ </gfc:definition>
1983
+ <gfc:definitionReference>
1984
+ <gfc:FC_DefinitionReference>
1985
+ <gfc:definitionSource>
1986
+ <gfc:FC_DefinitionSource>
1987
+ <gfc:source>
1988
+ <gmd:CI_Citation>
1989
+ <gmd:title>
1990
+ <gco:CharacterString>Census of India</gco:CharacterString>
1991
+ </gmd:title>
1992
+ <gmd:date gco:nilReason="unknown"/>
1993
+ <gmd:citedResponsibleParty>
1994
+ <gmd:CI_ResponsibleParty>
1995
+ <gmd:organisationName>
1996
+ <gco:CharacterString>Census of India</gco:CharacterString>
1997
+ </gmd:organisationName>
1998
+ <gmd:role>
1999
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2000
+ </gmd:role>
2001
+ </gmd:CI_ResponsibleParty>
2002
+ </gmd:citedResponsibleParty>
2003
+ </gmd:CI_Citation>
2004
+ </gfc:source>
2005
+ </gfc:FC_DefinitionSource>
2006
+ </gfc:definitionSource>
2007
+ </gfc:FC_DefinitionReference>
2008
+ </gfc:definitionReference>
2009
+ </gfc:FC_ListedValue>
2010
+ </gfc:listedValue>
2011
+ </gfc:FC_FeatureAttribute>
2012
+ </gfc:carrierOfCharacteristics>
2013
+ <gfc:carrierOfCharacteristics>
2014
+ <gfc:FC_FeatureAttribute>
2015
+ <gfc:memberName>
2016
+ <gco:LocalName>M_SC</gco:LocalName>
2017
+ </gfc:memberName>
2018
+ <gfc:definition>
2019
+ <gco:CharacterString>Male scheduled caste</gco:CharacterString>
2020
+ </gfc:definition>
2021
+ <gfc:cardinality gco:nilReason="unknown"/>
2022
+ <gfc:definitionReference>
2023
+ <gfc:FC_DefinitionReference>
2024
+ <gfc:definitionSource>
2025
+ <gfc:FC_DefinitionSource>
2026
+ <gfc:source>
2027
+ <gmd:CI_Citation>
2028
+ <gmd:title>
2029
+ <gco:CharacterString>Census of India</gco:CharacterString>
2030
+ </gmd:title>
2031
+ <gmd:date gco:nilReason="unknown"/>
2032
+ <gmd:citedResponsibleParty>
2033
+ <gmd:CI_ResponsibleParty>
2034
+ <gmd:organisationName>
2035
+ <gco:CharacterString>Census of India</gco:CharacterString>
2036
+ </gmd:organisationName>
2037
+ <gmd:role>
2038
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2039
+ </gmd:role>
2040
+ </gmd:CI_ResponsibleParty>
2041
+ </gmd:citedResponsibleParty>
2042
+ </gmd:CI_Citation>
2043
+ </gfc:source>
2044
+ </gfc:FC_DefinitionSource>
2045
+ </gfc:definitionSource>
2046
+ </gfc:FC_DefinitionReference>
2047
+ </gfc:definitionReference>
2048
+ <gfc:valueType>
2049
+ <gco:TypeName>
2050
+ <gco:aName>
2051
+ <gco:CharacterString>Double</gco:CharacterString>
2052
+ </gco:aName>
2053
+ </gco:TypeName>
2054
+ </gfc:valueType>
2055
+ </gfc:FC_FeatureAttribute>
2056
+ </gfc:carrierOfCharacteristics>
2057
+ <gfc:carrierOfCharacteristics>
2058
+ <gfc:FC_FeatureAttribute>
2059
+ <gfc:memberName>
2060
+ <gco:LocalName>TOT_MFHH</gco:LocalName>
2061
+ </gfc:memberName>
2062
+ <gfc:definition>
2063
+ <gco:CharacterString>Total Household industry workers</gco:CharacterString>
2064
+ </gfc:definition>
2065
+ <gfc:cardinality gco:nilReason="unknown"/>
2066
+ <gfc:definitionReference>
2067
+ <gfc:FC_DefinitionReference>
2068
+ <gfc:definitionSource>
2069
+ <gfc:FC_DefinitionSource>
2070
+ <gfc:source>
2071
+ <gmd:CI_Citation>
2072
+ <gmd:title>
2073
+ <gco:CharacterString>Census of India</gco:CharacterString>
2074
+ </gmd:title>
2075
+ <gmd:date gco:nilReason="unknown"/>
2076
+ <gmd:citedResponsibleParty>
2077
+ <gmd:CI_ResponsibleParty>
2078
+ <gmd:organisationName>
2079
+ <gco:CharacterString>Census of India</gco:CharacterString>
2080
+ </gmd:organisationName>
2081
+ <gmd:role>
2082
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2083
+ </gmd:role>
2084
+ </gmd:CI_ResponsibleParty>
2085
+ </gmd:citedResponsibleParty>
2086
+ </gmd:CI_Citation>
2087
+ </gfc:source>
2088
+ </gfc:FC_DefinitionSource>
2089
+ </gfc:definitionSource>
2090
+ </gfc:FC_DefinitionReference>
2091
+ </gfc:definitionReference>
2092
+ <gfc:valueType>
2093
+ <gco:TypeName>
2094
+ <gco:aName>
2095
+ <gco:CharacterString>Double</gco:CharacterString>
2096
+ </gco:aName>
2097
+ </gco:TypeName>
2098
+ </gfc:valueType>
2099
+ </gfc:FC_FeatureAttribute>
2100
+ </gfc:carrierOfCharacteristics>
2101
+ <gfc:carrierOfCharacteristics>
2102
+ <gfc:FC_FeatureAttribute>
2103
+ <gfc:memberName>
2104
+ <gco:LocalName>U_HOUS</gco:LocalName>
2105
+ </gfc:memberName>
2106
+ <gfc:definition>
2107
+ <gco:CharacterString>Total urban houses</gco:CharacterString>
2108
+ </gfc:definition>
2109
+ <gfc:cardinality gco:nilReason="unknown"/>
2110
+ <gfc:definitionReference>
2111
+ <gfc:FC_DefinitionReference>
2112
+ <gfc:definitionSource>
2113
+ <gfc:FC_DefinitionSource>
2114
+ <gfc:source>
2115
+ <gmd:CI_Citation>
2116
+ <gmd:title>
2117
+ <gco:CharacterString>Census of India</gco:CharacterString>
2118
+ </gmd:title>
2119
+ <gmd:date gco:nilReason="unknown"/>
2120
+ <gmd:citedResponsibleParty>
2121
+ <gmd:CI_ResponsibleParty>
2122
+ <gmd:organisationName>
2123
+ <gco:CharacterString>Census of India</gco:CharacterString>
2124
+ </gmd:organisationName>
2125
+ <gmd:role>
2126
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2127
+ </gmd:role>
2128
+ </gmd:CI_ResponsibleParty>
2129
+ </gmd:citedResponsibleParty>
2130
+ </gmd:CI_Citation>
2131
+ </gfc:source>
2132
+ </gfc:FC_DefinitionSource>
2133
+ </gfc:definitionSource>
2134
+ </gfc:FC_DefinitionReference>
2135
+ </gfc:definitionReference>
2136
+ <gfc:valueType>
2137
+ <gco:TypeName>
2138
+ <gco:aName>
2139
+ <gco:CharacterString>Double</gco:CharacterString>
2140
+ </gco:aName>
2141
+ </gco:TypeName>
2142
+ </gfc:valueType>
2143
+ </gfc:FC_FeatureAttribute>
2144
+ </gfc:carrierOfCharacteristics>
2145
+ <gfc:carrierOfCharacteristics>
2146
+ <gfc:FC_FeatureAttribute>
2147
+ <gfc:memberName>
2148
+ <gco:LocalName>M_MFHH</gco:LocalName>
2149
+ </gfc:memberName>
2150
+ <gfc:definition>
2151
+ <gco:CharacterString>Male Household industry workers</gco:CharacterString>
2152
+ </gfc:definition>
2153
+ <gfc:cardinality gco:nilReason="unknown"/>
2154
+ <gfc:definitionReference>
2155
+ <gfc:FC_DefinitionReference>
2156
+ <gfc:definitionSource>
2157
+ <gfc:FC_DefinitionSource>
2158
+ <gfc:source>
2159
+ <gmd:CI_Citation>
2160
+ <gmd:title>
2161
+ <gco:CharacterString>Census of India</gco:CharacterString>
2162
+ </gmd:title>
2163
+ <gmd:date gco:nilReason="unknown"/>
2164
+ <gmd:citedResponsibleParty>
2165
+ <gmd:CI_ResponsibleParty>
2166
+ <gmd:organisationName>
2167
+ <gco:CharacterString>Census of India</gco:CharacterString>
2168
+ </gmd:organisationName>
2169
+ <gmd:role>
2170
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2171
+ </gmd:role>
2172
+ </gmd:CI_ResponsibleParty>
2173
+ </gmd:citedResponsibleParty>
2174
+ </gmd:CI_Citation>
2175
+ </gfc:source>
2176
+ </gfc:FC_DefinitionSource>
2177
+ </gfc:definitionSource>
2178
+ </gfc:FC_DefinitionReference>
2179
+ </gfc:definitionReference>
2180
+ <gfc:valueType>
2181
+ <gco:TypeName>
2182
+ <gco:aName>
2183
+ <gco:CharacterString>Double</gco:CharacterString>
2184
+ </gco:aName>
2185
+ </gco:TypeName>
2186
+ </gfc:valueType>
2187
+ </gfc:FC_FeatureAttribute>
2188
+ </gfc:carrierOfCharacteristics>
2189
+ <gfc:carrierOfCharacteristics>
2190
+ <gfc:FC_FeatureAttribute>
2191
+ <gfc:memberName>
2192
+ <gco:LocalName>R_F_POP</gco:LocalName>
2193
+ </gfc:memberName>
2194
+ <gfc:definition>
2195
+ <gco:CharacterString>Rural female population</gco:CharacterString>
2196
+ </gfc:definition>
2197
+ <gfc:cardinality gco:nilReason="unknown"/>
2198
+ <gfc:definitionReference>
2199
+ <gfc:FC_DefinitionReference>
2200
+ <gfc:definitionSource>
2201
+ <gfc:FC_DefinitionSource>
2202
+ <gfc:source>
2203
+ <gmd:CI_Citation>
2204
+ <gmd:title>
2205
+ <gco:CharacterString>Census of India</gco:CharacterString>
2206
+ </gmd:title>
2207
+ <gmd:date gco:nilReason="unknown"/>
2208
+ <gmd:citedResponsibleParty>
2209
+ <gmd:CI_ResponsibleParty>
2210
+ <gmd:organisationName>
2211
+ <gco:CharacterString>Census of India</gco:CharacterString>
2212
+ </gmd:organisationName>
2213
+ <gmd:role>
2214
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2215
+ </gmd:role>
2216
+ </gmd:CI_ResponsibleParty>
2217
+ </gmd:citedResponsibleParty>
2218
+ </gmd:CI_Citation>
2219
+ </gfc:source>
2220
+ </gfc:FC_DefinitionSource>
2221
+ </gfc:definitionSource>
2222
+ </gfc:FC_DefinitionReference>
2223
+ </gfc:definitionReference>
2224
+ <gfc:valueType>
2225
+ <gco:TypeName>
2226
+ <gco:aName>
2227
+ <gco:CharacterString>Double</gco:CharacterString>
2228
+ </gco:aName>
2229
+ </gco:TypeName>
2230
+ </gfc:valueType>
2231
+ </gfc:FC_FeatureAttribute>
2232
+ </gfc:carrierOfCharacteristics>
2233
+ <gfc:carrierOfCharacteristics>
2234
+ <gfc:FC_FeatureAttribute>
2235
+ <gfc:memberName>
2236
+ <gco:LocalName>TOT_ST</gco:LocalName>
2237
+ </gfc:memberName>
2238
+ <gfc:definition>
2239
+ <gco:CharacterString>Total scheduled tribe</gco:CharacterString>
2240
+ </gfc:definition>
2241
+ <gfc:cardinality gco:nilReason="unknown"/>
2242
+ <gfc:definitionReference>
2243
+ <gfc:FC_DefinitionReference>
2244
+ <gfc:definitionSource>
2245
+ <gfc:FC_DefinitionSource>
2246
+ <gfc:source>
2247
+ <gmd:CI_Citation>
2248
+ <gmd:title>
2249
+ <gco:CharacterString>Census of India</gco:CharacterString>
2250
+ </gmd:title>
2251
+ <gmd:date gco:nilReason="unknown"/>
2252
+ <gmd:citedResponsibleParty>
2253
+ <gmd:CI_ResponsibleParty>
2254
+ <gmd:organisationName>
2255
+ <gco:CharacterString>Census of India</gco:CharacterString>
2256
+ </gmd:organisationName>
2257
+ <gmd:role>
2258
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2259
+ </gmd:role>
2260
+ </gmd:CI_ResponsibleParty>
2261
+ </gmd:citedResponsibleParty>
2262
+ </gmd:CI_Citation>
2263
+ </gfc:source>
2264
+ </gfc:FC_DefinitionSource>
2265
+ </gfc:definitionSource>
2266
+ </gfc:FC_DefinitionReference>
2267
+ </gfc:definitionReference>
2268
+ <gfc:valueType>
2269
+ <gco:TypeName>
2270
+ <gco:aName>
2271
+ <gco:CharacterString>Double</gco:CharacterString>
2272
+ </gco:aName>
2273
+ </gco:TypeName>
2274
+ </gfc:valueType>
2275
+ </gfc:FC_FeatureAttribute>
2276
+ </gfc:carrierOfCharacteristics>
2277
+ <gfc:carrierOfCharacteristics>
2278
+ <gfc:FC_FeatureAttribute>
2279
+ <gfc:memberName>
2280
+ <gco:LocalName>F_AGLB</gco:LocalName>
2281
+ </gfc:memberName>
2282
+ <gfc:definition>
2283
+ <gco:CharacterString>Female Agricultural Labourers</gco:CharacterString>
2284
+ </gfc:definition>
2285
+ <gfc:cardinality gco:nilReason="unknown"/>
2286
+ <gfc:definitionReference>
2287
+ <gfc:FC_DefinitionReference>
2288
+ <gfc:definitionSource>
2289
+ <gfc:FC_DefinitionSource>
2290
+ <gfc:source>
2291
+ <gmd:CI_Citation>
2292
+ <gmd:title>
2293
+ <gco:CharacterString>Census of India</gco:CharacterString>
2294
+ </gmd:title>
2295
+ <gmd:date gco:nilReason="unknown"/>
2296
+ <gmd:citedResponsibleParty>
2297
+ <gmd:CI_ResponsibleParty>
2298
+ <gmd:organisationName>
2299
+ <gco:CharacterString>Census of India</gco:CharacterString>
2300
+ </gmd:organisationName>
2301
+ <gmd:role>
2302
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2303
+ </gmd:role>
2304
+ </gmd:CI_ResponsibleParty>
2305
+ </gmd:citedResponsibleParty>
2306
+ </gmd:CI_Citation>
2307
+ </gfc:source>
2308
+ </gfc:FC_DefinitionSource>
2309
+ </gfc:definitionSource>
2310
+ </gfc:FC_DefinitionReference>
2311
+ </gfc:definitionReference>
2312
+ <gfc:valueType>
2313
+ <gco:TypeName>
2314
+ <gco:aName>
2315
+ <gco:CharacterString>Double</gco:CharacterString>
2316
+ </gco:aName>
2317
+ </gco:TypeName>
2318
+ </gfc:valueType>
2319
+ </gfc:FC_FeatureAttribute>
2320
+ </gfc:carrierOfCharacteristics>
2321
+ <gfc:carrierOfCharacteristics>
2322
+ <gfc:FC_FeatureAttribute>
2323
+ <gfc:memberName>
2324
+ <gco:LocalName>U_AREA</gco:LocalName>
2325
+ </gfc:memberName>
2326
+ <gfc:definition>
2327
+ <gco:CharacterString>Total urban area of states</gco:CharacterString>
2328
+ </gfc:definition>
2329
+ <gfc:cardinality gco:nilReason="unknown"/>
2330
+ <gfc:definitionReference>
2331
+ <gfc:FC_DefinitionReference>
2332
+ <gfc:definitionSource>
2333
+ <gfc:FC_DefinitionSource>
2334
+ <gfc:source>
2335
+ <gmd:CI_Citation>
2336
+ <gmd:title>
2337
+ <gco:CharacterString>Census of India</gco:CharacterString>
2338
+ </gmd:title>
2339
+ <gmd:date gco:nilReason="unknown"/>
2340
+ <gmd:citedResponsibleParty>
2341
+ <gmd:CI_ResponsibleParty>
2342
+ <gmd:organisationName>
2343
+ <gco:CharacterString>Census of India</gco:CharacterString>
2344
+ </gmd:organisationName>
2345
+ <gmd:role>
2346
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2347
+ </gmd:role>
2348
+ </gmd:CI_ResponsibleParty>
2349
+ </gmd:citedResponsibleParty>
2350
+ </gmd:CI_Citation>
2351
+ </gfc:source>
2352
+ </gfc:FC_DefinitionSource>
2353
+ </gfc:definitionSource>
2354
+ </gfc:FC_DefinitionReference>
2355
+ </gfc:definitionReference>
2356
+ <gfc:valueType>
2357
+ <gco:TypeName>
2358
+ <gco:aName>
2359
+ <gco:CharacterString>Double</gco:CharacterString>
2360
+ </gco:aName>
2361
+ </gco:TypeName>
2362
+ </gfc:valueType>
2363
+ </gfc:FC_FeatureAttribute>
2364
+ </gfc:carrierOfCharacteristics>
2365
+ <gfc:carrierOfCharacteristics>
2366
+ <gfc:FC_FeatureAttribute>
2367
+ <gfc:memberName>
2368
+ <gco:LocalName>M_LFR</gco:LocalName>
2369
+ </gfc:memberName>
2370
+ <gfc:definition>
2371
+ <gco:CharacterString>Male workers in livestock, forestry, fishing, hunting, plantation, orchards &amp; allied activities</gco:CharacterString>
2372
+ </gfc:definition>
2373
+ <gfc:cardinality gco:nilReason="unknown"/>
2374
+ <gfc:definitionReference>
2375
+ <gfc:FC_DefinitionReference>
2376
+ <gfc:definitionSource>
2377
+ <gfc:FC_DefinitionSource>
2378
+ <gfc:source>
2379
+ <gmd:CI_Citation>
2380
+ <gmd:title>
2381
+ <gco:CharacterString>Census of India</gco:CharacterString>
2382
+ </gmd:title>
2383
+ <gmd:date gco:nilReason="unknown"/>
2384
+ <gmd:citedResponsibleParty>
2385
+ <gmd:CI_ResponsibleParty>
2386
+ <gmd:organisationName>
2387
+ <gco:CharacterString>Census of India</gco:CharacterString>
2388
+ </gmd:organisationName>
2389
+ <gmd:role>
2390
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2391
+ </gmd:role>
2392
+ </gmd:CI_ResponsibleParty>
2393
+ </gmd:citedResponsibleParty>
2394
+ </gmd:CI_Citation>
2395
+ </gfc:source>
2396
+ </gfc:FC_DefinitionSource>
2397
+ </gfc:definitionSource>
2398
+ </gfc:FC_DefinitionReference>
2399
+ </gfc:definitionReference>
2400
+ <gfc:valueType>
2401
+ <gco:TypeName>
2402
+ <gco:aName>
2403
+ <gco:CharacterString>Double</gco:CharacterString>
2404
+ </gco:aName>
2405
+ </gco:TypeName>
2406
+ </gfc:valueType>
2407
+ </gfc:FC_FeatureAttribute>
2408
+ </gfc:carrierOfCharacteristics>
2409
+ <gfc:carrierOfCharacteristics>
2410
+ <gfc:FC_FeatureAttribute>
2411
+ <gfc:memberName>
2412
+ <gco:LocalName>UNHA_VIL</gco:LocalName>
2413
+ </gfc:memberName>
2414
+ <gfc:definition>
2415
+ <gco:CharacterString>Number of Uninhabited Village</gco:CharacterString>
2416
+ </gfc:definition>
2417
+ <gfc:cardinality gco:nilReason="unknown"/>
2418
+ <gfc:definitionReference>
2419
+ <gfc:FC_DefinitionReference>
2420
+ <gfc:definitionSource>
2421
+ <gfc:FC_DefinitionSource>
2422
+ <gfc:source>
2423
+ <gmd:CI_Citation>
2424
+ <gmd:title>
2425
+ <gco:CharacterString>Census of India</gco:CharacterString>
2426
+ </gmd:title>
2427
+ <gmd:date gco:nilReason="unknown"/>
2428
+ <gmd:citedResponsibleParty>
2429
+ <gmd:CI_ResponsibleParty>
2430
+ <gmd:organisationName>
2431
+ <gco:CharacterString>Census of India</gco:CharacterString>
2432
+ </gmd:organisationName>
2433
+ <gmd:role>
2434
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2435
+ </gmd:role>
2436
+ </gmd:CI_ResponsibleParty>
2437
+ </gmd:citedResponsibleParty>
2438
+ </gmd:CI_Citation>
2439
+ </gfc:source>
2440
+ </gfc:FC_DefinitionSource>
2441
+ </gfc:definitionSource>
2442
+ </gfc:FC_DefinitionReference>
2443
+ </gfc:definitionReference>
2444
+ <gfc:valueType>
2445
+ <gco:TypeName>
2446
+ <gco:aName>
2447
+ <gco:CharacterString>Double</gco:CharacterString>
2448
+ </gco:aName>
2449
+ </gco:TypeName>
2450
+ </gfc:valueType>
2451
+ </gfc:FC_FeatureAttribute>
2452
+ </gfc:carrierOfCharacteristics>
2453
+ <gfc:carrierOfCharacteristics>
2454
+ <gfc:FC_FeatureAttribute>
2455
+ <gfc:memberName>
2456
+ <gco:LocalName>M_LIT</gco:LocalName>
2457
+ </gfc:memberName>
2458
+ <gfc:definition>
2459
+ <gco:CharacterString>Male literates</gco:CharacterString>
2460
+ </gfc:definition>
2461
+ <gfc:cardinality gco:nilReason="unknown"/>
2462
+ <gfc:definitionReference>
2463
+ <gfc:FC_DefinitionReference>
2464
+ <gfc:definitionSource>
2465
+ <gfc:FC_DefinitionSource>
2466
+ <gfc:source>
2467
+ <gmd:CI_Citation>
2468
+ <gmd:title>
2469
+ <gco:CharacterString>Census of India</gco:CharacterString>
2470
+ </gmd:title>
2471
+ <gmd:date gco:nilReason="unknown"/>
2472
+ <gmd:citedResponsibleParty>
2473
+ <gmd:CI_ResponsibleParty>
2474
+ <gmd:organisationName>
2475
+ <gco:CharacterString>Census of India</gco:CharacterString>
2476
+ </gmd:organisationName>
2477
+ <gmd:role>
2478
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2479
+ </gmd:role>
2480
+ </gmd:CI_ResponsibleParty>
2481
+ </gmd:citedResponsibleParty>
2482
+ </gmd:CI_Citation>
2483
+ </gfc:source>
2484
+ </gfc:FC_DefinitionSource>
2485
+ </gfc:definitionSource>
2486
+ </gfc:FC_DefinitionReference>
2487
+ </gfc:definitionReference>
2488
+ <gfc:valueType>
2489
+ <gco:TypeName>
2490
+ <gco:aName>
2491
+ <gco:CharacterString>Double</gco:CharacterString>
2492
+ </gco:aName>
2493
+ </gco:TypeName>
2494
+ </gfc:valueType>
2495
+ </gfc:FC_FeatureAttribute>
2496
+ </gfc:carrierOfCharacteristics>
2497
+ <gfc:carrierOfCharacteristics>
2498
+ <gfc:FC_FeatureAttribute>
2499
+ <gfc:memberName>
2500
+ <gco:LocalName>M_MFNH</gco:LocalName>
2501
+ </gfc:memberName>
2502
+ <gfc:definition>
2503
+ <gco:CharacterString>Male workers other than household industry</gco:CharacterString>
2504
+ </gfc:definition>
2505
+ <gfc:cardinality gco:nilReason="unknown"/>
2506
+ <gfc:definitionReference>
2507
+ <gfc:FC_DefinitionReference>
2508
+ <gfc:definitionSource>
2509
+ <gfc:FC_DefinitionSource>
2510
+ <gfc:source>
2511
+ <gmd:CI_Citation>
2512
+ <gmd:title>
2513
+ <gco:CharacterString>Census of India</gco:CharacterString>
2514
+ </gmd:title>
2515
+ <gmd:date gco:nilReason="unknown"/>
2516
+ <gmd:citedResponsibleParty>
2517
+ <gmd:CI_ResponsibleParty>
2518
+ <gmd:organisationName>
2519
+ <gco:CharacterString>Census of India</gco:CharacterString>
2520
+ </gmd:organisationName>
2521
+ <gmd:role>
2522
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2523
+ </gmd:role>
2524
+ </gmd:CI_ResponsibleParty>
2525
+ </gmd:citedResponsibleParty>
2526
+ </gmd:CI_Citation>
2527
+ </gfc:source>
2528
+ </gfc:FC_DefinitionSource>
2529
+ </gfc:definitionSource>
2530
+ </gfc:FC_DefinitionReference>
2531
+ </gfc:definitionReference>
2532
+ <gfc:valueType>
2533
+ <gco:TypeName>
2534
+ <gco:aName>
2535
+ <gco:CharacterString>Double</gco:CharacterString>
2536
+ </gco:aName>
2537
+ </gco:TypeName>
2538
+ </gfc:valueType>
2539
+ </gfc:FC_FeatureAttribute>
2540
+ </gfc:carrierOfCharacteristics>
2541
+ <gfc:carrierOfCharacteristics>
2542
+ <gfc:FC_FeatureAttribute>
2543
+ <gfc:memberName>
2544
+ <gco:LocalName>M_ST</gco:LocalName>
2545
+ </gfc:memberName>
2546
+ <gfc:definition>
2547
+ <gco:CharacterString>Male scheduled tribe</gco:CharacterString>
2548
+ </gfc:definition>
2549
+ <gfc:cardinality gco:nilReason="unknown"/>
2550
+ <gfc:definitionReference>
2551
+ <gfc:FC_DefinitionReference>
2552
+ <gfc:definitionSource>
2553
+ <gfc:FC_DefinitionSource>
2554
+ <gfc:source>
2555
+ <gmd:CI_Citation>
2556
+ <gmd:title>
2557
+ <gco:CharacterString>Census of India</gco:CharacterString>
2558
+ </gmd:title>
2559
+ <gmd:date gco:nilReason="unknown"/>
2560
+ <gmd:citedResponsibleParty>
2561
+ <gmd:CI_ResponsibleParty>
2562
+ <gmd:organisationName>
2563
+ <gco:CharacterString>Census of India</gco:CharacterString>
2564
+ </gmd:organisationName>
2565
+ <gmd:role>
2566
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2567
+ </gmd:role>
2568
+ </gmd:CI_ResponsibleParty>
2569
+ </gmd:citedResponsibleParty>
2570
+ </gmd:CI_Citation>
2571
+ </gfc:source>
2572
+ </gfc:FC_DefinitionSource>
2573
+ </gfc:definitionSource>
2574
+ </gfc:FC_DefinitionReference>
2575
+ </gfc:definitionReference>
2576
+ <gfc:valueType>
2577
+ <gco:TypeName>
2578
+ <gco:aName>
2579
+ <gco:CharacterString>Double</gco:CharacterString>
2580
+ </gco:aName>
2581
+ </gco:TypeName>
2582
+ </gfc:valueType>
2583
+ </gfc:FC_FeatureAttribute>
2584
+ </gfc:carrierOfCharacteristics>
2585
+ <gfc:carrierOfCharacteristics>
2586
+ <gfc:FC_FeatureAttribute>
2587
+ <gfc:memberName>
2588
+ <gco:LocalName>U_NM_HH</gco:LocalName>
2589
+ </gfc:memberName>
2590
+ <gfc:definition>
2591
+ <gco:CharacterString>Total number of rural household</gco:CharacterString>
2592
+ </gfc:definition>
2593
+ <gfc:cardinality gco:nilReason="unknown"/>
2594
+ <gfc:definitionReference>
2595
+ <gfc:FC_DefinitionReference>
2596
+ <gfc:definitionSource>
2597
+ <gfc:FC_DefinitionSource>
2598
+ <gfc:source>
2599
+ <gmd:CI_Citation>
2600
+ <gmd:title>
2601
+ <gco:CharacterString>Census of India</gco:CharacterString>
2602
+ </gmd:title>
2603
+ <gmd:date gco:nilReason="unknown"/>
2604
+ <gmd:citedResponsibleParty>
2605
+ <gmd:CI_ResponsibleParty>
2606
+ <gmd:organisationName>
2607
+ <gco:CharacterString>Census of India</gco:CharacterString>
2608
+ </gmd:organisationName>
2609
+ <gmd:role>
2610
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2611
+ </gmd:role>
2612
+ </gmd:CI_ResponsibleParty>
2613
+ </gmd:citedResponsibleParty>
2614
+ </gmd:CI_Citation>
2615
+ </gfc:source>
2616
+ </gfc:FC_DefinitionSource>
2617
+ </gfc:definitionSource>
2618
+ </gfc:FC_DefinitionReference>
2619
+ </gfc:definitionReference>
2620
+ <gfc:valueType>
2621
+ <gco:TypeName>
2622
+ <gco:aName>
2623
+ <gco:CharacterString>Double</gco:CharacterString>
2624
+ </gco:aName>
2625
+ </gco:TypeName>
2626
+ </gfc:valueType>
2627
+ </gfc:FC_FeatureAttribute>
2628
+ </gfc:carrierOfCharacteristics>
2629
+ <gfc:carrierOfCharacteristics>
2630
+ <gfc:FC_FeatureAttribute>
2631
+ <gfc:memberName>
2632
+ <gco:LocalName>M_CNST</gco:LocalName>
2633
+ </gfc:memberName>
2634
+ <gfc:definition>
2635
+ <gco:CharacterString>Male workers in construction</gco:CharacterString>
2636
+ </gfc:definition>
2637
+ <gfc:cardinality gco:nilReason="unknown"/>
2638
+ <gfc:definitionReference>
2639
+ <gfc:FC_DefinitionReference>
2640
+ <gfc:definitionSource>
2641
+ <gfc:FC_DefinitionSource>
2642
+ <gfc:source>
2643
+ <gmd:CI_Citation>
2644
+ <gmd:title>
2645
+ <gco:CharacterString>Census of India</gco:CharacterString>
2646
+ </gmd:title>
2647
+ <gmd:date gco:nilReason="unknown"/>
2648
+ <gmd:citedResponsibleParty>
2649
+ <gmd:CI_ResponsibleParty>
2650
+ <gmd:organisationName>
2651
+ <gco:CharacterString>Census of India</gco:CharacterString>
2652
+ </gmd:organisationName>
2653
+ <gmd:role>
2654
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2655
+ </gmd:role>
2656
+ </gmd:CI_ResponsibleParty>
2657
+ </gmd:citedResponsibleParty>
2658
+ </gmd:CI_Citation>
2659
+ </gfc:source>
2660
+ </gfc:FC_DefinitionSource>
2661
+ </gfc:definitionSource>
2662
+ </gfc:FC_DefinitionReference>
2663
+ </gfc:definitionReference>
2664
+ <gfc:valueType>
2665
+ <gco:TypeName>
2666
+ <gco:aName>
2667
+ <gco:CharacterString>Double</gco:CharacterString>
2668
+ </gco:aName>
2669
+ </gco:TypeName>
2670
+ </gfc:valueType>
2671
+ </gfc:FC_FeatureAttribute>
2672
+ </gfc:carrierOfCharacteristics>
2673
+ <gfc:carrierOfCharacteristics>
2674
+ <gfc:FC_FeatureAttribute>
2675
+ <gfc:memberName>
2676
+ <gco:LocalName>R_M_POP</gco:LocalName>
2677
+ </gfc:memberName>
2678
+ <gfc:definition>
2679
+ <gco:CharacterString>Rural male population</gco:CharacterString>
2680
+ </gfc:definition>
2681
+ <gfc:cardinality gco:nilReason="unknown"/>
2682
+ <gfc:definitionReference>
2683
+ <gfc:FC_DefinitionReference>
2684
+ <gfc:definitionSource>
2685
+ <gfc:FC_DefinitionSource>
2686
+ <gfc:source>
2687
+ <gmd:CI_Citation>
2688
+ <gmd:title>
2689
+ <gco:CharacterString>Census of India</gco:CharacterString>
2690
+ </gmd:title>
2691
+ <gmd:date gco:nilReason="unknown"/>
2692
+ <gmd:citedResponsibleParty>
2693
+ <gmd:CI_ResponsibleParty>
2694
+ <gmd:organisationName>
2695
+ <gco:CharacterString>Census of India</gco:CharacterString>
2696
+ </gmd:organisationName>
2697
+ <gmd:role>
2698
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2699
+ </gmd:role>
2700
+ </gmd:CI_ResponsibleParty>
2701
+ </gmd:citedResponsibleParty>
2702
+ </gmd:CI_Citation>
2703
+ </gfc:source>
2704
+ </gfc:FC_DefinitionSource>
2705
+ </gfc:definitionSource>
2706
+ </gfc:FC_DefinitionReference>
2707
+ </gfc:definitionReference>
2708
+ <gfc:valueType>
2709
+ <gco:TypeName>
2710
+ <gco:aName>
2711
+ <gco:CharacterString>Double</gco:CharacterString>
2712
+ </gco:aName>
2713
+ </gco:TypeName>
2714
+ </gfc:valueType>
2715
+ </gfc:FC_FeatureAttribute>
2716
+ </gfc:carrierOfCharacteristics>
2717
+ <gfc:carrierOfCharacteristics>
2718
+ <gfc:FC_FeatureAttribute>
2719
+ <gfc:memberName>
2720
+ <gco:LocalName>TOT_NM_HH</gco:LocalName>
2721
+ </gfc:memberName>
2722
+ <gfc:definition>
2723
+ <gco:CharacterString>Total number of household</gco:CharacterString>
2724
+ </gfc:definition>
2725
+ <gfc:cardinality gco:nilReason="unknown"/>
2726
+ <gfc:definitionReference>
2727
+ <gfc:FC_DefinitionReference>
2728
+ <gfc:definitionSource>
2729
+ <gfc:FC_DefinitionSource>
2730
+ <gfc:source>
2731
+ <gmd:CI_Citation>
2732
+ <gmd:title>
2733
+ <gco:CharacterString>Census of India</gco:CharacterString>
2734
+ </gmd:title>
2735
+ <gmd:date gco:nilReason="unknown"/>
2736
+ <gmd:citedResponsibleParty>
2737
+ <gmd:CI_ResponsibleParty>
2738
+ <gmd:organisationName>
2739
+ <gco:CharacterString>Census of India</gco:CharacterString>
2740
+ </gmd:organisationName>
2741
+ <gmd:role>
2742
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2743
+ </gmd:role>
2744
+ </gmd:CI_ResponsibleParty>
2745
+ </gmd:citedResponsibleParty>
2746
+ </gmd:CI_Citation>
2747
+ </gfc:source>
2748
+ </gfc:FC_DefinitionSource>
2749
+ </gfc:definitionSource>
2750
+ </gfc:FC_DefinitionReference>
2751
+ </gfc:definitionReference>
2752
+ <gfc:valueType>
2753
+ <gco:TypeName>
2754
+ <gco:aName>
2755
+ <gco:CharacterString>Double</gco:CharacterString>
2756
+ </gco:aName>
2757
+ </gco:TypeName>
2758
+ </gfc:valueType>
2759
+ </gfc:FC_FeatureAttribute>
2760
+ </gfc:carrierOfCharacteristics>
2761
+ <gfc:carrierOfCharacteristics>
2762
+ <gfc:FC_FeatureAttribute>
2763
+ <gfc:memberName>
2764
+ <gco:LocalName>TOT_HOUSE</gco:LocalName>
2765
+ </gfc:memberName>
2766
+ <gfc:definition>
2767
+ <gco:CharacterString>Total numbers of houses</gco:CharacterString>
2768
+ </gfc:definition>
2769
+ <gfc:cardinality gco:nilReason="unknown"/>
2770
+ <gfc:definitionReference>
2771
+ <gfc:FC_DefinitionReference>
2772
+ <gfc:definitionSource>
2773
+ <gfc:FC_DefinitionSource>
2774
+ <gfc:source>
2775
+ <gmd:CI_Citation>
2776
+ <gmd:title>
2777
+ <gco:CharacterString>Census of India</gco:CharacterString>
2778
+ </gmd:title>
2779
+ <gmd:date gco:nilReason="unknown"/>
2780
+ <gmd:citedResponsibleParty>
2781
+ <gmd:CI_ResponsibleParty>
2782
+ <gmd:organisationName>
2783
+ <gco:CharacterString>Census of India</gco:CharacterString>
2784
+ </gmd:organisationName>
2785
+ <gmd:role>
2786
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2787
+ </gmd:role>
2788
+ </gmd:CI_ResponsibleParty>
2789
+ </gmd:citedResponsibleParty>
2790
+ </gmd:CI_Citation>
2791
+ </gfc:source>
2792
+ </gfc:FC_DefinitionSource>
2793
+ </gfc:definitionSource>
2794
+ </gfc:FC_DefinitionReference>
2795
+ </gfc:definitionReference>
2796
+ <gfc:valueType>
2797
+ <gco:TypeName>
2798
+ <gco:aName>
2799
+ <gco:CharacterString>Double</gco:CharacterString>
2800
+ </gco:aName>
2801
+ </gco:TypeName>
2802
+ </gfc:valueType>
2803
+ </gfc:FC_FeatureAttribute>
2804
+ </gfc:carrierOfCharacteristics>
2805
+ <gfc:carrierOfCharacteristics>
2806
+ <gfc:FC_FeatureAttribute>
2807
+ <gfc:memberName>
2808
+ <gco:LocalName>F_SC</gco:LocalName>
2809
+ </gfc:memberName>
2810
+ <gfc:definition>
2811
+ <gco:CharacterString>Female scheduled caste</gco:CharacterString>
2812
+ </gfc:definition>
2813
+ <gfc:cardinality gco:nilReason="unknown"/>
2814
+ <gfc:definitionReference>
2815
+ <gfc:FC_DefinitionReference>
2816
+ <gfc:definitionSource>
2817
+ <gfc:FC_DefinitionSource>
2818
+ <gfc:source>
2819
+ <gmd:CI_Citation>
2820
+ <gmd:title>
2821
+ <gco:CharacterString>Census of India</gco:CharacterString>
2822
+ </gmd:title>
2823
+ <gmd:date gco:nilReason="unknown"/>
2824
+ <gmd:citedResponsibleParty>
2825
+ <gmd:CI_ResponsibleParty>
2826
+ <gmd:organisationName>
2827
+ <gco:CharacterString>Census of India</gco:CharacterString>
2828
+ </gmd:organisationName>
2829
+ <gmd:role>
2830
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2831
+ </gmd:role>
2832
+ </gmd:CI_ResponsibleParty>
2833
+ </gmd:citedResponsibleParty>
2834
+ </gmd:CI_Citation>
2835
+ </gfc:source>
2836
+ </gfc:FC_DefinitionSource>
2837
+ </gfc:definitionSource>
2838
+ </gfc:FC_DefinitionReference>
2839
+ </gfc:definitionReference>
2840
+ <gfc:valueType>
2841
+ <gco:TypeName>
2842
+ <gco:aName>
2843
+ <gco:CharacterString>Double</gco:CharacterString>
2844
+ </gco:aName>
2845
+ </gco:TypeName>
2846
+ </gfc:valueType>
2847
+ </gfc:FC_FeatureAttribute>
2848
+ </gfc:carrierOfCharacteristics>
2849
+ <gfc:carrierOfCharacteristics>
2850
+ <gfc:FC_FeatureAttribute>
2851
+ <gfc:memberName>
2852
+ <gco:LocalName>U_M_POP</gco:LocalName>
2853
+ </gfc:memberName>
2854
+ <gfc:definition>
2855
+ <gco:CharacterString>Urban male population</gco:CharacterString>
2856
+ </gfc:definition>
2857
+ <gfc:cardinality gco:nilReason="unknown"/>
2858
+ <gfc:definitionReference>
2859
+ <gfc:FC_DefinitionReference>
2860
+ <gfc:definitionSource>
2861
+ <gfc:FC_DefinitionSource>
2862
+ <gfc:source>
2863
+ <gmd:CI_Citation>
2864
+ <gmd:title>
2865
+ <gco:CharacterString>Census of India</gco:CharacterString>
2866
+ </gmd:title>
2867
+ <gmd:date gco:nilReason="unknown"/>
2868
+ <gmd:citedResponsibleParty>
2869
+ <gmd:CI_ResponsibleParty>
2870
+ <gmd:organisationName>
2871
+ <gco:CharacterString>Census of India</gco:CharacterString>
2872
+ </gmd:organisationName>
2873
+ <gmd:role>
2874
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2875
+ </gmd:role>
2876
+ </gmd:CI_ResponsibleParty>
2877
+ </gmd:citedResponsibleParty>
2878
+ </gmd:CI_Citation>
2879
+ </gfc:source>
2880
+ </gfc:FC_DefinitionSource>
2881
+ </gfc:definitionSource>
2882
+ </gfc:FC_DefinitionReference>
2883
+ </gfc:definitionReference>
2884
+ <gfc:valueType>
2885
+ <gco:TypeName>
2886
+ <gco:aName>
2887
+ <gco:CharacterString>Double</gco:CharacterString>
2888
+ </gco:aName>
2889
+ </gco:TypeName>
2890
+ </gfc:valueType>
2891
+ </gfc:FC_FeatureAttribute>
2892
+ </gfc:carrierOfCharacteristics>
2893
+ <gfc:carrierOfCharacteristics>
2894
+ <gfc:FC_FeatureAttribute>
2895
+ <gfc:memberName>
2896
+ <gco:LocalName>R_HOUS</gco:LocalName>
2897
+ </gfc:memberName>
2898
+ <gfc:definition>
2899
+ <gco:CharacterString>Total rural houses</gco:CharacterString>
2900
+ </gfc:definition>
2901
+ <gfc:cardinality gco:nilReason="unknown"/>
2902
+ <gfc:definitionReference>
2903
+ <gfc:FC_DefinitionReference>
2904
+ <gfc:definitionSource>
2905
+ <gfc:FC_DefinitionSource>
2906
+ <gfc:source>
2907
+ <gmd:CI_Citation>
2908
+ <gmd:title>
2909
+ <gco:CharacterString>Census of India</gco:CharacterString>
2910
+ </gmd:title>
2911
+ <gmd:date gco:nilReason="unknown"/>
2912
+ <gmd:citedResponsibleParty>
2913
+ <gmd:CI_ResponsibleParty>
2914
+ <gmd:organisationName>
2915
+ <gco:CharacterString>Census of India</gco:CharacterString>
2916
+ </gmd:organisationName>
2917
+ <gmd:role>
2918
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2919
+ </gmd:role>
2920
+ </gmd:CI_ResponsibleParty>
2921
+ </gmd:citedResponsibleParty>
2922
+ </gmd:CI_Citation>
2923
+ </gfc:source>
2924
+ </gfc:FC_DefinitionSource>
2925
+ </gfc:definitionSource>
2926
+ </gfc:FC_DefinitionReference>
2927
+ </gfc:definitionReference>
2928
+ <gfc:valueType>
2929
+ <gco:TypeName>
2930
+ <gco:aName>
2931
+ <gco:CharacterString>Double</gco:CharacterString>
2932
+ </gco:aName>
2933
+ </gco:TypeName>
2934
+ </gfc:valueType>
2935
+ </gfc:FC_FeatureAttribute>
2936
+ </gfc:carrierOfCharacteristics>
2937
+ <gfc:carrierOfCharacteristics>
2938
+ <gfc:FC_FeatureAttribute>
2939
+ <gfc:memberName>
2940
+ <gco:LocalName>TOT_CULT</gco:LocalName>
2941
+ </gfc:memberName>
2942
+ <gfc:definition>
2943
+ <gco:CharacterString>Total Cultivators</gco:CharacterString>
2944
+ </gfc:definition>
2945
+ <gfc:cardinality gco:nilReason="unknown"/>
2946
+ <gfc:definitionReference>
2947
+ <gfc:FC_DefinitionReference>
2948
+ <gfc:definitionSource>
2949
+ <gfc:FC_DefinitionSource>
2950
+ <gfc:source>
2951
+ <gmd:CI_Citation>
2952
+ <gmd:title>
2953
+ <gco:CharacterString>Census of India</gco:CharacterString>
2954
+ </gmd:title>
2955
+ <gmd:date gco:nilReason="unknown"/>
2956
+ <gmd:citedResponsibleParty>
2957
+ <gmd:CI_ResponsibleParty>
2958
+ <gmd:organisationName>
2959
+ <gco:CharacterString>Census of India</gco:CharacterString>
2960
+ </gmd:organisationName>
2961
+ <gmd:role>
2962
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2963
+ </gmd:role>
2964
+ </gmd:CI_ResponsibleParty>
2965
+ </gmd:citedResponsibleParty>
2966
+ </gmd:CI_Citation>
2967
+ </gfc:source>
2968
+ </gfc:FC_DefinitionSource>
2969
+ </gfc:definitionSource>
2970
+ </gfc:FC_DefinitionReference>
2971
+ </gfc:definitionReference>
2972
+ <gfc:valueType>
2973
+ <gco:TypeName>
2974
+ <gco:aName>
2975
+ <gco:CharacterString>Double</gco:CharacterString>
2976
+ </gco:aName>
2977
+ </gco:TypeName>
2978
+ </gfc:valueType>
2979
+ </gfc:FC_FeatureAttribute>
2980
+ </gfc:carrierOfCharacteristics>
2981
+ <gfc:carrierOfCharacteristics>
2982
+ <gfc:FC_FeatureAttribute>
2983
+ <gfc:memberName>
2984
+ <gco:LocalName>F_MFHH</gco:LocalName>
2985
+ </gfc:memberName>
2986
+ <gfc:definition>
2987
+ <gco:CharacterString>Female Household industry workers</gco:CharacterString>
2988
+ </gfc:definition>
2989
+ <gfc:cardinality gco:nilReason="unknown"/>
2990
+ <gfc:definitionReference>
2991
+ <gfc:FC_DefinitionReference>
2992
+ <gfc:definitionSource>
2993
+ <gfc:FC_DefinitionSource>
2994
+ <gfc:source>
2995
+ <gmd:CI_Citation>
2996
+ <gmd:title>
2997
+ <gco:CharacterString>Census of India</gco:CharacterString>
2998
+ </gmd:title>
2999
+ <gmd:date gco:nilReason="unknown"/>
3000
+ <gmd:citedResponsibleParty>
3001
+ <gmd:CI_ResponsibleParty>
3002
+ <gmd:organisationName>
3003
+ <gco:CharacterString>Census of India</gco:CharacterString>
3004
+ </gmd:organisationName>
3005
+ <gmd:role>
3006
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3007
+ </gmd:role>
3008
+ </gmd:CI_ResponsibleParty>
3009
+ </gmd:citedResponsibleParty>
3010
+ </gmd:CI_Citation>
3011
+ </gfc:source>
3012
+ </gfc:FC_DefinitionSource>
3013
+ </gfc:definitionSource>
3014
+ </gfc:FC_DefinitionReference>
3015
+ </gfc:definitionReference>
3016
+ <gfc:valueType>
3017
+ <gco:TypeName>
3018
+ <gco:aName>
3019
+ <gco:CharacterString>Double</gco:CharacterString>
3020
+ </gco:aName>
3021
+ </gco:TypeName>
3022
+ </gfc:valueType>
3023
+ </gfc:FC_FeatureAttribute>
3024
+ </gfc:carrierOfCharacteristics>
3025
+ <gfc:carrierOfCharacteristics>
3026
+ <gfc:FC_FeatureAttribute>
3027
+ <gfc:memberName>
3028
+ <gco:LocalName>F_ST</gco:LocalName>
3029
+ </gfc:memberName>
3030
+ <gfc:definition>
3031
+ <gco:CharacterString>Female scheduled tribe</gco:CharacterString>
3032
+ </gfc:definition>
3033
+ <gfc:cardinality gco:nilReason="unknown"/>
3034
+ <gfc:definitionReference>
3035
+ <gfc:FC_DefinitionReference>
3036
+ <gfc:definitionSource>
3037
+ <gfc:FC_DefinitionSource>
3038
+ <gfc:source>
3039
+ <gmd:CI_Citation>
3040
+ <gmd:title>
3041
+ <gco:CharacterString>Census of India</gco:CharacterString>
3042
+ </gmd:title>
3043
+ <gmd:date gco:nilReason="unknown"/>
3044
+ <gmd:citedResponsibleParty>
3045
+ <gmd:CI_ResponsibleParty>
3046
+ <gmd:organisationName>
3047
+ <gco:CharacterString>Census of India</gco:CharacterString>
3048
+ </gmd:organisationName>
3049
+ <gmd:role>
3050
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3051
+ </gmd:role>
3052
+ </gmd:CI_ResponsibleParty>
3053
+ </gmd:citedResponsibleParty>
3054
+ </gmd:CI_Citation>
3055
+ </gfc:source>
3056
+ </gfc:FC_DefinitionSource>
3057
+ </gfc:definitionSource>
3058
+ </gfc:FC_DefinitionReference>
3059
+ </gfc:definitionReference>
3060
+ <gfc:valueType>
3061
+ <gco:TypeName>
3062
+ <gco:aName>
3063
+ <gco:CharacterString>Double</gco:CharacterString>
3064
+ </gco:aName>
3065
+ </gco:TypeName>
3066
+ </gfc:valueType>
3067
+ </gfc:FC_FeatureAttribute>
3068
+ </gfc:carrierOfCharacteristics>
3069
+ <gfc:carrierOfCharacteristics>
3070
+ <gfc:FC_FeatureAttribute>
3071
+ <gfc:memberName>
3072
+ <gco:LocalName>TOT_M_POP</gco:LocalName>
3073
+ </gfc:memberName>
3074
+ <gfc:definition>
3075
+ <gco:CharacterString>Male population</gco:CharacterString>
3076
+ </gfc:definition>
3077
+ <gfc:cardinality gco:nilReason="unknown"/>
3078
+ <gfc:definitionReference>
3079
+ <gfc:FC_DefinitionReference>
3080
+ <gfc:definitionSource>
3081
+ <gfc:FC_DefinitionSource>
3082
+ <gfc:source>
3083
+ <gmd:CI_Citation>
3084
+ <gmd:title>
3085
+ <gco:CharacterString>Census of India</gco:CharacterString>
3086
+ </gmd:title>
3087
+ <gmd:date gco:nilReason="unknown"/>
3088
+ <gmd:citedResponsibleParty>
3089
+ <gmd:CI_ResponsibleParty>
3090
+ <gmd:organisationName>
3091
+ <gco:CharacterString>Census of India</gco:CharacterString>
3092
+ </gmd:organisationName>
3093
+ <gmd:role>
3094
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3095
+ </gmd:role>
3096
+ </gmd:CI_ResponsibleParty>
3097
+ </gmd:citedResponsibleParty>
3098
+ </gmd:CI_Citation>
3099
+ </gfc:source>
3100
+ </gfc:FC_DefinitionSource>
3101
+ </gfc:definitionSource>
3102
+ </gfc:FC_DefinitionReference>
3103
+ </gfc:definitionReference>
3104
+ <gfc:valueType>
3105
+ <gco:TypeName>
3106
+ <gco:aName>
3107
+ <gco:CharacterString>Double</gco:CharacterString>
3108
+ </gco:aName>
3109
+ </gco:TypeName>
3110
+ </gfc:valueType>
3111
+ </gfc:FC_FeatureAttribute>
3112
+ </gfc:carrierOfCharacteristics>
3113
+ <gfc:carrierOfCharacteristics>
3114
+ <gfc:FC_FeatureAttribute>
3115
+ <gfc:memberName>
3116
+ <gco:LocalName>F_LFR</gco:LocalName>
3117
+ </gfc:memberName>
3118
+ <gfc:definition>
3119
+ <gco:CharacterString>Female workers in livestock, forestry, fishing, hunting, plantation, orchards &amp; allied activities</gco:CharacterString>
3120
+ </gfc:definition>
3121
+ <gfc:cardinality gco:nilReason="unknown"/>
3122
+ <gfc:definitionReference>
3123
+ <gfc:FC_DefinitionReference>
3124
+ <gfc:definitionSource>
3125
+ <gfc:FC_DefinitionSource>
3126
+ <gfc:source>
3127
+ <gmd:CI_Citation>
3128
+ <gmd:title>
3129
+ <gco:CharacterString>Census of India</gco:CharacterString>
3130
+ </gmd:title>
3131
+ <gmd:date gco:nilReason="unknown"/>
3132
+ <gmd:citedResponsibleParty>
3133
+ <gmd:CI_ResponsibleParty>
3134
+ <gmd:organisationName>
3135
+ <gco:CharacterString>Census of India</gco:CharacterString>
3136
+ </gmd:organisationName>
3137
+ <gmd:role>
3138
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3139
+ </gmd:role>
3140
+ </gmd:CI_ResponsibleParty>
3141
+ </gmd:citedResponsibleParty>
3142
+ </gmd:CI_Citation>
3143
+ </gfc:source>
3144
+ </gfc:FC_DefinitionSource>
3145
+ </gfc:definitionSource>
3146
+ </gfc:FC_DefinitionReference>
3147
+ </gfc:definitionReference>
3148
+ <gfc:valueType>
3149
+ <gco:TypeName>
3150
+ <gco:aName>
3151
+ <gco:CharacterString>Double</gco:CharacterString>
3152
+ </gco:aName>
3153
+ </gco:TypeName>
3154
+ </gfc:valueType>
3155
+ </gfc:FC_FeatureAttribute>
3156
+ </gfc:carrierOfCharacteristics>
3157
+ </gfc:FC_FeatureType>
3158
+ </gfc:featureType>
3159
+ </gfc:FC_FeatureCatalogue>