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