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