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,4147 @@
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/zk596gy7380">
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>BAB3141D-B5F8-488A-B310-B6DBB62515A2</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 Bldg. 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/zk596gy7380</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>590</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, 1971</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 1971. 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 1971. This data layer is sourced from secondary government sources, chiefly Survey of India, Census of India, Election Commission, etc. Includes data for 357 districts, 23 states and 7 union territories.</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, 1971. 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>2013-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://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>1971</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>200000</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 1971</gco:CharacterString>
506
+ </description>
507
+ <temporalElement>
508
+ <EX_TemporalExtent>
509
+ <extent>
510
+ <gml:TimePeriod gml:id="idm6384">
511
+ <gml:beginPosition>1971-01-01T00:00:00</gml:beginPosition>
512
+ <gml:endPosition>1971-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 1971 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, 1971</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>49cf479b-67c7-42f8-9fb6-cb60812739b7</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>21.019</gco:Real>
664
+ </transferSize>
665
+ <onLine>
666
+ <CI_OnlineResource>
667
+ <linkage>
668
+ <URL>http://purl.stanford.edu/zk596gy7380</URL>
669
+ </linkage>
670
+ <name>
671
+ <gco:CharacterString>DISTRICT1971.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 1971 data release for some 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>1971-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 Bldg. 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>DISTRICT1971.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>DISTRICT1971.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 1971</gco:CharacterString>
824
+ </description>
825
+ <sourceCitation>
826
+ <CI_Citation>
827
+ <title>
828
+ <gco:CharacterString>District demographic profile of India 1971</gco:CharacterString>
829
+ </title>
830
+ <date>
831
+ <CI_Date>
832
+ <date>
833
+ <gco:Date>1971-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/zk596gy7380">
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="49cf479b-67c7-42f8-9fb6-cb60812739b7">
865
+ <gmx:name>
866
+ <gco:CharacterString>Feature Catalog for Digital Map of District Boundaries of India, 1971</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>DISTRICT1971</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="49cf479b-67c7-42f8-9fb6-cb60812739b7"/>
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>R_AREA</gco:LocalName>
995
+ </gfc:memberName>
996
+ <gfc:definition>
997
+ <gco:CharacterString>Total rural area of districts</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>TOT_LFR</gco:LocalName>
1039
+ </gfc:memberName>
1040
+ <gfc:definition>
1041
+ <gco:CharacterString>Total workers in livestock, forestry, fishing, humting, plantation, orchards &amp; allied activites</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>M_AGLB</gco:LocalName>
1083
+ </gfc:memberName>
1084
+ <gfc:definition>
1085
+ <gco:CharacterString>Male Agricultural Labourers</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_NNW</gco:LocalName>
1127
+ </gfc:memberName>
1128
+ <gfc:definition>
1129
+ <gco:CharacterString>Male Non-workers</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>TOT_CNST</gco:LocalName>
1171
+ </gfc:memberName>
1172
+ <gfc:definition>
1173
+ <gco:CharacterString>Total workers in construction</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>TOT_AREA</gco:LocalName>
1215
+ </gfc:memberName>
1216
+ <gfc:definition>
1217
+ <gco:CharacterString>Total area of districts</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_MFNH</gco:LocalName>
1259
+ </gfc:memberName>
1260
+ <gfc:definition>
1261
+ <gco:CharacterString>Total workers other than household industry</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>TOT_LIT</gco:LocalName>
1303
+ </gfc:memberName>
1304
+ <gfc:definition>
1305
+ <gco:CharacterString>Total literates</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>U_F_POP</gco:LocalName>
1347
+ </gfc:memberName>
1348
+ <gfc:definition>
1349
+ <gco:CharacterString>Urban female population</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>STATE_UT</gco:LocalName>
1391
+ </gfc:memberName>
1392
+ <gfc:definition>
1393
+ <gco:CharacterString>Name of administrative state or union territory</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>String</gco:CharacterString>
1426
+ </gco:aName>
1427
+ </gco:TypeName>
1428
+ </gfc:valueType>
1429
+ <gfc:listedValue>
1430
+ <gfc:FC_ListedValue>
1431
+ <gfc:label>
1432
+ <gco:CharacterString>State or Union Territory</gco:CharacterString>
1433
+ </gfc:label>
1434
+ <gfc:definition>
1435
+ <gco:CharacterString>Name of administrative state or union territory</gco:CharacterString>
1436
+ </gfc:definition>
1437
+ <gfc:definitionReference>
1438
+ <gfc:FC_DefinitionReference>
1439
+ <gfc:definitionSource>
1440
+ <gfc:FC_DefinitionSource>
1441
+ <gfc:source>
1442
+ <gmd:CI_Citation>
1443
+ <gmd:title>
1444
+ <gco:CharacterString>Census of India</gco:CharacterString>
1445
+ </gmd:title>
1446
+ <gmd:date gco:nilReason="unknown"/>
1447
+ <gmd:citedResponsibleParty>
1448
+ <gmd:CI_ResponsibleParty>
1449
+ <gmd:organisationName>
1450
+ <gco:CharacterString>Census of India</gco:CharacterString>
1451
+ </gmd:organisationName>
1452
+ <gmd:role>
1453
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1454
+ </gmd:role>
1455
+ </gmd:CI_ResponsibleParty>
1456
+ </gmd:citedResponsibleParty>
1457
+ </gmd:CI_Citation>
1458
+ </gfc:source>
1459
+ </gfc:FC_DefinitionSource>
1460
+ </gfc:definitionSource>
1461
+ </gfc:FC_DefinitionReference>
1462
+ </gfc:definitionReference>
1463
+ </gfc:FC_ListedValue>
1464
+ </gfc:listedValue>
1465
+ </gfc:FC_FeatureAttribute>
1466
+ </gfc:carrierOfCharacteristics>
1467
+ <gfc:carrierOfCharacteristics>
1468
+ <gfc:FC_FeatureAttribute>
1469
+ <gfc:memberName>
1470
+ <gco:LocalName>TOT_SC</gco:LocalName>
1471
+ </gfc:memberName>
1472
+ <gfc:definition>
1473
+ <gco:CharacterString>Total scheduled caste</gco:CharacterString>
1474
+ </gfc:definition>
1475
+ <gfc:cardinality gco:nilReason="unknown"/>
1476
+ <gfc:definitionReference>
1477
+ <gfc:FC_DefinitionReference>
1478
+ <gfc:definitionSource>
1479
+ <gfc:FC_DefinitionSource>
1480
+ <gfc:source>
1481
+ <gmd:CI_Citation>
1482
+ <gmd:title>
1483
+ <gco:CharacterString>Census of India</gco:CharacterString>
1484
+ </gmd:title>
1485
+ <gmd:date gco:nilReason="unknown"/>
1486
+ <gmd:citedResponsibleParty>
1487
+ <gmd:CI_ResponsibleParty>
1488
+ <gmd:organisationName>
1489
+ <gco:CharacterString>Census of India</gco:CharacterString>
1490
+ </gmd:organisationName>
1491
+ <gmd:role>
1492
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1493
+ </gmd:role>
1494
+ </gmd:CI_ResponsibleParty>
1495
+ </gmd:citedResponsibleParty>
1496
+ </gmd:CI_Citation>
1497
+ </gfc:source>
1498
+ </gfc:FC_DefinitionSource>
1499
+ </gfc:definitionSource>
1500
+ </gfc:FC_DefinitionReference>
1501
+ </gfc:definitionReference>
1502
+ <gfc:valueType>
1503
+ <gco:TypeName>
1504
+ <gco:aName>
1505
+ <gco:CharacterString>Double</gco:CharacterString>
1506
+ </gco:aName>
1507
+ </gco:TypeName>
1508
+ </gfc:valueType>
1509
+ </gfc:FC_FeatureAttribute>
1510
+ </gfc:carrierOfCharacteristics>
1511
+ <gfc:carrierOfCharacteristics>
1512
+ <gfc:FC_FeatureAttribute>
1513
+ <gfc:memberName>
1514
+ <gco:LocalName>M_MINE</gco:LocalName>
1515
+ </gfc:memberName>
1516
+ <gfc:definition>
1517
+ <gco:CharacterString>Male mining and quarrying workers</gco:CharacterString>
1518
+ </gfc:definition>
1519
+ <gfc:cardinality gco:nilReason="unknown"/>
1520
+ <gfc:definitionReference>
1521
+ <gfc:FC_DefinitionReference>
1522
+ <gfc:definitionSource>
1523
+ <gfc:FC_DefinitionSource>
1524
+ <gfc:source>
1525
+ <gmd:CI_Citation>
1526
+ <gmd:title>
1527
+ <gco:CharacterString>Census of India</gco:CharacterString>
1528
+ </gmd:title>
1529
+ <gmd:date gco:nilReason="unknown"/>
1530
+ <gmd:citedResponsibleParty>
1531
+ <gmd:CI_ResponsibleParty>
1532
+ <gmd:organisationName>
1533
+ <gco:CharacterString>Census of India</gco:CharacterString>
1534
+ </gmd:organisationName>
1535
+ <gmd:role>
1536
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1537
+ </gmd:role>
1538
+ </gmd:CI_ResponsibleParty>
1539
+ </gmd:citedResponsibleParty>
1540
+ </gmd:CI_Citation>
1541
+ </gfc:source>
1542
+ </gfc:FC_DefinitionSource>
1543
+ </gfc:definitionSource>
1544
+ </gfc:FC_DefinitionReference>
1545
+ </gfc:definitionReference>
1546
+ <gfc:valueType>
1547
+ <gco:TypeName>
1548
+ <gco:aName>
1549
+ <gco:CharacterString>Double</gco:CharacterString>
1550
+ </gco:aName>
1551
+ </gco:TypeName>
1552
+ </gfc:valueType>
1553
+ </gfc:FC_FeatureAttribute>
1554
+ </gfc:carrierOfCharacteristics>
1555
+ <gfc:carrierOfCharacteristics>
1556
+ <gfc:FC_FeatureAttribute>
1557
+ <gfc:memberName>
1558
+ <gco:LocalName>NO_TOWN</gco:LocalName>
1559
+ </gfc:memberName>
1560
+ <gfc:definition>
1561
+ <gco:CharacterString>Number of town</gco:CharacterString>
1562
+ </gfc:definition>
1563
+ <gfc:cardinality gco:nilReason="unknown"/>
1564
+ <gfc:definitionReference>
1565
+ <gfc:FC_DefinitionReference>
1566
+ <gfc:definitionSource>
1567
+ <gfc:FC_DefinitionSource>
1568
+ <gfc:source>
1569
+ <gmd:CI_Citation>
1570
+ <gmd:title>
1571
+ <gco:CharacterString>Census of India</gco:CharacterString>
1572
+ </gmd:title>
1573
+ <gmd:date gco:nilReason="unknown"/>
1574
+ <gmd:citedResponsibleParty>
1575
+ <gmd:CI_ResponsibleParty>
1576
+ <gmd:organisationName>
1577
+ <gco:CharacterString>Census of India</gco:CharacterString>
1578
+ </gmd:organisationName>
1579
+ <gmd:role>
1580
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1581
+ </gmd:role>
1582
+ </gmd:CI_ResponsibleParty>
1583
+ </gmd:citedResponsibleParty>
1584
+ </gmd:CI_Citation>
1585
+ </gfc:source>
1586
+ </gfc:FC_DefinitionSource>
1587
+ </gfc:definitionSource>
1588
+ </gfc:FC_DefinitionReference>
1589
+ </gfc:definitionReference>
1590
+ <gfc:valueType>
1591
+ <gco:TypeName>
1592
+ <gco:aName>
1593
+ <gco:CharacterString>Double</gco:CharacterString>
1594
+ </gco:aName>
1595
+ </gco:TypeName>
1596
+ </gfc:valueType>
1597
+ </gfc:FC_FeatureAttribute>
1598
+ </gfc:carrierOfCharacteristics>
1599
+ <gfc:carrierOfCharacteristics>
1600
+ <gfc:FC_FeatureAttribute>
1601
+ <gfc:memberName>
1602
+ <gco:LocalName>T_R_POP</gco:LocalName>
1603
+ </gfc:memberName>
1604
+ <gfc:definition>
1605
+ <gco:CharacterString>Total rural population</gco:CharacterString>
1606
+ </gfc:definition>
1607
+ <gfc:cardinality gco:nilReason="unknown"/>
1608
+ <gfc:definitionReference>
1609
+ <gfc:FC_DefinitionReference>
1610
+ <gfc:definitionSource>
1611
+ <gfc:FC_DefinitionSource>
1612
+ <gfc:source>
1613
+ <gmd:CI_Citation>
1614
+ <gmd:title>
1615
+ <gco:CharacterString>Census of India</gco:CharacterString>
1616
+ </gmd:title>
1617
+ <gmd:date gco:nilReason="unknown"/>
1618
+ <gmd:citedResponsibleParty>
1619
+ <gmd:CI_ResponsibleParty>
1620
+ <gmd:organisationName>
1621
+ <gco:CharacterString>Census of India</gco:CharacterString>
1622
+ </gmd:organisationName>
1623
+ <gmd:role>
1624
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1625
+ </gmd:role>
1626
+ </gmd:CI_ResponsibleParty>
1627
+ </gmd:citedResponsibleParty>
1628
+ </gmd:CI_Citation>
1629
+ </gfc:source>
1630
+ </gfc:FC_DefinitionSource>
1631
+ </gfc:definitionSource>
1632
+ </gfc:FC_DefinitionReference>
1633
+ </gfc:definitionReference>
1634
+ <gfc:valueType>
1635
+ <gco:TypeName>
1636
+ <gco:aName>
1637
+ <gco:CharacterString>Double</gco:CharacterString>
1638
+ </gco:aName>
1639
+ </gco:TypeName>
1640
+ </gfc:valueType>
1641
+ </gfc:FC_FeatureAttribute>
1642
+ </gfc:carrierOfCharacteristics>
1643
+ <gfc:carrierOfCharacteristics>
1644
+ <gfc:FC_FeatureAttribute>
1645
+ <gfc:memberName>
1646
+ <gco:LocalName>DIST71_ID</gco:LocalName>
1647
+ </gfc:memberName>
1648
+ <gfc:definition>
1649
+ <gco:CharacterString>Unique Identification number</gco:CharacterString>
1650
+ </gfc:definition>
1651
+ <gfc:cardinality gco:nilReason="unknown"/>
1652
+ <gfc:definitionReference>
1653
+ <gfc:FC_DefinitionReference>
1654
+ <gfc:definitionSource>
1655
+ <gfc:FC_DefinitionSource>
1656
+ <gfc:source>
1657
+ <gmd:CI_Citation>
1658
+ <gmd:title>
1659
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
1660
+ </gmd:title>
1661
+ <gmd:date gco:nilReason="unknown"/>
1662
+ <gmd:citedResponsibleParty>
1663
+ <gmd:CI_ResponsibleParty>
1664
+ <gmd:organisationName>
1665
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
1666
+ </gmd:organisationName>
1667
+ <gmd:role>
1668
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1669
+ </gmd:role>
1670
+ </gmd:CI_ResponsibleParty>
1671
+ </gmd:citedResponsibleParty>
1672
+ </gmd:CI_Citation>
1673
+ </gfc:source>
1674
+ </gfc:FC_DefinitionSource>
1675
+ </gfc:definitionSource>
1676
+ </gfc:FC_DefinitionReference>
1677
+ </gfc:definitionReference>
1678
+ <gfc:valueType>
1679
+ <gco:TypeName>
1680
+ <gco:aName>
1681
+ <gco:CharacterString>Double</gco:CharacterString>
1682
+ </gco:aName>
1683
+ </gco:TypeName>
1684
+ </gfc:valueType>
1685
+ </gfc:FC_FeatureAttribute>
1686
+ </gfc:carrierOfCharacteristics>
1687
+ <gfc:carrierOfCharacteristics>
1688
+ <gfc:FC_FeatureAttribute>
1689
+ <gfc:memberName>
1690
+ <gco:LocalName>F_CULT</gco:LocalName>
1691
+ </gfc:memberName>
1692
+ <gfc:definition>
1693
+ <gco:CharacterString>Female Cultivators</gco:CharacterString>
1694
+ </gfc:definition>
1695
+ <gfc:cardinality gco:nilReason="unknown"/>
1696
+ <gfc:definitionReference>
1697
+ <gfc:FC_DefinitionReference>
1698
+ <gfc:definitionSource>
1699
+ <gfc:FC_DefinitionSource>
1700
+ <gfc:source>
1701
+ <gmd:CI_Citation>
1702
+ <gmd:title>
1703
+ <gco:CharacterString>Census of India</gco:CharacterString>
1704
+ </gmd:title>
1705
+ <gmd:date gco:nilReason="unknown"/>
1706
+ <gmd:citedResponsibleParty>
1707
+ <gmd:CI_ResponsibleParty>
1708
+ <gmd:organisationName>
1709
+ <gco:CharacterString>Census of India</gco:CharacterString>
1710
+ </gmd:organisationName>
1711
+ <gmd:role>
1712
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1713
+ </gmd:role>
1714
+ </gmd:CI_ResponsibleParty>
1715
+ </gmd:citedResponsibleParty>
1716
+ </gmd:CI_Citation>
1717
+ </gfc:source>
1718
+ </gfc:FC_DefinitionSource>
1719
+ </gfc:definitionSource>
1720
+ </gfc:FC_DefinitionReference>
1721
+ </gfc:definitionReference>
1722
+ <gfc:valueType>
1723
+ <gco:TypeName>
1724
+ <gco:aName>
1725
+ <gco:CharacterString>Double</gco:CharacterString>
1726
+ </gco:aName>
1727
+ </gco:TypeName>
1728
+ </gfc:valueType>
1729
+ </gfc:FC_FeatureAttribute>
1730
+ </gfc:carrierOfCharacteristics>
1731
+ <gfc:carrierOfCharacteristics>
1732
+ <gfc:FC_FeatureAttribute>
1733
+ <gfc:memberName>
1734
+ <gco:LocalName>TOT_MINE</gco:LocalName>
1735
+ </gfc:memberName>
1736
+ <gfc:definition>
1737
+ <gco:CharacterString>Total mining and quarrying workers</gco:CharacterString>
1738
+ </gfc:definition>
1739
+ <gfc:cardinality gco:nilReason="unknown"/>
1740
+ <gfc:definitionReference>
1741
+ <gfc:FC_DefinitionReference>
1742
+ <gfc:definitionSource>
1743
+ <gfc:FC_DefinitionSource>
1744
+ <gfc:source>
1745
+ <gmd:CI_Citation>
1746
+ <gmd:title>
1747
+ <gco:CharacterString>Census of India</gco:CharacterString>
1748
+ </gmd:title>
1749
+ <gmd:date gco:nilReason="unknown"/>
1750
+ <gmd:citedResponsibleParty>
1751
+ <gmd:CI_ResponsibleParty>
1752
+ <gmd:organisationName>
1753
+ <gco:CharacterString>Census of India</gco:CharacterString>
1754
+ </gmd:organisationName>
1755
+ <gmd:role>
1756
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1757
+ </gmd:role>
1758
+ </gmd:CI_ResponsibleParty>
1759
+ </gmd:citedResponsibleParty>
1760
+ </gmd:CI_Citation>
1761
+ </gfc:source>
1762
+ </gfc:FC_DefinitionSource>
1763
+ </gfc:definitionSource>
1764
+ </gfc:FC_DefinitionReference>
1765
+ </gfc:definitionReference>
1766
+ <gfc:valueType>
1767
+ <gco:TypeName>
1768
+ <gco:aName>
1769
+ <gco:CharacterString>Double</gco:CharacterString>
1770
+ </gco:aName>
1771
+ </gco:TypeName>
1772
+ </gfc:valueType>
1773
+ </gfc:FC_FeatureAttribute>
1774
+ </gfc:carrierOfCharacteristics>
1775
+ <gfc:carrierOfCharacteristics>
1776
+ <gfc:FC_FeatureAttribute>
1777
+ <gfc:memberName>
1778
+ <gco:LocalName>TOT_AGLB</gco:LocalName>
1779
+ </gfc:memberName>
1780
+ <gfc:definition>
1781
+ <gco:CharacterString>Total Agricultural Labourers</gco:CharacterString>
1782
+ </gfc:definition>
1783
+ <gfc:cardinality gco:nilReason="unknown"/>
1784
+ <gfc:definitionReference>
1785
+ <gfc:FC_DefinitionReference>
1786
+ <gfc:definitionSource>
1787
+ <gfc:FC_DefinitionSource>
1788
+ <gfc:source>
1789
+ <gmd:CI_Citation>
1790
+ <gmd:title>
1791
+ <gco:CharacterString>Census of India</gco:CharacterString>
1792
+ </gmd:title>
1793
+ <gmd:date gco:nilReason="unknown"/>
1794
+ <gmd:citedResponsibleParty>
1795
+ <gmd:CI_ResponsibleParty>
1796
+ <gmd:organisationName>
1797
+ <gco:CharacterString>Census of India</gco:CharacterString>
1798
+ </gmd:organisationName>
1799
+ <gmd:role>
1800
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1801
+ </gmd:role>
1802
+ </gmd:CI_ResponsibleParty>
1803
+ </gmd:citedResponsibleParty>
1804
+ </gmd:CI_Citation>
1805
+ </gfc:source>
1806
+ </gfc:FC_DefinitionSource>
1807
+ </gfc:definitionSource>
1808
+ </gfc:FC_DefinitionReference>
1809
+ </gfc:definitionReference>
1810
+ <gfc:valueType>
1811
+ <gco:TypeName>
1812
+ <gco:aName>
1813
+ <gco:CharacterString>Double</gco:CharacterString>
1814
+ </gco:aName>
1815
+ </gco:TypeName>
1816
+ </gfc:valueType>
1817
+ </gfc:FC_FeatureAttribute>
1818
+ </gfc:carrierOfCharacteristics>
1819
+ <gfc:carrierOfCharacteristics>
1820
+ <gfc:FC_FeatureAttribute>
1821
+ <gfc:memberName>
1822
+ <gco:LocalName>M_SERV</gco:LocalName>
1823
+ </gfc:memberName>
1824
+ <gfc:definition>
1825
+ <gco:CharacterString>Male workers in services</gco:CharacterString>
1826
+ </gfc:definition>
1827
+ <gfc:cardinality gco:nilReason="unknown"/>
1828
+ <gfc:definitionReference>
1829
+ <gfc:FC_DefinitionReference>
1830
+ <gfc:definitionSource>
1831
+ <gfc:FC_DefinitionSource>
1832
+ <gfc:source>
1833
+ <gmd:CI_Citation>
1834
+ <gmd:title>
1835
+ <gco:CharacterString>Census of India</gco:CharacterString>
1836
+ </gmd:title>
1837
+ <gmd:date gco:nilReason="unknown"/>
1838
+ <gmd:citedResponsibleParty>
1839
+ <gmd:CI_ResponsibleParty>
1840
+ <gmd:organisationName>
1841
+ <gco:CharacterString>Census of India</gco:CharacterString>
1842
+ </gmd:organisationName>
1843
+ <gmd:role>
1844
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1845
+ </gmd:role>
1846
+ </gmd:CI_ResponsibleParty>
1847
+ </gmd:citedResponsibleParty>
1848
+ </gmd:CI_Citation>
1849
+ </gfc:source>
1850
+ </gfc:FC_DefinitionSource>
1851
+ </gfc:definitionSource>
1852
+ </gfc:FC_DefinitionReference>
1853
+ </gfc:definitionReference>
1854
+ <gfc:valueType>
1855
+ <gco:TypeName>
1856
+ <gco:aName>
1857
+ <gco:CharacterString>Double</gco:CharacterString>
1858
+ </gco:aName>
1859
+ </gco:TypeName>
1860
+ </gfc:valueType>
1861
+ </gfc:FC_FeatureAttribute>
1862
+ </gfc:carrierOfCharacteristics>
1863
+ <gfc:carrierOfCharacteristics>
1864
+ <gfc:FC_FeatureAttribute>
1865
+ <gfc:memberName>
1866
+ <gco:LocalName>TOT_SERV</gco:LocalName>
1867
+ </gfc:memberName>
1868
+ <gfc:definition>
1869
+ <gco:CharacterString>Total workers in services</gco:CharacterString>
1870
+ </gfc:definition>
1871
+ <gfc:cardinality gco:nilReason="unknown"/>
1872
+ <gfc:definitionReference>
1873
+ <gfc:FC_DefinitionReference>
1874
+ <gfc:definitionSource>
1875
+ <gfc:FC_DefinitionSource>
1876
+ <gfc:source>
1877
+ <gmd:CI_Citation>
1878
+ <gmd:title>
1879
+ <gco:CharacterString>Census of India</gco:CharacterString>
1880
+ </gmd:title>
1881
+ <gmd:date gco:nilReason="unknown"/>
1882
+ <gmd:citedResponsibleParty>
1883
+ <gmd:CI_ResponsibleParty>
1884
+ <gmd:organisationName>
1885
+ <gco:CharacterString>Census of India</gco:CharacterString>
1886
+ </gmd:organisationName>
1887
+ <gmd:role>
1888
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1889
+ </gmd:role>
1890
+ </gmd:CI_ResponsibleParty>
1891
+ </gmd:citedResponsibleParty>
1892
+ </gmd:CI_Citation>
1893
+ </gfc:source>
1894
+ </gfc:FC_DefinitionSource>
1895
+ </gfc:definitionSource>
1896
+ </gfc:FC_DefinitionReference>
1897
+ </gfc:definitionReference>
1898
+ <gfc:valueType>
1899
+ <gco:TypeName>
1900
+ <gco:aName>
1901
+ <gco:CharacterString>Double</gco:CharacterString>
1902
+ </gco:aName>
1903
+ </gco:TypeName>
1904
+ </gfc:valueType>
1905
+ </gfc:FC_FeatureAttribute>
1906
+ </gfc:carrierOfCharacteristics>
1907
+ <gfc:carrierOfCharacteristics>
1908
+ <gfc:FC_FeatureAttribute>
1909
+ <gfc:memberName>
1910
+ <gco:LocalName>F_TRNS</gco:LocalName>
1911
+ </gfc:memberName>
1912
+ <gfc:definition>
1913
+ <gco:CharacterString>Female workers in transport,storage &amp; communication</gco:CharacterString>
1914
+ </gfc:definition>
1915
+ <gfc:cardinality gco:nilReason="unknown"/>
1916
+ <gfc:definitionReference>
1917
+ <gfc:FC_DefinitionReference>
1918
+ <gfc:definitionSource>
1919
+ <gfc:FC_DefinitionSource>
1920
+ <gfc:source>
1921
+ <gmd:CI_Citation>
1922
+ <gmd:title>
1923
+ <gco:CharacterString>Census of India</gco:CharacterString>
1924
+ </gmd:title>
1925
+ <gmd:date gco:nilReason="unknown"/>
1926
+ <gmd:citedResponsibleParty>
1927
+ <gmd:CI_ResponsibleParty>
1928
+ <gmd:organisationName>
1929
+ <gco:CharacterString>Census of India</gco:CharacterString>
1930
+ </gmd:organisationName>
1931
+ <gmd:role>
1932
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1933
+ </gmd:role>
1934
+ </gmd:CI_ResponsibleParty>
1935
+ </gmd:citedResponsibleParty>
1936
+ </gmd:CI_Citation>
1937
+ </gfc:source>
1938
+ </gfc:FC_DefinitionSource>
1939
+ </gfc:definitionSource>
1940
+ </gfc:FC_DefinitionReference>
1941
+ </gfc:definitionReference>
1942
+ <gfc:valueType>
1943
+ <gco:TypeName>
1944
+ <gco:aName>
1945
+ <gco:CharacterString>Double</gco:CharacterString>
1946
+ </gco:aName>
1947
+ </gco:TypeName>
1948
+ </gfc:valueType>
1949
+ </gfc:FC_FeatureAttribute>
1950
+ </gfc:carrierOfCharacteristics>
1951
+ <gfc:carrierOfCharacteristics>
1952
+ <gfc:FC_FeatureAttribute>
1953
+ <gfc:memberName>
1954
+ <gco:LocalName>M_TRNS</gco:LocalName>
1955
+ </gfc:memberName>
1956
+ <gfc:definition>
1957
+ <gco:CharacterString>Male workers in transport,storage &amp; communication</gco:CharacterString>
1958
+ </gfc:definition>
1959
+ <gfc:cardinality gco:nilReason="unknown"/>
1960
+ <gfc:definitionReference>
1961
+ <gfc:FC_DefinitionReference>
1962
+ <gfc:definitionSource>
1963
+ <gfc:FC_DefinitionSource>
1964
+ <gfc:source>
1965
+ <gmd:CI_Citation>
1966
+ <gmd:title>
1967
+ <gco:CharacterString>Census of India</gco:CharacterString>
1968
+ </gmd:title>
1969
+ <gmd:date gco:nilReason="unknown"/>
1970
+ <gmd:citedResponsibleParty>
1971
+ <gmd:CI_ResponsibleParty>
1972
+ <gmd:organisationName>
1973
+ <gco:CharacterString>Census of India</gco:CharacterString>
1974
+ </gmd:organisationName>
1975
+ <gmd:role>
1976
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1977
+ </gmd:role>
1978
+ </gmd:CI_ResponsibleParty>
1979
+ </gmd:citedResponsibleParty>
1980
+ </gmd:CI_Citation>
1981
+ </gfc:source>
1982
+ </gfc:FC_DefinitionSource>
1983
+ </gfc:definitionSource>
1984
+ </gfc:FC_DefinitionReference>
1985
+ </gfc:definitionReference>
1986
+ <gfc:valueType>
1987
+ <gco:TypeName>
1988
+ <gco:aName>
1989
+ <gco:CharacterString>Double</gco:CharacterString>
1990
+ </gco:aName>
1991
+ </gco:TypeName>
1992
+ </gfc:valueType>
1993
+ </gfc:FC_FeatureAttribute>
1994
+ </gfc:carrierOfCharacteristics>
1995
+ <gfc:carrierOfCharacteristics>
1996
+ <gfc:FC_FeatureAttribute>
1997
+ <gfc:memberName>
1998
+ <gco:LocalName>F_NNW</gco:LocalName>
1999
+ </gfc:memberName>
2000
+ <gfc:definition>
2001
+ <gco:CharacterString>Female Non-workers</gco:CharacterString>
2002
+ </gfc:definition>
2003
+ <gfc:cardinality gco:nilReason="unknown"/>
2004
+ <gfc:definitionReference>
2005
+ <gfc:FC_DefinitionReference>
2006
+ <gfc:definitionSource>
2007
+ <gfc:FC_DefinitionSource>
2008
+ <gfc:source>
2009
+ <gmd:CI_Citation>
2010
+ <gmd:title>
2011
+ <gco:CharacterString>Census of India</gco:CharacterString>
2012
+ </gmd:title>
2013
+ <gmd:date gco:nilReason="unknown"/>
2014
+ <gmd:citedResponsibleParty>
2015
+ <gmd:CI_ResponsibleParty>
2016
+ <gmd:organisationName>
2017
+ <gco:CharacterString>Census of India</gco:CharacterString>
2018
+ </gmd:organisationName>
2019
+ <gmd:role>
2020
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2021
+ </gmd:role>
2022
+ </gmd:CI_ResponsibleParty>
2023
+ </gmd:citedResponsibleParty>
2024
+ </gmd:CI_Citation>
2025
+ </gfc:source>
2026
+ </gfc:FC_DefinitionSource>
2027
+ </gfc:definitionSource>
2028
+ </gfc:FC_DefinitionReference>
2029
+ </gfc:definitionReference>
2030
+ <gfc:valueType>
2031
+ <gco:TypeName>
2032
+ <gco:aName>
2033
+ <gco:CharacterString>Double</gco:CharacterString>
2034
+ </gco:aName>
2035
+ </gco:TypeName>
2036
+ </gfc:valueType>
2037
+ </gfc:FC_FeatureAttribute>
2038
+ </gfc:carrierOfCharacteristics>
2039
+ <gfc:carrierOfCharacteristics>
2040
+ <gfc:FC_FeatureAttribute>
2041
+ <gfc:memberName>
2042
+ <gco:LocalName>TOT_NNW</gco:LocalName>
2043
+ </gfc:memberName>
2044
+ <gfc:definition>
2045
+ <gco:CharacterString>Total Non-workers</gco:CharacterString>
2046
+ </gfc:definition>
2047
+ <gfc:cardinality gco:nilReason="unknown"/>
2048
+ <gfc:definitionReference>
2049
+ <gfc:FC_DefinitionReference>
2050
+ <gfc:definitionSource>
2051
+ <gfc:FC_DefinitionSource>
2052
+ <gfc:source>
2053
+ <gmd:CI_Citation>
2054
+ <gmd:title>
2055
+ <gco:CharacterString>Census of India</gco:CharacterString>
2056
+ </gmd:title>
2057
+ <gmd:date gco:nilReason="unknown"/>
2058
+ <gmd:citedResponsibleParty>
2059
+ <gmd:CI_ResponsibleParty>
2060
+ <gmd:organisationName>
2061
+ <gco:CharacterString>Census of India</gco:CharacterString>
2062
+ </gmd:organisationName>
2063
+ <gmd:role>
2064
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2065
+ </gmd:role>
2066
+ </gmd:CI_ResponsibleParty>
2067
+ </gmd:citedResponsibleParty>
2068
+ </gmd:CI_Citation>
2069
+ </gfc:source>
2070
+ </gfc:FC_DefinitionSource>
2071
+ </gfc:definitionSource>
2072
+ </gfc:FC_DefinitionReference>
2073
+ </gfc:definitionReference>
2074
+ <gfc:valueType>
2075
+ <gco:TypeName>
2076
+ <gco:aName>
2077
+ <gco:CharacterString>Double</gco:CharacterString>
2078
+ </gco:aName>
2079
+ </gco:TypeName>
2080
+ </gfc:valueType>
2081
+ </gfc:FC_FeatureAttribute>
2082
+ </gfc:carrierOfCharacteristics>
2083
+ <gfc:carrierOfCharacteristics>
2084
+ <gfc:FC_FeatureAttribute>
2085
+ <gfc:memberName>
2086
+ <gco:LocalName>F_SERV</gco:LocalName>
2087
+ </gfc:memberName>
2088
+ <gfc:definition>
2089
+ <gco:CharacterString>Female workers in services</gco:CharacterString>
2090
+ </gfc:definition>
2091
+ <gfc:cardinality gco:nilReason="unknown"/>
2092
+ <gfc:definitionReference>
2093
+ <gfc:FC_DefinitionReference>
2094
+ <gfc:definitionSource>
2095
+ <gfc:FC_DefinitionSource>
2096
+ <gfc:source>
2097
+ <gmd:CI_Citation>
2098
+ <gmd:title>
2099
+ <gco:CharacterString>Census of India</gco:CharacterString>
2100
+ </gmd:title>
2101
+ <gmd:date gco:nilReason="unknown"/>
2102
+ <gmd:citedResponsibleParty>
2103
+ <gmd:CI_ResponsibleParty>
2104
+ <gmd:organisationName>
2105
+ <gco:CharacterString>Census of India</gco:CharacterString>
2106
+ </gmd:organisationName>
2107
+ <gmd:role>
2108
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2109
+ </gmd:role>
2110
+ </gmd:CI_ResponsibleParty>
2111
+ </gmd:citedResponsibleParty>
2112
+ </gmd:CI_Citation>
2113
+ </gfc:source>
2114
+ </gfc:FC_DefinitionSource>
2115
+ </gfc:definitionSource>
2116
+ </gfc:FC_DefinitionReference>
2117
+ </gfc:definitionReference>
2118
+ <gfc:valueType>
2119
+ <gco:TypeName>
2120
+ <gco:aName>
2121
+ <gco:CharacterString>Double</gco:CharacterString>
2122
+ </gco:aName>
2123
+ </gco:TypeName>
2124
+ </gfc:valueType>
2125
+ </gfc:FC_FeatureAttribute>
2126
+ </gfc:carrierOfCharacteristics>
2127
+ <gfc:carrierOfCharacteristics>
2128
+ <gfc:FC_FeatureAttribute>
2129
+ <gfc:memberName>
2130
+ <gco:LocalName>F_CNST</gco:LocalName>
2131
+ </gfc:memberName>
2132
+ <gfc:definition>
2133
+ <gco:CharacterString>Female workers in construction</gco:CharacterString>
2134
+ </gfc:definition>
2135
+ <gfc:cardinality gco:nilReason="unknown"/>
2136
+ <gfc:definitionReference>
2137
+ <gfc:FC_DefinitionReference>
2138
+ <gfc:definitionSource>
2139
+ <gfc:FC_DefinitionSource>
2140
+ <gfc:source>
2141
+ <gmd:CI_Citation>
2142
+ <gmd:title>
2143
+ <gco:CharacterString>Census of India</gco:CharacterString>
2144
+ </gmd:title>
2145
+ <gmd:date gco:nilReason="unknown"/>
2146
+ <gmd:citedResponsibleParty>
2147
+ <gmd:CI_ResponsibleParty>
2148
+ <gmd:organisationName>
2149
+ <gco:CharacterString>Census of India</gco:CharacterString>
2150
+ </gmd:organisationName>
2151
+ <gmd:role>
2152
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2153
+ </gmd:role>
2154
+ </gmd:CI_ResponsibleParty>
2155
+ </gmd:citedResponsibleParty>
2156
+ </gmd:CI_Citation>
2157
+ </gfc:source>
2158
+ </gfc:FC_DefinitionSource>
2159
+ </gfc:definitionSource>
2160
+ </gfc:FC_DefinitionReference>
2161
+ </gfc:definitionReference>
2162
+ <gfc:valueType>
2163
+ <gco:TypeName>
2164
+ <gco:aName>
2165
+ <gco:CharacterString>Double</gco:CharacterString>
2166
+ </gco:aName>
2167
+ </gco:TypeName>
2168
+ </gfc:valueType>
2169
+ </gfc:FC_FeatureAttribute>
2170
+ </gfc:carrierOfCharacteristics>
2171
+ <gfc:carrierOfCharacteristics>
2172
+ <gfc:FC_FeatureAttribute>
2173
+ <gfc:memberName>
2174
+ <gco:LocalName>TOT_TRNS</gco:LocalName>
2175
+ </gfc:memberName>
2176
+ <gfc:definition>
2177
+ <gco:CharacterString>Total workers in transport, storage &amp; communication</gco:CharacterString>
2178
+ </gfc:definition>
2179
+ <gfc:cardinality gco:nilReason="unknown"/>
2180
+ <gfc:definitionReference>
2181
+ <gfc:FC_DefinitionReference>
2182
+ <gfc:definitionSource>
2183
+ <gfc:FC_DefinitionSource>
2184
+ <gfc:source>
2185
+ <gmd:CI_Citation>
2186
+ <gmd:title>
2187
+ <gco:CharacterString>Census of India</gco:CharacterString>
2188
+ </gmd:title>
2189
+ <gmd:date gco:nilReason="unknown"/>
2190
+ <gmd:citedResponsibleParty>
2191
+ <gmd:CI_ResponsibleParty>
2192
+ <gmd:organisationName>
2193
+ <gco:CharacterString>Census of India</gco:CharacterString>
2194
+ </gmd:organisationName>
2195
+ <gmd:role>
2196
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2197
+ </gmd:role>
2198
+ </gmd:CI_ResponsibleParty>
2199
+ </gmd:citedResponsibleParty>
2200
+ </gmd:CI_Citation>
2201
+ </gfc:source>
2202
+ </gfc:FC_DefinitionSource>
2203
+ </gfc:definitionSource>
2204
+ </gfc:FC_DefinitionReference>
2205
+ </gfc:definitionReference>
2206
+ <gfc:valueType>
2207
+ <gco:TypeName>
2208
+ <gco:aName>
2209
+ <gco:CharacterString>Double</gco:CharacterString>
2210
+ </gco:aName>
2211
+ </gco:TypeName>
2212
+ </gfc:valueType>
2213
+ </gfc:FC_FeatureAttribute>
2214
+ </gfc:carrierOfCharacteristics>
2215
+ <gfc:carrierOfCharacteristics>
2216
+ <gfc:FC_FeatureAttribute>
2217
+ <gfc:memberName>
2218
+ <gco:LocalName>F_COM</gco:LocalName>
2219
+ </gfc:memberName>
2220
+ <gfc:definition>
2221
+ <gco:CharacterString>Female workers in commerce &amp; trade</gco:CharacterString>
2222
+ </gfc:definition>
2223
+ <gfc:cardinality gco:nilReason="unknown"/>
2224
+ <gfc:definitionReference>
2225
+ <gfc:FC_DefinitionReference>
2226
+ <gfc:definitionSource>
2227
+ <gfc:FC_DefinitionSource>
2228
+ <gfc:source>
2229
+ <gmd:CI_Citation>
2230
+ <gmd:title>
2231
+ <gco:CharacterString>Census of India</gco:CharacterString>
2232
+ </gmd:title>
2233
+ <gmd:date gco:nilReason="unknown"/>
2234
+ <gmd:citedResponsibleParty>
2235
+ <gmd:CI_ResponsibleParty>
2236
+ <gmd:organisationName>
2237
+ <gco:CharacterString>Census of India</gco:CharacterString>
2238
+ </gmd:organisationName>
2239
+ <gmd:role>
2240
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2241
+ </gmd:role>
2242
+ </gmd:CI_ResponsibleParty>
2243
+ </gmd:citedResponsibleParty>
2244
+ </gmd:CI_Citation>
2245
+ </gfc:source>
2246
+ </gfc:FC_DefinitionSource>
2247
+ </gfc:definitionSource>
2248
+ </gfc:FC_DefinitionReference>
2249
+ </gfc:definitionReference>
2250
+ <gfc:valueType>
2251
+ <gco:TypeName>
2252
+ <gco:aName>
2253
+ <gco:CharacterString>Double</gco:CharacterString>
2254
+ </gco:aName>
2255
+ </gco:TypeName>
2256
+ </gfc:valueType>
2257
+ </gfc:FC_FeatureAttribute>
2258
+ </gfc:carrierOfCharacteristics>
2259
+ <gfc:carrierOfCharacteristics>
2260
+ <gfc:FC_FeatureAttribute>
2261
+ <gfc:memberName>
2262
+ <gco:LocalName>M_COM</gco:LocalName>
2263
+ </gfc:memberName>
2264
+ <gfc:definition>
2265
+ <gco:CharacterString>Male workers in commerce &amp; trade</gco:CharacterString>
2266
+ </gfc:definition>
2267
+ <gfc:cardinality gco:nilReason="unknown"/>
2268
+ <gfc:definitionReference>
2269
+ <gfc:FC_DefinitionReference>
2270
+ <gfc:definitionSource>
2271
+ <gfc:FC_DefinitionSource>
2272
+ <gfc:source>
2273
+ <gmd:CI_Citation>
2274
+ <gmd:title>
2275
+ <gco:CharacterString>Census of India</gco:CharacterString>
2276
+ </gmd:title>
2277
+ <gmd:date gco:nilReason="unknown"/>
2278
+ <gmd:citedResponsibleParty>
2279
+ <gmd:CI_ResponsibleParty>
2280
+ <gmd:organisationName>
2281
+ <gco:CharacterString>Census of India</gco:CharacterString>
2282
+ </gmd:organisationName>
2283
+ <gmd:role>
2284
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2285
+ </gmd:role>
2286
+ </gmd:CI_ResponsibleParty>
2287
+ </gmd:citedResponsibleParty>
2288
+ </gmd:CI_Citation>
2289
+ </gfc:source>
2290
+ </gfc:FC_DefinitionSource>
2291
+ </gfc:definitionSource>
2292
+ </gfc:FC_DefinitionReference>
2293
+ </gfc:definitionReference>
2294
+ <gfc:valueType>
2295
+ <gco:TypeName>
2296
+ <gco:aName>
2297
+ <gco:CharacterString>Double</gco:CharacterString>
2298
+ </gco:aName>
2299
+ </gco:TypeName>
2300
+ </gfc:valueType>
2301
+ </gfc:FC_FeatureAttribute>
2302
+ </gfc:carrierOfCharacteristics>
2303
+ <gfc:carrierOfCharacteristics>
2304
+ <gfc:FC_FeatureAttribute>
2305
+ <gfc:memberName>
2306
+ <gco:LocalName>TOT_COM</gco:LocalName>
2307
+ </gfc:memberName>
2308
+ <gfc:definition>
2309
+ <gco:CharacterString>Total workers in commerce &amp; trade</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>F_MFNH</gco:LocalName>
2351
+ </gfc:memberName>
2352
+ <gfc:definition>
2353
+ <gco:CharacterString>Female workers other than household industry</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>F_MINE</gco:LocalName>
2395
+ </gfc:memberName>
2396
+ <gfc:definition>
2397
+ <gco:CharacterString>Female mining and quarrying 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>NAME</gco:LocalName>
2439
+ </gfc:memberName>
2440
+ <gfc:definition>
2441
+ <gco:CharacterString>Name of district in 1971</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>String</gco:CharacterString>
2474
+ </gco:aName>
2475
+ </gco:TypeName>
2476
+ </gfc:valueType>
2477
+ <gfc:listedValue>
2478
+ <gfc:FC_ListedValue>
2479
+ <gfc:label>
2480
+ <gco:CharacterString>District</gco:CharacterString>
2481
+ </gfc:label>
2482
+ <gfc:definition>
2483
+ <gco:CharacterString>Name of district</gco:CharacterString>
2484
+ </gfc:definition>
2485
+ <gfc:definitionReference>
2486
+ <gfc:FC_DefinitionReference>
2487
+ <gfc:definitionSource>
2488
+ <gfc:FC_DefinitionSource>
2489
+ <gfc:source>
2490
+ <gmd:CI_Citation>
2491
+ <gmd:title>
2492
+ <gco:CharacterString>Census of India</gco:CharacterString>
2493
+ </gmd:title>
2494
+ <gmd:date gco:nilReason="unknown"/>
2495
+ <gmd:citedResponsibleParty>
2496
+ <gmd:CI_ResponsibleParty>
2497
+ <gmd:organisationName>
2498
+ <gco:CharacterString>Census of India</gco:CharacterString>
2499
+ </gmd:organisationName>
2500
+ <gmd:role>
2501
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2502
+ </gmd:role>
2503
+ </gmd:CI_ResponsibleParty>
2504
+ </gmd:citedResponsibleParty>
2505
+ </gmd:CI_Citation>
2506
+ </gfc:source>
2507
+ </gfc:FC_DefinitionSource>
2508
+ </gfc:definitionSource>
2509
+ </gfc:FC_DefinitionReference>
2510
+ </gfc:definitionReference>
2511
+ </gfc:FC_ListedValue>
2512
+ </gfc:listedValue>
2513
+ </gfc:FC_FeatureAttribute>
2514
+ </gfc:carrierOfCharacteristics>
2515
+ <gfc:carrierOfCharacteristics>
2516
+ <gfc:FC_FeatureAttribute>
2517
+ <gfc:memberName>
2518
+ <gco:LocalName>M_MNW</gco:LocalName>
2519
+ </gfc:memberName>
2520
+ <gfc:definition>
2521
+ <gco:CharacterString>Male Main Workers</gco:CharacterString>
2522
+ </gfc:definition>
2523
+ <gfc:cardinality gco:nilReason="unknown"/>
2524
+ <gfc:definitionReference>
2525
+ <gfc:FC_DefinitionReference>
2526
+ <gfc:definitionSource>
2527
+ <gfc:FC_DefinitionSource>
2528
+ <gfc:source>
2529
+ <gmd:CI_Citation>
2530
+ <gmd:title>
2531
+ <gco:CharacterString>Census of India</gco:CharacterString>
2532
+ </gmd:title>
2533
+ <gmd:date gco:nilReason="unknown"/>
2534
+ <gmd:citedResponsibleParty>
2535
+ <gmd:CI_ResponsibleParty>
2536
+ <gmd:organisationName>
2537
+ <gco:CharacterString>Census of India</gco:CharacterString>
2538
+ </gmd:organisationName>
2539
+ <gmd:role>
2540
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2541
+ </gmd:role>
2542
+ </gmd:CI_ResponsibleParty>
2543
+ </gmd:citedResponsibleParty>
2544
+ </gmd:CI_Citation>
2545
+ </gfc:source>
2546
+ </gfc:FC_DefinitionSource>
2547
+ </gfc:definitionSource>
2548
+ </gfc:FC_DefinitionReference>
2549
+ </gfc:definitionReference>
2550
+ <gfc:valueType>
2551
+ <gco:TypeName>
2552
+ <gco:aName>
2553
+ <gco:CharacterString>Double</gco:CharacterString>
2554
+ </gco:aName>
2555
+ </gco:TypeName>
2556
+ </gfc:valueType>
2557
+ </gfc:FC_FeatureAttribute>
2558
+ </gfc:carrierOfCharacteristics>
2559
+ <gfc:carrierOfCharacteristics>
2560
+ <gfc:FC_FeatureAttribute>
2561
+ <gfc:memberName>
2562
+ <gco:LocalName>TOT_MNW</gco:LocalName>
2563
+ </gfc:memberName>
2564
+ <gfc:definition>
2565
+ <gco:CharacterString>Total Main Workers</gco:CharacterString>
2566
+ </gfc:definition>
2567
+ <gfc:cardinality gco:nilReason="unknown"/>
2568
+ <gfc:definitionReference>
2569
+ <gfc:FC_DefinitionReference>
2570
+ <gfc:definitionSource>
2571
+ <gfc:FC_DefinitionSource>
2572
+ <gfc:source>
2573
+ <gmd:CI_Citation>
2574
+ <gmd:title>
2575
+ <gco:CharacterString>Census of India</gco:CharacterString>
2576
+ </gmd:title>
2577
+ <gmd:date gco:nilReason="unknown"/>
2578
+ <gmd:citedResponsibleParty>
2579
+ <gmd:CI_ResponsibleParty>
2580
+ <gmd:organisationName>
2581
+ <gco:CharacterString>Census of India</gco:CharacterString>
2582
+ </gmd:organisationName>
2583
+ <gmd:role>
2584
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2585
+ </gmd:role>
2586
+ </gmd:CI_ResponsibleParty>
2587
+ </gmd:citedResponsibleParty>
2588
+ </gmd:CI_Citation>
2589
+ </gfc:source>
2590
+ </gfc:FC_DefinitionSource>
2591
+ </gfc:definitionSource>
2592
+ </gfc:FC_DefinitionReference>
2593
+ </gfc:definitionReference>
2594
+ <gfc:valueType>
2595
+ <gco:TypeName>
2596
+ <gco:aName>
2597
+ <gco:CharacterString>Double</gco:CharacterString>
2598
+ </gco:aName>
2599
+ </gco:TypeName>
2600
+ </gfc:valueType>
2601
+ </gfc:FC_FeatureAttribute>
2602
+ </gfc:carrierOfCharacteristics>
2603
+ <gfc:carrierOfCharacteristics>
2604
+ <gfc:FC_FeatureAttribute>
2605
+ <gfc:memberName>
2606
+ <gco:LocalName>TOT_F_POP</gco:LocalName>
2607
+ </gfc:memberName>
2608
+ <gfc:definition>
2609
+ <gco:CharacterString>Female population</gco:CharacterString>
2610
+ </gfc:definition>
2611
+ <gfc:cardinality gco:nilReason="unknown"/>
2612
+ <gfc:definitionReference>
2613
+ <gfc:FC_DefinitionReference>
2614
+ <gfc:definitionSource>
2615
+ <gfc:FC_DefinitionSource>
2616
+ <gfc:source>
2617
+ <gmd:CI_Citation>
2618
+ <gmd:title>
2619
+ <gco:CharacterString>Census of India</gco:CharacterString>
2620
+ </gmd:title>
2621
+ <gmd:date gco:nilReason="unknown"/>
2622
+ <gmd:citedResponsibleParty>
2623
+ <gmd:CI_ResponsibleParty>
2624
+ <gmd:organisationName>
2625
+ <gco:CharacterString>Census of India</gco:CharacterString>
2626
+ </gmd:organisationName>
2627
+ <gmd:role>
2628
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2629
+ </gmd:role>
2630
+ </gmd:CI_ResponsibleParty>
2631
+ </gmd:citedResponsibleParty>
2632
+ </gmd:CI_Citation>
2633
+ </gfc:source>
2634
+ </gfc:FC_DefinitionSource>
2635
+ </gfc:definitionSource>
2636
+ </gfc:FC_DefinitionReference>
2637
+ </gfc:definitionReference>
2638
+ <gfc:valueType>
2639
+ <gco:TypeName>
2640
+ <gco:aName>
2641
+ <gco:CharacterString>Double</gco:CharacterString>
2642
+ </gco:aName>
2643
+ </gco:TypeName>
2644
+ </gfc:valueType>
2645
+ </gfc:FC_FeatureAttribute>
2646
+ </gfc:carrierOfCharacteristics>
2647
+ <gfc:carrierOfCharacteristics>
2648
+ <gfc:FC_FeatureAttribute>
2649
+ <gfc:memberName>
2650
+ <gco:LocalName>INHA_VIL</gco:LocalName>
2651
+ </gfc:memberName>
2652
+ <gfc:definition>
2653
+ <gco:CharacterString>Number of inhabitaed village</gco:CharacterString>
2654
+ </gfc:definition>
2655
+ <gfc:cardinality gco:nilReason="unknown"/>
2656
+ <gfc:definitionReference>
2657
+ <gfc:FC_DefinitionReference>
2658
+ <gfc:definitionSource>
2659
+ <gfc:FC_DefinitionSource>
2660
+ <gfc:source>
2661
+ <gmd:CI_Citation>
2662
+ <gmd:title>
2663
+ <gco:CharacterString>Census of India</gco:CharacterString>
2664
+ </gmd:title>
2665
+ <gmd:date gco:nilReason="unknown"/>
2666
+ <gmd:citedResponsibleParty>
2667
+ <gmd:CI_ResponsibleParty>
2668
+ <gmd:organisationName>
2669
+ <gco:CharacterString>Census of India</gco:CharacterString>
2670
+ </gmd:organisationName>
2671
+ <gmd:role>
2672
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2673
+ </gmd:role>
2674
+ </gmd:CI_ResponsibleParty>
2675
+ </gmd:citedResponsibleParty>
2676
+ </gmd:CI_Citation>
2677
+ </gfc:source>
2678
+ </gfc:FC_DefinitionSource>
2679
+ </gfc:definitionSource>
2680
+ </gfc:FC_DefinitionReference>
2681
+ </gfc:definitionReference>
2682
+ <gfc:valueType>
2683
+ <gco:TypeName>
2684
+ <gco:aName>
2685
+ <gco:CharacterString>Double</gco:CharacterString>
2686
+ </gco:aName>
2687
+ </gco:TypeName>
2688
+ </gfc:valueType>
2689
+ </gfc:FC_FeatureAttribute>
2690
+ </gfc:carrierOfCharacteristics>
2691
+ <gfc:carrierOfCharacteristics>
2692
+ <gfc:FC_FeatureAttribute>
2693
+ <gfc:memberName>
2694
+ <gco:LocalName>F_MNW</gco:LocalName>
2695
+ </gfc:memberName>
2696
+ <gfc:definition>
2697
+ <gco:CharacterString>Female Main Workers</gco:CharacterString>
2698
+ </gfc:definition>
2699
+ <gfc:cardinality gco:nilReason="unknown"/>
2700
+ <gfc:definitionReference>
2701
+ <gfc:FC_DefinitionReference>
2702
+ <gfc:definitionSource>
2703
+ <gfc:FC_DefinitionSource>
2704
+ <gfc:source>
2705
+ <gmd:CI_Citation>
2706
+ <gmd:title>
2707
+ <gco:CharacterString>Census of India</gco:CharacterString>
2708
+ </gmd:title>
2709
+ <gmd:date gco:nilReason="unknown"/>
2710
+ <gmd:citedResponsibleParty>
2711
+ <gmd:CI_ResponsibleParty>
2712
+ <gmd:organisationName>
2713
+ <gco:CharacterString>Census of India</gco:CharacterString>
2714
+ </gmd:organisationName>
2715
+ <gmd:role>
2716
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2717
+ </gmd:role>
2718
+ </gmd:CI_ResponsibleParty>
2719
+ </gmd:citedResponsibleParty>
2720
+ </gmd:CI_Citation>
2721
+ </gfc:source>
2722
+ </gfc:FC_DefinitionSource>
2723
+ </gfc:definitionSource>
2724
+ </gfc:FC_DefinitionReference>
2725
+ </gfc:definitionReference>
2726
+ <gfc:valueType>
2727
+ <gco:TypeName>
2728
+ <gco:aName>
2729
+ <gco:CharacterString>Double</gco:CharacterString>
2730
+ </gco:aName>
2731
+ </gco:TypeName>
2732
+ </gfc:valueType>
2733
+ </gfc:FC_FeatureAttribute>
2734
+ </gfc:carrierOfCharacteristics>
2735
+ <gfc:carrierOfCharacteristics>
2736
+ <gfc:FC_FeatureAttribute>
2737
+ <gfc:memberName>
2738
+ <gco:LocalName>T_U_POP</gco:LocalName>
2739
+ </gfc:memberName>
2740
+ <gfc:definition>
2741
+ <gco:CharacterString>Total urban population</gco:CharacterString>
2742
+ </gfc:definition>
2743
+ <gfc:cardinality gco:nilReason="unknown"/>
2744
+ <gfc:definitionReference>
2745
+ <gfc:FC_DefinitionReference>
2746
+ <gfc:definitionSource>
2747
+ <gfc:FC_DefinitionSource>
2748
+ <gfc:source>
2749
+ <gmd:CI_Citation>
2750
+ <gmd:title>
2751
+ <gco:CharacterString>Census of India</gco:CharacterString>
2752
+ </gmd:title>
2753
+ <gmd:date gco:nilReason="unknown"/>
2754
+ <gmd:citedResponsibleParty>
2755
+ <gmd:CI_ResponsibleParty>
2756
+ <gmd:organisationName>
2757
+ <gco:CharacterString>Census of India</gco:CharacterString>
2758
+ </gmd:organisationName>
2759
+ <gmd:role>
2760
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2761
+ </gmd:role>
2762
+ </gmd:CI_ResponsibleParty>
2763
+ </gmd:citedResponsibleParty>
2764
+ </gmd:CI_Citation>
2765
+ </gfc:source>
2766
+ </gfc:FC_DefinitionSource>
2767
+ </gfc:definitionSource>
2768
+ </gfc:FC_DefinitionReference>
2769
+ </gfc:definitionReference>
2770
+ <gfc:valueType>
2771
+ <gco:TypeName>
2772
+ <gco:aName>
2773
+ <gco:CharacterString>Double</gco:CharacterString>
2774
+ </gco:aName>
2775
+ </gco:TypeName>
2776
+ </gfc:valueType>
2777
+ </gfc:FC_FeatureAttribute>
2778
+ </gfc:carrierOfCharacteristics>
2779
+ <gfc:carrierOfCharacteristics>
2780
+ <gfc:FC_FeatureAttribute>
2781
+ <gfc:memberName>
2782
+ <gco:LocalName>F_LIT</gco:LocalName>
2783
+ </gfc:memberName>
2784
+ <gfc:definition>
2785
+ <gco:CharacterString>Female literates</gco:CharacterString>
2786
+ </gfc:definition>
2787
+ <gfc:cardinality gco:nilReason="unknown"/>
2788
+ <gfc:definitionReference>
2789
+ <gfc:FC_DefinitionReference>
2790
+ <gfc:definitionSource>
2791
+ <gfc:FC_DefinitionSource>
2792
+ <gfc:source>
2793
+ <gmd:CI_Citation>
2794
+ <gmd:title>
2795
+ <gco:CharacterString>Census of India</gco:CharacterString>
2796
+ </gmd:title>
2797
+ <gmd:date gco:nilReason="unknown"/>
2798
+ <gmd:citedResponsibleParty>
2799
+ <gmd:CI_ResponsibleParty>
2800
+ <gmd:organisationName>
2801
+ <gco:CharacterString>Census of India</gco:CharacterString>
2802
+ </gmd:organisationName>
2803
+ <gmd:role>
2804
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2805
+ </gmd:role>
2806
+ </gmd:CI_ResponsibleParty>
2807
+ </gmd:citedResponsibleParty>
2808
+ </gmd:CI_Citation>
2809
+ </gfc:source>
2810
+ </gfc:FC_DefinitionSource>
2811
+ </gfc:definitionSource>
2812
+ </gfc:FC_DefinitionReference>
2813
+ </gfc:definitionReference>
2814
+ <gfc:valueType>
2815
+ <gco:TypeName>
2816
+ <gco:aName>
2817
+ <gco:CharacterString>Double</gco:CharacterString>
2818
+ </gco:aName>
2819
+ </gco:TypeName>
2820
+ </gfc:valueType>
2821
+ </gfc:FC_FeatureAttribute>
2822
+ </gfc:carrierOfCharacteristics>
2823
+ <gfc:carrierOfCharacteristics>
2824
+ <gfc:FC_FeatureAttribute>
2825
+ <gfc:memberName>
2826
+ <gco:LocalName>TOT_POP</gco:LocalName>
2827
+ </gfc:memberName>
2828
+ <gfc:definition>
2829
+ <gco:CharacterString>Total population</gco:CharacterString>
2830
+ </gfc:definition>
2831
+ <gfc:cardinality gco:nilReason="unknown"/>
2832
+ <gfc:definitionReference>
2833
+ <gfc:FC_DefinitionReference>
2834
+ <gfc:definitionSource>
2835
+ <gfc:FC_DefinitionSource>
2836
+ <gfc:source>
2837
+ <gmd:CI_Citation>
2838
+ <gmd:title>
2839
+ <gco:CharacterString>Census of India</gco:CharacterString>
2840
+ </gmd:title>
2841
+ <gmd:date gco:nilReason="unknown"/>
2842
+ <gmd:citedResponsibleParty>
2843
+ <gmd:CI_ResponsibleParty>
2844
+ <gmd:organisationName>
2845
+ <gco:CharacterString>Census of India</gco:CharacterString>
2846
+ </gmd:organisationName>
2847
+ <gmd:role>
2848
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2849
+ </gmd:role>
2850
+ </gmd:CI_ResponsibleParty>
2851
+ </gmd:citedResponsibleParty>
2852
+ </gmd:CI_Citation>
2853
+ </gfc:source>
2854
+ </gfc:FC_DefinitionSource>
2855
+ </gfc:definitionSource>
2856
+ </gfc:FC_DefinitionReference>
2857
+ </gfc:definitionReference>
2858
+ <gfc:valueType>
2859
+ <gco:TypeName>
2860
+ <gco:aName>
2861
+ <gco:CharacterString>Double</gco:CharacterString>
2862
+ </gco:aName>
2863
+ </gco:TypeName>
2864
+ </gfc:valueType>
2865
+ </gfc:FC_FeatureAttribute>
2866
+ </gfc:carrierOfCharacteristics>
2867
+ <gfc:carrierOfCharacteristics>
2868
+ <gfc:FC_FeatureAttribute>
2869
+ <gfc:memberName>
2870
+ <gco:LocalName>R_NM_HH</gco:LocalName>
2871
+ </gfc:memberName>
2872
+ <gfc:definition>
2873
+ <gco:CharacterString>Total number of rural household</gco:CharacterString>
2874
+ </gfc:definition>
2875
+ <gfc:cardinality gco:nilReason="unknown"/>
2876
+ <gfc:definitionReference>
2877
+ <gfc:FC_DefinitionReference>
2878
+ <gfc:definitionSource>
2879
+ <gfc:FC_DefinitionSource>
2880
+ <gfc:source>
2881
+ <gmd:CI_Citation>
2882
+ <gmd:title>
2883
+ <gco:CharacterString>Census of India</gco:CharacterString>
2884
+ </gmd:title>
2885
+ <gmd:date gco:nilReason="unknown"/>
2886
+ <gmd:citedResponsibleParty>
2887
+ <gmd:CI_ResponsibleParty>
2888
+ <gmd:organisationName>
2889
+ <gco:CharacterString>Census of India</gco:CharacterString>
2890
+ </gmd:organisationName>
2891
+ <gmd:role>
2892
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2893
+ </gmd:role>
2894
+ </gmd:CI_ResponsibleParty>
2895
+ </gmd:citedResponsibleParty>
2896
+ </gmd:CI_Citation>
2897
+ </gfc:source>
2898
+ </gfc:FC_DefinitionSource>
2899
+ </gfc:definitionSource>
2900
+ </gfc:FC_DefinitionReference>
2901
+ </gfc:definitionReference>
2902
+ <gfc:valueType>
2903
+ <gco:TypeName>
2904
+ <gco:aName>
2905
+ <gco:CharacterString>Double</gco:CharacterString>
2906
+ </gco:aName>
2907
+ </gco:TypeName>
2908
+ </gfc:valueType>
2909
+ </gfc:FC_FeatureAttribute>
2910
+ </gfc:carrierOfCharacteristics>
2911
+ <gfc:carrierOfCharacteristics>
2912
+ <gfc:FC_FeatureAttribute>
2913
+ <gfc:memberName>
2914
+ <gco:LocalName>M_CULT</gco:LocalName>
2915
+ </gfc:memberName>
2916
+ <gfc:definition>
2917
+ <gco:CharacterString>Male Cultivators</gco:CharacterString>
2918
+ </gfc:definition>
2919
+ <gfc:cardinality gco:nilReason="unknown"/>
2920
+ <gfc:definitionReference>
2921
+ <gfc:FC_DefinitionReference>
2922
+ <gfc:definitionSource>
2923
+ <gfc:FC_DefinitionSource>
2924
+ <gfc:source>
2925
+ <gmd:CI_Citation>
2926
+ <gmd:title>
2927
+ <gco:CharacterString>Census of India</gco:CharacterString>
2928
+ </gmd:title>
2929
+ <gmd:date gco:nilReason="unknown"/>
2930
+ <gmd:citedResponsibleParty>
2931
+ <gmd:CI_ResponsibleParty>
2932
+ <gmd:organisationName>
2933
+ <gco:CharacterString>Census of India</gco:CharacterString>
2934
+ </gmd:organisationName>
2935
+ <gmd:role>
2936
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2937
+ </gmd:role>
2938
+ </gmd:CI_ResponsibleParty>
2939
+ </gmd:citedResponsibleParty>
2940
+ </gmd:CI_Citation>
2941
+ </gfc:source>
2942
+ </gfc:FC_DefinitionSource>
2943
+ </gfc:definitionSource>
2944
+ </gfc:FC_DefinitionReference>
2945
+ </gfc:definitionReference>
2946
+ <gfc:valueType>
2947
+ <gco:TypeName>
2948
+ <gco:aName>
2949
+ <gco:CharacterString>Double</gco:CharacterString>
2950
+ </gco:aName>
2951
+ </gco:TypeName>
2952
+ </gfc:valueType>
2953
+ </gfc:FC_FeatureAttribute>
2954
+ </gfc:carrierOfCharacteristics>
2955
+ <gfc:carrierOfCharacteristics>
2956
+ <gfc:FC_FeatureAttribute>
2957
+ <gfc:memberName>
2958
+ <gco:LocalName>DENSITY</gco:LocalName>
2959
+ </gfc:memberName>
2960
+ <gfc:definition>
2961
+ <gco:CharacterString>Density of population</gco:CharacterString>
2962
+ </gfc:definition>
2963
+ <gfc:cardinality gco:nilReason="unknown"/>
2964
+ <gfc:definitionReference>
2965
+ <gfc:FC_DefinitionReference>
2966
+ <gfc:definitionSource>
2967
+ <gfc:FC_DefinitionSource>
2968
+ <gfc:source>
2969
+ <gmd:CI_Citation>
2970
+ <gmd:title>
2971
+ <gco:CharacterString>Census of India</gco:CharacterString>
2972
+ </gmd:title>
2973
+ <gmd:date gco:nilReason="unknown"/>
2974
+ <gmd:citedResponsibleParty>
2975
+ <gmd:CI_ResponsibleParty>
2976
+ <gmd:organisationName>
2977
+ <gco:CharacterString>Census of India</gco:CharacterString>
2978
+ </gmd:organisationName>
2979
+ <gmd:role>
2980
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2981
+ </gmd:role>
2982
+ </gmd:CI_ResponsibleParty>
2983
+ </gmd:citedResponsibleParty>
2984
+ </gmd:CI_Citation>
2985
+ </gfc:source>
2986
+ </gfc:FC_DefinitionSource>
2987
+ </gfc:definitionSource>
2988
+ </gfc:FC_DefinitionReference>
2989
+ </gfc:definitionReference>
2990
+ <gfc:valueType>
2991
+ <gco:TypeName>
2992
+ <gco:aName>
2993
+ <gco:CharacterString>Double</gco:CharacterString>
2994
+ </gco:aName>
2995
+ </gco:TypeName>
2996
+ </gfc:valueType>
2997
+ </gfc:FC_FeatureAttribute>
2998
+ </gfc:carrierOfCharacteristics>
2999
+ <gfc:carrierOfCharacteristics>
3000
+ <gfc:FC_FeatureAttribute>
3001
+ <gfc:memberName>
3002
+ <gco:LocalName>M_SC</gco:LocalName>
3003
+ </gfc:memberName>
3004
+ <gfc:definition>
3005
+ <gco:CharacterString>Male scheduled caste</gco:CharacterString>
3006
+ </gfc:definition>
3007
+ <gfc:cardinality gco:nilReason="unknown"/>
3008
+ <gfc:definitionReference>
3009
+ <gfc:FC_DefinitionReference>
3010
+ <gfc:definitionSource>
3011
+ <gfc:FC_DefinitionSource>
3012
+ <gfc:source>
3013
+ <gmd:CI_Citation>
3014
+ <gmd:title>
3015
+ <gco:CharacterString>Census of India</gco:CharacterString>
3016
+ </gmd:title>
3017
+ <gmd:date gco:nilReason="unknown"/>
3018
+ <gmd:citedResponsibleParty>
3019
+ <gmd:CI_ResponsibleParty>
3020
+ <gmd:organisationName>
3021
+ <gco:CharacterString>Census of India</gco:CharacterString>
3022
+ </gmd:organisationName>
3023
+ <gmd:role>
3024
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3025
+ </gmd:role>
3026
+ </gmd:CI_ResponsibleParty>
3027
+ </gmd:citedResponsibleParty>
3028
+ </gmd:CI_Citation>
3029
+ </gfc:source>
3030
+ </gfc:FC_DefinitionSource>
3031
+ </gfc:definitionSource>
3032
+ </gfc:FC_DefinitionReference>
3033
+ </gfc:definitionReference>
3034
+ <gfc:valueType>
3035
+ <gco:TypeName>
3036
+ <gco:aName>
3037
+ <gco:CharacterString>Double</gco:CharacterString>
3038
+ </gco:aName>
3039
+ </gco:TypeName>
3040
+ </gfc:valueType>
3041
+ </gfc:FC_FeatureAttribute>
3042
+ </gfc:carrierOfCharacteristics>
3043
+ <gfc:carrierOfCharacteristics>
3044
+ <gfc:FC_FeatureAttribute>
3045
+ <gfc:memberName>
3046
+ <gco:LocalName>TOT_MFHH</gco:LocalName>
3047
+ </gfc:memberName>
3048
+ <gfc:definition>
3049
+ <gco:CharacterString>Total Household industry workers</gco:CharacterString>
3050
+ </gfc:definition>
3051
+ <gfc:cardinality gco:nilReason="unknown"/>
3052
+ <gfc:definitionReference>
3053
+ <gfc:FC_DefinitionReference>
3054
+ <gfc:definitionSource>
3055
+ <gfc:FC_DefinitionSource>
3056
+ <gfc:source>
3057
+ <gmd:CI_Citation>
3058
+ <gmd:title>
3059
+ <gco:CharacterString>Census of India</gco:CharacterString>
3060
+ </gmd:title>
3061
+ <gmd:date gco:nilReason="unknown"/>
3062
+ <gmd:citedResponsibleParty>
3063
+ <gmd:CI_ResponsibleParty>
3064
+ <gmd:organisationName>
3065
+ <gco:CharacterString>Census of India</gco:CharacterString>
3066
+ </gmd:organisationName>
3067
+ <gmd:role>
3068
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3069
+ </gmd:role>
3070
+ </gmd:CI_ResponsibleParty>
3071
+ </gmd:citedResponsibleParty>
3072
+ </gmd:CI_Citation>
3073
+ </gfc:source>
3074
+ </gfc:FC_DefinitionSource>
3075
+ </gfc:definitionSource>
3076
+ </gfc:FC_DefinitionReference>
3077
+ </gfc:definitionReference>
3078
+ <gfc:valueType>
3079
+ <gco:TypeName>
3080
+ <gco:aName>
3081
+ <gco:CharacterString>Double</gco:CharacterString>
3082
+ </gco:aName>
3083
+ </gco:TypeName>
3084
+ </gfc:valueType>
3085
+ </gfc:FC_FeatureAttribute>
3086
+ </gfc:carrierOfCharacteristics>
3087
+ <gfc:carrierOfCharacteristics>
3088
+ <gfc:FC_FeatureAttribute>
3089
+ <gfc:memberName>
3090
+ <gco:LocalName>U_HOUS</gco:LocalName>
3091
+ </gfc:memberName>
3092
+ <gfc:definition>
3093
+ <gco:CharacterString>Total urban houses</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>M_MFHH</gco:LocalName>
3135
+ </gfc:memberName>
3136
+ <gfc:definition>
3137
+ <gco:CharacterString>Male Household industry workers</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>R_F_POP</gco:LocalName>
3179
+ </gfc:memberName>
3180
+ <gfc:definition>
3181
+ <gco:CharacterString>Rural female population</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>TOT_ST</gco:LocalName>
3223
+ </gfc:memberName>
3224
+ <gfc:definition>
3225
+ <gco:CharacterString>Total 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:carrierOfCharacteristics>
3264
+ <gfc:FC_FeatureAttribute>
3265
+ <gfc:memberName>
3266
+ <gco:LocalName>F_AGLB</gco:LocalName>
3267
+ </gfc:memberName>
3268
+ <gfc:definition>
3269
+ <gco:CharacterString>Female Agricultural Labourers</gco:CharacterString>
3270
+ </gfc:definition>
3271
+ <gfc:cardinality gco:nilReason="unknown"/>
3272
+ <gfc:definitionReference>
3273
+ <gfc:FC_DefinitionReference>
3274
+ <gfc:definitionSource>
3275
+ <gfc:FC_DefinitionSource>
3276
+ <gfc:source>
3277
+ <gmd:CI_Citation>
3278
+ <gmd:title>
3279
+ <gco:CharacterString>Census of India</gco:CharacterString>
3280
+ </gmd:title>
3281
+ <gmd:date gco:nilReason="unknown"/>
3282
+ <gmd:citedResponsibleParty>
3283
+ <gmd:CI_ResponsibleParty>
3284
+ <gmd:organisationName>
3285
+ <gco:CharacterString>Census of India</gco:CharacterString>
3286
+ </gmd:organisationName>
3287
+ <gmd:role>
3288
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3289
+ </gmd:role>
3290
+ </gmd:CI_ResponsibleParty>
3291
+ </gmd:citedResponsibleParty>
3292
+ </gmd:CI_Citation>
3293
+ </gfc:source>
3294
+ </gfc:FC_DefinitionSource>
3295
+ </gfc:definitionSource>
3296
+ </gfc:FC_DefinitionReference>
3297
+ </gfc:definitionReference>
3298
+ <gfc:valueType>
3299
+ <gco:TypeName>
3300
+ <gco:aName>
3301
+ <gco:CharacterString>Double</gco:CharacterString>
3302
+ </gco:aName>
3303
+ </gco:TypeName>
3304
+ </gfc:valueType>
3305
+ </gfc:FC_FeatureAttribute>
3306
+ </gfc:carrierOfCharacteristics>
3307
+ <gfc:carrierOfCharacteristics>
3308
+ <gfc:FC_FeatureAttribute>
3309
+ <gfc:memberName>
3310
+ <gco:LocalName>U_AREA</gco:LocalName>
3311
+ </gfc:memberName>
3312
+ <gfc:definition>
3313
+ <gco:CharacterString>Total urban area of districts</gco:CharacterString>
3314
+ </gfc:definition>
3315
+ <gfc:cardinality gco:nilReason="unknown"/>
3316
+ <gfc:definitionReference>
3317
+ <gfc:FC_DefinitionReference>
3318
+ <gfc:definitionSource>
3319
+ <gfc:FC_DefinitionSource>
3320
+ <gfc:source>
3321
+ <gmd:CI_Citation>
3322
+ <gmd:title>
3323
+ <gco:CharacterString>Census of India</gco:CharacterString>
3324
+ </gmd:title>
3325
+ <gmd:date gco:nilReason="unknown"/>
3326
+ <gmd:citedResponsibleParty>
3327
+ <gmd:CI_ResponsibleParty>
3328
+ <gmd:organisationName>
3329
+ <gco:CharacterString>Census of India</gco:CharacterString>
3330
+ </gmd:organisationName>
3331
+ <gmd:role>
3332
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3333
+ </gmd:role>
3334
+ </gmd:CI_ResponsibleParty>
3335
+ </gmd:citedResponsibleParty>
3336
+ </gmd:CI_Citation>
3337
+ </gfc:source>
3338
+ </gfc:FC_DefinitionSource>
3339
+ </gfc:definitionSource>
3340
+ </gfc:FC_DefinitionReference>
3341
+ </gfc:definitionReference>
3342
+ <gfc:valueType>
3343
+ <gco:TypeName>
3344
+ <gco:aName>
3345
+ <gco:CharacterString>Double</gco:CharacterString>
3346
+ </gco:aName>
3347
+ </gco:TypeName>
3348
+ </gfc:valueType>
3349
+ </gfc:FC_FeatureAttribute>
3350
+ </gfc:carrierOfCharacteristics>
3351
+ <gfc:carrierOfCharacteristics>
3352
+ <gfc:FC_FeatureAttribute>
3353
+ <gfc:memberName>
3354
+ <gco:LocalName>M_LFR</gco:LocalName>
3355
+ </gfc:memberName>
3356
+ <gfc:definition>
3357
+ <gco:CharacterString>Male workers in livestock, forestry, fishing, humting, plantation, orchards &amp; allied activites</gco:CharacterString>
3358
+ </gfc:definition>
3359
+ <gfc:cardinality gco:nilReason="unknown"/>
3360
+ <gfc:definitionReference>
3361
+ <gfc:FC_DefinitionReference>
3362
+ <gfc:definitionSource>
3363
+ <gfc:FC_DefinitionSource>
3364
+ <gfc:source>
3365
+ <gmd:CI_Citation>
3366
+ <gmd:title>
3367
+ <gco:CharacterString>Census of India</gco:CharacterString>
3368
+ </gmd:title>
3369
+ <gmd:date gco:nilReason="unknown"/>
3370
+ <gmd:citedResponsibleParty>
3371
+ <gmd:CI_ResponsibleParty>
3372
+ <gmd:organisationName>
3373
+ <gco:CharacterString>Census of India</gco:CharacterString>
3374
+ </gmd:organisationName>
3375
+ <gmd:role>
3376
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3377
+ </gmd:role>
3378
+ </gmd:CI_ResponsibleParty>
3379
+ </gmd:citedResponsibleParty>
3380
+ </gmd:CI_Citation>
3381
+ </gfc:source>
3382
+ </gfc:FC_DefinitionSource>
3383
+ </gfc:definitionSource>
3384
+ </gfc:FC_DefinitionReference>
3385
+ </gfc:definitionReference>
3386
+ <gfc:valueType>
3387
+ <gco:TypeName>
3388
+ <gco:aName>
3389
+ <gco:CharacterString>Double</gco:CharacterString>
3390
+ </gco:aName>
3391
+ </gco:TypeName>
3392
+ </gfc:valueType>
3393
+ </gfc:FC_FeatureAttribute>
3394
+ </gfc:carrierOfCharacteristics>
3395
+ <gfc:carrierOfCharacteristics>
3396
+ <gfc:FC_FeatureAttribute>
3397
+ <gfc:memberName>
3398
+ <gco:LocalName>UNHA_VIL</gco:LocalName>
3399
+ </gfc:memberName>
3400
+ <gfc:definition>
3401
+ <gco:CharacterString>Number of uninhabited village</gco:CharacterString>
3402
+ </gfc:definition>
3403
+ <gfc:cardinality gco:nilReason="unknown"/>
3404
+ <gfc:definitionReference>
3405
+ <gfc:FC_DefinitionReference>
3406
+ <gfc:definitionSource>
3407
+ <gfc:FC_DefinitionSource>
3408
+ <gfc:source>
3409
+ <gmd:CI_Citation>
3410
+ <gmd:title>
3411
+ <gco:CharacterString>Census of India</gco:CharacterString>
3412
+ </gmd:title>
3413
+ <gmd:date gco:nilReason="unknown"/>
3414
+ <gmd:citedResponsibleParty>
3415
+ <gmd:CI_ResponsibleParty>
3416
+ <gmd:organisationName>
3417
+ <gco:CharacterString>Census of India</gco:CharacterString>
3418
+ </gmd:organisationName>
3419
+ <gmd:role>
3420
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3421
+ </gmd:role>
3422
+ </gmd:CI_ResponsibleParty>
3423
+ </gmd:citedResponsibleParty>
3424
+ </gmd:CI_Citation>
3425
+ </gfc:source>
3426
+ </gfc:FC_DefinitionSource>
3427
+ </gfc:definitionSource>
3428
+ </gfc:FC_DefinitionReference>
3429
+ </gfc:definitionReference>
3430
+ <gfc:valueType>
3431
+ <gco:TypeName>
3432
+ <gco:aName>
3433
+ <gco:CharacterString>Double</gco:CharacterString>
3434
+ </gco:aName>
3435
+ </gco:TypeName>
3436
+ </gfc:valueType>
3437
+ </gfc:FC_FeatureAttribute>
3438
+ </gfc:carrierOfCharacteristics>
3439
+ <gfc:carrierOfCharacteristics>
3440
+ <gfc:FC_FeatureAttribute>
3441
+ <gfc:memberName>
3442
+ <gco:LocalName>M_LIT</gco:LocalName>
3443
+ </gfc:memberName>
3444
+ <gfc:definition>
3445
+ <gco:CharacterString>Male literates</gco:CharacterString>
3446
+ </gfc:definition>
3447
+ <gfc:cardinality gco:nilReason="unknown"/>
3448
+ <gfc:definitionReference>
3449
+ <gfc:FC_DefinitionReference>
3450
+ <gfc:definitionSource>
3451
+ <gfc:FC_DefinitionSource>
3452
+ <gfc:source>
3453
+ <gmd:CI_Citation>
3454
+ <gmd:title>
3455
+ <gco:CharacterString>Census of India</gco:CharacterString>
3456
+ </gmd:title>
3457
+ <gmd:date gco:nilReason="unknown"/>
3458
+ <gmd:citedResponsibleParty>
3459
+ <gmd:CI_ResponsibleParty>
3460
+ <gmd:organisationName>
3461
+ <gco:CharacterString>Census of India</gco:CharacterString>
3462
+ </gmd:organisationName>
3463
+ <gmd:role>
3464
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3465
+ </gmd:role>
3466
+ </gmd:CI_ResponsibleParty>
3467
+ </gmd:citedResponsibleParty>
3468
+ </gmd:CI_Citation>
3469
+ </gfc:source>
3470
+ </gfc:FC_DefinitionSource>
3471
+ </gfc:definitionSource>
3472
+ </gfc:FC_DefinitionReference>
3473
+ </gfc:definitionReference>
3474
+ <gfc:valueType>
3475
+ <gco:TypeName>
3476
+ <gco:aName>
3477
+ <gco:CharacterString>Double</gco:CharacterString>
3478
+ </gco:aName>
3479
+ </gco:TypeName>
3480
+ </gfc:valueType>
3481
+ </gfc:FC_FeatureAttribute>
3482
+ </gfc:carrierOfCharacteristics>
3483
+ <gfc:carrierOfCharacteristics>
3484
+ <gfc:FC_FeatureAttribute>
3485
+ <gfc:memberName>
3486
+ <gco:LocalName>M_MFNH</gco:LocalName>
3487
+ </gfc:memberName>
3488
+ <gfc:definition>
3489
+ <gco:CharacterString>Male workers other than household industry</gco:CharacterString>
3490
+ </gfc:definition>
3491
+ <gfc:cardinality gco:nilReason="unknown"/>
3492
+ <gfc:definitionReference>
3493
+ <gfc:FC_DefinitionReference>
3494
+ <gfc:definitionSource>
3495
+ <gfc:FC_DefinitionSource>
3496
+ <gfc:source>
3497
+ <gmd:CI_Citation>
3498
+ <gmd:title>
3499
+ <gco:CharacterString>Census of India</gco:CharacterString>
3500
+ </gmd:title>
3501
+ <gmd:date gco:nilReason="unknown"/>
3502
+ <gmd:citedResponsibleParty>
3503
+ <gmd:CI_ResponsibleParty>
3504
+ <gmd:organisationName>
3505
+ <gco:CharacterString>Census of India</gco:CharacterString>
3506
+ </gmd:organisationName>
3507
+ <gmd:role>
3508
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3509
+ </gmd:role>
3510
+ </gmd:CI_ResponsibleParty>
3511
+ </gmd:citedResponsibleParty>
3512
+ </gmd:CI_Citation>
3513
+ </gfc:source>
3514
+ </gfc:FC_DefinitionSource>
3515
+ </gfc:definitionSource>
3516
+ </gfc:FC_DefinitionReference>
3517
+ </gfc:definitionReference>
3518
+ <gfc:valueType>
3519
+ <gco:TypeName>
3520
+ <gco:aName>
3521
+ <gco:CharacterString>Double</gco:CharacterString>
3522
+ </gco:aName>
3523
+ </gco:TypeName>
3524
+ </gfc:valueType>
3525
+ </gfc:FC_FeatureAttribute>
3526
+ </gfc:carrierOfCharacteristics>
3527
+ <gfc:carrierOfCharacteristics>
3528
+ <gfc:FC_FeatureAttribute>
3529
+ <gfc:memberName>
3530
+ <gco:LocalName>M_ST</gco:LocalName>
3531
+ </gfc:memberName>
3532
+ <gfc:definition>
3533
+ <gco:CharacterString>Male scheduled tribe</gco:CharacterString>
3534
+ </gfc:definition>
3535
+ <gfc:cardinality gco:nilReason="unknown"/>
3536
+ <gfc:definitionReference>
3537
+ <gfc:FC_DefinitionReference>
3538
+ <gfc:definitionSource>
3539
+ <gfc:FC_DefinitionSource>
3540
+ <gfc:source>
3541
+ <gmd:CI_Citation>
3542
+ <gmd:title>
3543
+ <gco:CharacterString>Census of India</gco:CharacterString>
3544
+ </gmd:title>
3545
+ <gmd:date gco:nilReason="unknown"/>
3546
+ <gmd:citedResponsibleParty>
3547
+ <gmd:CI_ResponsibleParty>
3548
+ <gmd:organisationName>
3549
+ <gco:CharacterString>Census of India</gco:CharacterString>
3550
+ </gmd:organisationName>
3551
+ <gmd:role>
3552
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3553
+ </gmd:role>
3554
+ </gmd:CI_ResponsibleParty>
3555
+ </gmd:citedResponsibleParty>
3556
+ </gmd:CI_Citation>
3557
+ </gfc:source>
3558
+ </gfc:FC_DefinitionSource>
3559
+ </gfc:definitionSource>
3560
+ </gfc:FC_DefinitionReference>
3561
+ </gfc:definitionReference>
3562
+ <gfc:valueType>
3563
+ <gco:TypeName>
3564
+ <gco:aName>
3565
+ <gco:CharacterString>Double</gco:CharacterString>
3566
+ </gco:aName>
3567
+ </gco:TypeName>
3568
+ </gfc:valueType>
3569
+ </gfc:FC_FeatureAttribute>
3570
+ </gfc:carrierOfCharacteristics>
3571
+ <gfc:carrierOfCharacteristics>
3572
+ <gfc:FC_FeatureAttribute>
3573
+ <gfc:memberName>
3574
+ <gco:LocalName>U_NM_HH</gco:LocalName>
3575
+ </gfc:memberName>
3576
+ <gfc:definition>
3577
+ <gco:CharacterString>Total number of urban household</gco:CharacterString>
3578
+ </gfc:definition>
3579
+ <gfc:cardinality gco:nilReason="unknown"/>
3580
+ <gfc:definitionReference>
3581
+ <gfc:FC_DefinitionReference>
3582
+ <gfc:definitionSource>
3583
+ <gfc:FC_DefinitionSource>
3584
+ <gfc:source>
3585
+ <gmd:CI_Citation>
3586
+ <gmd:title>
3587
+ <gco:CharacterString>Census of India</gco:CharacterString>
3588
+ </gmd:title>
3589
+ <gmd:date gco:nilReason="unknown"/>
3590
+ <gmd:citedResponsibleParty>
3591
+ <gmd:CI_ResponsibleParty>
3592
+ <gmd:organisationName>
3593
+ <gco:CharacterString>Census of India</gco:CharacterString>
3594
+ </gmd:organisationName>
3595
+ <gmd:role>
3596
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3597
+ </gmd:role>
3598
+ </gmd:CI_ResponsibleParty>
3599
+ </gmd:citedResponsibleParty>
3600
+ </gmd:CI_Citation>
3601
+ </gfc:source>
3602
+ </gfc:FC_DefinitionSource>
3603
+ </gfc:definitionSource>
3604
+ </gfc:FC_DefinitionReference>
3605
+ </gfc:definitionReference>
3606
+ <gfc:valueType>
3607
+ <gco:TypeName>
3608
+ <gco:aName>
3609
+ <gco:CharacterString>Double</gco:CharacterString>
3610
+ </gco:aName>
3611
+ </gco:TypeName>
3612
+ </gfc:valueType>
3613
+ </gfc:FC_FeatureAttribute>
3614
+ </gfc:carrierOfCharacteristics>
3615
+ <gfc:carrierOfCharacteristics>
3616
+ <gfc:FC_FeatureAttribute>
3617
+ <gfc:memberName>
3618
+ <gco:LocalName>M_CNST</gco:LocalName>
3619
+ </gfc:memberName>
3620
+ <gfc:definition>
3621
+ <gco:CharacterString>Male workers in construction</gco:CharacterString>
3622
+ </gfc:definition>
3623
+ <gfc:cardinality gco:nilReason="unknown"/>
3624
+ <gfc:definitionReference>
3625
+ <gfc:FC_DefinitionReference>
3626
+ <gfc:definitionSource>
3627
+ <gfc:FC_DefinitionSource>
3628
+ <gfc:source>
3629
+ <gmd:CI_Citation>
3630
+ <gmd:title>
3631
+ <gco:CharacterString>Census of India</gco:CharacterString>
3632
+ </gmd:title>
3633
+ <gmd:date gco:nilReason="unknown"/>
3634
+ <gmd:citedResponsibleParty>
3635
+ <gmd:CI_ResponsibleParty>
3636
+ <gmd:organisationName>
3637
+ <gco:CharacterString>Census of India</gco:CharacterString>
3638
+ </gmd:organisationName>
3639
+ <gmd:role>
3640
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3641
+ </gmd:role>
3642
+ </gmd:CI_ResponsibleParty>
3643
+ </gmd:citedResponsibleParty>
3644
+ </gmd:CI_Citation>
3645
+ </gfc:source>
3646
+ </gfc:FC_DefinitionSource>
3647
+ </gfc:definitionSource>
3648
+ </gfc:FC_DefinitionReference>
3649
+ </gfc:definitionReference>
3650
+ <gfc:valueType>
3651
+ <gco:TypeName>
3652
+ <gco:aName>
3653
+ <gco:CharacterString>Double</gco:CharacterString>
3654
+ </gco:aName>
3655
+ </gco:TypeName>
3656
+ </gfc:valueType>
3657
+ </gfc:FC_FeatureAttribute>
3658
+ </gfc:carrierOfCharacteristics>
3659
+ <gfc:carrierOfCharacteristics>
3660
+ <gfc:FC_FeatureAttribute>
3661
+ <gfc:memberName>
3662
+ <gco:LocalName>R_M_POP</gco:LocalName>
3663
+ </gfc:memberName>
3664
+ <gfc:definition>
3665
+ <gco:CharacterString>Rural male population</gco:CharacterString>
3666
+ </gfc:definition>
3667
+ <gfc:cardinality gco:nilReason="unknown"/>
3668
+ <gfc:definitionReference>
3669
+ <gfc:FC_DefinitionReference>
3670
+ <gfc:definitionSource>
3671
+ <gfc:FC_DefinitionSource>
3672
+ <gfc:source>
3673
+ <gmd:CI_Citation>
3674
+ <gmd:title>
3675
+ <gco:CharacterString>Census of India</gco:CharacterString>
3676
+ </gmd:title>
3677
+ <gmd:date gco:nilReason="unknown"/>
3678
+ <gmd:citedResponsibleParty>
3679
+ <gmd:CI_ResponsibleParty>
3680
+ <gmd:organisationName>
3681
+ <gco:CharacterString>Census of India</gco:CharacterString>
3682
+ </gmd:organisationName>
3683
+ <gmd:role>
3684
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3685
+ </gmd:role>
3686
+ </gmd:CI_ResponsibleParty>
3687
+ </gmd:citedResponsibleParty>
3688
+ </gmd:CI_Citation>
3689
+ </gfc:source>
3690
+ </gfc:FC_DefinitionSource>
3691
+ </gfc:definitionSource>
3692
+ </gfc:FC_DefinitionReference>
3693
+ </gfc:definitionReference>
3694
+ <gfc:valueType>
3695
+ <gco:TypeName>
3696
+ <gco:aName>
3697
+ <gco:CharacterString>Double</gco:CharacterString>
3698
+ </gco:aName>
3699
+ </gco:TypeName>
3700
+ </gfc:valueType>
3701
+ </gfc:FC_FeatureAttribute>
3702
+ </gfc:carrierOfCharacteristics>
3703
+ <gfc:carrierOfCharacteristics>
3704
+ <gfc:FC_FeatureAttribute>
3705
+ <gfc:memberName>
3706
+ <gco:LocalName>TOT_NM_HH</gco:LocalName>
3707
+ </gfc:memberName>
3708
+ <gfc:definition>
3709
+ <gco:CharacterString>Total number of household</gco:CharacterString>
3710
+ </gfc:definition>
3711
+ <gfc:cardinality gco:nilReason="unknown"/>
3712
+ <gfc:definitionReference>
3713
+ <gfc:FC_DefinitionReference>
3714
+ <gfc:definitionSource>
3715
+ <gfc:FC_DefinitionSource>
3716
+ <gfc:source>
3717
+ <gmd:CI_Citation>
3718
+ <gmd:title>
3719
+ <gco:CharacterString>Census of India</gco:CharacterString>
3720
+ </gmd:title>
3721
+ <gmd:date gco:nilReason="unknown"/>
3722
+ <gmd:citedResponsibleParty>
3723
+ <gmd:CI_ResponsibleParty>
3724
+ <gmd:organisationName>
3725
+ <gco:CharacterString>Census of India</gco:CharacterString>
3726
+ </gmd:organisationName>
3727
+ <gmd:role>
3728
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3729
+ </gmd:role>
3730
+ </gmd:CI_ResponsibleParty>
3731
+ </gmd:citedResponsibleParty>
3732
+ </gmd:CI_Citation>
3733
+ </gfc:source>
3734
+ </gfc:FC_DefinitionSource>
3735
+ </gfc:definitionSource>
3736
+ </gfc:FC_DefinitionReference>
3737
+ </gfc:definitionReference>
3738
+ <gfc:valueType>
3739
+ <gco:TypeName>
3740
+ <gco:aName>
3741
+ <gco:CharacterString>Double</gco:CharacterString>
3742
+ </gco:aName>
3743
+ </gco:TypeName>
3744
+ </gfc:valueType>
3745
+ </gfc:FC_FeatureAttribute>
3746
+ </gfc:carrierOfCharacteristics>
3747
+ <gfc:carrierOfCharacteristics>
3748
+ <gfc:FC_FeatureAttribute>
3749
+ <gfc:memberName>
3750
+ <gco:LocalName>TOT_HOUSE</gco:LocalName>
3751
+ </gfc:memberName>
3752
+ <gfc:definition>
3753
+ <gco:CharacterString>Total number of houses</gco:CharacterString>
3754
+ </gfc:definition>
3755
+ <gfc:cardinality gco:nilReason="unknown"/>
3756
+ <gfc:definitionReference>
3757
+ <gfc:FC_DefinitionReference>
3758
+ <gfc:definitionSource>
3759
+ <gfc:FC_DefinitionSource>
3760
+ <gfc:source>
3761
+ <gmd:CI_Citation>
3762
+ <gmd:title>
3763
+ <gco:CharacterString>Census of India</gco:CharacterString>
3764
+ </gmd:title>
3765
+ <gmd:date gco:nilReason="unknown"/>
3766
+ <gmd:citedResponsibleParty>
3767
+ <gmd:CI_ResponsibleParty>
3768
+ <gmd:organisationName>
3769
+ <gco:CharacterString>Census of India</gco:CharacterString>
3770
+ </gmd:organisationName>
3771
+ <gmd:role>
3772
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3773
+ </gmd:role>
3774
+ </gmd:CI_ResponsibleParty>
3775
+ </gmd:citedResponsibleParty>
3776
+ </gmd:CI_Citation>
3777
+ </gfc:source>
3778
+ </gfc:FC_DefinitionSource>
3779
+ </gfc:definitionSource>
3780
+ </gfc:FC_DefinitionReference>
3781
+ </gfc:definitionReference>
3782
+ <gfc:valueType>
3783
+ <gco:TypeName>
3784
+ <gco:aName>
3785
+ <gco:CharacterString>Double</gco:CharacterString>
3786
+ </gco:aName>
3787
+ </gco:TypeName>
3788
+ </gfc:valueType>
3789
+ </gfc:FC_FeatureAttribute>
3790
+ </gfc:carrierOfCharacteristics>
3791
+ <gfc:carrierOfCharacteristics>
3792
+ <gfc:FC_FeatureAttribute>
3793
+ <gfc:memberName>
3794
+ <gco:LocalName>F_SC</gco:LocalName>
3795
+ </gfc:memberName>
3796
+ <gfc:definition>
3797
+ <gco:CharacterString>Female scheduled caste</gco:CharacterString>
3798
+ </gfc:definition>
3799
+ <gfc:cardinality gco:nilReason="unknown"/>
3800
+ <gfc:definitionReference>
3801
+ <gfc:FC_DefinitionReference>
3802
+ <gfc:definitionSource>
3803
+ <gfc:FC_DefinitionSource>
3804
+ <gfc:source>
3805
+ <gmd:CI_Citation>
3806
+ <gmd:title>
3807
+ <gco:CharacterString>Census of India</gco:CharacterString>
3808
+ </gmd:title>
3809
+ <gmd:date gco:nilReason="unknown"/>
3810
+ <gmd:citedResponsibleParty>
3811
+ <gmd:CI_ResponsibleParty>
3812
+ <gmd:organisationName>
3813
+ <gco:CharacterString>Census of India</gco:CharacterString>
3814
+ </gmd:organisationName>
3815
+ <gmd:role>
3816
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3817
+ </gmd:role>
3818
+ </gmd:CI_ResponsibleParty>
3819
+ </gmd:citedResponsibleParty>
3820
+ </gmd:CI_Citation>
3821
+ </gfc:source>
3822
+ </gfc:FC_DefinitionSource>
3823
+ </gfc:definitionSource>
3824
+ </gfc:FC_DefinitionReference>
3825
+ </gfc:definitionReference>
3826
+ <gfc:valueType>
3827
+ <gco:TypeName>
3828
+ <gco:aName>
3829
+ <gco:CharacterString>Double</gco:CharacterString>
3830
+ </gco:aName>
3831
+ </gco:TypeName>
3832
+ </gfc:valueType>
3833
+ </gfc:FC_FeatureAttribute>
3834
+ </gfc:carrierOfCharacteristics>
3835
+ <gfc:carrierOfCharacteristics>
3836
+ <gfc:FC_FeatureAttribute>
3837
+ <gfc:memberName>
3838
+ <gco:LocalName>U_M_POP</gco:LocalName>
3839
+ </gfc:memberName>
3840
+ <gfc:definition>
3841
+ <gco:CharacterString>Urban male population</gco:CharacterString>
3842
+ </gfc:definition>
3843
+ <gfc:cardinality gco:nilReason="unknown"/>
3844
+ <gfc:definitionReference>
3845
+ <gfc:FC_DefinitionReference>
3846
+ <gfc:definitionSource>
3847
+ <gfc:FC_DefinitionSource>
3848
+ <gfc:source>
3849
+ <gmd:CI_Citation>
3850
+ <gmd:title>
3851
+ <gco:CharacterString>Census of India</gco:CharacterString>
3852
+ </gmd:title>
3853
+ <gmd:date gco:nilReason="unknown"/>
3854
+ <gmd:citedResponsibleParty>
3855
+ <gmd:CI_ResponsibleParty>
3856
+ <gmd:organisationName>
3857
+ <gco:CharacterString>Census of India</gco:CharacterString>
3858
+ </gmd:organisationName>
3859
+ <gmd:role>
3860
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3861
+ </gmd:role>
3862
+ </gmd:CI_ResponsibleParty>
3863
+ </gmd:citedResponsibleParty>
3864
+ </gmd:CI_Citation>
3865
+ </gfc:source>
3866
+ </gfc:FC_DefinitionSource>
3867
+ </gfc:definitionSource>
3868
+ </gfc:FC_DefinitionReference>
3869
+ </gfc:definitionReference>
3870
+ <gfc:valueType>
3871
+ <gco:TypeName>
3872
+ <gco:aName>
3873
+ <gco:CharacterString>Double</gco:CharacterString>
3874
+ </gco:aName>
3875
+ </gco:TypeName>
3876
+ </gfc:valueType>
3877
+ </gfc:FC_FeatureAttribute>
3878
+ </gfc:carrierOfCharacteristics>
3879
+ <gfc:carrierOfCharacteristics>
3880
+ <gfc:FC_FeatureAttribute>
3881
+ <gfc:memberName>
3882
+ <gco:LocalName>R_HOUS</gco:LocalName>
3883
+ </gfc:memberName>
3884
+ <gfc:definition>
3885
+ <gco:CharacterString>Total rural houses</gco:CharacterString>
3886
+ </gfc:definition>
3887
+ <gfc:cardinality gco:nilReason="unknown"/>
3888
+ <gfc:definitionReference>
3889
+ <gfc:FC_DefinitionReference>
3890
+ <gfc:definitionSource>
3891
+ <gfc:FC_DefinitionSource>
3892
+ <gfc:source>
3893
+ <gmd:CI_Citation>
3894
+ <gmd:title>
3895
+ <gco:CharacterString>Census of India</gco:CharacterString>
3896
+ </gmd:title>
3897
+ <gmd:date gco:nilReason="unknown"/>
3898
+ <gmd:citedResponsibleParty>
3899
+ <gmd:CI_ResponsibleParty>
3900
+ <gmd:organisationName>
3901
+ <gco:CharacterString>Census of India</gco:CharacterString>
3902
+ </gmd:organisationName>
3903
+ <gmd:role>
3904
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3905
+ </gmd:role>
3906
+ </gmd:CI_ResponsibleParty>
3907
+ </gmd:citedResponsibleParty>
3908
+ </gmd:CI_Citation>
3909
+ </gfc:source>
3910
+ </gfc:FC_DefinitionSource>
3911
+ </gfc:definitionSource>
3912
+ </gfc:FC_DefinitionReference>
3913
+ </gfc:definitionReference>
3914
+ <gfc:valueType>
3915
+ <gco:TypeName>
3916
+ <gco:aName>
3917
+ <gco:CharacterString>Double</gco:CharacterString>
3918
+ </gco:aName>
3919
+ </gco:TypeName>
3920
+ </gfc:valueType>
3921
+ </gfc:FC_FeatureAttribute>
3922
+ </gfc:carrierOfCharacteristics>
3923
+ <gfc:carrierOfCharacteristics>
3924
+ <gfc:FC_FeatureAttribute>
3925
+ <gfc:memberName>
3926
+ <gco:LocalName>TOT_CULT</gco:LocalName>
3927
+ </gfc:memberName>
3928
+ <gfc:definition>
3929
+ <gco:CharacterString>Total Cultivators</gco:CharacterString>
3930
+ </gfc:definition>
3931
+ <gfc:cardinality gco:nilReason="unknown"/>
3932
+ <gfc:definitionReference>
3933
+ <gfc:FC_DefinitionReference>
3934
+ <gfc:definitionSource>
3935
+ <gfc:FC_DefinitionSource>
3936
+ <gfc:source>
3937
+ <gmd:CI_Citation>
3938
+ <gmd:title>
3939
+ <gco:CharacterString>Census of India</gco:CharacterString>
3940
+ </gmd:title>
3941
+ <gmd:date gco:nilReason="unknown"/>
3942
+ <gmd:citedResponsibleParty>
3943
+ <gmd:CI_ResponsibleParty>
3944
+ <gmd:organisationName>
3945
+ <gco:CharacterString>Census of India</gco:CharacterString>
3946
+ </gmd:organisationName>
3947
+ <gmd:role>
3948
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3949
+ </gmd:role>
3950
+ </gmd:CI_ResponsibleParty>
3951
+ </gmd:citedResponsibleParty>
3952
+ </gmd:CI_Citation>
3953
+ </gfc:source>
3954
+ </gfc:FC_DefinitionSource>
3955
+ </gfc:definitionSource>
3956
+ </gfc:FC_DefinitionReference>
3957
+ </gfc:definitionReference>
3958
+ <gfc:valueType>
3959
+ <gco:TypeName>
3960
+ <gco:aName>
3961
+ <gco:CharacterString>Double</gco:CharacterString>
3962
+ </gco:aName>
3963
+ </gco:TypeName>
3964
+ </gfc:valueType>
3965
+ </gfc:FC_FeatureAttribute>
3966
+ </gfc:carrierOfCharacteristics>
3967
+ <gfc:carrierOfCharacteristics>
3968
+ <gfc:FC_FeatureAttribute>
3969
+ <gfc:memberName>
3970
+ <gco:LocalName>F_MFHH</gco:LocalName>
3971
+ </gfc:memberName>
3972
+ <gfc:definition>
3973
+ <gco:CharacterString>Female Household industry workers</gco:CharacterString>
3974
+ </gfc:definition>
3975
+ <gfc:cardinality gco:nilReason="unknown"/>
3976
+ <gfc:definitionReference>
3977
+ <gfc:FC_DefinitionReference>
3978
+ <gfc:definitionSource>
3979
+ <gfc:FC_DefinitionSource>
3980
+ <gfc:source>
3981
+ <gmd:CI_Citation>
3982
+ <gmd:title>
3983
+ <gco:CharacterString>Census of India</gco:CharacterString>
3984
+ </gmd:title>
3985
+ <gmd:date gco:nilReason="unknown"/>
3986
+ <gmd:citedResponsibleParty>
3987
+ <gmd:CI_ResponsibleParty>
3988
+ <gmd:organisationName>
3989
+ <gco:CharacterString>Census of India</gco:CharacterString>
3990
+ </gmd:organisationName>
3991
+ <gmd:role>
3992
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
3993
+ </gmd:role>
3994
+ </gmd:CI_ResponsibleParty>
3995
+ </gmd:citedResponsibleParty>
3996
+ </gmd:CI_Citation>
3997
+ </gfc:source>
3998
+ </gfc:FC_DefinitionSource>
3999
+ </gfc:definitionSource>
4000
+ </gfc:FC_DefinitionReference>
4001
+ </gfc:definitionReference>
4002
+ <gfc:valueType>
4003
+ <gco:TypeName>
4004
+ <gco:aName>
4005
+ <gco:CharacterString>Double</gco:CharacterString>
4006
+ </gco:aName>
4007
+ </gco:TypeName>
4008
+ </gfc:valueType>
4009
+ </gfc:FC_FeatureAttribute>
4010
+ </gfc:carrierOfCharacteristics>
4011
+ <gfc:carrierOfCharacteristics>
4012
+ <gfc:FC_FeatureAttribute>
4013
+ <gfc:memberName>
4014
+ <gco:LocalName>F_ST</gco:LocalName>
4015
+ </gfc:memberName>
4016
+ <gfc:definition>
4017
+ <gco:CharacterString>Female scheduled tribe</gco:CharacterString>
4018
+ </gfc:definition>
4019
+ <gfc:cardinality gco:nilReason="unknown"/>
4020
+ <gfc:definitionReference>
4021
+ <gfc:FC_DefinitionReference>
4022
+ <gfc:definitionSource>
4023
+ <gfc:FC_DefinitionSource>
4024
+ <gfc:source>
4025
+ <gmd:CI_Citation>
4026
+ <gmd:title>
4027
+ <gco:CharacterString>Census of India</gco:CharacterString>
4028
+ </gmd:title>
4029
+ <gmd:date gco:nilReason="unknown"/>
4030
+ <gmd:citedResponsibleParty>
4031
+ <gmd:CI_ResponsibleParty>
4032
+ <gmd:organisationName>
4033
+ <gco:CharacterString>Census of India</gco:CharacterString>
4034
+ </gmd:organisationName>
4035
+ <gmd:role>
4036
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
4037
+ </gmd:role>
4038
+ </gmd:CI_ResponsibleParty>
4039
+ </gmd:citedResponsibleParty>
4040
+ </gmd:CI_Citation>
4041
+ </gfc:source>
4042
+ </gfc:FC_DefinitionSource>
4043
+ </gfc:definitionSource>
4044
+ </gfc:FC_DefinitionReference>
4045
+ </gfc:definitionReference>
4046
+ <gfc:valueType>
4047
+ <gco:TypeName>
4048
+ <gco:aName>
4049
+ <gco:CharacterString>Double</gco:CharacterString>
4050
+ </gco:aName>
4051
+ </gco:TypeName>
4052
+ </gfc:valueType>
4053
+ </gfc:FC_FeatureAttribute>
4054
+ </gfc:carrierOfCharacteristics>
4055
+ <gfc:carrierOfCharacteristics>
4056
+ <gfc:FC_FeatureAttribute>
4057
+ <gfc:memberName>
4058
+ <gco:LocalName>TOT_M_POP</gco:LocalName>
4059
+ </gfc:memberName>
4060
+ <gfc:definition>
4061
+ <gco:CharacterString>Male population</gco:CharacterString>
4062
+ </gfc:definition>
4063
+ <gfc:cardinality gco:nilReason="unknown"/>
4064
+ <gfc:definitionReference>
4065
+ <gfc:FC_DefinitionReference>
4066
+ <gfc:definitionSource>
4067
+ <gfc:FC_DefinitionSource>
4068
+ <gfc:source>
4069
+ <gmd:CI_Citation>
4070
+ <gmd:title>
4071
+ <gco:CharacterString>Census of India</gco:CharacterString>
4072
+ </gmd:title>
4073
+ <gmd:date gco:nilReason="unknown"/>
4074
+ <gmd:citedResponsibleParty>
4075
+ <gmd:CI_ResponsibleParty>
4076
+ <gmd:organisationName>
4077
+ <gco:CharacterString>Census of India</gco:CharacterString>
4078
+ </gmd:organisationName>
4079
+ <gmd:role>
4080
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
4081
+ </gmd:role>
4082
+ </gmd:CI_ResponsibleParty>
4083
+ </gmd:citedResponsibleParty>
4084
+ </gmd:CI_Citation>
4085
+ </gfc:source>
4086
+ </gfc:FC_DefinitionSource>
4087
+ </gfc:definitionSource>
4088
+ </gfc:FC_DefinitionReference>
4089
+ </gfc:definitionReference>
4090
+ <gfc:valueType>
4091
+ <gco:TypeName>
4092
+ <gco:aName>
4093
+ <gco:CharacterString>Double</gco:CharacterString>
4094
+ </gco:aName>
4095
+ </gco:TypeName>
4096
+ </gfc:valueType>
4097
+ </gfc:FC_FeatureAttribute>
4098
+ </gfc:carrierOfCharacteristics>
4099
+ <gfc:carrierOfCharacteristics>
4100
+ <gfc:FC_FeatureAttribute>
4101
+ <gfc:memberName>
4102
+ <gco:LocalName>F_LFR</gco:LocalName>
4103
+ </gfc:memberName>
4104
+ <gfc:definition>
4105
+ <gco:CharacterString>Female workers in livestock, forestry, fishing, humting, plantation, orchards &amp; allied activites</gco:CharacterString>
4106
+ </gfc:definition>
4107
+ <gfc:cardinality gco:nilReason="unknown"/>
4108
+ <gfc:definitionReference>
4109
+ <gfc:FC_DefinitionReference>
4110
+ <gfc:definitionSource>
4111
+ <gfc:FC_DefinitionSource>
4112
+ <gfc:source>
4113
+ <gmd:CI_Citation>
4114
+ <gmd:title>
4115
+ <gco:CharacterString>Census of India</gco:CharacterString>
4116
+ </gmd:title>
4117
+ <gmd:date gco:nilReason="unknown"/>
4118
+ <gmd:citedResponsibleParty>
4119
+ <gmd:CI_ResponsibleParty>
4120
+ <gmd:organisationName>
4121
+ <gco:CharacterString>Census of India</gco:CharacterString>
4122
+ </gmd:organisationName>
4123
+ <gmd:role>
4124
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
4125
+ </gmd:role>
4126
+ </gmd:CI_ResponsibleParty>
4127
+ </gmd:citedResponsibleParty>
4128
+ </gmd:CI_Citation>
4129
+ </gfc:source>
4130
+ </gfc:FC_DefinitionSource>
4131
+ </gfc:definitionSource>
4132
+ </gfc:FC_DefinitionReference>
4133
+ </gfc:definitionReference>
4134
+ <gfc:valueType>
4135
+ <gco:TypeName>
4136
+ <gco:aName>
4137
+ <gco:CharacterString>Double</gco:CharacterString>
4138
+ </gco:aName>
4139
+ </gco:TypeName>
4140
+ </gfc:valueType>
4141
+ </gfc:FC_FeatureAttribute>
4142
+ </gfc:carrierOfCharacteristics>
4143
+ </gfc:FC_FeatureType>
4144
+ </gfc:featureType>
4145
+ </gfc:FC_FeatureCatalogue>
4146
+ </rdf:Description>
4147
+ </rdf:RDF>