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,3267 @@
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/qk786js7484">
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>1B2F5B67-498A-4A8B-A10E-A1E03079AA81</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-16</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
+ <dataSetURI>
82
+ <gco:CharacterString>http://purl.stanford.edu/qk786js7484</gco:CharacterString>
83
+ </dataSetURI>
84
+ <spatialRepresentationInfo>
85
+ <MD_VectorSpatialRepresentation>
86
+ <topologyLevel>
87
+ <MD_TopologyLevelCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_TopologyLevelCode" codeListValue="geometryOnly" codeSpace="ISOTC211/19115">geometryOnly</MD_TopologyLevelCode>
88
+ </topologyLevel>
89
+ <geometricObjects>
90
+ <MD_GeometricObjects>
91
+ <geometricObjectType>
92
+ <MD_GeometricObjectTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_GeometricObjectTypeCode" codeListValue="composite" codeSpace="ISOTC211/19115">composite</MD_GeometricObjectTypeCode>
93
+ </geometricObjectType>
94
+ <geometricObjectCount>
95
+ <gco:Integer>578</gco:Integer>
96
+ </geometricObjectCount>
97
+ </MD_GeometricObjects>
98
+ </geometricObjects>
99
+ </MD_VectorSpatialRepresentation>
100
+ </spatialRepresentationInfo>
101
+ <referenceSystemInfo>
102
+ <MD_ReferenceSystem>
103
+ <referenceSystemIdentifier>
104
+ <RS_Identifier>
105
+ <code>
106
+ <gco:CharacterString>4326</gco:CharacterString>
107
+ </code>
108
+ <codeSpace>
109
+ <gco:CharacterString>EPSG</gco:CharacterString>
110
+ </codeSpace>
111
+ <version>
112
+ <gco:CharacterString>7.9.4</gco:CharacterString>
113
+ </version>
114
+ </RS_Identifier>
115
+ </referenceSystemIdentifier>
116
+ </MD_ReferenceSystem>
117
+ </referenceSystemInfo>
118
+ <identificationInfo>
119
+ <MD_DataIdentification>
120
+ <citation>
121
+ <CI_Citation>
122
+ <title>
123
+ <gco:CharacterString>Digital Map of District Boundaries of India, 1961</gco:CharacterString>
124
+ </title>
125
+ <date>
126
+ <CI_Date>
127
+ <date>
128
+ <gco:Date>2013-03-13</gco:Date>
129
+ </date>
130
+ <dateType>
131
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
132
+ </dateType>
133
+ </CI_Date>
134
+ </date>
135
+ <citedResponsibleParty>
136
+ <CI_ResponsibleParty>
137
+ <organisationName>
138
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
139
+ </organisationName>
140
+ <role>
141
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
142
+ </role>
143
+ </CI_ResponsibleParty>
144
+ </citedResponsibleParty>
145
+ <citedResponsibleParty>
146
+ <CI_ResponsibleParty>
147
+ <organisationName>
148
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
149
+ </organisationName>
150
+ <contactInfo>
151
+ <CI_Contact>
152
+ <phone>
153
+ <CI_Telephone>
154
+ <voice>
155
+ <gco:CharacterString>91 11 41688592</gco:CharacterString>
156
+ </voice>
157
+ </CI_Telephone>
158
+ </phone>
159
+ <address>
160
+ <CI_Address>
161
+ <deliveryPoint>
162
+ <gco:CharacterString>124-A Katwaria Sarai</gco:CharacterString>
163
+ </deliveryPoint>
164
+ <city>
165
+ <gco:CharacterString>New Delhi</gco:CharacterString>
166
+ </city>
167
+ <postalCode>
168
+ <gco:CharacterString>110 016</gco:CharacterString>
169
+ </postalCode>
170
+ <country>
171
+ <gco:CharacterString>IN</gco:CharacterString>
172
+ </country>
173
+ <electronicMailAddress>
174
+ <gco:CharacterString>manosi@mlinfomap.com</gco:CharacterString>
175
+ </electronicMailAddress>
176
+ </CI_Address>
177
+ </address>
178
+ </CI_Contact>
179
+ </contactInfo>
180
+ <role>
181
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
182
+ </role>
183
+ </CI_ResponsibleParty>
184
+ </citedResponsibleParty>
185
+ <presentationForm>
186
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
187
+ </presentationForm>
188
+ </CI_Citation>
189
+ </citation>
190
+ <abstract>
191
+ <gco:CharacterString>This layer is a polygon theme representing district boundaries of India for 1961. Includes district socio-demographic Census attribute data such as total population, population by sex, and rural/urban populations. This layer is part of the India Historical Boundaries dataset showing decadal change in district boundaries of India since 1961. This data layer is sourced from secondary government sources, chiefly Survey of India, Census of India, Election Commission, etc. Includes data for 341 districts, 28 states.</gco:CharacterString>
192
+ </abstract>
193
+ <purpose>
194
+ <gco:CharacterString>District level demographic analysis</gco:CharacterString>
195
+ </purpose>
196
+ <credit>
197
+ <gco:CharacterString>ML Infomap. (2013) Digital Map of District Boundaries of India, 1961. ML Infomap. </gco:CharacterString>
198
+ </credit>
199
+ <status>
200
+ <MD_ProgressCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ProgressCode" codeListValue="completed" codeSpace="ISOTC211/19115">completed</MD_ProgressCode>
201
+ </status>
202
+ <pointOfContact>
203
+ <CI_ResponsibleParty>
204
+ <individualName>
205
+ <gco:CharacterString>Lahiri, Manosi</gco:CharacterString>
206
+ </individualName>
207
+ <organisationName>
208
+ <gco:CharacterString>ML Infomap Pvt. Ltd.</gco:CharacterString>
209
+ </organisationName>
210
+ <contactInfo>
211
+ <CI_Contact>
212
+ <phone>
213
+ <CI_Telephone>
214
+ <voice>
215
+ <gco:CharacterString>91 11 41688592</gco:CharacterString>
216
+ </voice>
217
+ </CI_Telephone>
218
+ </phone>
219
+ <address>
220
+ <CI_Address>
221
+ <deliveryPoint>
222
+ <gco:CharacterString>124-A,Katwaria Sarai</gco:CharacterString>
223
+ </deliveryPoint>
224
+ <city>
225
+ <gco:CharacterString>New Delhi</gco:CharacterString>
226
+ </city>
227
+ <postalCode>
228
+ <gco:CharacterString>110016</gco:CharacterString>
229
+ </postalCode>
230
+ <country>
231
+ <gco:CharacterString>IN</gco:CharacterString>
232
+ </country>
233
+ <electronicMailAddress>
234
+ <gco:CharacterString>manosi@mlinfomap.com</gco:CharacterString>
235
+ </electronicMailAddress>
236
+ </CI_Address>
237
+ </address>
238
+ </CI_Contact>
239
+ </contactInfo>
240
+ <role>
241
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115">pointOfContact</CI_RoleCode>
242
+ </role>
243
+ </CI_ResponsibleParty>
244
+ </pointOfContact>
245
+ <resourceMaintenance>
246
+ <MD_MaintenanceInformation>
247
+ <maintenanceAndUpdateFrequency>
248
+ <MD_MaintenanceFrequencyCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_MaintenanceFrequencyCode" codeListValue="asNeeded" codeSpace="ISOTC211/19115">asNeeded</MD_MaintenanceFrequencyCode>
249
+ </maintenanceAndUpdateFrequency>
250
+ </MD_MaintenanceInformation>
251
+ </resourceMaintenance>
252
+ <descriptiveKeywords>
253
+ <MD_Keywords>
254
+ <keyword>
255
+ <gco:CharacterString>India (geonames.org/1269750)</gco:CharacterString>
256
+ </keyword>
257
+ <keyword>
258
+ <gco:CharacterString>Maharashtra (geonames.org/1264418)</gco:CharacterString>
259
+ </keyword>
260
+ <keyword>
261
+ <gco:CharacterString>Gujarat (geonames.org/1270770)</gco:CharacterString>
262
+ </keyword>
263
+ <keyword>
264
+ <gco:CharacterString>Tamil Nadu (geonames.org/1255053)</gco:CharacterString>
265
+ </keyword>
266
+ <keyword>
267
+ <gco:CharacterString>Uttar Pradesh (geonames.org/1253626)</gco:CharacterString>
268
+ </keyword>
269
+ <keyword>
270
+ <gco:CharacterString>West Bengal (geonames.org/1252881)</gco:CharacterString>
271
+ </keyword>
272
+ <keyword>
273
+ <gco:CharacterString>Rajasthan (geonames.org/1258899)</gco:CharacterString>
274
+ </keyword>
275
+ <keyword>
276
+ <gco:CharacterString>Kerala (geonames.org/1267254)</gco:CharacterString>
277
+ </keyword>
278
+ <keyword>
279
+ <gco:CharacterString>Karnataka (geonames.org/1267701)</gco:CharacterString>
280
+ </keyword>
281
+ <keyword>
282
+ <gco:CharacterString>Delhi (geonames.org/1273294)</gco:CharacterString>
283
+ </keyword>
284
+ <keyword>
285
+ <gco:CharacterString>Haryana (geonames.org/1270260)</gco:CharacterString>
286
+ </keyword>
287
+ <keyword>
288
+ <gco:CharacterString>Punjab (geonames.org/1167710)</gco:CharacterString>
289
+ </keyword>
290
+ <type>
291
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place" codeSpace="ISOTC211/19115">place</MD_KeywordTypeCode>
292
+ </type>
293
+ <thesaurusName>
294
+ <CI_Citation>
295
+ <title>
296
+ <gco:CharacterString>geonames</gco:CharacterString>
297
+ </title>
298
+ <date>
299
+ <CI_Date>
300
+ <date>
301
+ <gco:Date>2012-10-29</gco:Date>
302
+ </date>
303
+ <dateType>
304
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
305
+ </dateType>
306
+ </CI_Date>
307
+ </date>
308
+ <edition>
309
+ <gco:CharacterString>3.1</gco:CharacterString>
310
+ </edition>
311
+ <identifier>
312
+ <MD_Identifier>
313
+ <code>
314
+ <gco:CharacterString>http://www.geonames.org</gco:CharacterString>
315
+ </code>
316
+ </MD_Identifier>
317
+ </identifier>
318
+ </CI_Citation>
319
+ </thesaurusName>
320
+ </MD_Keywords>
321
+ </descriptiveKeywords>
322
+ <descriptiveKeywords>
323
+ <MD_Keywords>
324
+ <keyword>
325
+ <gco:CharacterString>1961</gco:CharacterString>
326
+ </keyword>
327
+ <type>
328
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="temporal" codeSpace="ISOTC211/19115">temporal</MD_KeywordTypeCode>
329
+ </type>
330
+ </MD_Keywords>
331
+ </descriptiveKeywords>
332
+ <descriptiveKeywords>
333
+ <MD_Keywords>
334
+ <keyword>
335
+ <gco:CharacterString>Sex ratio</gco:CharacterString>
336
+ </keyword>
337
+ <keyword>
338
+ <gco:CharacterString>Literacy</gco:CharacterString>
339
+ </keyword>
340
+ <keyword>
341
+ <gco:CharacterString>Population</gco:CharacterString>
342
+ </keyword>
343
+ <keyword>
344
+ <gco:CharacterString>Statistics</gco:CharacterString>
345
+ </keyword>
346
+ <keyword>
347
+ <gco:CharacterString>Administrative and political divisions</gco:CharacterString>
348
+ </keyword>
349
+ <type>
350
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="theme" codeSpace="ISOTC211/19115">theme</MD_KeywordTypeCode>
351
+ </type>
352
+ <thesaurusName>
353
+ <CI_Citation>
354
+ <title>
355
+ <gco:CharacterString>lcsh</gco:CharacterString>
356
+ </title>
357
+ <date>
358
+ <CI_Date>
359
+ <date>
360
+ <gco:Date>2011-04-26</gco:Date>
361
+ </date>
362
+ <dateType>
363
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
364
+ </dateType>
365
+ </CI_Date>
366
+ </date>
367
+ <identifier>
368
+ <MD_Identifier>
369
+ <code>
370
+ <gco:CharacterString>http://id.loc.gov/authorities/subjects</gco:CharacterString>
371
+ </code>
372
+ </MD_Identifier>
373
+ </identifier>
374
+ </CI_Citation>
375
+ </thesaurusName>
376
+ </MD_Keywords>
377
+ </descriptiveKeywords>
378
+ <descriptiveKeywords>
379
+ <MD_Keywords>
380
+ <keyword>
381
+ <gco:CharacterString>Downloadable Data</gco:CharacterString>
382
+ </keyword>
383
+ <thesaurusName uuidref="723f6998-058e-11dc-8314-0800200c9a66"/>
384
+ </MD_Keywords>
385
+ </descriptiveKeywords>
386
+ <resourceConstraints>
387
+ <MD_LegalConstraints>
388
+ <accessConstraints>
389
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
390
+ </accessConstraints>
391
+ <useConstraints>
392
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
393
+ </useConstraints>
394
+ <otherConstraints>
395
+ <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.</gco:CharacterString>
396
+ </otherConstraints>
397
+ </MD_LegalConstraints>
398
+ </resourceConstraints>
399
+ <aggregationInfo>
400
+ <MD_AggregateInformation>
401
+ <aggregateDataSetName>
402
+ <CI_Citation>
403
+ <title>
404
+ <gco:CharacterString>Historical Boundaries of India, 1951-2011</gco:CharacterString>
405
+ </title>
406
+ <date>
407
+ <CI_Date>
408
+ <date>
409
+ <gco:Date>2013-03-13</gco:Date>
410
+ </date>
411
+ <dateType>
412
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
413
+ </dateType>
414
+ </CI_Date>
415
+ </date>
416
+ <citedResponsibleParty>
417
+ <CI_ResponsibleParty>
418
+ <organisationName>
419
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
420
+ </organisationName>
421
+ <role>
422
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
423
+ </role>
424
+ </CI_ResponsibleParty>
425
+ </citedResponsibleParty>
426
+ <citedResponsibleParty>
427
+ <CI_ResponsibleParty>
428
+ <organisationName>
429
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
430
+ </organisationName>
431
+ <contactInfo>
432
+ <CI_Contact>
433
+ <phone>
434
+ <CI_Telephone>
435
+ <voice>
436
+ <gco:CharacterString>91 11 41688592</gco:CharacterString>
437
+ </voice>
438
+ </CI_Telephone>
439
+ </phone>
440
+ <address>
441
+ <CI_Address>
442
+ <deliveryPoint>
443
+ <gco:CharacterString>124-A Katwaria Sarai</gco:CharacterString>
444
+ </deliveryPoint>
445
+ <city>
446
+ <gco:CharacterString>New Delhi</gco:CharacterString>
447
+ </city>
448
+ <postalCode>
449
+ <gco:CharacterString>110 016</gco:CharacterString>
450
+ </postalCode>
451
+ <country>
452
+ <gco:CharacterString>IN</gco:CharacterString>
453
+ </country>
454
+ <electronicMailAddress>
455
+ <gco:CharacterString>manosi@mlinfomap.com</gco:CharacterString>
456
+ </electronicMailAddress>
457
+ </CI_Address>
458
+ </address>
459
+ </CI_Contact>
460
+ </contactInfo>
461
+ <role>
462
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
463
+ </role>
464
+ </CI_ResponsibleParty>
465
+ </citedResponsibleParty>
466
+ </CI_Citation>
467
+ </aggregateDataSetName>
468
+ <associationType>
469
+ <DS_AssociationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#DS_AssociationTypeCode" codeListValue="largerWorkCitation" codeSpace="ISOTC211/19115">largerWorkCitation</DS_AssociationTypeCode>
470
+ </associationType>
471
+ </MD_AggregateInformation>
472
+ </aggregationInfo>
473
+ <spatialRepresentationType>
474
+ <MD_SpatialRepresentationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_SpatialRepresentationTypeCode" codeListValue="vector" codeSpace="ISOTC211/19115">vector</MD_SpatialRepresentationTypeCode>
475
+ </spatialRepresentationType>
476
+ <spatialResolution>
477
+ <MD_Resolution>
478
+ <equivalentScale>
479
+ <MD_RepresentativeFraction>
480
+ <denominator>
481
+ <gco:Integer>2000000</gco:Integer>
482
+ </denominator>
483
+ </MD_RepresentativeFraction>
484
+ </equivalentScale>
485
+ </MD_Resolution>
486
+ </spatialResolution>
487
+ <language>
488
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
489
+ </language>
490
+ <characterSet>
491
+ <MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
492
+ </characterSet>
493
+ <topicCategory>
494
+ <MD_TopicCategoryCode>boundaries</MD_TopicCategoryCode>
495
+ </topicCategory>
496
+ <topicCategory>
497
+ <MD_TopicCategoryCode>society</MD_TopicCategoryCode>
498
+ </topicCategory>
499
+ <environmentDescription>
500
+ <gco:CharacterString>Microsoft Windows 7 Version 6.1 (Build 7601) Service Pack 1; Esri ArcGIS 10.1.0.3035</gco:CharacterString>
501
+ </environmentDescription>
502
+ <extent>
503
+ <EX_Extent>
504
+ <description>
505
+ <gco:CharacterString>Census provisional data release 1961</gco:CharacterString>
506
+ </description>
507
+ <temporalElement>
508
+ <EX_TemporalExtent>
509
+ <extent>
510
+ <gml:TimePeriod gml:id="idm40288">
511
+ <gml:beginPosition>1961-01-01T00:00:00</gml:beginPosition>
512
+ <gml:endPosition>1961-12-31T00:00:00</gml:endPosition>
513
+ </gml:TimePeriod>
514
+ </extent>
515
+ </EX_TemporalExtent>
516
+ </temporalElement>
517
+ </EX_Extent>
518
+ </extent>
519
+ <extent>
520
+ <EX_Extent>
521
+ <geographicElement>
522
+ <EX_GeographicBoundingBox>
523
+ <extentTypeCode>
524
+ <gco:Boolean>true</gco:Boolean>
525
+ </extentTypeCode>
526
+ <westBoundLongitude>
527
+ <gco:Decimal>68.11009</gco:Decimal>
528
+ </westBoundLongitude>
529
+ <eastBoundLongitude>
530
+ <gco:Decimal>97.4091</gco:Decimal>
531
+ </eastBoundLongitude>
532
+ <southBoundLatitude>
533
+ <gco:Decimal>6.755698</gco:Decimal>
534
+ </southBoundLatitude>
535
+ <northBoundLatitude>
536
+ <gco:Decimal>37.0503</gco:Decimal>
537
+ </northBoundLatitude>
538
+ </EX_GeographicBoundingBox>
539
+ </geographicElement>
540
+ </EX_Extent>
541
+ </extent>
542
+ <supplementalInformation>
543
+ <gco:CharacterString>Census 1961 provisional data included</gco:CharacterString>
544
+ </supplementalInformation>
545
+ </MD_DataIdentification>
546
+ </identificationInfo>
547
+ <contentInfo>
548
+ <MD_FeatureCatalogueDescription>
549
+ <complianceCode>
550
+ <gco:Boolean>false</gco:Boolean>
551
+ </complianceCode>
552
+ <language>
553
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
554
+ </language>
555
+ <includedWithDataset>
556
+ <gco:Boolean>true</gco:Boolean>
557
+ </includedWithDataset>
558
+ <featureCatalogueCitation>
559
+ <CI_Citation>
560
+ <title>
561
+ <gco:CharacterString>Feature Catalog for Digital Map of District Boundaries of India, 1961</gco:CharacterString>
562
+ </title>
563
+ <date>
564
+ <CI_Date>
565
+ <date>
566
+ <gco:Date>2013-03-13</gco:Date>
567
+ </date>
568
+ <dateType>
569
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
570
+ </dateType>
571
+ </CI_Date>
572
+ </date>
573
+ <identifier>
574
+ <MD_Identifier>
575
+ <code>
576
+ <gco:CharacterString>69da0cca-e10f-43d7-a243-d582a96dcda8</gco:CharacterString>
577
+ </code>
578
+ </MD_Identifier>
579
+ </identifier>
580
+ <citedResponsibleParty>
581
+ <CI_ResponsibleParty>
582
+ <organisationName>
583
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
584
+ </organisationName>
585
+ <role>
586
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
587
+ </role>
588
+ </CI_ResponsibleParty>
589
+ </citedResponsibleParty>
590
+ </CI_Citation>
591
+ </featureCatalogueCitation>
592
+ </MD_FeatureCatalogueDescription>
593
+ </contentInfo>
594
+ <distributionInfo>
595
+ <MD_Distribution>
596
+ <distributionFormat>
597
+ <MD_Format>
598
+ <name>
599
+ <gco:CharacterString>Shapefile</gco:CharacterString>
600
+ </name>
601
+ <version gco:nilReason="missing"/>
602
+ </MD_Format>
603
+ </distributionFormat>
604
+ <distributor>
605
+ <MD_Distributor>
606
+ <distributorContact>
607
+ <CI_ResponsibleParty>
608
+ <organisationName>
609
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
610
+ </organisationName>
611
+ <contactInfo>
612
+ <CI_Contact>
613
+ <phone>
614
+ <CI_Telephone>
615
+ <voice>
616
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
617
+ </voice>
618
+ </CI_Telephone>
619
+ </phone>
620
+ <address>
621
+ <CI_Address>
622
+ <deliveryPoint>
623
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
624
+ </deliveryPoint>
625
+ <deliveryPoint>
626
+ <gco:CharacterString>Mitchell Bldg. 2nd floor</gco:CharacterString>
627
+ </deliveryPoint>
628
+ <deliveryPoint>
629
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
630
+ </deliveryPoint>
631
+ <city>
632
+ <gco:CharacterString>Stanford</gco:CharacterString>
633
+ </city>
634
+ <administrativeArea>
635
+ <gco:CharacterString>California</gco:CharacterString>
636
+ </administrativeArea>
637
+ <postalCode>
638
+ <gco:CharacterString>94305</gco:CharacterString>
639
+ </postalCode>
640
+ <country>
641
+ <gco:CharacterString>US</gco:CharacterString>
642
+ </country>
643
+ <electronicMailAddress>
644
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
645
+ </electronicMailAddress>
646
+ </CI_Address>
647
+ </address>
648
+ </CI_Contact>
649
+ </contactInfo>
650
+ <role>
651
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="distributor" codeSpace="ISOTC211/19115">distributor</CI_RoleCode>
652
+ </role>
653
+ </CI_ResponsibleParty>
654
+ </distributorContact>
655
+ </MD_Distributor>
656
+ </distributor>
657
+ <transferOptions>
658
+ <MD_DigitalTransferOptions>
659
+ <unitsOfDistribution>
660
+ <gco:CharacterString>MB</gco:CharacterString>
661
+ </unitsOfDistribution>
662
+ <transferSize>
663
+ <gco:Real>20.794</gco:Real>
664
+ </transferSize>
665
+ <onLine>
666
+ <CI_OnlineResource>
667
+ <linkage>
668
+ <URL>http://purl.stanford.edu/qk786js7484</URL>
669
+ </linkage>
670
+ <name>
671
+ <gco:CharacterString>DISTRICT1961.shp</gco:CharacterString>
672
+ </name>
673
+ <function>
674
+ <CI_OnLineFunctionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="download" codeSpace="ISOTC211/19115">download</CI_OnLineFunctionCode>
675
+ </function>
676
+ </CI_OnlineResource>
677
+ </onLine>
678
+ </MD_DigitalTransferOptions>
679
+ </transferOptions>
680
+ </MD_Distribution>
681
+ </distributionInfo>
682
+ <dataQualityInfo>
683
+ <DQ_DataQuality>
684
+ <scope>
685
+ <DQ_Scope>
686
+ <level>
687
+ <MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
688
+ </level>
689
+ </DQ_Scope>
690
+ </scope>
691
+ <report>
692
+ <DQ_ConceptualConsistency>
693
+ <evaluationMethodDescription>
694
+ <gco:CharacterString>Coastal boundary aligned with imagery, no gaps in polygon, no topological errors, aggregate and % figures verified</gco:CharacterString>
695
+ </evaluationMethodDescription>
696
+ <result gco:nilReason="missing"/>
697
+ </DQ_ConceptualConsistency>
698
+ </report>
699
+ <report>
700
+ <DQ_CompletenessOmission>
701
+ <evaluationMethodDescription>
702
+ <gco:CharacterString>Census 1961 data release attribute</gco:CharacterString>
703
+ </evaluationMethodDescription>
704
+ <result gco:nilReason="missing"/>
705
+ </DQ_CompletenessOmission>
706
+ </report>
707
+ <report>
708
+ <DQ_AbsoluteExternalPositionalAccuracy>
709
+ <evaluationMethodDescription>
710
+ <gco:CharacterString>30-50 metres</gco:CharacterString>
711
+ </evaluationMethodDescription>
712
+ <result gco:nilReason="missing"/>
713
+ </DQ_AbsoluteExternalPositionalAccuracy>
714
+ </report>
715
+ <lineage>
716
+ <LI_Lineage>
717
+ <processStep>
718
+ <LI_ProcessStep>
719
+ <description>
720
+ <gco:CharacterString>Census operations across India</gco:CharacterString>
721
+ </description>
722
+ <dateTime>
723
+ <gco:DateTime>1961-01-01T00:00:00</gco:DateTime>
724
+ </dateTime>
725
+ </LI_ProcessStep>
726
+ </processStep>
727
+ <processStep>
728
+ <LI_ProcessStep>
729
+ <description>
730
+ <gco:CharacterString>Metadata imported.</gco:CharacterString>
731
+ </description>
732
+ <dateTime>
733
+ <gco:DateTime>2013-06-12T00:00:00</gco:DateTime>
734
+ </dateTime>
735
+ <processor>
736
+ <CI_ResponsibleParty>
737
+ <organisationName>
738
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
739
+ </organisationName>
740
+ <positionName>
741
+ <gco:CharacterString>Metadata Analyst</gco:CharacterString>
742
+ </positionName>
743
+ <contactInfo>
744
+ <CI_Contact>
745
+ <phone>
746
+ <CI_Telephone>
747
+ <voice>
748
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
749
+ </voice>
750
+ </CI_Telephone>
751
+ </phone>
752
+ <address>
753
+ <CI_Address>
754
+ <deliveryPoint>
755
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
756
+ </deliveryPoint>
757
+ <deliveryPoint>
758
+ <gco:CharacterString>Mitchell Building, 2nd Floor</gco:CharacterString>
759
+ </deliveryPoint>
760
+ <deliveryPoint>
761
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
762
+ </deliveryPoint>
763
+ <city>
764
+ <gco:CharacterString>Stanford</gco:CharacterString>
765
+ </city>
766
+ <administrativeArea>
767
+ <gco:CharacterString>California</gco:CharacterString>
768
+ </administrativeArea>
769
+ <postalCode>
770
+ <gco:CharacterString>94305</gco:CharacterString>
771
+ </postalCode>
772
+ <country>
773
+ <gco:CharacterString>US</gco:CharacterString>
774
+ </country>
775
+ <electronicMailAddress>
776
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
777
+ </electronicMailAddress>
778
+ </CI_Address>
779
+ </address>
780
+ </CI_Contact>
781
+ </contactInfo>
782
+ <role>
783
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="processor" codeSpace="ISOTC211/19115">processor</CI_RoleCode>
784
+ </role>
785
+ </CI_ResponsibleParty>
786
+ </processor>
787
+ <source>
788
+ <LI_Source>
789
+ <description>
790
+ <gco:CharacterString>FGDC metadata file.</gco:CharacterString>
791
+ </description>
792
+ <sourceCitation>
793
+ <CI_Citation>
794
+ <title>
795
+ <gco:CharacterString>DISTRICT1961.XML</gco:CharacterString>
796
+ </title>
797
+ <date>
798
+ <CI_Date>
799
+ <date>
800
+ <gco:Date>2013-03-13</gco:Date>
801
+ </date>
802
+ <dateType>
803
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
804
+ </dateType>
805
+ </CI_Date>
806
+ </date>
807
+ <identifier>
808
+ <MD_Identifier>
809
+ <code>
810
+ <gco:CharacterString>DISTRICT1961.XML</gco:CharacterString>
811
+ </code>
812
+ </MD_Identifier>
813
+ </identifier>
814
+ </CI_Citation>
815
+ </sourceCitation>
816
+ </LI_Source>
817
+ </source>
818
+ </LI_ProcessStep>
819
+ </processStep>
820
+ <source>
821
+ <LI_Source>
822
+ <description>
823
+ <gco:CharacterString>District demographic profile of India 1961</gco:CharacterString>
824
+ </description>
825
+ <sourceCitation>
826
+ <CI_Citation>
827
+ <title>
828
+ <gco:CharacterString>District demographic profile of India 1961</gco:CharacterString>
829
+ </title>
830
+ <date>
831
+ <CI_Date>
832
+ <date>
833
+ <gco:Date>1961-01-01</gco:Date>
834
+ </date>
835
+ <dateType>
836
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
837
+ </dateType>
838
+ </CI_Date>
839
+ </date>
840
+ <citedResponsibleParty>
841
+ <CI_ResponsibleParty>
842
+ <organisationName>
843
+ <gco:CharacterString>Registrar General and Census Commissioner of India</gco:CharacterString>
844
+ </organisationName>
845
+ <role>
846
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
847
+ </role>
848
+ </CI_ResponsibleParty>
849
+ </citedResponsibleParty>
850
+ <presentationForm>
851
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
852
+ </presentationForm>
853
+ </CI_Citation>
854
+ </sourceCitation>
855
+ </LI_Source>
856
+ </source>
857
+ </LI_Lineage>
858
+ </lineage>
859
+ </DQ_DataQuality>
860
+ </dataQualityInfo>
861
+ </MD_Metadata>
862
+ </rdf:Description>
863
+ <rdf:Description rdf:about="http://purl-test.stanford.edu/qk786js7484">
864
+ <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="69da0cca-e10f-43d7-a243-d582a96dcda8">
865
+ <gmx:name>
866
+ <gco:CharacterString>Feature Catalog for Digital Map of District Boundaries of India, 1961</gco:CharacterString>
867
+ </gmx:name>
868
+ <gmx:scope>
869
+ <gco:CharacterString>Sex ratio; Literacy; Population; Statistics; Administrative and political divisions</gco:CharacterString>
870
+ </gmx:scope>
871
+ <gmx:versionNumber gco:nilReason="unknown"/>
872
+ <gmx:versionDate>
873
+ <gco:Date>2013</gco:Date>
874
+ </gmx:versionDate>
875
+ <gmx:language>
876
+ <gco:CharacterString>eng; US</gco:CharacterString>
877
+ </gmx:language>
878
+ <gmx:characterSet>
879
+ <gmd:MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115"/>
880
+ </gmx:characterSet>
881
+ <gfc:producer>
882
+ <gmd:CI_ResponsibleParty>
883
+ <gmd:organisationName>
884
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
885
+ </gmd:organisationName>
886
+ <gmd:role>
887
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="006"/>
888
+ </gmd:role>
889
+ </gmd:CI_ResponsibleParty>
890
+ </gfc:producer>
891
+ <gfc:featureType>
892
+ <gfc:FC_FeatureType>
893
+ <gfc:typeName>
894
+ <gco:LocalName>DISTRICT1961</gco:LocalName>
895
+ </gfc:typeName>
896
+ <gfc:definition>
897
+ <gco:CharacterString>Administrative Unit</gco:CharacterString>
898
+ </gfc:definition>
899
+ <gfc:isAbstract>
900
+ <gco:Boolean>false</gco:Boolean>
901
+ </gfc:isAbstract>
902
+ <gfc:featureCatalogue uuidref="69da0cca-e10f-43d7-a243-d582a96dcda8"/>
903
+ <gfc:carrierOfCharacteristics>
904
+ <gfc:FC_FeatureAttribute>
905
+ <gfc:memberName>
906
+ <gco:LocalName>FID</gco:LocalName>
907
+ </gfc:memberName>
908
+ <gfc:definition>
909
+ <gco:CharacterString>Internal feature number.</gco:CharacterString>
910
+ </gfc:definition>
911
+ <gfc:cardinality gco:nilReason="unknown"/>
912
+ <gfc:definitionReference>
913
+ <gfc:FC_DefinitionReference>
914
+ <gfc:definitionSource>
915
+ <gfc:FC_DefinitionSource>
916
+ <gfc:source>
917
+ <gmd:CI_Citation>
918
+ <gmd:title>
919
+ <gco:CharacterString>Esri</gco:CharacterString>
920
+ </gmd:title>
921
+ <gmd:date gco:nilReason="unknown"/>
922
+ <gmd:citedResponsibleParty>
923
+ <gmd:CI_ResponsibleParty>
924
+ <gmd:organisationName>
925
+ <gco:CharacterString>Esri</gco:CharacterString>
926
+ </gmd:organisationName>
927
+ <gmd:role>
928
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
929
+ </gmd:role>
930
+ </gmd:CI_ResponsibleParty>
931
+ </gmd:citedResponsibleParty>
932
+ </gmd:CI_Citation>
933
+ </gfc:source>
934
+ </gfc:FC_DefinitionSource>
935
+ </gfc:definitionSource>
936
+ </gfc:FC_DefinitionReference>
937
+ </gfc:definitionReference>
938
+ <gfc:valueType>
939
+ <gco:TypeName>
940
+ <gco:aName>
941
+ <gco:CharacterString>OID</gco:CharacterString>
942
+ </gco:aName>
943
+ </gco:TypeName>
944
+ </gfc:valueType>
945
+ </gfc:FC_FeatureAttribute>
946
+ </gfc:carrierOfCharacteristics>
947
+ <gfc:carrierOfCharacteristics>
948
+ <gfc:FC_FeatureAttribute>
949
+ <gfc:memberName>
950
+ <gco:LocalName>Shape</gco:LocalName>
951
+ </gfc:memberName>
952
+ <gfc:definition>
953
+ <gco:CharacterString>Feature geometry.</gco:CharacterString>
954
+ </gfc:definition>
955
+ <gfc:cardinality gco:nilReason="unknown"/>
956
+ <gfc:definitionReference>
957
+ <gfc:FC_DefinitionReference>
958
+ <gfc:definitionSource>
959
+ <gfc:FC_DefinitionSource>
960
+ <gfc:source>
961
+ <gmd:CI_Citation>
962
+ <gmd:title>
963
+ <gco:CharacterString>Esri</gco:CharacterString>
964
+ </gmd:title>
965
+ <gmd:date gco:nilReason="unknown"/>
966
+ <gmd:citedResponsibleParty>
967
+ <gmd:CI_ResponsibleParty>
968
+ <gmd:organisationName>
969
+ <gco:CharacterString>Esri</gco:CharacterString>
970
+ </gmd:organisationName>
971
+ <gmd:role>
972
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
973
+ </gmd:role>
974
+ </gmd:CI_ResponsibleParty>
975
+ </gmd:citedResponsibleParty>
976
+ </gmd:CI_Citation>
977
+ </gfc:source>
978
+ </gfc:FC_DefinitionSource>
979
+ </gfc:definitionSource>
980
+ </gfc:FC_DefinitionReference>
981
+ </gfc:definitionReference>
982
+ <gfc:valueType>
983
+ <gco:TypeName>
984
+ <gco:aName>
985
+ <gco:CharacterString>Geometry</gco:CharacterString>
986
+ </gco:aName>
987
+ </gco:TypeName>
988
+ </gfc:valueType>
989
+ </gfc:FC_FeatureAttribute>
990
+ </gfc:carrierOfCharacteristics>
991
+ <gfc:carrierOfCharacteristics>
992
+ <gfc:FC_FeatureAttribute>
993
+ <gfc:memberName>
994
+ <gco:LocalName>F_SC</gco:LocalName>
995
+ </gfc:memberName>
996
+ <gfc:definition>
997
+ <gco:CharacterString>Female scheduled caste</gco:CharacterString>
998
+ </gfc:definition>
999
+ <gfc:cardinality gco:nilReason="unknown"/>
1000
+ <gfc:definitionReference>
1001
+ <gfc:FC_DefinitionReference>
1002
+ <gfc:definitionSource>
1003
+ <gfc:FC_DefinitionSource>
1004
+ <gfc:source>
1005
+ <gmd:CI_Citation>
1006
+ <gmd:title>
1007
+ <gco:CharacterString>Census of India</gco:CharacterString>
1008
+ </gmd:title>
1009
+ <gmd:date gco:nilReason="unknown"/>
1010
+ <gmd:citedResponsibleParty>
1011
+ <gmd:CI_ResponsibleParty>
1012
+ <gmd:organisationName>
1013
+ <gco:CharacterString>Census of India</gco:CharacterString>
1014
+ </gmd:organisationName>
1015
+ <gmd:role>
1016
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1017
+ </gmd:role>
1018
+ </gmd:CI_ResponsibleParty>
1019
+ </gmd:citedResponsibleParty>
1020
+ </gmd:CI_Citation>
1021
+ </gfc:source>
1022
+ </gfc:FC_DefinitionSource>
1023
+ </gfc:definitionSource>
1024
+ </gfc:FC_DefinitionReference>
1025
+ </gfc:definitionReference>
1026
+ <gfc:valueType>
1027
+ <gco:TypeName>
1028
+ <gco:aName>
1029
+ <gco:CharacterString>Double</gco:CharacterString>
1030
+ </gco:aName>
1031
+ </gco:TypeName>
1032
+ </gfc:valueType>
1033
+ </gfc:FC_FeatureAttribute>
1034
+ </gfc:carrierOfCharacteristics>
1035
+ <gfc:carrierOfCharacteristics>
1036
+ <gfc:FC_FeatureAttribute>
1037
+ <gfc:memberName>
1038
+ <gco:LocalName>U_F_POP</gco:LocalName>
1039
+ </gfc:memberName>
1040
+ <gfc:definition>
1041
+ <gco:CharacterString>Urban female population</gco:CharacterString>
1042
+ </gfc:definition>
1043
+ <gfc:cardinality gco:nilReason="unknown"/>
1044
+ <gfc:definitionReference>
1045
+ <gfc:FC_DefinitionReference>
1046
+ <gfc:definitionSource>
1047
+ <gfc:FC_DefinitionSource>
1048
+ <gfc:source>
1049
+ <gmd:CI_Citation>
1050
+ <gmd:title>
1051
+ <gco:CharacterString>Census of India</gco:CharacterString>
1052
+ </gmd:title>
1053
+ <gmd:date gco:nilReason="unknown"/>
1054
+ <gmd:citedResponsibleParty>
1055
+ <gmd:CI_ResponsibleParty>
1056
+ <gmd:organisationName>
1057
+ <gco:CharacterString>Census of India</gco:CharacterString>
1058
+ </gmd:organisationName>
1059
+ <gmd:role>
1060
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1061
+ </gmd:role>
1062
+ </gmd:CI_ResponsibleParty>
1063
+ </gmd:citedResponsibleParty>
1064
+ </gmd:CI_Citation>
1065
+ </gfc:source>
1066
+ </gfc:FC_DefinitionSource>
1067
+ </gfc:definitionSource>
1068
+ </gfc:FC_DefinitionReference>
1069
+ </gfc:definitionReference>
1070
+ <gfc:valueType>
1071
+ <gco:TypeName>
1072
+ <gco:aName>
1073
+ <gco:CharacterString>Double</gco:CharacterString>
1074
+ </gco:aName>
1075
+ </gco:TypeName>
1076
+ </gfc:valueType>
1077
+ </gfc:FC_FeatureAttribute>
1078
+ </gfc:carrierOfCharacteristics>
1079
+ <gfc:carrierOfCharacteristics>
1080
+ <gfc:FC_FeatureAttribute>
1081
+ <gfc:memberName>
1082
+ <gco:LocalName>F_MNFR</gco:LocalName>
1083
+ </gfc:memberName>
1084
+ <gfc:definition>
1085
+ <gco:CharacterString>Female workers in manufacturing</gco:CharacterString>
1086
+ </gfc:definition>
1087
+ <gfc:cardinality gco:nilReason="unknown"/>
1088
+ <gfc:definitionReference>
1089
+ <gfc:FC_DefinitionReference>
1090
+ <gfc:definitionSource>
1091
+ <gfc:FC_DefinitionSource>
1092
+ <gfc:source>
1093
+ <gmd:CI_Citation>
1094
+ <gmd:title>
1095
+ <gco:CharacterString>Census of India</gco:CharacterString>
1096
+ </gmd:title>
1097
+ <gmd:date gco:nilReason="unknown"/>
1098
+ <gmd:citedResponsibleParty>
1099
+ <gmd:CI_ResponsibleParty>
1100
+ <gmd:organisationName>
1101
+ <gco:CharacterString>Census of India</gco:CharacterString>
1102
+ </gmd:organisationName>
1103
+ <gmd:role>
1104
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1105
+ </gmd:role>
1106
+ </gmd:CI_ResponsibleParty>
1107
+ </gmd:citedResponsibleParty>
1108
+ </gmd:CI_Citation>
1109
+ </gfc:source>
1110
+ </gfc:FC_DefinitionSource>
1111
+ </gfc:definitionSource>
1112
+ </gfc:FC_DefinitionReference>
1113
+ </gfc:definitionReference>
1114
+ <gfc:valueType>
1115
+ <gco:TypeName>
1116
+ <gco:aName>
1117
+ <gco:CharacterString>Double</gco:CharacterString>
1118
+ </gco:aName>
1119
+ </gco:TypeName>
1120
+ </gfc:valueType>
1121
+ </gfc:FC_FeatureAttribute>
1122
+ </gfc:carrierOfCharacteristics>
1123
+ <gfc:carrierOfCharacteristics>
1124
+ <gfc:FC_FeatureAttribute>
1125
+ <gfc:memberName>
1126
+ <gco:LocalName>M_AGLB</gco:LocalName>
1127
+ </gfc:memberName>
1128
+ <gfc:definition>
1129
+ <gco:CharacterString>Male Agricultural Labourers</gco:CharacterString>
1130
+ </gfc:definition>
1131
+ <gfc:cardinality gco:nilReason="unknown"/>
1132
+ <gfc:definitionReference>
1133
+ <gfc:FC_DefinitionReference>
1134
+ <gfc:definitionSource>
1135
+ <gfc:FC_DefinitionSource>
1136
+ <gfc:source>
1137
+ <gmd:CI_Citation>
1138
+ <gmd:title>
1139
+ <gco:CharacterString>Census of India</gco:CharacterString>
1140
+ </gmd:title>
1141
+ <gmd:date gco:nilReason="unknown"/>
1142
+ <gmd:citedResponsibleParty>
1143
+ <gmd:CI_ResponsibleParty>
1144
+ <gmd:organisationName>
1145
+ <gco:CharacterString>Census of India</gco:CharacterString>
1146
+ </gmd:organisationName>
1147
+ <gmd:role>
1148
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1149
+ </gmd:role>
1150
+ </gmd:CI_ResponsibleParty>
1151
+ </gmd:citedResponsibleParty>
1152
+ </gmd:CI_Citation>
1153
+ </gfc:source>
1154
+ </gfc:FC_DefinitionSource>
1155
+ </gfc:definitionSource>
1156
+ </gfc:FC_DefinitionReference>
1157
+ </gfc:definitionReference>
1158
+ <gfc:valueType>
1159
+ <gco:TypeName>
1160
+ <gco:aName>
1161
+ <gco:CharacterString>Double</gco:CharacterString>
1162
+ </gco:aName>
1163
+ </gco:TypeName>
1164
+ </gfc:valueType>
1165
+ </gfc:FC_FeatureAttribute>
1166
+ </gfc:carrierOfCharacteristics>
1167
+ <gfc:carrierOfCharacteristics>
1168
+ <gfc:FC_FeatureAttribute>
1169
+ <gfc:memberName>
1170
+ <gco:LocalName>R_HOUS</gco:LocalName>
1171
+ </gfc:memberName>
1172
+ <gfc:definition>
1173
+ <gco:CharacterString>Total rural houses</gco:CharacterString>
1174
+ </gfc:definition>
1175
+ <gfc:cardinality gco:nilReason="unknown"/>
1176
+ <gfc:definitionReference>
1177
+ <gfc:FC_DefinitionReference>
1178
+ <gfc:definitionSource>
1179
+ <gfc:FC_DefinitionSource>
1180
+ <gfc:source>
1181
+ <gmd:CI_Citation>
1182
+ <gmd:title>
1183
+ <gco:CharacterString>Census of India</gco:CharacterString>
1184
+ </gmd:title>
1185
+ <gmd:date gco:nilReason="unknown"/>
1186
+ <gmd:citedResponsibleParty>
1187
+ <gmd:CI_ResponsibleParty>
1188
+ <gmd:organisationName>
1189
+ <gco:CharacterString>Census of India</gco:CharacterString>
1190
+ </gmd:organisationName>
1191
+ <gmd:role>
1192
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1193
+ </gmd:role>
1194
+ </gmd:CI_ResponsibleParty>
1195
+ </gmd:citedResponsibleParty>
1196
+ </gmd:CI_Citation>
1197
+ </gfc:source>
1198
+ </gfc:FC_DefinitionSource>
1199
+ </gfc:definitionSource>
1200
+ </gfc:FC_DefinitionReference>
1201
+ </gfc:definitionReference>
1202
+ <gfc:valueType>
1203
+ <gco:TypeName>
1204
+ <gco:aName>
1205
+ <gco:CharacterString>Double</gco:CharacterString>
1206
+ </gco:aName>
1207
+ </gco:TypeName>
1208
+ </gfc:valueType>
1209
+ </gfc:FC_FeatureAttribute>
1210
+ </gfc:carrierOfCharacteristics>
1211
+ <gfc:carrierOfCharacteristics>
1212
+ <gfc:FC_FeatureAttribute>
1213
+ <gfc:memberName>
1214
+ <gco:LocalName>UNHA_VIL</gco:LocalName>
1215
+ </gfc:memberName>
1216
+ <gfc:definition>
1217
+ <gco:CharacterString>Number of uninhabited village</gco:CharacterString>
1218
+ </gfc:definition>
1219
+ <gfc:cardinality gco:nilReason="unknown"/>
1220
+ <gfc:definitionReference>
1221
+ <gfc:FC_DefinitionReference>
1222
+ <gfc:definitionSource>
1223
+ <gfc:FC_DefinitionSource>
1224
+ <gfc:source>
1225
+ <gmd:CI_Citation>
1226
+ <gmd:title>
1227
+ <gco:CharacterString>Census of India</gco:CharacterString>
1228
+ </gmd:title>
1229
+ <gmd:date gco:nilReason="unknown"/>
1230
+ <gmd:citedResponsibleParty>
1231
+ <gmd:CI_ResponsibleParty>
1232
+ <gmd:organisationName>
1233
+ <gco:CharacterString>Census of India</gco:CharacterString>
1234
+ </gmd:organisationName>
1235
+ <gmd:role>
1236
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1237
+ </gmd:role>
1238
+ </gmd:CI_ResponsibleParty>
1239
+ </gmd:citedResponsibleParty>
1240
+ </gmd:CI_Citation>
1241
+ </gfc:source>
1242
+ </gfc:FC_DefinitionSource>
1243
+ </gfc:definitionSource>
1244
+ </gfc:FC_DefinitionReference>
1245
+ </gfc:definitionReference>
1246
+ <gfc:valueType>
1247
+ <gco:TypeName>
1248
+ <gco:aName>
1249
+ <gco:CharacterString>Double</gco:CharacterString>
1250
+ </gco:aName>
1251
+ </gco:TypeName>
1252
+ </gfc:valueType>
1253
+ </gfc:FC_FeatureAttribute>
1254
+ </gfc:carrierOfCharacteristics>
1255
+ <gfc:carrierOfCharacteristics>
1256
+ <gfc:FC_FeatureAttribute>
1257
+ <gfc:memberName>
1258
+ <gco:LocalName>TOT_AREA</gco:LocalName>
1259
+ </gfc:memberName>
1260
+ <gfc:definition>
1261
+ <gco:CharacterString>Total area of districts</gco:CharacterString>
1262
+ </gfc:definition>
1263
+ <gfc:cardinality gco:nilReason="unknown"/>
1264
+ <gfc:definitionReference>
1265
+ <gfc:FC_DefinitionReference>
1266
+ <gfc:definitionSource>
1267
+ <gfc:FC_DefinitionSource>
1268
+ <gfc:source>
1269
+ <gmd:CI_Citation>
1270
+ <gmd:title>
1271
+ <gco:CharacterString>Census of India</gco:CharacterString>
1272
+ </gmd:title>
1273
+ <gmd:date gco:nilReason="unknown"/>
1274
+ <gmd:citedResponsibleParty>
1275
+ <gmd:CI_ResponsibleParty>
1276
+ <gmd:organisationName>
1277
+ <gco:CharacterString>Census of India</gco:CharacterString>
1278
+ </gmd:organisationName>
1279
+ <gmd:role>
1280
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1281
+ </gmd:role>
1282
+ </gmd:CI_ResponsibleParty>
1283
+ </gmd:citedResponsibleParty>
1284
+ </gmd:CI_Citation>
1285
+ </gfc:source>
1286
+ </gfc:FC_DefinitionSource>
1287
+ </gfc:definitionSource>
1288
+ </gfc:FC_DefinitionReference>
1289
+ </gfc:definitionReference>
1290
+ <gfc:valueType>
1291
+ <gco:TypeName>
1292
+ <gco:aName>
1293
+ <gco:CharacterString>Double</gco:CharacterString>
1294
+ </gco:aName>
1295
+ </gco:TypeName>
1296
+ </gfc:valueType>
1297
+ </gfc:FC_FeatureAttribute>
1298
+ </gfc:carrierOfCharacteristics>
1299
+ <gfc:carrierOfCharacteristics>
1300
+ <gfc:FC_FeatureAttribute>
1301
+ <gfc:memberName>
1302
+ <gco:LocalName>R_AREA</gco:LocalName>
1303
+ </gfc:memberName>
1304
+ <gfc:definition>
1305
+ <gco:CharacterString>Total rural area of districts</gco:CharacterString>
1306
+ </gfc:definition>
1307
+ <gfc:cardinality gco:nilReason="unknown"/>
1308
+ <gfc:definitionReference>
1309
+ <gfc:FC_DefinitionReference>
1310
+ <gfc:definitionSource>
1311
+ <gfc:FC_DefinitionSource>
1312
+ <gfc:source>
1313
+ <gmd:CI_Citation>
1314
+ <gmd:title>
1315
+ <gco:CharacterString>Census of India</gco:CharacterString>
1316
+ </gmd:title>
1317
+ <gmd:date gco:nilReason="unknown"/>
1318
+ <gmd:citedResponsibleParty>
1319
+ <gmd:CI_ResponsibleParty>
1320
+ <gmd:organisationName>
1321
+ <gco:CharacterString>Census of India</gco:CharacterString>
1322
+ </gmd:organisationName>
1323
+ <gmd:role>
1324
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1325
+ </gmd:role>
1326
+ </gmd:CI_ResponsibleParty>
1327
+ </gmd:citedResponsibleParty>
1328
+ </gmd:CI_Citation>
1329
+ </gfc:source>
1330
+ </gfc:FC_DefinitionSource>
1331
+ </gfc:definitionSource>
1332
+ </gfc:FC_DefinitionReference>
1333
+ </gfc:definitionReference>
1334
+ <gfc:valueType>
1335
+ <gco:TypeName>
1336
+ <gco:aName>
1337
+ <gco:CharacterString>Double</gco:CharacterString>
1338
+ </gco:aName>
1339
+ </gco:TypeName>
1340
+ </gfc:valueType>
1341
+ </gfc:FC_FeatureAttribute>
1342
+ </gfc:carrierOfCharacteristics>
1343
+ <gfc:carrierOfCharacteristics>
1344
+ <gfc:FC_FeatureAttribute>
1345
+ <gfc:memberName>
1346
+ <gco:LocalName>F_LIT</gco:LocalName>
1347
+ </gfc:memberName>
1348
+ <gfc:definition>
1349
+ <gco:CharacterString>Female literates</gco:CharacterString>
1350
+ </gfc:definition>
1351
+ <gfc:cardinality gco:nilReason="unknown"/>
1352
+ <gfc:definitionReference>
1353
+ <gfc:FC_DefinitionReference>
1354
+ <gfc:definitionSource>
1355
+ <gfc:FC_DefinitionSource>
1356
+ <gfc:source>
1357
+ <gmd:CI_Citation>
1358
+ <gmd:title>
1359
+ <gco:CharacterString>Census of India</gco:CharacterString>
1360
+ </gmd:title>
1361
+ <gmd:date gco:nilReason="unknown"/>
1362
+ <gmd:citedResponsibleParty>
1363
+ <gmd:CI_ResponsibleParty>
1364
+ <gmd:organisationName>
1365
+ <gco:CharacterString>Census of India</gco:CharacterString>
1366
+ </gmd:organisationName>
1367
+ <gmd:role>
1368
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1369
+ </gmd:role>
1370
+ </gmd:CI_ResponsibleParty>
1371
+ </gmd:citedResponsibleParty>
1372
+ </gmd:CI_Citation>
1373
+ </gfc:source>
1374
+ </gfc:FC_DefinitionSource>
1375
+ </gfc:definitionSource>
1376
+ </gfc:FC_DefinitionReference>
1377
+ </gfc:definitionReference>
1378
+ <gfc:valueType>
1379
+ <gco:TypeName>
1380
+ <gco:aName>
1381
+ <gco:CharacterString>Double</gco:CharacterString>
1382
+ </gco:aName>
1383
+ </gco:TypeName>
1384
+ </gfc:valueType>
1385
+ </gfc:FC_FeatureAttribute>
1386
+ </gfc:carrierOfCharacteristics>
1387
+ <gfc:carrierOfCharacteristics>
1388
+ <gfc:FC_FeatureAttribute>
1389
+ <gfc:memberName>
1390
+ <gco:LocalName>TOT_F_POP</gco:LocalName>
1391
+ </gfc:memberName>
1392
+ <gfc:definition>
1393
+ <gco:CharacterString>Female population</gco:CharacterString>
1394
+ </gfc:definition>
1395
+ <gfc:cardinality gco:nilReason="unknown"/>
1396
+ <gfc:definitionReference>
1397
+ <gfc:FC_DefinitionReference>
1398
+ <gfc:definitionSource>
1399
+ <gfc:FC_DefinitionSource>
1400
+ <gfc:source>
1401
+ <gmd:CI_Citation>
1402
+ <gmd:title>
1403
+ <gco:CharacterString>Census of India</gco:CharacterString>
1404
+ </gmd:title>
1405
+ <gmd:date gco:nilReason="unknown"/>
1406
+ <gmd:citedResponsibleParty>
1407
+ <gmd:CI_ResponsibleParty>
1408
+ <gmd:organisationName>
1409
+ <gco:CharacterString>Census of India</gco:CharacterString>
1410
+ </gmd:organisationName>
1411
+ <gmd:role>
1412
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1413
+ </gmd:role>
1414
+ </gmd:CI_ResponsibleParty>
1415
+ </gmd:citedResponsibleParty>
1416
+ </gmd:CI_Citation>
1417
+ </gfc:source>
1418
+ </gfc:FC_DefinitionSource>
1419
+ </gfc:definitionSource>
1420
+ </gfc:FC_DefinitionReference>
1421
+ </gfc:definitionReference>
1422
+ <gfc:valueType>
1423
+ <gco:TypeName>
1424
+ <gco:aName>
1425
+ <gco:CharacterString>Double</gco:CharacterString>
1426
+ </gco:aName>
1427
+ </gco:TypeName>
1428
+ </gfc:valueType>
1429
+ </gfc:FC_FeatureAttribute>
1430
+ </gfc:carrierOfCharacteristics>
1431
+ <gfc:carrierOfCharacteristics>
1432
+ <gfc:FC_FeatureAttribute>
1433
+ <gfc:memberName>
1434
+ <gco:LocalName>M_LIT</gco:LocalName>
1435
+ </gfc:memberName>
1436
+ <gfc:definition>
1437
+ <gco:CharacterString>Male literates</gco:CharacterString>
1438
+ </gfc:definition>
1439
+ <gfc:cardinality gco:nilReason="unknown"/>
1440
+ <gfc:definitionReference>
1441
+ <gfc:FC_DefinitionReference>
1442
+ <gfc:definitionSource>
1443
+ <gfc:FC_DefinitionSource>
1444
+ <gfc:source>
1445
+ <gmd:CI_Citation>
1446
+ <gmd:title>
1447
+ <gco:CharacterString>Census of India</gco:CharacterString>
1448
+ </gmd:title>
1449
+ <gmd:date gco:nilReason="unknown"/>
1450
+ <gmd:citedResponsibleParty>
1451
+ <gmd:CI_ResponsibleParty>
1452
+ <gmd:organisationName>
1453
+ <gco:CharacterString>Census of India</gco:CharacterString>
1454
+ </gmd:organisationName>
1455
+ <gmd:role>
1456
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1457
+ </gmd:role>
1458
+ </gmd:CI_ResponsibleParty>
1459
+ </gmd:citedResponsibleParty>
1460
+ </gmd:CI_Citation>
1461
+ </gfc:source>
1462
+ </gfc:FC_DefinitionSource>
1463
+ </gfc:definitionSource>
1464
+ </gfc:FC_DefinitionReference>
1465
+ </gfc:definitionReference>
1466
+ <gfc:valueType>
1467
+ <gco:TypeName>
1468
+ <gco:aName>
1469
+ <gco:CharacterString>Double</gco:CharacterString>
1470
+ </gco:aName>
1471
+ </gco:TypeName>
1472
+ </gfc:valueType>
1473
+ </gfc:FC_FeatureAttribute>
1474
+ </gfc:carrierOfCharacteristics>
1475
+ <gfc:carrierOfCharacteristics>
1476
+ <gfc:FC_FeatureAttribute>
1477
+ <gfc:memberName>
1478
+ <gco:LocalName>R_F_POP</gco:LocalName>
1479
+ </gfc:memberName>
1480
+ <gfc:definition>
1481
+ <gco:CharacterString>Rural female population</gco:CharacterString>
1482
+ </gfc:definition>
1483
+ <gfc:cardinality gco:nilReason="unknown"/>
1484
+ <gfc:definitionReference>
1485
+ <gfc:FC_DefinitionReference>
1486
+ <gfc:definitionSource>
1487
+ <gfc:FC_DefinitionSource>
1488
+ <gfc:source>
1489
+ <gmd:CI_Citation>
1490
+ <gmd:title>
1491
+ <gco:CharacterString>Census of India</gco:CharacterString>
1492
+ </gmd:title>
1493
+ <gmd:date gco:nilReason="unknown"/>
1494
+ <gmd:citedResponsibleParty>
1495
+ <gmd:CI_ResponsibleParty>
1496
+ <gmd:organisationName>
1497
+ <gco:CharacterString>Census of India</gco:CharacterString>
1498
+ </gmd:organisationName>
1499
+ <gmd:role>
1500
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1501
+ </gmd:role>
1502
+ </gmd:CI_ResponsibleParty>
1503
+ </gmd:citedResponsibleParty>
1504
+ </gmd:CI_Citation>
1505
+ </gfc:source>
1506
+ </gfc:FC_DefinitionSource>
1507
+ </gfc:definitionSource>
1508
+ </gfc:FC_DefinitionReference>
1509
+ </gfc:definitionReference>
1510
+ <gfc:valueType>
1511
+ <gco:TypeName>
1512
+ <gco:aName>
1513
+ <gco:CharacterString>Double</gco:CharacterString>
1514
+ </gco:aName>
1515
+ </gco:TypeName>
1516
+ </gfc:valueType>
1517
+ </gfc:FC_FeatureAttribute>
1518
+ </gfc:carrierOfCharacteristics>
1519
+ <gfc:carrierOfCharacteristics>
1520
+ <gfc:FC_FeatureAttribute>
1521
+ <gfc:memberName>
1522
+ <gco:LocalName>F_TRNS</gco:LocalName>
1523
+ </gfc:memberName>
1524
+ <gfc:definition>
1525
+ <gco:CharacterString>Female workers in transport, storage &amp; communication</gco:CharacterString>
1526
+ </gfc:definition>
1527
+ <gfc:cardinality gco:nilReason="unknown"/>
1528
+ <gfc:definitionReference>
1529
+ <gfc:FC_DefinitionReference>
1530
+ <gfc:definitionSource>
1531
+ <gfc:FC_DefinitionSource>
1532
+ <gfc:source>
1533
+ <gmd:CI_Citation>
1534
+ <gmd:title>
1535
+ <gco:CharacterString>Census of India</gco:CharacterString>
1536
+ </gmd:title>
1537
+ <gmd:date gco:nilReason="unknown"/>
1538
+ <gmd:citedResponsibleParty>
1539
+ <gmd:CI_ResponsibleParty>
1540
+ <gmd:organisationName>
1541
+ <gco:CharacterString>Census of India</gco:CharacterString>
1542
+ </gmd:organisationName>
1543
+ <gmd:role>
1544
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1545
+ </gmd:role>
1546
+ </gmd:CI_ResponsibleParty>
1547
+ </gmd:citedResponsibleParty>
1548
+ </gmd:CI_Citation>
1549
+ </gfc:source>
1550
+ </gfc:FC_DefinitionSource>
1551
+ </gfc:definitionSource>
1552
+ </gfc:FC_DefinitionReference>
1553
+ </gfc:definitionReference>
1554
+ <gfc:valueType>
1555
+ <gco:TypeName>
1556
+ <gco:aName>
1557
+ <gco:CharacterString>Double</gco:CharacterString>
1558
+ </gco:aName>
1559
+ </gco:TypeName>
1560
+ </gfc:valueType>
1561
+ </gfc:FC_FeatureAttribute>
1562
+ </gfc:carrierOfCharacteristics>
1563
+ <gfc:carrierOfCharacteristics>
1564
+ <gfc:FC_FeatureAttribute>
1565
+ <gfc:memberName>
1566
+ <gco:LocalName>M_TRNS</gco:LocalName>
1567
+ </gfc:memberName>
1568
+ <gfc:definition>
1569
+ <gco:CharacterString>Male workers in transport, storage &amp; communication</gco:CharacterString>
1570
+ </gfc:definition>
1571
+ <gfc:cardinality gco:nilReason="unknown"/>
1572
+ <gfc:definitionReference>
1573
+ <gfc:FC_DefinitionReference>
1574
+ <gfc:definitionSource>
1575
+ <gfc:FC_DefinitionSource>
1576
+ <gfc:source>
1577
+ <gmd:CI_Citation>
1578
+ <gmd:title>
1579
+ <gco:CharacterString>Census of India</gco:CharacterString>
1580
+ </gmd:title>
1581
+ <gmd:date gco:nilReason="unknown"/>
1582
+ <gmd:citedResponsibleParty>
1583
+ <gmd:CI_ResponsibleParty>
1584
+ <gmd:organisationName>
1585
+ <gco:CharacterString>Census of India</gco:CharacterString>
1586
+ </gmd:organisationName>
1587
+ <gmd:role>
1588
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1589
+ </gmd:role>
1590
+ </gmd:CI_ResponsibleParty>
1591
+ </gmd:citedResponsibleParty>
1592
+ </gmd:CI_Citation>
1593
+ </gfc:source>
1594
+ </gfc:FC_DefinitionSource>
1595
+ </gfc:definitionSource>
1596
+ </gfc:FC_DefinitionReference>
1597
+ </gfc:definitionReference>
1598
+ <gfc:valueType>
1599
+ <gco:TypeName>
1600
+ <gco:aName>
1601
+ <gco:CharacterString>Double</gco:CharacterString>
1602
+ </gco:aName>
1603
+ </gco:TypeName>
1604
+ </gfc:valueType>
1605
+ </gfc:FC_FeatureAttribute>
1606
+ </gfc:carrierOfCharacteristics>
1607
+ <gfc:carrierOfCharacteristics>
1608
+ <gfc:FC_FeatureAttribute>
1609
+ <gfc:memberName>
1610
+ <gco:LocalName>F_COM</gco:LocalName>
1611
+ </gfc:memberName>
1612
+ <gfc:definition>
1613
+ <gco:CharacterString>Female workers in commerce &amp; trade</gco:CharacterString>
1614
+ </gfc:definition>
1615
+ <gfc:cardinality gco:nilReason="unknown"/>
1616
+ <gfc:definitionReference>
1617
+ <gfc:FC_DefinitionReference>
1618
+ <gfc:definitionSource>
1619
+ <gfc:FC_DefinitionSource>
1620
+ <gfc:source>
1621
+ <gmd:CI_Citation>
1622
+ <gmd:title>
1623
+ <gco:CharacterString>Census of India</gco:CharacterString>
1624
+ </gmd:title>
1625
+ <gmd:date gco:nilReason="unknown"/>
1626
+ <gmd:citedResponsibleParty>
1627
+ <gmd:CI_ResponsibleParty>
1628
+ <gmd:organisationName>
1629
+ <gco:CharacterString>Census of India</gco:CharacterString>
1630
+ </gmd:organisationName>
1631
+ <gmd:role>
1632
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1633
+ </gmd:role>
1634
+ </gmd:CI_ResponsibleParty>
1635
+ </gmd:citedResponsibleParty>
1636
+ </gmd:CI_Citation>
1637
+ </gfc:source>
1638
+ </gfc:FC_DefinitionSource>
1639
+ </gfc:definitionSource>
1640
+ </gfc:FC_DefinitionReference>
1641
+ </gfc:definitionReference>
1642
+ <gfc:valueType>
1643
+ <gco:TypeName>
1644
+ <gco:aName>
1645
+ <gco:CharacterString>Double</gco:CharacterString>
1646
+ </gco:aName>
1647
+ </gco:TypeName>
1648
+ </gfc:valueType>
1649
+ </gfc:FC_FeatureAttribute>
1650
+ </gfc:carrierOfCharacteristics>
1651
+ <gfc:carrierOfCharacteristics>
1652
+ <gfc:FC_FeatureAttribute>
1653
+ <gfc:memberName>
1654
+ <gco:LocalName>M_COM</gco:LocalName>
1655
+ </gfc:memberName>
1656
+ <gfc:definition>
1657
+ <gco:CharacterString>Male workers in commerce &amp; trade</gco:CharacterString>
1658
+ </gfc:definition>
1659
+ <gfc:cardinality gco:nilReason="unknown"/>
1660
+ <gfc:definitionReference>
1661
+ <gfc:FC_DefinitionReference>
1662
+ <gfc:definitionSource>
1663
+ <gfc:FC_DefinitionSource>
1664
+ <gfc:source>
1665
+ <gmd:CI_Citation>
1666
+ <gmd:title>
1667
+ <gco:CharacterString>Census of India</gco:CharacterString>
1668
+ </gmd:title>
1669
+ <gmd:date gco:nilReason="unknown"/>
1670
+ <gmd:citedResponsibleParty>
1671
+ <gmd:CI_ResponsibleParty>
1672
+ <gmd:organisationName>
1673
+ <gco:CharacterString>Census of India</gco:CharacterString>
1674
+ </gmd:organisationName>
1675
+ <gmd:role>
1676
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1677
+ </gmd:role>
1678
+ </gmd:CI_ResponsibleParty>
1679
+ </gmd:citedResponsibleParty>
1680
+ </gmd:CI_Citation>
1681
+ </gfc:source>
1682
+ </gfc:FC_DefinitionSource>
1683
+ </gfc:definitionSource>
1684
+ </gfc:FC_DefinitionReference>
1685
+ </gfc:definitionReference>
1686
+ <gfc:valueType>
1687
+ <gco:TypeName>
1688
+ <gco:aName>
1689
+ <gco:CharacterString>Double</gco:CharacterString>
1690
+ </gco:aName>
1691
+ </gco:TypeName>
1692
+ </gfc:valueType>
1693
+ </gfc:FC_FeatureAttribute>
1694
+ </gfc:carrierOfCharacteristics>
1695
+ <gfc:carrierOfCharacteristics>
1696
+ <gfc:FC_FeatureAttribute>
1697
+ <gfc:memberName>
1698
+ <gco:LocalName>F_NNW</gco:LocalName>
1699
+ </gfc:memberName>
1700
+ <gfc:definition>
1701
+ <gco:CharacterString>Female Non-workers</gco:CharacterString>
1702
+ </gfc:definition>
1703
+ <gfc:cardinality gco:nilReason="unknown"/>
1704
+ <gfc:definitionReference>
1705
+ <gfc:FC_DefinitionReference>
1706
+ <gfc:definitionSource>
1707
+ <gfc:FC_DefinitionSource>
1708
+ <gfc:source>
1709
+ <gmd:CI_Citation>
1710
+ <gmd:title>
1711
+ <gco:CharacterString>Census of India</gco:CharacterString>
1712
+ </gmd:title>
1713
+ <gmd:date gco:nilReason="unknown"/>
1714
+ <gmd:citedResponsibleParty>
1715
+ <gmd:CI_ResponsibleParty>
1716
+ <gmd:organisationName>
1717
+ <gco:CharacterString>Census of India</gco:CharacterString>
1718
+ </gmd:organisationName>
1719
+ <gmd:role>
1720
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1721
+ </gmd:role>
1722
+ </gmd:CI_ResponsibleParty>
1723
+ </gmd:citedResponsibleParty>
1724
+ </gmd:CI_Citation>
1725
+ </gfc:source>
1726
+ </gfc:FC_DefinitionSource>
1727
+ </gfc:definitionSource>
1728
+ </gfc:FC_DefinitionReference>
1729
+ </gfc:definitionReference>
1730
+ <gfc:valueType>
1731
+ <gco:TypeName>
1732
+ <gco:aName>
1733
+ <gco:CharacterString>Double</gco:CharacterString>
1734
+ </gco:aName>
1735
+ </gco:TypeName>
1736
+ </gfc:valueType>
1737
+ </gfc:FC_FeatureAttribute>
1738
+ </gfc:carrierOfCharacteristics>
1739
+ <gfc:carrierOfCharacteristics>
1740
+ <gfc:FC_FeatureAttribute>
1741
+ <gfc:memberName>
1742
+ <gco:LocalName>M_NNW</gco:LocalName>
1743
+ </gfc:memberName>
1744
+ <gfc:definition>
1745
+ <gco:CharacterString>Male Non-workers</gco:CharacterString>
1746
+ </gfc:definition>
1747
+ <gfc:cardinality gco:nilReason="unknown"/>
1748
+ <gfc:definitionReference>
1749
+ <gfc:FC_DefinitionReference>
1750
+ <gfc:definitionSource>
1751
+ <gfc:FC_DefinitionSource>
1752
+ <gfc:source>
1753
+ <gmd:CI_Citation>
1754
+ <gmd:title>
1755
+ <gco:CharacterString>Census of India</gco:CharacterString>
1756
+ </gmd:title>
1757
+ <gmd:date gco:nilReason="unknown"/>
1758
+ <gmd:citedResponsibleParty>
1759
+ <gmd:CI_ResponsibleParty>
1760
+ <gmd:organisationName>
1761
+ <gco:CharacterString>Census of India</gco:CharacterString>
1762
+ </gmd:organisationName>
1763
+ <gmd:role>
1764
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1765
+ </gmd:role>
1766
+ </gmd:CI_ResponsibleParty>
1767
+ </gmd:citedResponsibleParty>
1768
+ </gmd:CI_Citation>
1769
+ </gfc:source>
1770
+ </gfc:FC_DefinitionSource>
1771
+ </gfc:definitionSource>
1772
+ </gfc:FC_DefinitionReference>
1773
+ </gfc:definitionReference>
1774
+ <gfc:valueType>
1775
+ <gco:TypeName>
1776
+ <gco:aName>
1777
+ <gco:CharacterString>Double</gco:CharacterString>
1778
+ </gco:aName>
1779
+ </gco:TypeName>
1780
+ </gfc:valueType>
1781
+ </gfc:FC_FeatureAttribute>
1782
+ </gfc:carrierOfCharacteristics>
1783
+ <gfc:carrierOfCharacteristics>
1784
+ <gfc:FC_FeatureAttribute>
1785
+ <gfc:memberName>
1786
+ <gco:LocalName>F_SERV</gco:LocalName>
1787
+ </gfc:memberName>
1788
+ <gfc:definition>
1789
+ <gco:CharacterString>Female workers in services</gco:CharacterString>
1790
+ </gfc:definition>
1791
+ <gfc:cardinality gco:nilReason="unknown"/>
1792
+ <gfc:definitionReference>
1793
+ <gfc:FC_DefinitionReference>
1794
+ <gfc:definitionSource>
1795
+ <gfc:FC_DefinitionSource>
1796
+ <gfc:source>
1797
+ <gmd:CI_Citation>
1798
+ <gmd:title>
1799
+ <gco:CharacterString>Census of India</gco:CharacterString>
1800
+ </gmd:title>
1801
+ <gmd:date gco:nilReason="unknown"/>
1802
+ <gmd:citedResponsibleParty>
1803
+ <gmd:CI_ResponsibleParty>
1804
+ <gmd:organisationName>
1805
+ <gco:CharacterString>Census of India</gco:CharacterString>
1806
+ </gmd:organisationName>
1807
+ <gmd:role>
1808
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1809
+ </gmd:role>
1810
+ </gmd:CI_ResponsibleParty>
1811
+ </gmd:citedResponsibleParty>
1812
+ </gmd:CI_Citation>
1813
+ </gfc:source>
1814
+ </gfc:FC_DefinitionSource>
1815
+ </gfc:definitionSource>
1816
+ </gfc:FC_DefinitionReference>
1817
+ </gfc:definitionReference>
1818
+ <gfc:valueType>
1819
+ <gco:TypeName>
1820
+ <gco:aName>
1821
+ <gco:CharacterString>Double</gco:CharacterString>
1822
+ </gco:aName>
1823
+ </gco:TypeName>
1824
+ </gfc:valueType>
1825
+ </gfc:FC_FeatureAttribute>
1826
+ </gfc:carrierOfCharacteristics>
1827
+ <gfc:carrierOfCharacteristics>
1828
+ <gfc:FC_FeatureAttribute>
1829
+ <gfc:memberName>
1830
+ <gco:LocalName>M_SERV</gco:LocalName>
1831
+ </gfc:memberName>
1832
+ <gfc:definition>
1833
+ <gco:CharacterString>Male workers in services</gco:CharacterString>
1834
+ </gfc:definition>
1835
+ <gfc:cardinality gco:nilReason="unknown"/>
1836
+ <gfc:definitionReference>
1837
+ <gfc:FC_DefinitionReference>
1838
+ <gfc:definitionSource>
1839
+ <gfc:FC_DefinitionSource>
1840
+ <gfc:source>
1841
+ <gmd:CI_Citation>
1842
+ <gmd:title>
1843
+ <gco:CharacterString>Census of India</gco:CharacterString>
1844
+ </gmd:title>
1845
+ <gmd:date gco:nilReason="unknown"/>
1846
+ <gmd:citedResponsibleParty>
1847
+ <gmd:CI_ResponsibleParty>
1848
+ <gmd:organisationName>
1849
+ <gco:CharacterString>Census of India</gco:CharacterString>
1850
+ </gmd:organisationName>
1851
+ <gmd:role>
1852
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1853
+ </gmd:role>
1854
+ </gmd:CI_ResponsibleParty>
1855
+ </gmd:citedResponsibleParty>
1856
+ </gmd:CI_Citation>
1857
+ </gfc:source>
1858
+ </gfc:FC_DefinitionSource>
1859
+ </gfc:definitionSource>
1860
+ </gfc:FC_DefinitionReference>
1861
+ </gfc:definitionReference>
1862
+ <gfc:valueType>
1863
+ <gco:TypeName>
1864
+ <gco:aName>
1865
+ <gco:CharacterString>Double</gco:CharacterString>
1866
+ </gco:aName>
1867
+ </gco:TypeName>
1868
+ </gfc:valueType>
1869
+ </gfc:FC_FeatureAttribute>
1870
+ </gfc:carrierOfCharacteristics>
1871
+ <gfc:carrierOfCharacteristics>
1872
+ <gfc:FC_FeatureAttribute>
1873
+ <gfc:memberName>
1874
+ <gco:LocalName>F_MFHH</gco:LocalName>
1875
+ </gfc:memberName>
1876
+ <gfc:definition>
1877
+ <gco:CharacterString>Female Household industry workers</gco:CharacterString>
1878
+ </gfc:definition>
1879
+ <gfc:cardinality gco:nilReason="unknown"/>
1880
+ <gfc:definitionReference>
1881
+ <gfc:FC_DefinitionReference>
1882
+ <gfc:definitionSource>
1883
+ <gfc:FC_DefinitionSource>
1884
+ <gfc:source>
1885
+ <gmd:CI_Citation>
1886
+ <gmd:title>
1887
+ <gco:CharacterString>Census of India</gco:CharacterString>
1888
+ </gmd:title>
1889
+ <gmd:date gco:nilReason="unknown"/>
1890
+ <gmd:citedResponsibleParty>
1891
+ <gmd:CI_ResponsibleParty>
1892
+ <gmd:organisationName>
1893
+ <gco:CharacterString>Census of India</gco:CharacterString>
1894
+ </gmd:organisationName>
1895
+ <gmd:role>
1896
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1897
+ </gmd:role>
1898
+ </gmd:CI_ResponsibleParty>
1899
+ </gmd:citedResponsibleParty>
1900
+ </gmd:CI_Citation>
1901
+ </gfc:source>
1902
+ </gfc:FC_DefinitionSource>
1903
+ </gfc:definitionSource>
1904
+ </gfc:FC_DefinitionReference>
1905
+ </gfc:definitionReference>
1906
+ <gfc:valueType>
1907
+ <gco:TypeName>
1908
+ <gco:aName>
1909
+ <gco:CharacterString>Double</gco:CharacterString>
1910
+ </gco:aName>
1911
+ </gco:TypeName>
1912
+ </gfc:valueType>
1913
+ </gfc:FC_FeatureAttribute>
1914
+ </gfc:carrierOfCharacteristics>
1915
+ <gfc:carrierOfCharacteristics>
1916
+ <gfc:FC_FeatureAttribute>
1917
+ <gfc:memberName>
1918
+ <gco:LocalName>F_CNST</gco:LocalName>
1919
+ </gfc:memberName>
1920
+ <gfc:definition>
1921
+ <gco:CharacterString>Female workers in construction</gco:CharacterString>
1922
+ </gfc:definition>
1923
+ <gfc:cardinality gco:nilReason="unknown"/>
1924
+ <gfc:definitionReference>
1925
+ <gfc:FC_DefinitionReference>
1926
+ <gfc:definitionSource>
1927
+ <gfc:FC_DefinitionSource>
1928
+ <gfc:source>
1929
+ <gmd:CI_Citation>
1930
+ <gmd:title>
1931
+ <gco:CharacterString>Census of India</gco:CharacterString>
1932
+ </gmd:title>
1933
+ <gmd:date gco:nilReason="unknown"/>
1934
+ <gmd:citedResponsibleParty>
1935
+ <gmd:CI_ResponsibleParty>
1936
+ <gmd:organisationName>
1937
+ <gco:CharacterString>Census of India</gco:CharacterString>
1938
+ </gmd:organisationName>
1939
+ <gmd:role>
1940
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1941
+ </gmd:role>
1942
+ </gmd:CI_ResponsibleParty>
1943
+ </gmd:citedResponsibleParty>
1944
+ </gmd:CI_Citation>
1945
+ </gfc:source>
1946
+ </gfc:FC_DefinitionSource>
1947
+ </gfc:definitionSource>
1948
+ </gfc:FC_DefinitionReference>
1949
+ </gfc:definitionReference>
1950
+ <gfc:valueType>
1951
+ <gco:TypeName>
1952
+ <gco:aName>
1953
+ <gco:CharacterString>Double</gco:CharacterString>
1954
+ </gco:aName>
1955
+ </gco:TypeName>
1956
+ </gfc:valueType>
1957
+ </gfc:FC_FeatureAttribute>
1958
+ </gfc:carrierOfCharacteristics>
1959
+ <gfc:carrierOfCharacteristics>
1960
+ <gfc:FC_FeatureAttribute>
1961
+ <gfc:memberName>
1962
+ <gco:LocalName>M_CNST</gco:LocalName>
1963
+ </gfc:memberName>
1964
+ <gfc:definition>
1965
+ <gco:CharacterString>Male workers in construction</gco:CharacterString>
1966
+ </gfc:definition>
1967
+ <gfc:cardinality gco:nilReason="unknown"/>
1968
+ <gfc:definitionReference>
1969
+ <gfc:FC_DefinitionReference>
1970
+ <gfc:definitionSource>
1971
+ <gfc:FC_DefinitionSource>
1972
+ <gfc:source>
1973
+ <gmd:CI_Citation>
1974
+ <gmd:title>
1975
+ <gco:CharacterString>Census of India</gco:CharacterString>
1976
+ </gmd:title>
1977
+ <gmd:date gco:nilReason="unknown"/>
1978
+ <gmd:citedResponsibleParty>
1979
+ <gmd:CI_ResponsibleParty>
1980
+ <gmd:organisationName>
1981
+ <gco:CharacterString>Census of India</gco:CharacterString>
1982
+ </gmd:organisationName>
1983
+ <gmd:role>
1984
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1985
+ </gmd:role>
1986
+ </gmd:CI_ResponsibleParty>
1987
+ </gmd:citedResponsibleParty>
1988
+ </gmd:CI_Citation>
1989
+ </gfc:source>
1990
+ </gfc:FC_DefinitionSource>
1991
+ </gfc:definitionSource>
1992
+ </gfc:FC_DefinitionReference>
1993
+ </gfc:definitionReference>
1994
+ <gfc:valueType>
1995
+ <gco:TypeName>
1996
+ <gco:aName>
1997
+ <gco:CharacterString>Double</gco:CharacterString>
1998
+ </gco:aName>
1999
+ </gco:TypeName>
2000
+ </gfc:valueType>
2001
+ </gfc:FC_FeatureAttribute>
2002
+ </gfc:carrierOfCharacteristics>
2003
+ <gfc:carrierOfCharacteristics>
2004
+ <gfc:FC_FeatureAttribute>
2005
+ <gfc:memberName>
2006
+ <gco:LocalName>F_MFNH</gco:LocalName>
2007
+ </gfc:memberName>
2008
+ <gfc:definition>
2009
+ <gco:CharacterString>Female workers other than household industry</gco:CharacterString>
2010
+ </gfc:definition>
2011
+ <gfc:cardinality gco:nilReason="unknown"/>
2012
+ <gfc:definitionReference>
2013
+ <gfc:FC_DefinitionReference>
2014
+ <gfc:definitionSource>
2015
+ <gfc:FC_DefinitionSource>
2016
+ <gfc:source>
2017
+ <gmd:CI_Citation>
2018
+ <gmd:title>
2019
+ <gco:CharacterString>Census of India</gco:CharacterString>
2020
+ </gmd:title>
2021
+ <gmd:date gco:nilReason="unknown"/>
2022
+ <gmd:citedResponsibleParty>
2023
+ <gmd:CI_ResponsibleParty>
2024
+ <gmd:organisationName>
2025
+ <gco:CharacterString>Census of India</gco:CharacterString>
2026
+ </gmd:organisationName>
2027
+ <gmd:role>
2028
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2029
+ </gmd:role>
2030
+ </gmd:CI_ResponsibleParty>
2031
+ </gmd:citedResponsibleParty>
2032
+ </gmd:CI_Citation>
2033
+ </gfc:source>
2034
+ </gfc:FC_DefinitionSource>
2035
+ </gfc:definitionSource>
2036
+ </gfc:FC_DefinitionReference>
2037
+ </gfc:definitionReference>
2038
+ <gfc:valueType>
2039
+ <gco:TypeName>
2040
+ <gco:aName>
2041
+ <gco:CharacterString>Double</gco:CharacterString>
2042
+ </gco:aName>
2043
+ </gco:TypeName>
2044
+ </gfc:valueType>
2045
+ </gfc:FC_FeatureAttribute>
2046
+ </gfc:carrierOfCharacteristics>
2047
+ <gfc:carrierOfCharacteristics>
2048
+ <gfc:FC_FeatureAttribute>
2049
+ <gfc:memberName>
2050
+ <gco:LocalName>M_MFNH</gco:LocalName>
2051
+ </gfc:memberName>
2052
+ <gfc:definition>
2053
+ <gco:CharacterString>Male workers other than household industry</gco:CharacterString>
2054
+ </gfc:definition>
2055
+ <gfc:cardinality gco:nilReason="unknown"/>
2056
+ <gfc:definitionReference>
2057
+ <gfc:FC_DefinitionReference>
2058
+ <gfc:definitionSource>
2059
+ <gfc:FC_DefinitionSource>
2060
+ <gfc:source>
2061
+ <gmd:CI_Citation>
2062
+ <gmd:title>
2063
+ <gco:CharacterString>Census of India</gco:CharacterString>
2064
+ </gmd:title>
2065
+ <gmd:date gco:nilReason="unknown"/>
2066
+ <gmd:citedResponsibleParty>
2067
+ <gmd:CI_ResponsibleParty>
2068
+ <gmd:organisationName>
2069
+ <gco:CharacterString>Census of India</gco:CharacterString>
2070
+ </gmd:organisationName>
2071
+ <gmd:role>
2072
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2073
+ </gmd:role>
2074
+ </gmd:CI_ResponsibleParty>
2075
+ </gmd:citedResponsibleParty>
2076
+ </gmd:CI_Citation>
2077
+ </gfc:source>
2078
+ </gfc:FC_DefinitionSource>
2079
+ </gfc:definitionSource>
2080
+ </gfc:FC_DefinitionReference>
2081
+ </gfc:definitionReference>
2082
+ <gfc:valueType>
2083
+ <gco:TypeName>
2084
+ <gco:aName>
2085
+ <gco:CharacterString>Double</gco:CharacterString>
2086
+ </gco:aName>
2087
+ </gco:TypeName>
2088
+ </gfc:valueType>
2089
+ </gfc:FC_FeatureAttribute>
2090
+ </gfc:carrierOfCharacteristics>
2091
+ <gfc:carrierOfCharacteristics>
2092
+ <gfc:FC_FeatureAttribute>
2093
+ <gfc:memberName>
2094
+ <gco:LocalName>M_MNFR</gco:LocalName>
2095
+ </gfc:memberName>
2096
+ <gfc:definition>
2097
+ <gco:CharacterString>Male workers in manufacturing</gco:CharacterString>
2098
+ </gfc:definition>
2099
+ <gfc:cardinality gco:nilReason="unknown"/>
2100
+ <gfc:definitionReference>
2101
+ <gfc:FC_DefinitionReference>
2102
+ <gfc:definitionSource>
2103
+ <gfc:FC_DefinitionSource>
2104
+ <gfc:source>
2105
+ <gmd:CI_Citation>
2106
+ <gmd:title>
2107
+ <gco:CharacterString>Census of India</gco:CharacterString>
2108
+ </gmd:title>
2109
+ <gmd:date gco:nilReason="unknown"/>
2110
+ <gmd:citedResponsibleParty>
2111
+ <gmd:CI_ResponsibleParty>
2112
+ <gmd:organisationName>
2113
+ <gco:CharacterString>Census of India</gco:CharacterString>
2114
+ </gmd:organisationName>
2115
+ <gmd:role>
2116
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2117
+ </gmd:role>
2118
+ </gmd:CI_ResponsibleParty>
2119
+ </gmd:citedResponsibleParty>
2120
+ </gmd:CI_Citation>
2121
+ </gfc:source>
2122
+ </gfc:FC_DefinitionSource>
2123
+ </gfc:definitionSource>
2124
+ </gfc:FC_DefinitionReference>
2125
+ </gfc:definitionReference>
2126
+ <gfc:valueType>
2127
+ <gco:TypeName>
2128
+ <gco:aName>
2129
+ <gco:CharacterString>Double</gco:CharacterString>
2130
+ </gco:aName>
2131
+ </gco:TypeName>
2132
+ </gfc:valueType>
2133
+ </gfc:FC_FeatureAttribute>
2134
+ </gfc:carrierOfCharacteristics>
2135
+ <gfc:carrierOfCharacteristics>
2136
+ <gfc:FC_FeatureAttribute>
2137
+ <gfc:memberName>
2138
+ <gco:LocalName>T_U_POP</gco:LocalName>
2139
+ </gfc:memberName>
2140
+ <gfc:definition>
2141
+ <gco:CharacterString>Total urban population</gco:CharacterString>
2142
+ </gfc:definition>
2143
+ <gfc:cardinality gco:nilReason="unknown"/>
2144
+ <gfc:definitionReference>
2145
+ <gfc:FC_DefinitionReference>
2146
+ <gfc:definitionSource>
2147
+ <gfc:FC_DefinitionSource>
2148
+ <gfc:source>
2149
+ <gmd:CI_Citation>
2150
+ <gmd:title>
2151
+ <gco:CharacterString>Census of India</gco:CharacterString>
2152
+ </gmd:title>
2153
+ <gmd:date gco:nilReason="unknown"/>
2154
+ <gmd:citedResponsibleParty>
2155
+ <gmd:CI_ResponsibleParty>
2156
+ <gmd:organisationName>
2157
+ <gco:CharacterString>Census of India</gco:CharacterString>
2158
+ </gmd:organisationName>
2159
+ <gmd:role>
2160
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2161
+ </gmd:role>
2162
+ </gmd:CI_ResponsibleParty>
2163
+ </gmd:citedResponsibleParty>
2164
+ </gmd:CI_Citation>
2165
+ </gfc:source>
2166
+ </gfc:FC_DefinitionSource>
2167
+ </gfc:definitionSource>
2168
+ </gfc:FC_DefinitionReference>
2169
+ </gfc:definitionReference>
2170
+ <gfc:valueType>
2171
+ <gco:TypeName>
2172
+ <gco:aName>
2173
+ <gco:CharacterString>Double</gco:CharacterString>
2174
+ </gco:aName>
2175
+ </gco:TypeName>
2176
+ </gfc:valueType>
2177
+ </gfc:FC_FeatureAttribute>
2178
+ </gfc:carrierOfCharacteristics>
2179
+ <gfc:carrierOfCharacteristics>
2180
+ <gfc:FC_FeatureAttribute>
2181
+ <gfc:memberName>
2182
+ <gco:LocalName>T_R_POP</gco:LocalName>
2183
+ </gfc:memberName>
2184
+ <gfc:definition>
2185
+ <gco:CharacterString>Total rural population</gco:CharacterString>
2186
+ </gfc:definition>
2187
+ <gfc:cardinality gco:nilReason="unknown"/>
2188
+ <gfc:definitionReference>
2189
+ <gfc:FC_DefinitionReference>
2190
+ <gfc:definitionSource>
2191
+ <gfc:FC_DefinitionSource>
2192
+ <gfc:source>
2193
+ <gmd:CI_Citation>
2194
+ <gmd:title>
2195
+ <gco:CharacterString>Census of India</gco:CharacterString>
2196
+ </gmd:title>
2197
+ <gmd:date gco:nilReason="unknown"/>
2198
+ <gmd:citedResponsibleParty>
2199
+ <gmd:CI_ResponsibleParty>
2200
+ <gmd:organisationName>
2201
+ <gco:CharacterString>Census of India</gco:CharacterString>
2202
+ </gmd:organisationName>
2203
+ <gmd:role>
2204
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2205
+ </gmd:role>
2206
+ </gmd:CI_ResponsibleParty>
2207
+ </gmd:citedResponsibleParty>
2208
+ </gmd:CI_Citation>
2209
+ </gfc:source>
2210
+ </gfc:FC_DefinitionSource>
2211
+ </gfc:definitionSource>
2212
+ </gfc:FC_DefinitionReference>
2213
+ </gfc:definitionReference>
2214
+ <gfc:valueType>
2215
+ <gco:TypeName>
2216
+ <gco:aName>
2217
+ <gco:CharacterString>Double</gco:CharacterString>
2218
+ </gco:aName>
2219
+ </gco:TypeName>
2220
+ </gfc:valueType>
2221
+ </gfc:FC_FeatureAttribute>
2222
+ </gfc:carrierOfCharacteristics>
2223
+ <gfc:carrierOfCharacteristics>
2224
+ <gfc:FC_FeatureAttribute>
2225
+ <gfc:memberName>
2226
+ <gco:LocalName>STATE_UT</gco:LocalName>
2227
+ </gfc:memberName>
2228
+ <gfc:definition>
2229
+ <gco:CharacterString>Name of administrative state or union territory</gco:CharacterString>
2230
+ </gfc:definition>
2231
+ <gfc:cardinality gco:nilReason="unknown"/>
2232
+ <gfc:definitionReference>
2233
+ <gfc:FC_DefinitionReference>
2234
+ <gfc:definitionSource>
2235
+ <gfc:FC_DefinitionSource>
2236
+ <gfc:source>
2237
+ <gmd:CI_Citation>
2238
+ <gmd:title>
2239
+ <gco:CharacterString>Census of India</gco:CharacterString>
2240
+ </gmd:title>
2241
+ <gmd:date gco:nilReason="unknown"/>
2242
+ <gmd:citedResponsibleParty>
2243
+ <gmd:CI_ResponsibleParty>
2244
+ <gmd:organisationName>
2245
+ <gco:CharacterString>Census of India</gco:CharacterString>
2246
+ </gmd:organisationName>
2247
+ <gmd:role>
2248
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2249
+ </gmd:role>
2250
+ </gmd:CI_ResponsibleParty>
2251
+ </gmd:citedResponsibleParty>
2252
+ </gmd:CI_Citation>
2253
+ </gfc:source>
2254
+ </gfc:FC_DefinitionSource>
2255
+ </gfc:definitionSource>
2256
+ </gfc:FC_DefinitionReference>
2257
+ </gfc:definitionReference>
2258
+ <gfc:valueType>
2259
+ <gco:TypeName>
2260
+ <gco:aName>
2261
+ <gco:CharacterString>String</gco:CharacterString>
2262
+ </gco:aName>
2263
+ </gco:TypeName>
2264
+ </gfc:valueType>
2265
+ <gfc:listedValue>
2266
+ <gfc:FC_ListedValue>
2267
+ <gfc:label>
2268
+ <gco:CharacterString>State or Union Territory</gco:CharacterString>
2269
+ </gfc:label>
2270
+ <gfc:definition>
2271
+ <gco:CharacterString>Name of administrative state or union territory</gco:CharacterString>
2272
+ </gfc:definition>
2273
+ <gfc:definitionReference>
2274
+ <gfc:FC_DefinitionReference>
2275
+ <gfc:definitionSource>
2276
+ <gfc:FC_DefinitionSource>
2277
+ <gfc:source>
2278
+ <gmd:CI_Citation>
2279
+ <gmd:title>
2280
+ <gco:CharacterString>Census of India</gco:CharacterString>
2281
+ </gmd:title>
2282
+ <gmd:date gco:nilReason="unknown"/>
2283
+ <gmd:citedResponsibleParty>
2284
+ <gmd:CI_ResponsibleParty>
2285
+ <gmd:organisationName>
2286
+ <gco:CharacterString>Census of India</gco:CharacterString>
2287
+ </gmd:organisationName>
2288
+ <gmd:role>
2289
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2290
+ </gmd:role>
2291
+ </gmd:CI_ResponsibleParty>
2292
+ </gmd:citedResponsibleParty>
2293
+ </gmd:CI_Citation>
2294
+ </gfc:source>
2295
+ </gfc:FC_DefinitionSource>
2296
+ </gfc:definitionSource>
2297
+ </gfc:FC_DefinitionReference>
2298
+ </gfc:definitionReference>
2299
+ </gfc:FC_ListedValue>
2300
+ </gfc:listedValue>
2301
+ </gfc:FC_FeatureAttribute>
2302
+ </gfc:carrierOfCharacteristics>
2303
+ <gfc:carrierOfCharacteristics>
2304
+ <gfc:FC_FeatureAttribute>
2305
+ <gfc:memberName>
2306
+ <gco:LocalName>TOT_M_POP</gco:LocalName>
2307
+ </gfc:memberName>
2308
+ <gfc:definition>
2309
+ <gco:CharacterString>Male population</gco:CharacterString>
2310
+ </gfc:definition>
2311
+ <gfc:cardinality gco:nilReason="unknown"/>
2312
+ <gfc:definitionReference>
2313
+ <gfc:FC_DefinitionReference>
2314
+ <gfc:definitionSource>
2315
+ <gfc:FC_DefinitionSource>
2316
+ <gfc:source>
2317
+ <gmd:CI_Citation>
2318
+ <gmd:title>
2319
+ <gco:CharacterString>Census of India</gco:CharacterString>
2320
+ </gmd:title>
2321
+ <gmd:date gco:nilReason="unknown"/>
2322
+ <gmd:citedResponsibleParty>
2323
+ <gmd:CI_ResponsibleParty>
2324
+ <gmd:organisationName>
2325
+ <gco:CharacterString>Census of India</gco:CharacterString>
2326
+ </gmd:organisationName>
2327
+ <gmd:role>
2328
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2329
+ </gmd:role>
2330
+ </gmd:CI_ResponsibleParty>
2331
+ </gmd:citedResponsibleParty>
2332
+ </gmd:CI_Citation>
2333
+ </gfc:source>
2334
+ </gfc:FC_DefinitionSource>
2335
+ </gfc:definitionSource>
2336
+ </gfc:FC_DefinitionReference>
2337
+ </gfc:definitionReference>
2338
+ <gfc:valueType>
2339
+ <gco:TypeName>
2340
+ <gco:aName>
2341
+ <gco:CharacterString>Double</gco:CharacterString>
2342
+ </gco:aName>
2343
+ </gco:TypeName>
2344
+ </gfc:valueType>
2345
+ </gfc:FC_FeatureAttribute>
2346
+ </gfc:carrierOfCharacteristics>
2347
+ <gfc:carrierOfCharacteristics>
2348
+ <gfc:FC_FeatureAttribute>
2349
+ <gfc:memberName>
2350
+ <gco:LocalName>TOT_POP</gco:LocalName>
2351
+ </gfc:memberName>
2352
+ <gfc:definition>
2353
+ <gco:CharacterString>Total population</gco:CharacterString>
2354
+ </gfc:definition>
2355
+ <gfc:cardinality gco:nilReason="unknown"/>
2356
+ <gfc:definitionReference>
2357
+ <gfc:FC_DefinitionReference>
2358
+ <gfc:definitionSource>
2359
+ <gfc:FC_DefinitionSource>
2360
+ <gfc:source>
2361
+ <gmd:CI_Citation>
2362
+ <gmd:title>
2363
+ <gco:CharacterString>Census of India</gco:CharacterString>
2364
+ </gmd:title>
2365
+ <gmd:date gco:nilReason="unknown"/>
2366
+ <gmd:citedResponsibleParty>
2367
+ <gmd:CI_ResponsibleParty>
2368
+ <gmd:organisationName>
2369
+ <gco:CharacterString>Census of India</gco:CharacterString>
2370
+ </gmd:organisationName>
2371
+ <gmd:role>
2372
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2373
+ </gmd:role>
2374
+ </gmd:CI_ResponsibleParty>
2375
+ </gmd:citedResponsibleParty>
2376
+ </gmd:CI_Citation>
2377
+ </gfc:source>
2378
+ </gfc:FC_DefinitionSource>
2379
+ </gfc:definitionSource>
2380
+ </gfc:FC_DefinitionReference>
2381
+ </gfc:definitionReference>
2382
+ <gfc:valueType>
2383
+ <gco:TypeName>
2384
+ <gco:aName>
2385
+ <gco:CharacterString>Double</gco:CharacterString>
2386
+ </gco:aName>
2387
+ </gco:TypeName>
2388
+ </gfc:valueType>
2389
+ </gfc:FC_FeatureAttribute>
2390
+ </gfc:carrierOfCharacteristics>
2391
+ <gfc:carrierOfCharacteristics>
2392
+ <gfc:FC_FeatureAttribute>
2393
+ <gfc:memberName>
2394
+ <gco:LocalName>M_MNW</gco:LocalName>
2395
+ </gfc:memberName>
2396
+ <gfc:definition>
2397
+ <gco:CharacterString>Male Main Workers</gco:CharacterString>
2398
+ </gfc:definition>
2399
+ <gfc:cardinality gco:nilReason="unknown"/>
2400
+ <gfc:definitionReference>
2401
+ <gfc:FC_DefinitionReference>
2402
+ <gfc:definitionSource>
2403
+ <gfc:FC_DefinitionSource>
2404
+ <gfc:source>
2405
+ <gmd:CI_Citation>
2406
+ <gmd:title>
2407
+ <gco:CharacterString>Census of India</gco:CharacterString>
2408
+ </gmd:title>
2409
+ <gmd:date gco:nilReason="unknown"/>
2410
+ <gmd:citedResponsibleParty>
2411
+ <gmd:CI_ResponsibleParty>
2412
+ <gmd:organisationName>
2413
+ <gco:CharacterString>Census of India</gco:CharacterString>
2414
+ </gmd:organisationName>
2415
+ <gmd:role>
2416
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2417
+ </gmd:role>
2418
+ </gmd:CI_ResponsibleParty>
2419
+ </gmd:citedResponsibleParty>
2420
+ </gmd:CI_Citation>
2421
+ </gfc:source>
2422
+ </gfc:FC_DefinitionSource>
2423
+ </gfc:definitionSource>
2424
+ </gfc:FC_DefinitionReference>
2425
+ </gfc:definitionReference>
2426
+ <gfc:valueType>
2427
+ <gco:TypeName>
2428
+ <gco:aName>
2429
+ <gco:CharacterString>Double</gco:CharacterString>
2430
+ </gco:aName>
2431
+ </gco:TypeName>
2432
+ </gfc:valueType>
2433
+ </gfc:FC_FeatureAttribute>
2434
+ </gfc:carrierOfCharacteristics>
2435
+ <gfc:carrierOfCharacteristics>
2436
+ <gfc:FC_FeatureAttribute>
2437
+ <gfc:memberName>
2438
+ <gco:LocalName>U_M_POP</gco:LocalName>
2439
+ </gfc:memberName>
2440
+ <gfc:definition>
2441
+ <gco:CharacterString>Urban male population</gco:CharacterString>
2442
+ </gfc:definition>
2443
+ <gfc:cardinality gco:nilReason="unknown"/>
2444
+ <gfc:definitionReference>
2445
+ <gfc:FC_DefinitionReference>
2446
+ <gfc:definitionSource>
2447
+ <gfc:FC_DefinitionSource>
2448
+ <gfc:source>
2449
+ <gmd:CI_Citation>
2450
+ <gmd:title>
2451
+ <gco:CharacterString>Census of India</gco:CharacterString>
2452
+ </gmd:title>
2453
+ <gmd:date gco:nilReason="unknown"/>
2454
+ <gmd:citedResponsibleParty>
2455
+ <gmd:CI_ResponsibleParty>
2456
+ <gmd:organisationName>
2457
+ <gco:CharacterString>Census of India</gco:CharacterString>
2458
+ </gmd:organisationName>
2459
+ <gmd:role>
2460
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2461
+ </gmd:role>
2462
+ </gmd:CI_ResponsibleParty>
2463
+ </gmd:citedResponsibleParty>
2464
+ </gmd:CI_Citation>
2465
+ </gfc:source>
2466
+ </gfc:FC_DefinitionSource>
2467
+ </gfc:definitionSource>
2468
+ </gfc:FC_DefinitionReference>
2469
+ </gfc:definitionReference>
2470
+ <gfc:valueType>
2471
+ <gco:TypeName>
2472
+ <gco:aName>
2473
+ <gco:CharacterString>Double</gco:CharacterString>
2474
+ </gco:aName>
2475
+ </gco:TypeName>
2476
+ </gfc:valueType>
2477
+ </gfc:FC_FeatureAttribute>
2478
+ </gfc:carrierOfCharacteristics>
2479
+ <gfc:carrierOfCharacteristics>
2480
+ <gfc:FC_FeatureAttribute>
2481
+ <gfc:memberName>
2482
+ <gco:LocalName>U_AREA</gco:LocalName>
2483
+ </gfc:memberName>
2484
+ <gfc:definition>
2485
+ <gco:CharacterString>Total urban area of districts</gco:CharacterString>
2486
+ </gfc:definition>
2487
+ <gfc:cardinality gco:nilReason="unknown"/>
2488
+ <gfc:definitionReference>
2489
+ <gfc:FC_DefinitionReference>
2490
+ <gfc:definitionSource>
2491
+ <gfc:FC_DefinitionSource>
2492
+ <gfc:source>
2493
+ <gmd:CI_Citation>
2494
+ <gmd:title>
2495
+ <gco:CharacterString>Census of India</gco:CharacterString>
2496
+ </gmd:title>
2497
+ <gmd:date gco:nilReason="unknown"/>
2498
+ <gmd:citedResponsibleParty>
2499
+ <gmd:CI_ResponsibleParty>
2500
+ <gmd:organisationName>
2501
+ <gco:CharacterString>Census of India</gco:CharacterString>
2502
+ </gmd:organisationName>
2503
+ <gmd:role>
2504
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2505
+ </gmd:role>
2506
+ </gmd:CI_ResponsibleParty>
2507
+ </gmd:citedResponsibleParty>
2508
+ </gmd:CI_Citation>
2509
+ </gfc:source>
2510
+ </gfc:FC_DefinitionSource>
2511
+ </gfc:definitionSource>
2512
+ </gfc:FC_DefinitionReference>
2513
+ </gfc:definitionReference>
2514
+ <gfc:valueType>
2515
+ <gco:TypeName>
2516
+ <gco:aName>
2517
+ <gco:CharacterString>Double</gco:CharacterString>
2518
+ </gco:aName>
2519
+ </gco:TypeName>
2520
+ </gfc:valueType>
2521
+ </gfc:FC_FeatureAttribute>
2522
+ </gfc:carrierOfCharacteristics>
2523
+ <gfc:carrierOfCharacteristics>
2524
+ <gfc:FC_FeatureAttribute>
2525
+ <gfc:memberName>
2526
+ <gco:LocalName>F_MNW</gco:LocalName>
2527
+ </gfc:memberName>
2528
+ <gfc:definition>
2529
+ <gco:CharacterString>Female Main Workers</gco:CharacterString>
2530
+ </gfc:definition>
2531
+ <gfc:cardinality gco:nilReason="unknown"/>
2532
+ <gfc:definitionReference>
2533
+ <gfc:FC_DefinitionReference>
2534
+ <gfc:definitionSource>
2535
+ <gfc:FC_DefinitionSource>
2536
+ <gfc:source>
2537
+ <gmd:CI_Citation>
2538
+ <gmd:title>
2539
+ <gco:CharacterString>Census of India</gco:CharacterString>
2540
+ </gmd:title>
2541
+ <gmd:date gco:nilReason="unknown"/>
2542
+ <gmd:citedResponsibleParty>
2543
+ <gmd:CI_ResponsibleParty>
2544
+ <gmd:organisationName>
2545
+ <gco:CharacterString>Census of India</gco:CharacterString>
2546
+ </gmd:organisationName>
2547
+ <gmd:role>
2548
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2549
+ </gmd:role>
2550
+ </gmd:CI_ResponsibleParty>
2551
+ </gmd:citedResponsibleParty>
2552
+ </gmd:CI_Citation>
2553
+ </gfc:source>
2554
+ </gfc:FC_DefinitionSource>
2555
+ </gfc:definitionSource>
2556
+ </gfc:FC_DefinitionReference>
2557
+ </gfc:definitionReference>
2558
+ <gfc:valueType>
2559
+ <gco:TypeName>
2560
+ <gco:aName>
2561
+ <gco:CharacterString>Double</gco:CharacterString>
2562
+ </gco:aName>
2563
+ </gco:TypeName>
2564
+ </gfc:valueType>
2565
+ </gfc:FC_FeatureAttribute>
2566
+ </gfc:carrierOfCharacteristics>
2567
+ <gfc:carrierOfCharacteristics>
2568
+ <gfc:FC_FeatureAttribute>
2569
+ <gfc:memberName>
2570
+ <gco:LocalName>M_CULT</gco:LocalName>
2571
+ </gfc:memberName>
2572
+ <gfc:definition>
2573
+ <gco:CharacterString>Male Cultivators</gco:CharacterString>
2574
+ </gfc:definition>
2575
+ <gfc:cardinality gco:nilReason="unknown"/>
2576
+ <gfc:definitionReference>
2577
+ <gfc:FC_DefinitionReference>
2578
+ <gfc:definitionSource>
2579
+ <gfc:FC_DefinitionSource>
2580
+ <gfc:source>
2581
+ <gmd:CI_Citation>
2582
+ <gmd:title>
2583
+ <gco:CharacterString>Census of India</gco:CharacterString>
2584
+ </gmd:title>
2585
+ <gmd:date gco:nilReason="unknown"/>
2586
+ <gmd:citedResponsibleParty>
2587
+ <gmd:CI_ResponsibleParty>
2588
+ <gmd:organisationName>
2589
+ <gco:CharacterString>Census of India</gco:CharacterString>
2590
+ </gmd:organisationName>
2591
+ <gmd:role>
2592
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2593
+ </gmd:role>
2594
+ </gmd:CI_ResponsibleParty>
2595
+ </gmd:citedResponsibleParty>
2596
+ </gmd:CI_Citation>
2597
+ </gfc:source>
2598
+ </gfc:FC_DefinitionSource>
2599
+ </gfc:definitionSource>
2600
+ </gfc:FC_DefinitionReference>
2601
+ </gfc:definitionReference>
2602
+ <gfc:valueType>
2603
+ <gco:TypeName>
2604
+ <gco:aName>
2605
+ <gco:CharacterString>Double</gco:CharacterString>
2606
+ </gco:aName>
2607
+ </gco:TypeName>
2608
+ </gfc:valueType>
2609
+ </gfc:FC_FeatureAttribute>
2610
+ </gfc:carrierOfCharacteristics>
2611
+ <gfc:carrierOfCharacteristics>
2612
+ <gfc:FC_FeatureAttribute>
2613
+ <gfc:memberName>
2614
+ <gco:LocalName>DENSITY</gco:LocalName>
2615
+ </gfc:memberName>
2616
+ <gfc:definition>
2617
+ <gco:CharacterString>Density of population</gco:CharacterString>
2618
+ </gfc:definition>
2619
+ <gfc:cardinality gco:nilReason="unknown"/>
2620
+ <gfc:definitionReference>
2621
+ <gfc:FC_DefinitionReference>
2622
+ <gfc:definitionSource>
2623
+ <gfc:FC_DefinitionSource>
2624
+ <gfc:source>
2625
+ <gmd:CI_Citation>
2626
+ <gmd:title>
2627
+ <gco:CharacterString>Census of India</gco:CharacterString>
2628
+ </gmd:title>
2629
+ <gmd:date gco:nilReason="unknown"/>
2630
+ <gmd:citedResponsibleParty>
2631
+ <gmd:CI_ResponsibleParty>
2632
+ <gmd:organisationName>
2633
+ <gco:CharacterString>Census of India</gco:CharacterString>
2634
+ </gmd:organisationName>
2635
+ <gmd:role>
2636
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2637
+ </gmd:role>
2638
+ </gmd:CI_ResponsibleParty>
2639
+ </gmd:citedResponsibleParty>
2640
+ </gmd:CI_Citation>
2641
+ </gfc:source>
2642
+ </gfc:FC_DefinitionSource>
2643
+ </gfc:definitionSource>
2644
+ </gfc:FC_DefinitionReference>
2645
+ </gfc:definitionReference>
2646
+ <gfc:valueType>
2647
+ <gco:TypeName>
2648
+ <gco:aName>
2649
+ <gco:CharacterString>Double</gco:CharacterString>
2650
+ </gco:aName>
2651
+ </gco:TypeName>
2652
+ </gfc:valueType>
2653
+ </gfc:FC_FeatureAttribute>
2654
+ </gfc:carrierOfCharacteristics>
2655
+ <gfc:carrierOfCharacteristics>
2656
+ <gfc:FC_FeatureAttribute>
2657
+ <gfc:memberName>
2658
+ <gco:LocalName>M_SC</gco:LocalName>
2659
+ </gfc:memberName>
2660
+ <gfc:definition>
2661
+ <gco:CharacterString>Male scheduled caste</gco:CharacterString>
2662
+ </gfc:definition>
2663
+ <gfc:cardinality gco:nilReason="unknown"/>
2664
+ <gfc:definitionReference>
2665
+ <gfc:FC_DefinitionReference>
2666
+ <gfc:definitionSource>
2667
+ <gfc:FC_DefinitionSource>
2668
+ <gfc:source>
2669
+ <gmd:CI_Citation>
2670
+ <gmd:title>
2671
+ <gco:CharacterString>Census of India</gco:CharacterString>
2672
+ </gmd:title>
2673
+ <gmd:date gco:nilReason="unknown"/>
2674
+ <gmd:citedResponsibleParty>
2675
+ <gmd:CI_ResponsibleParty>
2676
+ <gmd:organisationName>
2677
+ <gco:CharacterString>Census of India</gco:CharacterString>
2678
+ </gmd:organisationName>
2679
+ <gmd:role>
2680
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2681
+ </gmd:role>
2682
+ </gmd:CI_ResponsibleParty>
2683
+ </gmd:citedResponsibleParty>
2684
+ </gmd:CI_Citation>
2685
+ </gfc:source>
2686
+ </gfc:FC_DefinitionSource>
2687
+ </gfc:definitionSource>
2688
+ </gfc:FC_DefinitionReference>
2689
+ </gfc:definitionReference>
2690
+ <gfc:valueType>
2691
+ <gco:TypeName>
2692
+ <gco:aName>
2693
+ <gco:CharacterString>Double</gco:CharacterString>
2694
+ </gco:aName>
2695
+ </gco:TypeName>
2696
+ </gfc:valueType>
2697
+ </gfc:FC_FeatureAttribute>
2698
+ </gfc:carrierOfCharacteristics>
2699
+ <gfc:carrierOfCharacteristics>
2700
+ <gfc:FC_FeatureAttribute>
2701
+ <gfc:memberName>
2702
+ <gco:LocalName>M_ST</gco:LocalName>
2703
+ </gfc:memberName>
2704
+ <gfc:definition>
2705
+ <gco:CharacterString>Male scheduled tribe</gco:CharacterString>
2706
+ </gfc:definition>
2707
+ <gfc:cardinality gco:nilReason="unknown"/>
2708
+ <gfc:definitionReference>
2709
+ <gfc:FC_DefinitionReference>
2710
+ <gfc:definitionSource>
2711
+ <gfc:FC_DefinitionSource>
2712
+ <gfc:source>
2713
+ <gmd:CI_Citation>
2714
+ <gmd:title>
2715
+ <gco:CharacterString>Census of India</gco:CharacterString>
2716
+ </gmd:title>
2717
+ <gmd:date gco:nilReason="unknown"/>
2718
+ <gmd:citedResponsibleParty>
2719
+ <gmd:CI_ResponsibleParty>
2720
+ <gmd:organisationName>
2721
+ <gco:CharacterString>Census of India</gco:CharacterString>
2722
+ </gmd:organisationName>
2723
+ <gmd:role>
2724
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2725
+ </gmd:role>
2726
+ </gmd:CI_ResponsibleParty>
2727
+ </gmd:citedResponsibleParty>
2728
+ </gmd:CI_Citation>
2729
+ </gfc:source>
2730
+ </gfc:FC_DefinitionSource>
2731
+ </gfc:definitionSource>
2732
+ </gfc:FC_DefinitionReference>
2733
+ </gfc:definitionReference>
2734
+ <gfc:valueType>
2735
+ <gco:TypeName>
2736
+ <gco:aName>
2737
+ <gco:CharacterString>Double</gco:CharacterString>
2738
+ </gco:aName>
2739
+ </gco:TypeName>
2740
+ </gfc:valueType>
2741
+ </gfc:FC_FeatureAttribute>
2742
+ </gfc:carrierOfCharacteristics>
2743
+ <gfc:carrierOfCharacteristics>
2744
+ <gfc:FC_FeatureAttribute>
2745
+ <gfc:memberName>
2746
+ <gco:LocalName>U_HOUS</gco:LocalName>
2747
+ </gfc:memberName>
2748
+ <gfc:definition>
2749
+ <gco:CharacterString>Total urban houses</gco:CharacterString>
2750
+ </gfc:definition>
2751
+ <gfc:cardinality gco:nilReason="unknown"/>
2752
+ <gfc:definitionReference>
2753
+ <gfc:FC_DefinitionReference>
2754
+ <gfc:definitionSource>
2755
+ <gfc:FC_DefinitionSource>
2756
+ <gfc:source>
2757
+ <gmd:CI_Citation>
2758
+ <gmd:title>
2759
+ <gco:CharacterString>Census of India</gco:CharacterString>
2760
+ </gmd:title>
2761
+ <gmd:date gco:nilReason="unknown"/>
2762
+ <gmd:citedResponsibleParty>
2763
+ <gmd:CI_ResponsibleParty>
2764
+ <gmd:organisationName>
2765
+ <gco:CharacterString>Census of India</gco:CharacterString>
2766
+ </gmd:organisationName>
2767
+ <gmd:role>
2768
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2769
+ </gmd:role>
2770
+ </gmd:CI_ResponsibleParty>
2771
+ </gmd:citedResponsibleParty>
2772
+ </gmd:CI_Citation>
2773
+ </gfc:source>
2774
+ </gfc:FC_DefinitionSource>
2775
+ </gfc:definitionSource>
2776
+ </gfc:FC_DefinitionReference>
2777
+ </gfc:definitionReference>
2778
+ <gfc:valueType>
2779
+ <gco:TypeName>
2780
+ <gco:aName>
2781
+ <gco:CharacterString>Double</gco:CharacterString>
2782
+ </gco:aName>
2783
+ </gco:TypeName>
2784
+ </gfc:valueType>
2785
+ </gfc:FC_FeatureAttribute>
2786
+ </gfc:carrierOfCharacteristics>
2787
+ <gfc:carrierOfCharacteristics>
2788
+ <gfc:FC_FeatureAttribute>
2789
+ <gfc:memberName>
2790
+ <gco:LocalName>F_AGLB</gco:LocalName>
2791
+ </gfc:memberName>
2792
+ <gfc:definition>
2793
+ <gco:CharacterString>Female Agricultural Labourers</gco:CharacterString>
2794
+ </gfc:definition>
2795
+ <gfc:cardinality gco:nilReason="unknown"/>
2796
+ <gfc:definitionReference>
2797
+ <gfc:FC_DefinitionReference>
2798
+ <gfc:definitionSource>
2799
+ <gfc:FC_DefinitionSource>
2800
+ <gfc:source>
2801
+ <gmd:CI_Citation>
2802
+ <gmd:title>
2803
+ <gco:CharacterString>Census of India</gco:CharacterString>
2804
+ </gmd:title>
2805
+ <gmd:date gco:nilReason="unknown"/>
2806
+ <gmd:citedResponsibleParty>
2807
+ <gmd:CI_ResponsibleParty>
2808
+ <gmd:organisationName>
2809
+ <gco:CharacterString>Census of India</gco:CharacterString>
2810
+ </gmd:organisationName>
2811
+ <gmd:role>
2812
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2813
+ </gmd:role>
2814
+ </gmd:CI_ResponsibleParty>
2815
+ </gmd:citedResponsibleParty>
2816
+ </gmd:CI_Citation>
2817
+ </gfc:source>
2818
+ </gfc:FC_DefinitionSource>
2819
+ </gfc:definitionSource>
2820
+ </gfc:FC_DefinitionReference>
2821
+ </gfc:definitionReference>
2822
+ <gfc:valueType>
2823
+ <gco:TypeName>
2824
+ <gco:aName>
2825
+ <gco:CharacterString>Double</gco:CharacterString>
2826
+ </gco:aName>
2827
+ </gco:TypeName>
2828
+ </gfc:valueType>
2829
+ </gfc:FC_FeatureAttribute>
2830
+ </gfc:carrierOfCharacteristics>
2831
+ <gfc:carrierOfCharacteristics>
2832
+ <gfc:FC_FeatureAttribute>
2833
+ <gfc:memberName>
2834
+ <gco:LocalName>NO_TOWN</gco:LocalName>
2835
+ </gfc:memberName>
2836
+ <gfc:definition>
2837
+ <gco:CharacterString>Number of town</gco:CharacterString>
2838
+ </gfc:definition>
2839
+ <gfc:cardinality gco:nilReason="unknown"/>
2840
+ <gfc:definitionReference>
2841
+ <gfc:FC_DefinitionReference>
2842
+ <gfc:definitionSource>
2843
+ <gfc:FC_DefinitionSource>
2844
+ <gfc:source>
2845
+ <gmd:CI_Citation>
2846
+ <gmd:title>
2847
+ <gco:CharacterString>Census of India</gco:CharacterString>
2848
+ </gmd:title>
2849
+ <gmd:date gco:nilReason="unknown"/>
2850
+ <gmd:citedResponsibleParty>
2851
+ <gmd:CI_ResponsibleParty>
2852
+ <gmd:organisationName>
2853
+ <gco:CharacterString>Census of India</gco:CharacterString>
2854
+ </gmd:organisationName>
2855
+ <gmd:role>
2856
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2857
+ </gmd:role>
2858
+ </gmd:CI_ResponsibleParty>
2859
+ </gmd:citedResponsibleParty>
2860
+ </gmd:CI_Citation>
2861
+ </gfc:source>
2862
+ </gfc:FC_DefinitionSource>
2863
+ </gfc:definitionSource>
2864
+ </gfc:FC_DefinitionReference>
2865
+ </gfc:definitionReference>
2866
+ <gfc:valueType>
2867
+ <gco:TypeName>
2868
+ <gco:aName>
2869
+ <gco:CharacterString>Double</gco:CharacterString>
2870
+ </gco:aName>
2871
+ </gco:TypeName>
2872
+ </gfc:valueType>
2873
+ </gfc:FC_FeatureAttribute>
2874
+ </gfc:carrierOfCharacteristics>
2875
+ <gfc:carrierOfCharacteristics>
2876
+ <gfc:FC_FeatureAttribute>
2877
+ <gfc:memberName>
2878
+ <gco:LocalName>M_MFHH</gco:LocalName>
2879
+ </gfc:memberName>
2880
+ <gfc:definition>
2881
+ <gco:CharacterString>Male Household industry workers</gco:CharacterString>
2882
+ </gfc:definition>
2883
+ <gfc:cardinality gco:nilReason="unknown"/>
2884
+ <gfc:definitionReference>
2885
+ <gfc:FC_DefinitionReference>
2886
+ <gfc:definitionSource>
2887
+ <gfc:FC_DefinitionSource>
2888
+ <gfc:source>
2889
+ <gmd:CI_Citation>
2890
+ <gmd:title>
2891
+ <gco:CharacterString>Census of India</gco:CharacterString>
2892
+ </gmd:title>
2893
+ <gmd:date gco:nilReason="unknown"/>
2894
+ <gmd:citedResponsibleParty>
2895
+ <gmd:CI_ResponsibleParty>
2896
+ <gmd:organisationName>
2897
+ <gco:CharacterString>Census of India</gco:CharacterString>
2898
+ </gmd:organisationName>
2899
+ <gmd:role>
2900
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2901
+ </gmd:role>
2902
+ </gmd:CI_ResponsibleParty>
2903
+ </gmd:citedResponsibleParty>
2904
+ </gmd:CI_Citation>
2905
+ </gfc:source>
2906
+ </gfc:FC_DefinitionSource>
2907
+ </gfc:definitionSource>
2908
+ </gfc:FC_DefinitionReference>
2909
+ </gfc:definitionReference>
2910
+ <gfc:valueType>
2911
+ <gco:TypeName>
2912
+ <gco:aName>
2913
+ <gco:CharacterString>Double</gco:CharacterString>
2914
+ </gco:aName>
2915
+ </gco:TypeName>
2916
+ </gfc:valueType>
2917
+ </gfc:FC_FeatureAttribute>
2918
+ </gfc:carrierOfCharacteristics>
2919
+ <gfc:carrierOfCharacteristics>
2920
+ <gfc:FC_FeatureAttribute>
2921
+ <gfc:memberName>
2922
+ <gco:LocalName>DIST61_ID</gco:LocalName>
2923
+ </gfc:memberName>
2924
+ <gfc:definition>
2925
+ <gco:CharacterString>Unique Identification number</gco:CharacterString>
2926
+ </gfc:definition>
2927
+ <gfc:cardinality gco:nilReason="unknown"/>
2928
+ <gfc:definitionReference>
2929
+ <gfc:FC_DefinitionReference>
2930
+ <gfc:definitionSource>
2931
+ <gfc:FC_DefinitionSource>
2932
+ <gfc:source>
2933
+ <gmd:CI_Citation>
2934
+ <gmd:title>
2935
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
2936
+ </gmd:title>
2937
+ <gmd:date gco:nilReason="unknown"/>
2938
+ <gmd:citedResponsibleParty>
2939
+ <gmd:CI_ResponsibleParty>
2940
+ <gmd:organisationName>
2941
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
2942
+ </gmd:organisationName>
2943
+ <gmd:role>
2944
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2945
+ </gmd:role>
2946
+ </gmd:CI_ResponsibleParty>
2947
+ </gmd:citedResponsibleParty>
2948
+ </gmd:CI_Citation>
2949
+ </gfc:source>
2950
+ </gfc:FC_DefinitionSource>
2951
+ </gfc:definitionSource>
2952
+ </gfc:FC_DefinitionReference>
2953
+ </gfc:definitionReference>
2954
+ <gfc:valueType>
2955
+ <gco:TypeName>
2956
+ <gco:aName>
2957
+ <gco:CharacterString>Double</gco:CharacterString>
2958
+ </gco:aName>
2959
+ </gco:TypeName>
2960
+ </gfc:valueType>
2961
+ </gfc:FC_FeatureAttribute>
2962
+ </gfc:carrierOfCharacteristics>
2963
+ <gfc:carrierOfCharacteristics>
2964
+ <gfc:FC_FeatureAttribute>
2965
+ <gfc:memberName>
2966
+ <gco:LocalName>INHA_VIL</gco:LocalName>
2967
+ </gfc:memberName>
2968
+ <gfc:definition>
2969
+ <gco:CharacterString>Number of inhabited village</gco:CharacterString>
2970
+ </gfc:definition>
2971
+ <gfc:cardinality gco:nilReason="unknown"/>
2972
+ <gfc:definitionReference>
2973
+ <gfc:FC_DefinitionReference>
2974
+ <gfc:definitionSource>
2975
+ <gfc:FC_DefinitionSource>
2976
+ <gfc:source>
2977
+ <gmd:CI_Citation>
2978
+ <gmd:title>
2979
+ <gco:CharacterString>Census of India</gco:CharacterString>
2980
+ </gmd:title>
2981
+ <gmd:date gco:nilReason="unknown"/>
2982
+ <gmd:citedResponsibleParty>
2983
+ <gmd:CI_ResponsibleParty>
2984
+ <gmd:organisationName>
2985
+ <gco:CharacterString>Census of India</gco:CharacterString>
2986
+ </gmd:organisationName>
2987
+ <gmd:role>
2988
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2989
+ </gmd:role>
2990
+ </gmd:CI_ResponsibleParty>
2991
+ </gmd:citedResponsibleParty>
2992
+ </gmd:CI_Citation>
2993
+ </gfc:source>
2994
+ </gfc:FC_DefinitionSource>
2995
+ </gfc:definitionSource>
2996
+ </gfc:FC_DefinitionReference>
2997
+ </gfc:definitionReference>
2998
+ <gfc:valueType>
2999
+ <gco:TypeName>
3000
+ <gco:aName>
3001
+ <gco:CharacterString>Double</gco:CharacterString>
3002
+ </gco:aName>
3003
+ </gco:TypeName>
3004
+ </gfc:valueType>
3005
+ </gfc:FC_FeatureAttribute>
3006
+ </gfc:carrierOfCharacteristics>
3007
+ <gfc:carrierOfCharacteristics>
3008
+ <gfc:FC_FeatureAttribute>
3009
+ <gfc:memberName>
3010
+ <gco:LocalName>NAME</gco:LocalName>
3011
+ </gfc:memberName>
3012
+ <gfc:definition>
3013
+ <gco:CharacterString>Name of district in 1961</gco:CharacterString>
3014
+ </gfc:definition>
3015
+ <gfc:cardinality gco:nilReason="unknown"/>
3016
+ <gfc:definitionReference>
3017
+ <gfc:FC_DefinitionReference>
3018
+ <gfc:definitionSource>
3019
+ <gfc:FC_DefinitionSource>
3020
+ <gfc:source>
3021
+ <gmd:CI_Citation>
3022
+ <gmd:title>
3023
+ <gco:CharacterString>Census of India</gco:CharacterString>
3024
+ </gmd:title>
3025
+ <gmd:date gco:nilReason="unknown"/>
3026
+ <gmd:citedResponsibleParty>
3027
+ <gmd:CI_ResponsibleParty>
3028
+ <gmd:organisationName>
3029
+ <gco:CharacterString>Census of India</gco:CharacterString>
3030
+ </gmd:organisationName>
3031
+ <gmd:role>
3032
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3033
+ </gmd:role>
3034
+ </gmd:CI_ResponsibleParty>
3035
+ </gmd:citedResponsibleParty>
3036
+ </gmd:CI_Citation>
3037
+ </gfc:source>
3038
+ </gfc:FC_DefinitionSource>
3039
+ </gfc:definitionSource>
3040
+ </gfc:FC_DefinitionReference>
3041
+ </gfc:definitionReference>
3042
+ <gfc:valueType>
3043
+ <gco:TypeName>
3044
+ <gco:aName>
3045
+ <gco:CharacterString>String</gco:CharacterString>
3046
+ </gco:aName>
3047
+ </gco:TypeName>
3048
+ </gfc:valueType>
3049
+ <gfc:listedValue>
3050
+ <gfc:FC_ListedValue>
3051
+ <gfc:label>
3052
+ <gco:CharacterString>District</gco:CharacterString>
3053
+ </gfc:label>
3054
+ <gfc:definition>
3055
+ <gco:CharacterString>Name of district</gco:CharacterString>
3056
+ </gfc:definition>
3057
+ <gfc:definitionReference>
3058
+ <gfc:FC_DefinitionReference>
3059
+ <gfc:definitionSource>
3060
+ <gfc:FC_DefinitionSource>
3061
+ <gfc:source>
3062
+ <gmd:CI_Citation>
3063
+ <gmd:title>
3064
+ <gco:CharacterString>Census of India</gco:CharacterString>
3065
+ </gmd:title>
3066
+ <gmd:date gco:nilReason="unknown"/>
3067
+ <gmd:citedResponsibleParty>
3068
+ <gmd:CI_ResponsibleParty>
3069
+ <gmd:organisationName>
3070
+ <gco:CharacterString>Census of India</gco:CharacterString>
3071
+ </gmd:organisationName>
3072
+ <gmd:role>
3073
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3074
+ </gmd:role>
3075
+ </gmd:CI_ResponsibleParty>
3076
+ </gmd:citedResponsibleParty>
3077
+ </gmd:CI_Citation>
3078
+ </gfc:source>
3079
+ </gfc:FC_DefinitionSource>
3080
+ </gfc:definitionSource>
3081
+ </gfc:FC_DefinitionReference>
3082
+ </gfc:definitionReference>
3083
+ </gfc:FC_ListedValue>
3084
+ </gfc:listedValue>
3085
+ </gfc:FC_FeatureAttribute>
3086
+ </gfc:carrierOfCharacteristics>
3087
+ <gfc:carrierOfCharacteristics>
3088
+ <gfc:FC_FeatureAttribute>
3089
+ <gfc:memberName>
3090
+ <gco:LocalName>R_M_POP</gco:LocalName>
3091
+ </gfc:memberName>
3092
+ <gfc:definition>
3093
+ <gco:CharacterString>Rural male population</gco:CharacterString>
3094
+ </gfc:definition>
3095
+ <gfc:cardinality gco:nilReason="unknown"/>
3096
+ <gfc:definitionReference>
3097
+ <gfc:FC_DefinitionReference>
3098
+ <gfc:definitionSource>
3099
+ <gfc:FC_DefinitionSource>
3100
+ <gfc:source>
3101
+ <gmd:CI_Citation>
3102
+ <gmd:title>
3103
+ <gco:CharacterString>Census of India</gco:CharacterString>
3104
+ </gmd:title>
3105
+ <gmd:date gco:nilReason="unknown"/>
3106
+ <gmd:citedResponsibleParty>
3107
+ <gmd:CI_ResponsibleParty>
3108
+ <gmd:organisationName>
3109
+ <gco:CharacterString>Census of India</gco:CharacterString>
3110
+ </gmd:organisationName>
3111
+ <gmd:role>
3112
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3113
+ </gmd:role>
3114
+ </gmd:CI_ResponsibleParty>
3115
+ </gmd:citedResponsibleParty>
3116
+ </gmd:CI_Citation>
3117
+ </gfc:source>
3118
+ </gfc:FC_DefinitionSource>
3119
+ </gfc:definitionSource>
3120
+ </gfc:FC_DefinitionReference>
3121
+ </gfc:definitionReference>
3122
+ <gfc:valueType>
3123
+ <gco:TypeName>
3124
+ <gco:aName>
3125
+ <gco:CharacterString>Double</gco:CharacterString>
3126
+ </gco:aName>
3127
+ </gco:TypeName>
3128
+ </gfc:valueType>
3129
+ </gfc:FC_FeatureAttribute>
3130
+ </gfc:carrierOfCharacteristics>
3131
+ <gfc:carrierOfCharacteristics>
3132
+ <gfc:FC_FeatureAttribute>
3133
+ <gfc:memberName>
3134
+ <gco:LocalName>F_CULT</gco:LocalName>
3135
+ </gfc:memberName>
3136
+ <gfc:definition>
3137
+ <gco:CharacterString>Female Cultivators</gco:CharacterString>
3138
+ </gfc:definition>
3139
+ <gfc:cardinality gco:nilReason="unknown"/>
3140
+ <gfc:definitionReference>
3141
+ <gfc:FC_DefinitionReference>
3142
+ <gfc:definitionSource>
3143
+ <gfc:FC_DefinitionSource>
3144
+ <gfc:source>
3145
+ <gmd:CI_Citation>
3146
+ <gmd:title>
3147
+ <gco:CharacterString>Census of India</gco:CharacterString>
3148
+ </gmd:title>
3149
+ <gmd:date gco:nilReason="unknown"/>
3150
+ <gmd:citedResponsibleParty>
3151
+ <gmd:CI_ResponsibleParty>
3152
+ <gmd:organisationName>
3153
+ <gco:CharacterString>Census of India</gco:CharacterString>
3154
+ </gmd:organisationName>
3155
+ <gmd:role>
3156
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3157
+ </gmd:role>
3158
+ </gmd:CI_ResponsibleParty>
3159
+ </gmd:citedResponsibleParty>
3160
+ </gmd:CI_Citation>
3161
+ </gfc:source>
3162
+ </gfc:FC_DefinitionSource>
3163
+ </gfc:definitionSource>
3164
+ </gfc:FC_DefinitionReference>
3165
+ </gfc:definitionReference>
3166
+ <gfc:valueType>
3167
+ <gco:TypeName>
3168
+ <gco:aName>
3169
+ <gco:CharacterString>Double</gco:CharacterString>
3170
+ </gco:aName>
3171
+ </gco:TypeName>
3172
+ </gfc:valueType>
3173
+ </gfc:FC_FeatureAttribute>
3174
+ </gfc:carrierOfCharacteristics>
3175
+ <gfc:carrierOfCharacteristics>
3176
+ <gfc:FC_FeatureAttribute>
3177
+ <gfc:memberName>
3178
+ <gco:LocalName>TOT_HOUSE</gco:LocalName>
3179
+ </gfc:memberName>
3180
+ <gfc:definition>
3181
+ <gco:CharacterString>Total number of houses</gco:CharacterString>
3182
+ </gfc:definition>
3183
+ <gfc:cardinality gco:nilReason="unknown"/>
3184
+ <gfc:definitionReference>
3185
+ <gfc:FC_DefinitionReference>
3186
+ <gfc:definitionSource>
3187
+ <gfc:FC_DefinitionSource>
3188
+ <gfc:source>
3189
+ <gmd:CI_Citation>
3190
+ <gmd:title>
3191
+ <gco:CharacterString>Census of India</gco:CharacterString>
3192
+ </gmd:title>
3193
+ <gmd:date gco:nilReason="unknown"/>
3194
+ <gmd:citedResponsibleParty>
3195
+ <gmd:CI_ResponsibleParty>
3196
+ <gmd:organisationName>
3197
+ <gco:CharacterString>Census of India</gco:CharacterString>
3198
+ </gmd:organisationName>
3199
+ <gmd:role>
3200
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3201
+ </gmd:role>
3202
+ </gmd:CI_ResponsibleParty>
3203
+ </gmd:citedResponsibleParty>
3204
+ </gmd:CI_Citation>
3205
+ </gfc:source>
3206
+ </gfc:FC_DefinitionSource>
3207
+ </gfc:definitionSource>
3208
+ </gfc:FC_DefinitionReference>
3209
+ </gfc:definitionReference>
3210
+ <gfc:valueType>
3211
+ <gco:TypeName>
3212
+ <gco:aName>
3213
+ <gco:CharacterString>Double</gco:CharacterString>
3214
+ </gco:aName>
3215
+ </gco:TypeName>
3216
+ </gfc:valueType>
3217
+ </gfc:FC_FeatureAttribute>
3218
+ </gfc:carrierOfCharacteristics>
3219
+ <gfc:carrierOfCharacteristics>
3220
+ <gfc:FC_FeatureAttribute>
3221
+ <gfc:memberName>
3222
+ <gco:LocalName>F_ST</gco:LocalName>
3223
+ </gfc:memberName>
3224
+ <gfc:definition>
3225
+ <gco:CharacterString>Female scheduled tribe</gco:CharacterString>
3226
+ </gfc:definition>
3227
+ <gfc:cardinality gco:nilReason="unknown"/>
3228
+ <gfc:definitionReference>
3229
+ <gfc:FC_DefinitionReference>
3230
+ <gfc:definitionSource>
3231
+ <gfc:FC_DefinitionSource>
3232
+ <gfc:source>
3233
+ <gmd:CI_Citation>
3234
+ <gmd:title>
3235
+ <gco:CharacterString>Census of India</gco:CharacterString>
3236
+ </gmd:title>
3237
+ <gmd:date gco:nilReason="unknown"/>
3238
+ <gmd:citedResponsibleParty>
3239
+ <gmd:CI_ResponsibleParty>
3240
+ <gmd:organisationName>
3241
+ <gco:CharacterString>Census of India</gco:CharacterString>
3242
+ </gmd:organisationName>
3243
+ <gmd:role>
3244
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3245
+ </gmd:role>
3246
+ </gmd:CI_ResponsibleParty>
3247
+ </gmd:citedResponsibleParty>
3248
+ </gmd:CI_Citation>
3249
+ </gfc:source>
3250
+ </gfc:FC_DefinitionSource>
3251
+ </gfc:definitionSource>
3252
+ </gfc:FC_DefinitionReference>
3253
+ </gfc:definitionReference>
3254
+ <gfc:valueType>
3255
+ <gco:TypeName>
3256
+ <gco:aName>
3257
+ <gco:CharacterString>Double</gco:CharacterString>
3258
+ </gco:aName>
3259
+ </gco:TypeName>
3260
+ </gfc:valueType>
3261
+ </gfc:FC_FeatureAttribute>
3262
+ </gfc:carrierOfCharacteristics>
3263
+ </gfc:FC_FeatureType>
3264
+ </gfc:featureType>
3265
+ </gfc:FC_FeatureCatalogue>
3266
+ </rdf:Description>
3267
+ </rdf:RDF>