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