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