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