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