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