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