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,2335 @@
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/xb018tk2042">
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>C57CBE08-5414-485A-A18B-41C335DB99D2</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/xb018tk2042</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>244</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 State Boundaries of India, 1981</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 state boundaries of India for 1981. 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 state boundaries of India since 1981. This data layer is sourced from secondary government sources, chiefly Survey of India, Census of India, Election Commission, etc. Includes data for 25 states.</gco:CharacterString>
192
+ </abstract>
193
+ <purpose>
194
+ <gco:CharacterString>State level demographic analysis.</gco:CharacterString>
195
+ </purpose>
196
+ <credit>
197
+ <gco:CharacterString>ML Infomap. (2013) Digital Map of State Boundaries of India, 1981. 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>Arunachal Pradesh (geonames.org/1278341/)</gco:CharacterString>
259
+ </keyword>
260
+ <keyword>
261
+ <gco:CharacterString>Assam (geonames.org/1278253)</gco:CharacterString>
262
+ </keyword>
263
+ <keyword>
264
+ <gco:CharacterString>Bihar (geonames.org/1275715)</gco:CharacterString>
265
+ </keyword>
266
+ <keyword>
267
+ <gco:CharacterString>Chandigarh (geonames.org/1274744)</gco:CharacterString>
268
+ </keyword>
269
+ <keyword>
270
+ <gco:CharacterString>Daman And Diu (geonames.org/1271155)</gco:CharacterString>
271
+ </keyword>
272
+ <keyword>
273
+ <gco:CharacterString>Delhi (geonames.org/1273293)</gco:CharacterString>
274
+ </keyword>
275
+ <keyword>
276
+ <gco:CharacterString>Gujarat (geonames.org/1270770)</gco:CharacterString>
277
+ </keyword>
278
+ <keyword>
279
+ <gco:CharacterString>Haryana (geonames.org/1270260)</gco:CharacterString>
280
+ </keyword>
281
+ <keyword>
282
+ <gco:CharacterString>Himachal Pradesh (geonames.org/1270101)</gco:CharacterString>
283
+ </keyword>
284
+ <keyword>
285
+ <gco:CharacterString>Jammu and Kashmir (geonames.org/1269320)</gco:CharacterString>
286
+ </keyword>
287
+ <keyword>
288
+ <gco:CharacterString>Madhya Pradesh (geonames.org/1264542)</gco:CharacterString>
289
+ </keyword>
290
+ <keyword>
291
+ <gco:CharacterString>Maharashtra (geonames.org/1264418)</gco:CharacterString>
292
+ </keyword>
293
+ <keyword>
294
+ <gco:CharacterString>Manipur (geonames.org/1263706)</gco:CharacterString>
295
+ </keyword>
296
+ <keyword>
297
+ <gco:CharacterString>Meghalaya (geonames.org/1263207)</gco:CharacterString>
298
+ </keyword>
299
+ <keyword>
300
+ <gco:CharacterString>Mizoram (geonames.org/1262963)</gco:CharacterString>
301
+ </keyword>
302
+ <keyword>
303
+ <gco:CharacterString>Nagaland (geonames.org/1262271)</gco:CharacterString>
304
+ </keyword>
305
+ <keyword>
306
+ <gco:CharacterString>Orissa (geonames.org/1261029)</gco:CharacterString>
307
+ </keyword>
308
+ <keyword>
309
+ <gco:CharacterString>Punjab (geonames.org/1259223)</gco:CharacterString>
310
+ </keyword>
311
+ <keyword>
312
+ <gco:CharacterString>Rajasthan (geonames.org/1258899)</gco:CharacterString>
313
+ </keyword>
314
+ <keyword>
315
+ <gco:CharacterString>Sikkim (geonames.org/1256312)</gco:CharacterString>
316
+ </keyword>
317
+ <keyword>
318
+ <gco:CharacterString>Tripura (geonames.org/1254169)</gco:CharacterString>
319
+ </keyword>
320
+ <keyword>
321
+ <gco:CharacterString>Uttar Pradesh (geonames.org/1253626)</gco:CharacterString>
322
+ </keyword>
323
+ <keyword>
324
+ <gco:CharacterString>West Bengal (geonames.org/1252881)</gco:CharacterString>
325
+ </keyword>
326
+ <type>
327
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place" codeSpace="ISOTC211/19115">place</MD_KeywordTypeCode>
328
+ </type>
329
+ <thesaurusName>
330
+ <CI_Citation>
331
+ <title>
332
+ <gco:CharacterString>geonames</gco:CharacterString>
333
+ </title>
334
+ <date>
335
+ <CI_Date>
336
+ <date>
337
+ <gco:Date>2012-10-29</gco:Date>
338
+ </date>
339
+ <dateType>
340
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
341
+ </dateType>
342
+ </CI_Date>
343
+ </date>
344
+ <edition>
345
+ <gco:CharacterString>3.1</gco:CharacterString>
346
+ </edition>
347
+ <identifier>
348
+ <MD_Identifier>
349
+ <code>
350
+ <gco:CharacterString>http://geonames.org</gco:CharacterString>
351
+ </code>
352
+ </MD_Identifier>
353
+ </identifier>
354
+ </CI_Citation>
355
+ </thesaurusName>
356
+ </MD_Keywords>
357
+ </descriptiveKeywords>
358
+ <descriptiveKeywords>
359
+ <MD_Keywords>
360
+ <keyword>
361
+ <gco:CharacterString>1981</gco:CharacterString>
362
+ </keyword>
363
+ <type>
364
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="temporal" codeSpace="ISOTC211/19115">temporal</MD_KeywordTypeCode>
365
+ </type>
366
+ </MD_Keywords>
367
+ </descriptiveKeywords>
368
+ <descriptiveKeywords>
369
+ <MD_Keywords>
370
+ <keyword>
371
+ <gco:CharacterString>Sex ratio</gco:CharacterString>
372
+ </keyword>
373
+ <keyword>
374
+ <gco:CharacterString>Literacy</gco:CharacterString>
375
+ </keyword>
376
+ <keyword>
377
+ <gco:CharacterString>Population</gco:CharacterString>
378
+ </keyword>
379
+ <keyword>
380
+ <gco:CharacterString>Statistics</gco:CharacterString>
381
+ </keyword>
382
+ <keyword>
383
+ <gco:CharacterString>Administrative and political divisions</gco:CharacterString>
384
+ </keyword>
385
+ <type>
386
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="theme" codeSpace="ISOTC211/19115">theme</MD_KeywordTypeCode>
387
+ </type>
388
+ <thesaurusName>
389
+ <CI_Citation>
390
+ <title>
391
+ <gco:CharacterString>lcsh</gco:CharacterString>
392
+ </title>
393
+ <date>
394
+ <CI_Date>
395
+ <date>
396
+ <gco:Date>2011-04-26</gco:Date>
397
+ </date>
398
+ <dateType>
399
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
400
+ </dateType>
401
+ </CI_Date>
402
+ </date>
403
+ <identifier>
404
+ <MD_Identifier>
405
+ <code>
406
+ <gco:CharacterString>http://id.loc.gov/authorities/subjects.html</gco:CharacterString>
407
+ </code>
408
+ </MD_Identifier>
409
+ </identifier>
410
+ </CI_Citation>
411
+ </thesaurusName>
412
+ </MD_Keywords>
413
+ </descriptiveKeywords>
414
+ <resourceConstraints>
415
+ <MD_LegalConstraints>
416
+ <accessConstraints>
417
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
418
+ </accessConstraints>
419
+ <useConstraints>
420
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
421
+ </useConstraints>
422
+ <otherConstraints>
423
+ <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>
424
+ </otherConstraints>
425
+ </MD_LegalConstraints>
426
+ </resourceConstraints>
427
+ <aggregationInfo>
428
+ <MD_AggregateInformation>
429
+ <aggregateDataSetName>
430
+ <CI_Citation>
431
+ <title>
432
+ <gco:CharacterString>Historical Boundaries of India, 1951-2011</gco:CharacterString>
433
+ </title>
434
+ <date>
435
+ <CI_Date>
436
+ <date>
437
+ <gco:Date>2013-03-13</gco:Date>
438
+ </date>
439
+ <dateType>
440
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
441
+ </dateType>
442
+ </CI_Date>
443
+ </date>
444
+ <citedResponsibleParty>
445
+ <CI_ResponsibleParty>
446
+ <organisationName>
447
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
448
+ </organisationName>
449
+ <role>
450
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
451
+ </role>
452
+ </CI_ResponsibleParty>
453
+ </citedResponsibleParty>
454
+ <citedResponsibleParty>
455
+ <CI_ResponsibleParty>
456
+ <organisationName>
457
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
458
+ </organisationName>
459
+ <contactInfo>
460
+ <CI_Contact>
461
+ <phone>
462
+ <CI_Telephone>
463
+ <voice>
464
+ <gco:CharacterString>91 11 41688592</gco:CharacterString>
465
+ </voice>
466
+ </CI_Telephone>
467
+ </phone>
468
+ <address>
469
+ <CI_Address>
470
+ <deliveryPoint>
471
+ <gco:CharacterString>124-A Katwaria Sarai</gco:CharacterString>
472
+ </deliveryPoint>
473
+ <city>
474
+ <gco:CharacterString>New Delhi</gco:CharacterString>
475
+ </city>
476
+ <postalCode>
477
+ <gco:CharacterString>110 016</gco:CharacterString>
478
+ </postalCode>
479
+ <country>
480
+ <gco:CharacterString>IN</gco:CharacterString>
481
+ </country>
482
+ <electronicMailAddress>
483
+ <gco:CharacterString>manosi@mlinfomap.com</gco:CharacterString>
484
+ </electronicMailAddress>
485
+ </CI_Address>
486
+ </address>
487
+ </CI_Contact>
488
+ </contactInfo>
489
+ <role>
490
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
491
+ </role>
492
+ </CI_ResponsibleParty>
493
+ </citedResponsibleParty>
494
+ </CI_Citation>
495
+ </aggregateDataSetName>
496
+ <associationType>
497
+ <DS_AssociationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#DS_AssociationTypeCode" codeListValue="largerWorkCitation" codeSpace="ISOTC211/19115">largerWorkCitation</DS_AssociationTypeCode>
498
+ </associationType>
499
+ </MD_AggregateInformation>
500
+ </aggregationInfo>
501
+ <spatialRepresentationType>
502
+ <MD_SpatialRepresentationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_SpatialRepresentationTypeCode" codeListValue="vector" codeSpace="ISOTC211/19115">vector</MD_SpatialRepresentationTypeCode>
503
+ </spatialRepresentationType>
504
+ <spatialResolution>
505
+ <MD_Resolution>
506
+ <equivalentScale>
507
+ <MD_RepresentativeFraction>
508
+ <denominator>
509
+ <gco:Integer>200000</gco:Integer>
510
+ </denominator>
511
+ </MD_RepresentativeFraction>
512
+ </equivalentScale>
513
+ </MD_Resolution>
514
+ </spatialResolution>
515
+ <language>
516
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
517
+ </language>
518
+ <characterSet>
519
+ <MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
520
+ </characterSet>
521
+ <topicCategory>
522
+ <MD_TopicCategoryCode>boundaries</MD_TopicCategoryCode>
523
+ </topicCategory>
524
+ <topicCategory>
525
+ <MD_TopicCategoryCode>society</MD_TopicCategoryCode>
526
+ </topicCategory>
527
+ <environmentDescription>
528
+ <gco:CharacterString>Microsoft Windows 7 Version 6.1 (Build 7601) Service Pack 1; Esri ArcGIS 10.1.0.3035</gco:CharacterString>
529
+ </environmentDescription>
530
+ <extent>
531
+ <EX_Extent>
532
+ <description>
533
+ <gco:CharacterString>Census data release 1981</gco:CharacterString>
534
+ </description>
535
+ <temporalElement>
536
+ <EX_TemporalExtent>
537
+ <extent>
538
+ <gml:TimePeriod gml:id="idp54560">
539
+ <gml:beginPosition>1981-01-01T00:00:00</gml:beginPosition>
540
+ <gml:endPosition>1981-12-31T00:00:00</gml:endPosition>
541
+ </gml:TimePeriod>
542
+ </extent>
543
+ </EX_TemporalExtent>
544
+ </temporalElement>
545
+ </EX_Extent>
546
+ </extent>
547
+ <extent>
548
+ <EX_Extent>
549
+ <geographicElement>
550
+ <EX_GeographicBoundingBox>
551
+ <extentTypeCode>
552
+ <gco:Boolean>true</gco:Boolean>
553
+ </extentTypeCode>
554
+ <westBoundLongitude>
555
+ <gco:Decimal>68.110092</gco:Decimal>
556
+ </westBoundLongitude>
557
+ <eastBoundLongitude>
558
+ <gco:Decimal>97.409103</gco:Decimal>
559
+ </eastBoundLongitude>
560
+ <southBoundLatitude>
561
+ <gco:Decimal>6.755698</gco:Decimal>
562
+ </southBoundLatitude>
563
+ <northBoundLatitude>
564
+ <gco:Decimal>37.050301</gco:Decimal>
565
+ </northBoundLatitude>
566
+ </EX_GeographicBoundingBox>
567
+ </geographicElement>
568
+ </EX_Extent>
569
+ </extent>
570
+ <supplementalInformation>
571
+ <gco:CharacterString>Census 1981 data included</gco:CharacterString>
572
+ </supplementalInformation>
573
+ </MD_DataIdentification>
574
+ </identificationInfo>
575
+ <contentInfo>
576
+ <MD_FeatureCatalogueDescription>
577
+ <complianceCode>
578
+ <gco:Boolean>false</gco:Boolean>
579
+ </complianceCode>
580
+ <language>
581
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
582
+ </language>
583
+ <includedWithDataset>
584
+ <gco:Boolean>true</gco:Boolean>
585
+ </includedWithDataset>
586
+ <featureCatalogueCitation>
587
+ <CI_Citation>
588
+ <title>
589
+ <gco:CharacterString>Feature Catalog for Digital Map of State Boundaries of India, 1981</gco:CharacterString>
590
+ </title>
591
+ <date>
592
+ <CI_Date>
593
+ <date>
594
+ <gco:Date>2013-03-13</gco:Date>
595
+ </date>
596
+ <dateType>
597
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
598
+ </dateType>
599
+ </CI_Date>
600
+ </date>
601
+ <identifier>
602
+ <MD_Identifier>
603
+ <code>
604
+ <gco:CharacterString>4362da65-793a-4ec7-823f-899fceb984be</gco:CharacterString>
605
+ </code>
606
+ </MD_Identifier>
607
+ </identifier>
608
+ <citedResponsibleParty>
609
+ <CI_ResponsibleParty>
610
+ <organisationName>
611
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
612
+ </organisationName>
613
+ <role>
614
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
615
+ </role>
616
+ </CI_ResponsibleParty>
617
+ </citedResponsibleParty>
618
+ </CI_Citation>
619
+ </featureCatalogueCitation>
620
+ </MD_FeatureCatalogueDescription>
621
+ </contentInfo>
622
+ <distributionInfo>
623
+ <MD_Distribution>
624
+ <distributionFormat>
625
+ <MD_Format>
626
+ <name>
627
+ <gco:CharacterString>Shapefile</gco:CharacterString>
628
+ </name>
629
+ <version gco:nilReason="missing"/>
630
+ </MD_Format>
631
+ </distributionFormat>
632
+ <distributor>
633
+ <MD_Distributor>
634
+ <distributorContact>
635
+ <CI_ResponsibleParty>
636
+ <organisationName>
637
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
638
+ </organisationName>
639
+ <contactInfo>
640
+ <CI_Contact>
641
+ <phone>
642
+ <CI_Telephone>
643
+ <voice>
644
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
645
+ </voice>
646
+ </CI_Telephone>
647
+ </phone>
648
+ <address>
649
+ <CI_Address>
650
+ <deliveryPoint>
651
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
652
+ </deliveryPoint>
653
+ <deliveryPoint>
654
+ <gco:CharacterString>Mitchell Bldg. 2nd floor</gco:CharacterString>
655
+ </deliveryPoint>
656
+ <deliveryPoint>
657
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
658
+ </deliveryPoint>
659
+ <city>
660
+ <gco:CharacterString>Stanford</gco:CharacterString>
661
+ </city>
662
+ <administrativeArea>
663
+ <gco:CharacterString>California</gco:CharacterString>
664
+ </administrativeArea>
665
+ <postalCode>
666
+ <gco:CharacterString>94305</gco:CharacterString>
667
+ </postalCode>
668
+ <country>
669
+ <gco:CharacterString>US</gco:CharacterString>
670
+ </country>
671
+ <electronicMailAddress>
672
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
673
+ </electronicMailAddress>
674
+ </CI_Address>
675
+ </address>
676
+ </CI_Contact>
677
+ </contactInfo>
678
+ <role>
679
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="distributor" codeSpace="ISOTC211/19115">distributor</CI_RoleCode>
680
+ </role>
681
+ </CI_ResponsibleParty>
682
+ </distributorContact>
683
+ </MD_Distributor>
684
+ </distributor>
685
+ <transferOptions>
686
+ <MD_DigitalTransferOptions>
687
+ <unitsOfDistribution>
688
+ <gco:CharacterString>MB</gco:CharacterString>
689
+ </unitsOfDistribution>
690
+ <transferSize>
691
+ <gco:Real>9.287000000000001</gco:Real>
692
+ </transferSize>
693
+ <onLine>
694
+ <CI_OnlineResource>
695
+ <linkage>
696
+ <URL>http://purl.stanford.edu/xb018tk2042</URL>
697
+ </linkage>
698
+ <name>
699
+ <gco:CharacterString>STATE1981.shp</gco:CharacterString>
700
+ </name>
701
+ <function>
702
+ <CI_OnLineFunctionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="download" codeSpace="ISOTC211/19115">download</CI_OnLineFunctionCode>
703
+ </function>
704
+ </CI_OnlineResource>
705
+ </onLine>
706
+ </MD_DigitalTransferOptions>
707
+ </transferOptions>
708
+ </MD_Distribution>
709
+ </distributionInfo>
710
+ <dataQualityInfo>
711
+ <DQ_DataQuality>
712
+ <scope>
713
+ <DQ_Scope>
714
+ <level>
715
+ <MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
716
+ </level>
717
+ </DQ_Scope>
718
+ </scope>
719
+ <report>
720
+ <DQ_ConceptualConsistency>
721
+ <evaluationMethodDescription>
722
+ <gco:CharacterString>Coastal boundary aligned with imagery, no gaps in polygon, no topological errors, aggregate and % figures verified</gco:CharacterString>
723
+ </evaluationMethodDescription>
724
+ <result gco:nilReason="missing"/>
725
+ </DQ_ConceptualConsistency>
726
+ </report>
727
+ <report>
728
+ <DQ_CompletenessOmission>
729
+ <evaluationMethodDescription>
730
+ <gco:CharacterString>Census 1981 data release attribute</gco:CharacterString>
731
+ </evaluationMethodDescription>
732
+ <result gco:nilReason="missing"/>
733
+ </DQ_CompletenessOmission>
734
+ </report>
735
+ <report>
736
+ <DQ_AbsoluteExternalPositionalAccuracy>
737
+ <evaluationMethodDescription>
738
+ <gco:CharacterString>30-50 metres</gco:CharacterString>
739
+ </evaluationMethodDescription>
740
+ <result gco:nilReason="missing"/>
741
+ </DQ_AbsoluteExternalPositionalAccuracy>
742
+ </report>
743
+ <lineage>
744
+ <LI_Lineage>
745
+ <processStep>
746
+ <LI_ProcessStep>
747
+ <description>
748
+ <gco:CharacterString>Census operations across India</gco:CharacterString>
749
+ </description>
750
+ <dateTime>
751
+ <gco:DateTime>1981-01-01T00:00:00</gco:DateTime>
752
+ </dateTime>
753
+ </LI_ProcessStep>
754
+ </processStep>
755
+ <processStep>
756
+ <LI_ProcessStep>
757
+ <description>
758
+ <gco:CharacterString>Metadata imported</gco:CharacterString>
759
+ </description>
760
+ <dateTime>
761
+ <gco:DateTime>2013-06-12T00:00:00</gco:DateTime>
762
+ </dateTime>
763
+ <processor>
764
+ <CI_ResponsibleParty>
765
+ <organisationName>
766
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
767
+ </organisationName>
768
+ <positionName>
769
+ <gco:CharacterString>Metadata Analyst</gco:CharacterString>
770
+ </positionName>
771
+ <contactInfo>
772
+ <CI_Contact>
773
+ <phone>
774
+ <CI_Telephone>
775
+ <voice>
776
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
777
+ </voice>
778
+ </CI_Telephone>
779
+ </phone>
780
+ <address>
781
+ <CI_Address>
782
+ <deliveryPoint>
783
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
784
+ </deliveryPoint>
785
+ <deliveryPoint>
786
+ <gco:CharacterString>Mitchell Building, 2nd Floor</gco:CharacterString>
787
+ </deliveryPoint>
788
+ <deliveryPoint>
789
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
790
+ </deliveryPoint>
791
+ <city>
792
+ <gco:CharacterString>Stanford</gco:CharacterString>
793
+ </city>
794
+ <administrativeArea>
795
+ <gco:CharacterString>California</gco:CharacterString>
796
+ </administrativeArea>
797
+ <postalCode>
798
+ <gco:CharacterString>94305</gco:CharacterString>
799
+ </postalCode>
800
+ <country>
801
+ <gco:CharacterString>US</gco:CharacterString>
802
+ </country>
803
+ <electronicMailAddress>
804
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
805
+ </electronicMailAddress>
806
+ </CI_Address>
807
+ </address>
808
+ </CI_Contact>
809
+ </contactInfo>
810
+ <role>
811
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="processor" codeSpace="ISOTC211/19115">processor</CI_RoleCode>
812
+ </role>
813
+ </CI_ResponsibleParty>
814
+ </processor>
815
+ <source>
816
+ <LI_Source>
817
+ <description>
818
+ <gco:CharacterString>FGDC metadata file.</gco:CharacterString>
819
+ </description>
820
+ <sourceCitation>
821
+ <CI_Citation>
822
+ <title>
823
+ <gco:CharacterString>STATE1981.xml</gco:CharacterString>
824
+ </title>
825
+ <date>
826
+ <CI_Date>
827
+ <date>
828
+ <gco:Date>2013-03-13</gco:Date>
829
+ </date>
830
+ <dateType>
831
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
832
+ </dateType>
833
+ </CI_Date>
834
+ </date>
835
+ <identifier>
836
+ <MD_Identifier>
837
+ <code>
838
+ <gco:CharacterString>STATE1981.xml</gco:CharacterString>
839
+ </code>
840
+ </MD_Identifier>
841
+ </identifier>
842
+ </CI_Citation>
843
+ </sourceCitation>
844
+ </LI_Source>
845
+ </source>
846
+ </LI_ProcessStep>
847
+ </processStep>
848
+ <source>
849
+ <LI_Source>
850
+ <description>
851
+ <gco:CharacterString>State demographic profile of India 1981</gco:CharacterString>
852
+ </description>
853
+ <sourceCitation>
854
+ <CI_Citation>
855
+ <title>
856
+ <gco:CharacterString>State demographic profile of India 1981</gco:CharacterString>
857
+ </title>
858
+ <date>
859
+ <CI_Date>
860
+ <date>
861
+ <gco:Date>1981-01-01</gco:Date>
862
+ </date>
863
+ <dateType>
864
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
865
+ </dateType>
866
+ </CI_Date>
867
+ </date>
868
+ <citedResponsibleParty>
869
+ <CI_ResponsibleParty>
870
+ <organisationName>
871
+ <gco:CharacterString>Registrar General and Census Commissioner of India</gco:CharacterString>
872
+ </organisationName>
873
+ <role>
874
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
875
+ </role>
876
+ </CI_ResponsibleParty>
877
+ </citedResponsibleParty>
878
+ <presentationForm>
879
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
880
+ </presentationForm>
881
+ </CI_Citation>
882
+ </sourceCitation>
883
+ </LI_Source>
884
+ </source>
885
+ </LI_Lineage>
886
+ </lineage>
887
+ </DQ_DataQuality>
888
+ </dataQualityInfo>
889
+ </MD_Metadata>
890
+ </rdf:Description>
891
+ <rdf:Description rdf:about="http://purl-test.stanford.edu/xb018tk2042">
892
+ <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="4362da65-793a-4ec7-823f-899fceb984be">
893
+ <gmx:name>
894
+ <gco:CharacterString>Feature Catalog for Digital Map of State Boundaries of India, 1981</gco:CharacterString>
895
+ </gmx:name>
896
+ <gmx:scope>
897
+ <gco:CharacterString>Sex ratio; Literacy; Population; Statistics; Administrative and political divisions</gco:CharacterString>
898
+ </gmx:scope>
899
+ <gmx:versionNumber gco:nilReason="unknown"/>
900
+ <gmx:versionDate>
901
+ <gco:Date>2013</gco:Date>
902
+ </gmx:versionDate>
903
+ <gmx:language>
904
+ <gco:CharacterString>eng; US</gco:CharacterString>
905
+ </gmx:language>
906
+ <gmx:characterSet>
907
+ <gmd:MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115"/>
908
+ </gmx:characterSet>
909
+ <gfc:producer>
910
+ <gmd:CI_ResponsibleParty>
911
+ <gmd:organisationName>
912
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
913
+ </gmd:organisationName>
914
+ <gmd:role>
915
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="006"/>
916
+ </gmd:role>
917
+ </gmd:CI_ResponsibleParty>
918
+ </gfc:producer>
919
+ <gfc:featureType>
920
+ <gfc:FC_FeatureType>
921
+ <gfc:typeName>
922
+ <gco:LocalName>STATE1981</gco:LocalName>
923
+ </gfc:typeName>
924
+ <gfc:definition>
925
+ <gco:CharacterString>Administrative Unit</gco:CharacterString>
926
+ </gfc:definition>
927
+ <gfc:isAbstract>
928
+ <gco:Boolean>false</gco:Boolean>
929
+ </gfc:isAbstract>
930
+ <gfc:featureCatalogue uuidref="4362da65-793a-4ec7-823f-899fceb984be"/>
931
+ <gfc:carrierOfCharacteristics>
932
+ <gfc:FC_FeatureAttribute>
933
+ <gfc:memberName>
934
+ <gco:LocalName>FID</gco:LocalName>
935
+ </gfc:memberName>
936
+ <gfc:definition>
937
+ <gco:CharacterString>Internal feature number.</gco:CharacterString>
938
+ </gfc:definition>
939
+ <gfc:cardinality gco:nilReason="unknown"/>
940
+ <gfc:definitionReference>
941
+ <gfc:FC_DefinitionReference>
942
+ <gfc:definitionSource>
943
+ <gfc:FC_DefinitionSource>
944
+ <gfc:source>
945
+ <gmd:CI_Citation>
946
+ <gmd:title>
947
+ <gco:CharacterString>Esri</gco:CharacterString>
948
+ </gmd:title>
949
+ <gmd:date gco:nilReason="unknown"/>
950
+ <gmd:citedResponsibleParty>
951
+ <gmd:CI_ResponsibleParty>
952
+ <gmd:organisationName>
953
+ <gco:CharacterString>Esri</gco:CharacterString>
954
+ </gmd:organisationName>
955
+ <gmd:role>
956
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
957
+ </gmd:role>
958
+ </gmd:CI_ResponsibleParty>
959
+ </gmd:citedResponsibleParty>
960
+ </gmd:CI_Citation>
961
+ </gfc:source>
962
+ </gfc:FC_DefinitionSource>
963
+ </gfc:definitionSource>
964
+ </gfc:FC_DefinitionReference>
965
+ </gfc:definitionReference>
966
+ <gfc:valueType>
967
+ <gco:TypeName>
968
+ <gco:aName>
969
+ <gco:CharacterString>OID</gco:CharacterString>
970
+ </gco:aName>
971
+ </gco:TypeName>
972
+ </gfc:valueType>
973
+ </gfc:FC_FeatureAttribute>
974
+ </gfc:carrierOfCharacteristics>
975
+ <gfc:carrierOfCharacteristics>
976
+ <gfc:FC_FeatureAttribute>
977
+ <gfc:memberName>
978
+ <gco:LocalName>Shape</gco:LocalName>
979
+ </gfc:memberName>
980
+ <gfc:definition>
981
+ <gco:CharacterString>Feature geometry.</gco:CharacterString>
982
+ </gfc:definition>
983
+ <gfc:cardinality gco:nilReason="unknown"/>
984
+ <gfc:definitionReference>
985
+ <gfc:FC_DefinitionReference>
986
+ <gfc:definitionSource>
987
+ <gfc:FC_DefinitionSource>
988
+ <gfc:source>
989
+ <gmd:CI_Citation>
990
+ <gmd:title>
991
+ <gco:CharacterString>Esri</gco:CharacterString>
992
+ </gmd:title>
993
+ <gmd:date gco:nilReason="unknown"/>
994
+ <gmd:citedResponsibleParty>
995
+ <gmd:CI_ResponsibleParty>
996
+ <gmd:organisationName>
997
+ <gco:CharacterString>Esri</gco:CharacterString>
998
+ </gmd:organisationName>
999
+ <gmd:role>
1000
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1001
+ </gmd:role>
1002
+ </gmd:CI_ResponsibleParty>
1003
+ </gmd:citedResponsibleParty>
1004
+ </gmd:CI_Citation>
1005
+ </gfc:source>
1006
+ </gfc:FC_DefinitionSource>
1007
+ </gfc:definitionSource>
1008
+ </gfc:FC_DefinitionReference>
1009
+ </gfc:definitionReference>
1010
+ <gfc:valueType>
1011
+ <gco:TypeName>
1012
+ <gco:aName>
1013
+ <gco:CharacterString>Geometry</gco:CharacterString>
1014
+ </gco:aName>
1015
+ </gco:TypeName>
1016
+ </gfc:valueType>
1017
+ </gfc:FC_FeatureAttribute>
1018
+ </gfc:carrierOfCharacteristics>
1019
+ <gfc:carrierOfCharacteristics>
1020
+ <gfc:FC_FeatureAttribute>
1021
+ <gfc:memberName>
1022
+ <gco:LocalName>TOT_AREA</gco:LocalName>
1023
+ </gfc:memberName>
1024
+ <gfc:definition>
1025
+ <gco:CharacterString>Total area of States</gco:CharacterString>
1026
+ </gfc:definition>
1027
+ <gfc:cardinality gco:nilReason="unknown"/>
1028
+ <gfc:definitionReference>
1029
+ <gfc:FC_DefinitionReference>
1030
+ <gfc:definitionSource>
1031
+ <gfc:FC_DefinitionSource>
1032
+ <gfc:source>
1033
+ <gmd:CI_Citation>
1034
+ <gmd:title>
1035
+ <gco:CharacterString>Census of India</gco:CharacterString>
1036
+ </gmd:title>
1037
+ <gmd:date gco:nilReason="unknown"/>
1038
+ <gmd:citedResponsibleParty>
1039
+ <gmd:CI_ResponsibleParty>
1040
+ <gmd:organisationName>
1041
+ <gco:CharacterString>Census of India</gco:CharacterString>
1042
+ </gmd:organisationName>
1043
+ <gmd:role>
1044
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1045
+ </gmd:role>
1046
+ </gmd:CI_ResponsibleParty>
1047
+ </gmd:citedResponsibleParty>
1048
+ </gmd:CI_Citation>
1049
+ </gfc:source>
1050
+ </gfc:FC_DefinitionSource>
1051
+ </gfc:definitionSource>
1052
+ </gfc:FC_DefinitionReference>
1053
+ </gfc:definitionReference>
1054
+ <gfc:valueType>
1055
+ <gco:TypeName>
1056
+ <gco:aName>
1057
+ <gco:CharacterString>String</gco:CharacterString>
1058
+ </gco:aName>
1059
+ </gco:TypeName>
1060
+ </gfc:valueType>
1061
+ </gfc:FC_FeatureAttribute>
1062
+ </gfc:carrierOfCharacteristics>
1063
+ <gfc:carrierOfCharacteristics>
1064
+ <gfc:FC_FeatureAttribute>
1065
+ <gfc:memberName>
1066
+ <gco:LocalName>ST81_ID</gco:LocalName>
1067
+ </gfc:memberName>
1068
+ <gfc:definition>
1069
+ <gco:CharacterString>Unique identification number</gco:CharacterString>
1070
+ </gfc:definition>
1071
+ <gfc:cardinality gco:nilReason="unknown"/>
1072
+ <gfc:definitionReference>
1073
+ <gfc:FC_DefinitionReference>
1074
+ <gfc:definitionSource>
1075
+ <gfc:FC_DefinitionSource>
1076
+ <gfc:source>
1077
+ <gmd:CI_Citation>
1078
+ <gmd:title>
1079
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
1080
+ </gmd:title>
1081
+ <gmd:date gco:nilReason="unknown"/>
1082
+ <gmd:citedResponsibleParty>
1083
+ <gmd:CI_ResponsibleParty>
1084
+ <gmd:organisationName>
1085
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
1086
+ </gmd:organisationName>
1087
+ <gmd:role>
1088
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1089
+ </gmd:role>
1090
+ </gmd:CI_ResponsibleParty>
1091
+ </gmd:citedResponsibleParty>
1092
+ </gmd:CI_Citation>
1093
+ </gfc:source>
1094
+ </gfc:FC_DefinitionSource>
1095
+ </gfc:definitionSource>
1096
+ </gfc:FC_DefinitionReference>
1097
+ </gfc:definitionReference>
1098
+ <gfc:valueType>
1099
+ <gco:TypeName>
1100
+ <gco:aName>
1101
+ <gco:CharacterString>Double</gco:CharacterString>
1102
+ </gco:aName>
1103
+ </gco:TypeName>
1104
+ </gfc:valueType>
1105
+ </gfc:FC_FeatureAttribute>
1106
+ </gfc:carrierOfCharacteristics>
1107
+ <gfc:carrierOfCharacteristics>
1108
+ <gfc:FC_FeatureAttribute>
1109
+ <gfc:memberName>
1110
+ <gco:LocalName>P_U_POP</gco:LocalName>
1111
+ </gfc:memberName>
1112
+ <gfc:definition>
1113
+ <gco:CharacterString>Percentage of urban population</gco:CharacterString>
1114
+ </gfc:definition>
1115
+ <gfc:cardinality gco:nilReason="unknown"/>
1116
+ <gfc:definitionReference>
1117
+ <gfc:FC_DefinitionReference>
1118
+ <gfc:definitionSource>
1119
+ <gfc:FC_DefinitionSource>
1120
+ <gfc:source>
1121
+ <gmd:CI_Citation>
1122
+ <gmd:title>
1123
+ <gco:CharacterString>Census of India</gco:CharacterString>
1124
+ </gmd:title>
1125
+ <gmd:date gco:nilReason="unknown"/>
1126
+ <gmd:citedResponsibleParty>
1127
+ <gmd:CI_ResponsibleParty>
1128
+ <gmd:organisationName>
1129
+ <gco:CharacterString>Census of India</gco:CharacterString>
1130
+ </gmd:organisationName>
1131
+ <gmd:role>
1132
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1133
+ </gmd:role>
1134
+ </gmd:CI_ResponsibleParty>
1135
+ </gmd:citedResponsibleParty>
1136
+ </gmd:CI_Citation>
1137
+ </gfc:source>
1138
+ </gfc:FC_DefinitionSource>
1139
+ </gfc:definitionSource>
1140
+ </gfc:FC_DefinitionReference>
1141
+ </gfc:definitionReference>
1142
+ <gfc:valueType>
1143
+ <gco:TypeName>
1144
+ <gco:aName>
1145
+ <gco:CharacterString>Double</gco:CharacterString>
1146
+ </gco:aName>
1147
+ </gco:TypeName>
1148
+ </gfc:valueType>
1149
+ </gfc:FC_FeatureAttribute>
1150
+ </gfc:carrierOfCharacteristics>
1151
+ <gfc:carrierOfCharacteristics>
1152
+ <gfc:FC_FeatureAttribute>
1153
+ <gfc:memberName>
1154
+ <gco:LocalName>R_POP</gco:LocalName>
1155
+ </gfc:memberName>
1156
+ <gfc:definition>
1157
+ <gco:CharacterString>Rural population</gco:CharacterString>
1158
+ </gfc:definition>
1159
+ <gfc:cardinality gco:nilReason="unknown"/>
1160
+ <gfc:definitionReference>
1161
+ <gfc:FC_DefinitionReference>
1162
+ <gfc:definitionSource>
1163
+ <gfc:FC_DefinitionSource>
1164
+ <gfc:source>
1165
+ <gmd:CI_Citation>
1166
+ <gmd:title>
1167
+ <gco:CharacterString>Census of India</gco:CharacterString>
1168
+ </gmd:title>
1169
+ <gmd:date gco:nilReason="unknown"/>
1170
+ <gmd:citedResponsibleParty>
1171
+ <gmd:CI_ResponsibleParty>
1172
+ <gmd:organisationName>
1173
+ <gco:CharacterString>Census of India</gco:CharacterString>
1174
+ </gmd:organisationName>
1175
+ <gmd:role>
1176
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1177
+ </gmd:role>
1178
+ </gmd:CI_ResponsibleParty>
1179
+ </gmd:citedResponsibleParty>
1180
+ </gmd:CI_Citation>
1181
+ </gfc:source>
1182
+ </gfc:FC_DefinitionSource>
1183
+ </gfc:definitionSource>
1184
+ </gfc:FC_DefinitionReference>
1185
+ </gfc:definitionReference>
1186
+ <gfc:valueType>
1187
+ <gco:TypeName>
1188
+ <gco:aName>
1189
+ <gco:CharacterString>Double</gco:CharacterString>
1190
+ </gco:aName>
1191
+ </gco:TypeName>
1192
+ </gfc:valueType>
1193
+ </gfc:FC_FeatureAttribute>
1194
+ </gfc:carrierOfCharacteristics>
1195
+ <gfc:carrierOfCharacteristics>
1196
+ <gfc:FC_FeatureAttribute>
1197
+ <gfc:memberName>
1198
+ <gco:LocalName>M_POP</gco:LocalName>
1199
+ </gfc:memberName>
1200
+ <gfc:definition>
1201
+ <gco:CharacterString>Male population</gco:CharacterString>
1202
+ </gfc:definition>
1203
+ <gfc:cardinality gco:nilReason="unknown"/>
1204
+ <gfc:definitionReference>
1205
+ <gfc:FC_DefinitionReference>
1206
+ <gfc:definitionSource>
1207
+ <gfc:FC_DefinitionSource>
1208
+ <gfc:source>
1209
+ <gmd:CI_Citation>
1210
+ <gmd:title>
1211
+ <gco:CharacterString>Census of India</gco:CharacterString>
1212
+ </gmd:title>
1213
+ <gmd:date gco:nilReason="unknown"/>
1214
+ <gmd:citedResponsibleParty>
1215
+ <gmd:CI_ResponsibleParty>
1216
+ <gmd:organisationName>
1217
+ <gco:CharacterString>Census of India</gco:CharacterString>
1218
+ </gmd:organisationName>
1219
+ <gmd:role>
1220
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1221
+ </gmd:role>
1222
+ </gmd:CI_ResponsibleParty>
1223
+ </gmd:citedResponsibleParty>
1224
+ </gmd:CI_Citation>
1225
+ </gfc:source>
1226
+ </gfc:FC_DefinitionSource>
1227
+ </gfc:definitionSource>
1228
+ </gfc:FC_DefinitionReference>
1229
+ </gfc:definitionReference>
1230
+ <gfc:valueType>
1231
+ <gco:TypeName>
1232
+ <gco:aName>
1233
+ <gco:CharacterString>Double</gco:CharacterString>
1234
+ </gco:aName>
1235
+ </gco:TypeName>
1236
+ </gfc:valueType>
1237
+ </gfc:FC_FeatureAttribute>
1238
+ </gfc:carrierOfCharacteristics>
1239
+ <gfc:carrierOfCharacteristics>
1240
+ <gfc:FC_FeatureAttribute>
1241
+ <gfc:memberName>
1242
+ <gco:LocalName>TOT_POP</gco:LocalName>
1243
+ </gfc:memberName>
1244
+ <gfc:definition>
1245
+ <gco:CharacterString>Total Population</gco:CharacterString>
1246
+ </gfc:definition>
1247
+ <gfc:cardinality gco:nilReason="unknown"/>
1248
+ <gfc:definitionReference>
1249
+ <gfc:FC_DefinitionReference>
1250
+ <gfc:definitionSource>
1251
+ <gfc:FC_DefinitionSource>
1252
+ <gfc:source>
1253
+ <gmd:CI_Citation>
1254
+ <gmd:title>
1255
+ <gco:CharacterString>Census of India</gco:CharacterString>
1256
+ </gmd:title>
1257
+ <gmd:date gco:nilReason="unknown"/>
1258
+ <gmd:citedResponsibleParty>
1259
+ <gmd:CI_ResponsibleParty>
1260
+ <gmd:organisationName>
1261
+ <gco:CharacterString>Census of India</gco:CharacterString>
1262
+ </gmd:organisationName>
1263
+ <gmd:role>
1264
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1265
+ </gmd:role>
1266
+ </gmd:CI_ResponsibleParty>
1267
+ </gmd:citedResponsibleParty>
1268
+ </gmd:CI_Citation>
1269
+ </gfc:source>
1270
+ </gfc:FC_DefinitionSource>
1271
+ </gfc:definitionSource>
1272
+ </gfc:FC_DefinitionReference>
1273
+ </gfc:definitionReference>
1274
+ <gfc:valueType>
1275
+ <gco:TypeName>
1276
+ <gco:aName>
1277
+ <gco:CharacterString>Double</gco:CharacterString>
1278
+ </gco:aName>
1279
+ </gco:TypeName>
1280
+ </gfc:valueType>
1281
+ </gfc:FC_FeatureAttribute>
1282
+ </gfc:carrierOfCharacteristics>
1283
+ <gfc:carrierOfCharacteristics>
1284
+ <gfc:FC_FeatureAttribute>
1285
+ <gfc:memberName>
1286
+ <gco:LocalName>NON_W</gco:LocalName>
1287
+ </gfc:memberName>
1288
+ <gfc:definition>
1289
+ <gco:CharacterString>Total non workers</gco:CharacterString>
1290
+ </gfc:definition>
1291
+ <gfc:cardinality gco:nilReason="unknown"/>
1292
+ <gfc:definitionReference>
1293
+ <gfc:FC_DefinitionReference>
1294
+ <gfc:definitionSource>
1295
+ <gfc:FC_DefinitionSource>
1296
+ <gfc:source>
1297
+ <gmd:CI_Citation>
1298
+ <gmd:title>
1299
+ <gco:CharacterString>Census of India</gco:CharacterString>
1300
+ </gmd:title>
1301
+ <gmd:date gco:nilReason="unknown"/>
1302
+ <gmd:citedResponsibleParty>
1303
+ <gmd:CI_ResponsibleParty>
1304
+ <gmd:organisationName>
1305
+ <gco:CharacterString>Census of India</gco:CharacterString>
1306
+ </gmd:organisationName>
1307
+ <gmd:role>
1308
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1309
+ </gmd:role>
1310
+ </gmd:CI_ResponsibleParty>
1311
+ </gmd:citedResponsibleParty>
1312
+ </gmd:CI_Citation>
1313
+ </gfc:source>
1314
+ </gfc:FC_DefinitionSource>
1315
+ </gfc:definitionSource>
1316
+ </gfc:FC_DefinitionReference>
1317
+ </gfc:definitionReference>
1318
+ <gfc:valueType>
1319
+ <gco:TypeName>
1320
+ <gco:aName>
1321
+ <gco:CharacterString>Double</gco:CharacterString>
1322
+ </gco:aName>
1323
+ </gco:TypeName>
1324
+ </gfc:valueType>
1325
+ </gfc:FC_FeatureAttribute>
1326
+ </gfc:carrierOfCharacteristics>
1327
+ <gfc:carrierOfCharacteristics>
1328
+ <gfc:FC_FeatureAttribute>
1329
+ <gfc:memberName>
1330
+ <gco:LocalName>MRG_W</gco:LocalName>
1331
+ </gfc:memberName>
1332
+ <gfc:definition>
1333
+ <gco:CharacterString>Total marginal workers</gco:CharacterString>
1334
+ </gfc:definition>
1335
+ <gfc:cardinality gco:nilReason="unknown"/>
1336
+ <gfc:definitionReference>
1337
+ <gfc:FC_DefinitionReference>
1338
+ <gfc:definitionSource>
1339
+ <gfc:FC_DefinitionSource>
1340
+ <gfc:source>
1341
+ <gmd:CI_Citation>
1342
+ <gmd:title>
1343
+ <gco:CharacterString>Census of India</gco:CharacterString>
1344
+ </gmd:title>
1345
+ <gmd:date gco:nilReason="unknown"/>
1346
+ <gmd:citedResponsibleParty>
1347
+ <gmd:CI_ResponsibleParty>
1348
+ <gmd:organisationName>
1349
+ <gco:CharacterString>Census of India</gco:CharacterString>
1350
+ </gmd:organisationName>
1351
+ <gmd:role>
1352
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1353
+ </gmd:role>
1354
+ </gmd:CI_ResponsibleParty>
1355
+ </gmd:citedResponsibleParty>
1356
+ </gmd:CI_Citation>
1357
+ </gfc:source>
1358
+ </gfc:FC_DefinitionSource>
1359
+ </gfc:definitionSource>
1360
+ </gfc:FC_DefinitionReference>
1361
+ </gfc:definitionReference>
1362
+ <gfc:valueType>
1363
+ <gco:TypeName>
1364
+ <gco:aName>
1365
+ <gco:CharacterString>Double</gco:CharacterString>
1366
+ </gco:aName>
1367
+ </gco:TypeName>
1368
+ </gfc:valueType>
1369
+ </gfc:FC_FeatureAttribute>
1370
+ </gfc:carrierOfCharacteristics>
1371
+ <gfc:carrierOfCharacteristics>
1372
+ <gfc:FC_FeatureAttribute>
1373
+ <gfc:memberName>
1374
+ <gco:LocalName>MN_W</gco:LocalName>
1375
+ </gfc:memberName>
1376
+ <gfc:definition>
1377
+ <gco:CharacterString>Total main workers</gco:CharacterString>
1378
+ </gfc:definition>
1379
+ <gfc:cardinality gco:nilReason="unknown"/>
1380
+ <gfc:definitionReference>
1381
+ <gfc:FC_DefinitionReference>
1382
+ <gfc:definitionSource>
1383
+ <gfc:FC_DefinitionSource>
1384
+ <gfc:source>
1385
+ <gmd:CI_Citation>
1386
+ <gmd:title>
1387
+ <gco:CharacterString>Census of India</gco:CharacterString>
1388
+ </gmd:title>
1389
+ <gmd:date gco:nilReason="unknown"/>
1390
+ <gmd:citedResponsibleParty>
1391
+ <gmd:CI_ResponsibleParty>
1392
+ <gmd:organisationName>
1393
+ <gco:CharacterString>Census of India</gco:CharacterString>
1394
+ </gmd:organisationName>
1395
+ <gmd:role>
1396
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1397
+ </gmd:role>
1398
+ </gmd:CI_ResponsibleParty>
1399
+ </gmd:citedResponsibleParty>
1400
+ </gmd:CI_Citation>
1401
+ </gfc:source>
1402
+ </gfc:FC_DefinitionSource>
1403
+ </gfc:definitionSource>
1404
+ </gfc:FC_DefinitionReference>
1405
+ </gfc:definitionReference>
1406
+ <gfc:valueType>
1407
+ <gco:TypeName>
1408
+ <gco:aName>
1409
+ <gco:CharacterString>Double</gco:CharacterString>
1410
+ </gco:aName>
1411
+ </gco:TypeName>
1412
+ </gfc:valueType>
1413
+ </gfc:FC_FeatureAttribute>
1414
+ </gfc:carrierOfCharacteristics>
1415
+ <gfc:carrierOfCharacteristics>
1416
+ <gfc:FC_FeatureAttribute>
1417
+ <gfc:memberName>
1418
+ <gco:LocalName>TOT_W</gco:LocalName>
1419
+ </gfc:memberName>
1420
+ <gfc:definition>
1421
+ <gco:CharacterString>Total Workers</gco:CharacterString>
1422
+ </gfc:definition>
1423
+ <gfc:cardinality gco:nilReason="unknown"/>
1424
+ <gfc:definitionReference>
1425
+ <gfc:FC_DefinitionReference>
1426
+ <gfc:definitionSource>
1427
+ <gfc:FC_DefinitionSource>
1428
+ <gfc:source>
1429
+ <gmd:CI_Citation>
1430
+ <gmd:title>
1431
+ <gco:CharacterString>Census of India</gco:CharacterString>
1432
+ </gmd:title>
1433
+ <gmd:date gco:nilReason="unknown"/>
1434
+ <gmd:citedResponsibleParty>
1435
+ <gmd:CI_ResponsibleParty>
1436
+ <gmd:organisationName>
1437
+ <gco:CharacterString>Census of India</gco:CharacterString>
1438
+ </gmd:organisationName>
1439
+ <gmd:role>
1440
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1441
+ </gmd:role>
1442
+ </gmd:CI_ResponsibleParty>
1443
+ </gmd:citedResponsibleParty>
1444
+ </gmd:CI_Citation>
1445
+ </gfc:source>
1446
+ </gfc:FC_DefinitionSource>
1447
+ </gfc:definitionSource>
1448
+ </gfc:FC_DefinitionReference>
1449
+ </gfc:definitionReference>
1450
+ <gfc:valueType>
1451
+ <gco:TypeName>
1452
+ <gco:aName>
1453
+ <gco:CharacterString>Double</gco:CharacterString>
1454
+ </gco:aName>
1455
+ </gco:TypeName>
1456
+ </gfc:valueType>
1457
+ </gfc:FC_FeatureAttribute>
1458
+ </gfc:carrierOfCharacteristics>
1459
+ <gfc:carrierOfCharacteristics>
1460
+ <gfc:FC_FeatureAttribute>
1461
+ <gfc:memberName>
1462
+ <gco:LocalName>P_NON_W</gco:LocalName>
1463
+ </gfc:memberName>
1464
+ <gfc:definition>
1465
+ <gco:CharacterString>Percentage of non worker</gco:CharacterString>
1466
+ </gfc:definition>
1467
+ <gfc:cardinality gco:nilReason="unknown"/>
1468
+ <gfc:definitionReference>
1469
+ <gfc:FC_DefinitionReference>
1470
+ <gfc:definitionSource>
1471
+ <gfc:FC_DefinitionSource>
1472
+ <gfc:source>
1473
+ <gmd:CI_Citation>
1474
+ <gmd:title>
1475
+ <gco:CharacterString>Census of India</gco:CharacterString>
1476
+ </gmd:title>
1477
+ <gmd:date gco:nilReason="unknown"/>
1478
+ <gmd:citedResponsibleParty>
1479
+ <gmd:CI_ResponsibleParty>
1480
+ <gmd:organisationName>
1481
+ <gco:CharacterString>Census of India</gco:CharacterString>
1482
+ </gmd:organisationName>
1483
+ <gmd:role>
1484
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1485
+ </gmd:role>
1486
+ </gmd:CI_ResponsibleParty>
1487
+ </gmd:citedResponsibleParty>
1488
+ </gmd:CI_Citation>
1489
+ </gfc:source>
1490
+ </gfc:FC_DefinitionSource>
1491
+ </gfc:definitionSource>
1492
+ </gfc:FC_DefinitionReference>
1493
+ </gfc:definitionReference>
1494
+ <gfc:valueType>
1495
+ <gco:TypeName>
1496
+ <gco:aName>
1497
+ <gco:CharacterString>Double</gco:CharacterString>
1498
+ </gco:aName>
1499
+ </gco:TypeName>
1500
+ </gfc:valueType>
1501
+ </gfc:FC_FeatureAttribute>
1502
+ </gfc:carrierOfCharacteristics>
1503
+ <gfc:carrierOfCharacteristics>
1504
+ <gfc:FC_FeatureAttribute>
1505
+ <gfc:memberName>
1506
+ <gco:LocalName>P_MRG_W</gco:LocalName>
1507
+ </gfc:memberName>
1508
+ <gfc:definition>
1509
+ <gco:CharacterString>Percentage of marginal worker</gco:CharacterString>
1510
+ </gfc:definition>
1511
+ <gfc:cardinality gco:nilReason="unknown"/>
1512
+ <gfc:definitionReference>
1513
+ <gfc:FC_DefinitionReference>
1514
+ <gfc:definitionSource>
1515
+ <gfc:FC_DefinitionSource>
1516
+ <gfc:source>
1517
+ <gmd:CI_Citation>
1518
+ <gmd:title>
1519
+ <gco:CharacterString>Census of India</gco:CharacterString>
1520
+ </gmd:title>
1521
+ <gmd:date gco:nilReason="unknown"/>
1522
+ <gmd:citedResponsibleParty>
1523
+ <gmd:CI_ResponsibleParty>
1524
+ <gmd:organisationName>
1525
+ <gco:CharacterString>Census of India</gco:CharacterString>
1526
+ </gmd:organisationName>
1527
+ <gmd:role>
1528
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1529
+ </gmd:role>
1530
+ </gmd:CI_ResponsibleParty>
1531
+ </gmd:citedResponsibleParty>
1532
+ </gmd:CI_Citation>
1533
+ </gfc:source>
1534
+ </gfc:FC_DefinitionSource>
1535
+ </gfc:definitionSource>
1536
+ </gfc:FC_DefinitionReference>
1537
+ </gfc:definitionReference>
1538
+ <gfc:valueType>
1539
+ <gco:TypeName>
1540
+ <gco:aName>
1541
+ <gco:CharacterString>Double</gco:CharacterString>
1542
+ </gco:aName>
1543
+ </gco:TypeName>
1544
+ </gfc:valueType>
1545
+ </gfc:FC_FeatureAttribute>
1546
+ </gfc:carrierOfCharacteristics>
1547
+ <gfc:carrierOfCharacteristics>
1548
+ <gfc:FC_FeatureAttribute>
1549
+ <gfc:memberName>
1550
+ <gco:LocalName>P_MN_W</gco:LocalName>
1551
+ </gfc:memberName>
1552
+ <gfc:definition>
1553
+ <gco:CharacterString>Percentage of main worker</gco:CharacterString>
1554
+ </gfc:definition>
1555
+ <gfc:cardinality gco:nilReason="unknown"/>
1556
+ <gfc:definitionReference>
1557
+ <gfc:FC_DefinitionReference>
1558
+ <gfc:definitionSource>
1559
+ <gfc:FC_DefinitionSource>
1560
+ <gfc:source>
1561
+ <gmd:CI_Citation>
1562
+ <gmd:title>
1563
+ <gco:CharacterString>Census of India</gco:CharacterString>
1564
+ </gmd:title>
1565
+ <gmd:date gco:nilReason="unknown"/>
1566
+ <gmd:citedResponsibleParty>
1567
+ <gmd:CI_ResponsibleParty>
1568
+ <gmd:organisationName>
1569
+ <gco:CharacterString>Census of India</gco:CharacterString>
1570
+ </gmd:organisationName>
1571
+ <gmd:role>
1572
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1573
+ </gmd:role>
1574
+ </gmd:CI_ResponsibleParty>
1575
+ </gmd:citedResponsibleParty>
1576
+ </gmd:CI_Citation>
1577
+ </gfc:source>
1578
+ </gfc:FC_DefinitionSource>
1579
+ </gfc:definitionSource>
1580
+ </gfc:FC_DefinitionReference>
1581
+ </gfc:definitionReference>
1582
+ <gfc:valueType>
1583
+ <gco:TypeName>
1584
+ <gco:aName>
1585
+ <gco:CharacterString>Double</gco:CharacterString>
1586
+ </gco:aName>
1587
+ </gco:TypeName>
1588
+ </gfc:valueType>
1589
+ </gfc:FC_FeatureAttribute>
1590
+ </gfc:carrierOfCharacteristics>
1591
+ <gfc:carrierOfCharacteristics>
1592
+ <gfc:FC_FeatureAttribute>
1593
+ <gfc:memberName>
1594
+ <gco:LocalName>P_W</gco:LocalName>
1595
+ </gfc:memberName>
1596
+ <gfc:definition>
1597
+ <gco:CharacterString>Percentage of total worker</gco:CharacterString>
1598
+ </gfc:definition>
1599
+ <gfc:cardinality gco:nilReason="unknown"/>
1600
+ <gfc:definitionReference>
1601
+ <gfc:FC_DefinitionReference>
1602
+ <gfc:definitionSource>
1603
+ <gfc:FC_DefinitionSource>
1604
+ <gfc:source>
1605
+ <gmd:CI_Citation>
1606
+ <gmd:title>
1607
+ <gco:CharacterString>Census of India</gco:CharacterString>
1608
+ </gmd:title>
1609
+ <gmd:date gco:nilReason="unknown"/>
1610
+ <gmd:citedResponsibleParty>
1611
+ <gmd:CI_ResponsibleParty>
1612
+ <gmd:organisationName>
1613
+ <gco:CharacterString>Census of India</gco:CharacterString>
1614
+ </gmd:organisationName>
1615
+ <gmd:role>
1616
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1617
+ </gmd:role>
1618
+ </gmd:CI_ResponsibleParty>
1619
+ </gmd:citedResponsibleParty>
1620
+ </gmd:CI_Citation>
1621
+ </gfc:source>
1622
+ </gfc:FC_DefinitionSource>
1623
+ </gfc:definitionSource>
1624
+ </gfc:FC_DefinitionReference>
1625
+ </gfc:definitionReference>
1626
+ <gfc:valueType>
1627
+ <gco:TypeName>
1628
+ <gco:aName>
1629
+ <gco:CharacterString>Double</gco:CharacterString>
1630
+ </gco:aName>
1631
+ </gco:TypeName>
1632
+ </gfc:valueType>
1633
+ </gfc:FC_FeatureAttribute>
1634
+ </gfc:carrierOfCharacteristics>
1635
+ <gfc:carrierOfCharacteristics>
1636
+ <gfc:FC_FeatureAttribute>
1637
+ <gfc:memberName>
1638
+ <gco:LocalName>M_LIT</gco:LocalName>
1639
+ </gfc:memberName>
1640
+ <gfc:definition>
1641
+ <gco:CharacterString>Male literates</gco:CharacterString>
1642
+ </gfc:definition>
1643
+ <gfc:cardinality gco:nilReason="unknown"/>
1644
+ <gfc:definitionReference>
1645
+ <gfc:FC_DefinitionReference>
1646
+ <gfc:definitionSource>
1647
+ <gfc:FC_DefinitionSource>
1648
+ <gfc:source>
1649
+ <gmd:CI_Citation>
1650
+ <gmd:title>
1651
+ <gco:CharacterString>Census of India</gco:CharacterString>
1652
+ </gmd:title>
1653
+ <gmd:date gco:nilReason="unknown"/>
1654
+ <gmd:citedResponsibleParty>
1655
+ <gmd:CI_ResponsibleParty>
1656
+ <gmd:organisationName>
1657
+ <gco:CharacterString>Census of India</gco:CharacterString>
1658
+ </gmd:organisationName>
1659
+ <gmd:role>
1660
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1661
+ </gmd:role>
1662
+ </gmd:CI_ResponsibleParty>
1663
+ </gmd:citedResponsibleParty>
1664
+ </gmd:CI_Citation>
1665
+ </gfc:source>
1666
+ </gfc:FC_DefinitionSource>
1667
+ </gfc:definitionSource>
1668
+ </gfc:FC_DefinitionReference>
1669
+ </gfc:definitionReference>
1670
+ <gfc:valueType>
1671
+ <gco:TypeName>
1672
+ <gco:aName>
1673
+ <gco:CharacterString>Double</gco:CharacterString>
1674
+ </gco:aName>
1675
+ </gco:TypeName>
1676
+ </gfc:valueType>
1677
+ </gfc:FC_FeatureAttribute>
1678
+ </gfc:carrierOfCharacteristics>
1679
+ <gfc:carrierOfCharacteristics>
1680
+ <gfc:FC_FeatureAttribute>
1681
+ <gfc:memberName>
1682
+ <gco:LocalName>P_F_LIT</gco:LocalName>
1683
+ </gfc:memberName>
1684
+ <gfc:definition>
1685
+ <gco:CharacterString>Percentage of female literates</gco:CharacterString>
1686
+ </gfc:definition>
1687
+ <gfc:cardinality gco:nilReason="unknown"/>
1688
+ <gfc:definitionReference>
1689
+ <gfc:FC_DefinitionReference>
1690
+ <gfc:definitionSource>
1691
+ <gfc:FC_DefinitionSource>
1692
+ <gfc:source>
1693
+ <gmd:CI_Citation>
1694
+ <gmd:title>
1695
+ <gco:CharacterString>Census of India</gco:CharacterString>
1696
+ </gmd:title>
1697
+ <gmd:date gco:nilReason="unknown"/>
1698
+ <gmd:citedResponsibleParty>
1699
+ <gmd:CI_ResponsibleParty>
1700
+ <gmd:organisationName>
1701
+ <gco:CharacterString>Census of India</gco:CharacterString>
1702
+ </gmd:organisationName>
1703
+ <gmd:role>
1704
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1705
+ </gmd:role>
1706
+ </gmd:CI_ResponsibleParty>
1707
+ </gmd:citedResponsibleParty>
1708
+ </gmd:CI_Citation>
1709
+ </gfc:source>
1710
+ </gfc:FC_DefinitionSource>
1711
+ </gfc:definitionSource>
1712
+ </gfc:FC_DefinitionReference>
1713
+ </gfc:definitionReference>
1714
+ <gfc:valueType>
1715
+ <gco:TypeName>
1716
+ <gco:aName>
1717
+ <gco:CharacterString>Double</gco:CharacterString>
1718
+ </gco:aName>
1719
+ </gco:TypeName>
1720
+ </gfc:valueType>
1721
+ </gfc:FC_FeatureAttribute>
1722
+ </gfc:carrierOfCharacteristics>
1723
+ <gfc:carrierOfCharacteristics>
1724
+ <gfc:FC_FeatureAttribute>
1725
+ <gfc:memberName>
1726
+ <gco:LocalName>P_M_LIT</gco:LocalName>
1727
+ </gfc:memberName>
1728
+ <gfc:definition>
1729
+ <gco:CharacterString>Percentage of male literates</gco:CharacterString>
1730
+ </gfc:definition>
1731
+ <gfc:cardinality gco:nilReason="unknown"/>
1732
+ <gfc:definitionReference>
1733
+ <gfc:FC_DefinitionReference>
1734
+ <gfc:definitionSource>
1735
+ <gfc:FC_DefinitionSource>
1736
+ <gfc:source>
1737
+ <gmd:CI_Citation>
1738
+ <gmd:title>
1739
+ <gco:CharacterString>Census of India</gco:CharacterString>
1740
+ </gmd:title>
1741
+ <gmd:date gco:nilReason="unknown"/>
1742
+ <gmd:citedResponsibleParty>
1743
+ <gmd:CI_ResponsibleParty>
1744
+ <gmd:organisationName>
1745
+ <gco:CharacterString>Census of India</gco:CharacterString>
1746
+ </gmd:organisationName>
1747
+ <gmd:role>
1748
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1749
+ </gmd:role>
1750
+ </gmd:CI_ResponsibleParty>
1751
+ </gmd:citedResponsibleParty>
1752
+ </gmd:CI_Citation>
1753
+ </gfc:source>
1754
+ </gfc:FC_DefinitionSource>
1755
+ </gfc:definitionSource>
1756
+ </gfc:FC_DefinitionReference>
1757
+ </gfc:definitionReference>
1758
+ <gfc:valueType>
1759
+ <gco:TypeName>
1760
+ <gco:aName>
1761
+ <gco:CharacterString>Double</gco:CharacterString>
1762
+ </gco:aName>
1763
+ </gco:TypeName>
1764
+ </gfc:valueType>
1765
+ </gfc:FC_FeatureAttribute>
1766
+ </gfc:carrierOfCharacteristics>
1767
+ <gfc:carrierOfCharacteristics>
1768
+ <gfc:FC_FeatureAttribute>
1769
+ <gfc:memberName>
1770
+ <gco:LocalName>P_LIT</gco:LocalName>
1771
+ </gfc:memberName>
1772
+ <gfc:definition>
1773
+ <gco:CharacterString>Percentage of total literates</gco:CharacterString>
1774
+ </gfc:definition>
1775
+ <gfc:cardinality gco:nilReason="unknown"/>
1776
+ <gfc:definitionReference>
1777
+ <gfc:FC_DefinitionReference>
1778
+ <gfc:definitionSource>
1779
+ <gfc:FC_DefinitionSource>
1780
+ <gfc:source>
1781
+ <gmd:CI_Citation>
1782
+ <gmd:title>
1783
+ <gco:CharacterString>Census of India</gco:CharacterString>
1784
+ </gmd:title>
1785
+ <gmd:date gco:nilReason="unknown"/>
1786
+ <gmd:citedResponsibleParty>
1787
+ <gmd:CI_ResponsibleParty>
1788
+ <gmd:organisationName>
1789
+ <gco:CharacterString>Census of India</gco:CharacterString>
1790
+ </gmd:organisationName>
1791
+ <gmd:role>
1792
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1793
+ </gmd:role>
1794
+ </gmd:CI_ResponsibleParty>
1795
+ </gmd:citedResponsibleParty>
1796
+ </gmd:CI_Citation>
1797
+ </gfc:source>
1798
+ </gfc:FC_DefinitionSource>
1799
+ </gfc:definitionSource>
1800
+ </gfc:FC_DefinitionReference>
1801
+ </gfc:definitionReference>
1802
+ <gfc:valueType>
1803
+ <gco:TypeName>
1804
+ <gco:aName>
1805
+ <gco:CharacterString>Double</gco:CharacterString>
1806
+ </gco:aName>
1807
+ </gco:TypeName>
1808
+ </gfc:valueType>
1809
+ </gfc:FC_FeatureAttribute>
1810
+ </gfc:carrierOfCharacteristics>
1811
+ <gfc:carrierOfCharacteristics>
1812
+ <gfc:FC_FeatureAttribute>
1813
+ <gfc:memberName>
1814
+ <gco:LocalName>F_LIT</gco:LocalName>
1815
+ </gfc:memberName>
1816
+ <gfc:definition>
1817
+ <gco:CharacterString>Female literates</gco:CharacterString>
1818
+ </gfc:definition>
1819
+ <gfc:cardinality gco:nilReason="unknown"/>
1820
+ <gfc:definitionReference>
1821
+ <gfc:FC_DefinitionReference>
1822
+ <gfc:definitionSource>
1823
+ <gfc:FC_DefinitionSource>
1824
+ <gfc:source>
1825
+ <gmd:CI_Citation>
1826
+ <gmd:title>
1827
+ <gco:CharacterString>Census of India</gco:CharacterString>
1828
+ </gmd:title>
1829
+ <gmd:date gco:nilReason="unknown"/>
1830
+ <gmd:citedResponsibleParty>
1831
+ <gmd:CI_ResponsibleParty>
1832
+ <gmd:organisationName>
1833
+ <gco:CharacterString>Census of India</gco:CharacterString>
1834
+ </gmd:organisationName>
1835
+ <gmd:role>
1836
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1837
+ </gmd:role>
1838
+ </gmd:CI_ResponsibleParty>
1839
+ </gmd:citedResponsibleParty>
1840
+ </gmd:CI_Citation>
1841
+ </gfc:source>
1842
+ </gfc:FC_DefinitionSource>
1843
+ </gfc:definitionSource>
1844
+ </gfc:FC_DefinitionReference>
1845
+ </gfc:definitionReference>
1846
+ <gfc:valueType>
1847
+ <gco:TypeName>
1848
+ <gco:aName>
1849
+ <gco:CharacterString>Double</gco:CharacterString>
1850
+ </gco:aName>
1851
+ </gco:TypeName>
1852
+ </gfc:valueType>
1853
+ </gfc:FC_FeatureAttribute>
1854
+ </gfc:carrierOfCharacteristics>
1855
+ <gfc:carrierOfCharacteristics>
1856
+ <gfc:FC_FeatureAttribute>
1857
+ <gfc:memberName>
1858
+ <gco:LocalName>P_R_POP</gco:LocalName>
1859
+ </gfc:memberName>
1860
+ <gfc:definition>
1861
+ <gco:CharacterString>Percentage of rural population</gco:CharacterString>
1862
+ </gfc:definition>
1863
+ <gfc:cardinality gco:nilReason="unknown"/>
1864
+ <gfc:definitionReference>
1865
+ <gfc:FC_DefinitionReference>
1866
+ <gfc:definitionSource>
1867
+ <gfc:FC_DefinitionSource>
1868
+ <gfc:source>
1869
+ <gmd:CI_Citation>
1870
+ <gmd:title>
1871
+ <gco:CharacterString>Census of India</gco:CharacterString>
1872
+ </gmd:title>
1873
+ <gmd:date gco:nilReason="unknown"/>
1874
+ <gmd:citedResponsibleParty>
1875
+ <gmd:CI_ResponsibleParty>
1876
+ <gmd:organisationName>
1877
+ <gco:CharacterString>Census of India</gco:CharacterString>
1878
+ </gmd:organisationName>
1879
+ <gmd:role>
1880
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1881
+ </gmd:role>
1882
+ </gmd:CI_ResponsibleParty>
1883
+ </gmd:citedResponsibleParty>
1884
+ </gmd:CI_Citation>
1885
+ </gfc:source>
1886
+ </gfc:FC_DefinitionSource>
1887
+ </gfc:definitionSource>
1888
+ </gfc:FC_DefinitionReference>
1889
+ </gfc:definitionReference>
1890
+ <gfc:valueType>
1891
+ <gco:TypeName>
1892
+ <gco:aName>
1893
+ <gco:CharacterString>Double</gco:CharacterString>
1894
+ </gco:aName>
1895
+ </gco:TypeName>
1896
+ </gfc:valueType>
1897
+ </gfc:FC_FeatureAttribute>
1898
+ </gfc:carrierOfCharacteristics>
1899
+ <gfc:carrierOfCharacteristics>
1900
+ <gfc:FC_FeatureAttribute>
1901
+ <gfc:memberName>
1902
+ <gco:LocalName>F_POP</gco:LocalName>
1903
+ </gfc:memberName>
1904
+ <gfc:definition>
1905
+ <gco:CharacterString>Female population</gco:CharacterString>
1906
+ </gfc:definition>
1907
+ <gfc:cardinality gco:nilReason="unknown"/>
1908
+ <gfc:definitionReference>
1909
+ <gfc:FC_DefinitionReference>
1910
+ <gfc:definitionSource>
1911
+ <gfc:FC_DefinitionSource>
1912
+ <gfc:source>
1913
+ <gmd:CI_Citation>
1914
+ <gmd:title>
1915
+ <gco:CharacterString>Census of India</gco:CharacterString>
1916
+ </gmd:title>
1917
+ <gmd:date gco:nilReason="unknown"/>
1918
+ <gmd:citedResponsibleParty>
1919
+ <gmd:CI_ResponsibleParty>
1920
+ <gmd:organisationName>
1921
+ <gco:CharacterString>Census of India</gco:CharacterString>
1922
+ </gmd:organisationName>
1923
+ <gmd:role>
1924
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1925
+ </gmd:role>
1926
+ </gmd:CI_ResponsibleParty>
1927
+ </gmd:citedResponsibleParty>
1928
+ </gmd:CI_Citation>
1929
+ </gfc:source>
1930
+ </gfc:FC_DefinitionSource>
1931
+ </gfc:definitionSource>
1932
+ </gfc:FC_DefinitionReference>
1933
+ </gfc:definitionReference>
1934
+ <gfc:valueType>
1935
+ <gco:TypeName>
1936
+ <gco:aName>
1937
+ <gco:CharacterString>Double</gco:CharacterString>
1938
+ </gco:aName>
1939
+ </gco:TypeName>
1940
+ </gfc:valueType>
1941
+ </gfc:FC_FeatureAttribute>
1942
+ </gfc:carrierOfCharacteristics>
1943
+ <gfc:carrierOfCharacteristics>
1944
+ <gfc:FC_FeatureAttribute>
1945
+ <gfc:memberName>
1946
+ <gco:LocalName>P_M_POP</gco:LocalName>
1947
+ </gfc:memberName>
1948
+ <gfc:definition>
1949
+ <gco:CharacterString>Percentage of male population</gco:CharacterString>
1950
+ </gfc:definition>
1951
+ <gfc:cardinality gco:nilReason="unknown"/>
1952
+ <gfc:definitionReference>
1953
+ <gfc:FC_DefinitionReference>
1954
+ <gfc:definitionSource>
1955
+ <gfc:FC_DefinitionSource>
1956
+ <gfc:source>
1957
+ <gmd:CI_Citation>
1958
+ <gmd:title>
1959
+ <gco:CharacterString>Census of India</gco:CharacterString>
1960
+ </gmd:title>
1961
+ <gmd:date gco:nilReason="unknown"/>
1962
+ <gmd:citedResponsibleParty>
1963
+ <gmd:CI_ResponsibleParty>
1964
+ <gmd:organisationName>
1965
+ <gco:CharacterString>Census of India</gco:CharacterString>
1966
+ </gmd:organisationName>
1967
+ <gmd:role>
1968
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1969
+ </gmd:role>
1970
+ </gmd:CI_ResponsibleParty>
1971
+ </gmd:citedResponsibleParty>
1972
+ </gmd:CI_Citation>
1973
+ </gfc:source>
1974
+ </gfc:FC_DefinitionSource>
1975
+ </gfc:definitionSource>
1976
+ </gfc:FC_DefinitionReference>
1977
+ </gfc:definitionReference>
1978
+ <gfc:valueType>
1979
+ <gco:TypeName>
1980
+ <gco:aName>
1981
+ <gco:CharacterString>Double</gco:CharacterString>
1982
+ </gco:aName>
1983
+ </gco:TypeName>
1984
+ </gfc:valueType>
1985
+ </gfc:FC_FeatureAttribute>
1986
+ </gfc:carrierOfCharacteristics>
1987
+ <gfc:carrierOfCharacteristics>
1988
+ <gfc:FC_FeatureAttribute>
1989
+ <gfc:memberName>
1990
+ <gco:LocalName>P_F_POP</gco:LocalName>
1991
+ </gfc:memberName>
1992
+ <gfc:definition>
1993
+ <gco:CharacterString>Percentage of female population</gco:CharacterString>
1994
+ </gfc:definition>
1995
+ <gfc:cardinality gco:nilReason="unknown"/>
1996
+ <gfc:definitionReference>
1997
+ <gfc:FC_DefinitionReference>
1998
+ <gfc:definitionSource>
1999
+ <gfc:FC_DefinitionSource>
2000
+ <gfc:source>
2001
+ <gmd:CI_Citation>
2002
+ <gmd:title>
2003
+ <gco:CharacterString>Census of India</gco:CharacterString>
2004
+ </gmd:title>
2005
+ <gmd:date gco:nilReason="unknown"/>
2006
+ <gmd:citedResponsibleParty>
2007
+ <gmd:CI_ResponsibleParty>
2008
+ <gmd:organisationName>
2009
+ <gco:CharacterString>Census of India</gco:CharacterString>
2010
+ </gmd:organisationName>
2011
+ <gmd:role>
2012
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2013
+ </gmd:role>
2014
+ </gmd:CI_ResponsibleParty>
2015
+ </gmd:citedResponsibleParty>
2016
+ </gmd:CI_Citation>
2017
+ </gfc:source>
2018
+ </gfc:FC_DefinitionSource>
2019
+ </gfc:definitionSource>
2020
+ </gfc:FC_DefinitionReference>
2021
+ </gfc:definitionReference>
2022
+ <gfc:valueType>
2023
+ <gco:TypeName>
2024
+ <gco:aName>
2025
+ <gco:CharacterString>Double</gco:CharacterString>
2026
+ </gco:aName>
2027
+ </gco:TypeName>
2028
+ </gfc:valueType>
2029
+ </gfc:FC_FeatureAttribute>
2030
+ </gfc:carrierOfCharacteristics>
2031
+ <gfc:carrierOfCharacteristics>
2032
+ <gfc:FC_FeatureAttribute>
2033
+ <gfc:memberName>
2034
+ <gco:LocalName>NAME</gco:LocalName>
2035
+ </gfc:memberName>
2036
+ <gfc:definition>
2037
+ <gco:CharacterString>Name of administrative state or union territory</gco:CharacterString>
2038
+ </gfc:definition>
2039
+ <gfc:cardinality gco:nilReason="unknown"/>
2040
+ <gfc:definitionReference>
2041
+ <gfc:FC_DefinitionReference>
2042
+ <gfc:definitionSource>
2043
+ <gfc:FC_DefinitionSource>
2044
+ <gfc:source>
2045
+ <gmd:CI_Citation>
2046
+ <gmd:title>
2047
+ <gco:CharacterString>Census of India</gco:CharacterString>
2048
+ </gmd:title>
2049
+ <gmd:date gco:nilReason="unknown"/>
2050
+ <gmd:citedResponsibleParty>
2051
+ <gmd:CI_ResponsibleParty>
2052
+ <gmd:organisationName>
2053
+ <gco:CharacterString>Census of India</gco:CharacterString>
2054
+ </gmd:organisationName>
2055
+ <gmd:role>
2056
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2057
+ </gmd:role>
2058
+ </gmd:CI_ResponsibleParty>
2059
+ </gmd:citedResponsibleParty>
2060
+ </gmd:CI_Citation>
2061
+ </gfc:source>
2062
+ </gfc:FC_DefinitionSource>
2063
+ </gfc:definitionSource>
2064
+ </gfc:FC_DefinitionReference>
2065
+ </gfc:definitionReference>
2066
+ <gfc:valueType>
2067
+ <gco:TypeName>
2068
+ <gco:aName>
2069
+ <gco:CharacterString>String</gco:CharacterString>
2070
+ </gco:aName>
2071
+ </gco:TypeName>
2072
+ </gfc:valueType>
2073
+ <gfc:listedValue>
2074
+ <gfc:FC_ListedValue>
2075
+ <gfc:label>
2076
+ <gco:CharacterString>State or Union Territory</gco:CharacterString>
2077
+ </gfc:label>
2078
+ <gfc:definition>
2079
+ <gco:CharacterString>Name of administrative state or union territory</gco:CharacterString>
2080
+ </gfc:definition>
2081
+ <gfc:definitionReference>
2082
+ <gfc:FC_DefinitionReference>
2083
+ <gfc:definitionSource>
2084
+ <gfc:FC_DefinitionSource>
2085
+ <gfc:source>
2086
+ <gmd:CI_Citation>
2087
+ <gmd:title>
2088
+ <gco:CharacterString>Census of India</gco:CharacterString>
2089
+ </gmd:title>
2090
+ <gmd:date gco:nilReason="unknown"/>
2091
+ <gmd:citedResponsibleParty>
2092
+ <gmd:CI_ResponsibleParty>
2093
+ <gmd:organisationName>
2094
+ <gco:CharacterString>Census of India</gco:CharacterString>
2095
+ </gmd:organisationName>
2096
+ <gmd:role>
2097
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2098
+ </gmd:role>
2099
+ </gmd:CI_ResponsibleParty>
2100
+ </gmd:citedResponsibleParty>
2101
+ </gmd:CI_Citation>
2102
+ </gfc:source>
2103
+ </gfc:FC_DefinitionSource>
2104
+ </gfc:definitionSource>
2105
+ </gfc:FC_DefinitionReference>
2106
+ </gfc:definitionReference>
2107
+ </gfc:FC_ListedValue>
2108
+ </gfc:listedValue>
2109
+ </gfc:FC_FeatureAttribute>
2110
+ </gfc:carrierOfCharacteristics>
2111
+ <gfc:carrierOfCharacteristics>
2112
+ <gfc:FC_FeatureAttribute>
2113
+ <gfc:memberName>
2114
+ <gco:LocalName>NM_TOWN_81</gco:LocalName>
2115
+ </gfc:memberName>
2116
+ <gfc:definition>
2117
+ <gco:CharacterString>Total number of Town</gco:CharacterString>
2118
+ </gfc:definition>
2119
+ <gfc:cardinality gco:nilReason="unknown"/>
2120
+ <gfc:definitionReference>
2121
+ <gfc:FC_DefinitionReference>
2122
+ <gfc:definitionSource>
2123
+ <gfc:FC_DefinitionSource>
2124
+ <gfc:source>
2125
+ <gmd:CI_Citation>
2126
+ <gmd:title>
2127
+ <gco:CharacterString>Census of India</gco:CharacterString>
2128
+ </gmd:title>
2129
+ <gmd:date gco:nilReason="unknown"/>
2130
+ <gmd:citedResponsibleParty>
2131
+ <gmd:CI_ResponsibleParty>
2132
+ <gmd:organisationName>
2133
+ <gco:CharacterString>Census of India</gco:CharacterString>
2134
+ </gmd:organisationName>
2135
+ <gmd:role>
2136
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2137
+ </gmd:role>
2138
+ </gmd:CI_ResponsibleParty>
2139
+ </gmd:citedResponsibleParty>
2140
+ </gmd:CI_Citation>
2141
+ </gfc:source>
2142
+ </gfc:FC_DefinitionSource>
2143
+ </gfc:definitionSource>
2144
+ </gfc:FC_DefinitionReference>
2145
+ </gfc:definitionReference>
2146
+ <gfc:valueType>
2147
+ <gco:TypeName>
2148
+ <gco:aName>
2149
+ <gco:CharacterString>Double</gco:CharacterString>
2150
+ </gco:aName>
2151
+ </gco:TypeName>
2152
+ </gfc:valueType>
2153
+ </gfc:FC_FeatureAttribute>
2154
+ </gfc:carrierOfCharacteristics>
2155
+ <gfc:carrierOfCharacteristics>
2156
+ <gfc:FC_FeatureAttribute>
2157
+ <gfc:memberName>
2158
+ <gco:LocalName>U_POP</gco:LocalName>
2159
+ </gfc:memberName>
2160
+ <gfc:definition>
2161
+ <gco:CharacterString>Urban population</gco:CharacterString>
2162
+ </gfc:definition>
2163
+ <gfc:cardinality gco:nilReason="unknown"/>
2164
+ <gfc:definitionReference>
2165
+ <gfc:FC_DefinitionReference>
2166
+ <gfc:definitionSource>
2167
+ <gfc:FC_DefinitionSource>
2168
+ <gfc:source>
2169
+ <gmd:CI_Citation>
2170
+ <gmd:title>
2171
+ <gco:CharacterString>Census of India</gco:CharacterString>
2172
+ </gmd:title>
2173
+ <gmd:date gco:nilReason="unknown"/>
2174
+ <gmd:citedResponsibleParty>
2175
+ <gmd:CI_ResponsibleParty>
2176
+ <gmd:organisationName>
2177
+ <gco:CharacterString>Census of India</gco:CharacterString>
2178
+ </gmd:organisationName>
2179
+ <gmd:role>
2180
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2181
+ </gmd:role>
2182
+ </gmd:CI_ResponsibleParty>
2183
+ </gmd:citedResponsibleParty>
2184
+ </gmd:CI_Citation>
2185
+ </gfc:source>
2186
+ </gfc:FC_DefinitionSource>
2187
+ </gfc:definitionSource>
2188
+ </gfc:FC_DefinitionReference>
2189
+ </gfc:definitionReference>
2190
+ <gfc:valueType>
2191
+ <gco:TypeName>
2192
+ <gco:aName>
2193
+ <gco:CharacterString>Double</gco:CharacterString>
2194
+ </gco:aName>
2195
+ </gco:TypeName>
2196
+ </gfc:valueType>
2197
+ </gfc:FC_FeatureAttribute>
2198
+ </gfc:carrierOfCharacteristics>
2199
+ <gfc:carrierOfCharacteristics>
2200
+ <gfc:FC_FeatureAttribute>
2201
+ <gfc:memberName>
2202
+ <gco:LocalName>TOT_LIT</gco:LocalName>
2203
+ </gfc:memberName>
2204
+ <gfc:definition>
2205
+ <gco:CharacterString>Total literates</gco:CharacterString>
2206
+ </gfc:definition>
2207
+ <gfc:cardinality gco:nilReason="unknown"/>
2208
+ <gfc:definitionReference>
2209
+ <gfc:FC_DefinitionReference>
2210
+ <gfc:definitionSource>
2211
+ <gfc:FC_DefinitionSource>
2212
+ <gfc:source>
2213
+ <gmd:CI_Citation>
2214
+ <gmd:title>
2215
+ <gco:CharacterString>Census of India</gco:CharacterString>
2216
+ </gmd:title>
2217
+ <gmd:date gco:nilReason="unknown"/>
2218
+ <gmd:citedResponsibleParty>
2219
+ <gmd:CI_ResponsibleParty>
2220
+ <gmd:organisationName>
2221
+ <gco:CharacterString>Census of India</gco:CharacterString>
2222
+ </gmd:organisationName>
2223
+ <gmd:role>
2224
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2225
+ </gmd:role>
2226
+ </gmd:CI_ResponsibleParty>
2227
+ </gmd:citedResponsibleParty>
2228
+ </gmd:CI_Citation>
2229
+ </gfc:source>
2230
+ </gfc:FC_DefinitionSource>
2231
+ </gfc:definitionSource>
2232
+ </gfc:FC_DefinitionReference>
2233
+ </gfc:definitionReference>
2234
+ <gfc:valueType>
2235
+ <gco:TypeName>
2236
+ <gco:aName>
2237
+ <gco:CharacterString>Double</gco:CharacterString>
2238
+ </gco:aName>
2239
+ </gco:TypeName>
2240
+ </gfc:valueType>
2241
+ </gfc:FC_FeatureAttribute>
2242
+ </gfc:carrierOfCharacteristics>
2243
+ <gfc:carrierOfCharacteristics>
2244
+ <gfc:FC_FeatureAttribute>
2245
+ <gfc:memberName>
2246
+ <gco:LocalName>SEX_RATIO</gco:LocalName>
2247
+ </gfc:memberName>
2248
+ <gfc:definition>
2249
+ <gco:CharacterString>Female per 1000 male</gco:CharacterString>
2250
+ </gfc:definition>
2251
+ <gfc:cardinality gco:nilReason="unknown"/>
2252
+ <gfc:definitionReference>
2253
+ <gfc:FC_DefinitionReference>
2254
+ <gfc:definitionSource>
2255
+ <gfc:FC_DefinitionSource>
2256
+ <gfc:source>
2257
+ <gmd:CI_Citation>
2258
+ <gmd:title>
2259
+ <gco:CharacterString>Census of India</gco:CharacterString>
2260
+ </gmd:title>
2261
+ <gmd:date gco:nilReason="unknown"/>
2262
+ <gmd:citedResponsibleParty>
2263
+ <gmd:CI_ResponsibleParty>
2264
+ <gmd:organisationName>
2265
+ <gco:CharacterString>Census of India</gco:CharacterString>
2266
+ </gmd:organisationName>
2267
+ <gmd:role>
2268
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2269
+ </gmd:role>
2270
+ </gmd:CI_ResponsibleParty>
2271
+ </gmd:citedResponsibleParty>
2272
+ </gmd:CI_Citation>
2273
+ </gfc:source>
2274
+ </gfc:FC_DefinitionSource>
2275
+ </gfc:definitionSource>
2276
+ </gfc:FC_DefinitionReference>
2277
+ </gfc:definitionReference>
2278
+ <gfc:valueType>
2279
+ <gco:TypeName>
2280
+ <gco:aName>
2281
+ <gco:CharacterString>Double</gco:CharacterString>
2282
+ </gco:aName>
2283
+ </gco:TypeName>
2284
+ </gfc:valueType>
2285
+ </gfc:FC_FeatureAttribute>
2286
+ </gfc:carrierOfCharacteristics>
2287
+ <gfc:carrierOfCharacteristics>
2288
+ <gfc:FC_FeatureAttribute>
2289
+ <gfc:memberName>
2290
+ <gco:LocalName>DENSITY</gco:LocalName>
2291
+ </gfc:memberName>
2292
+ <gfc:definition>
2293
+ <gco:CharacterString>population per square km</gco:CharacterString>
2294
+ </gfc:definition>
2295
+ <gfc:cardinality gco:nilReason="unknown"/>
2296
+ <gfc:definitionReference>
2297
+ <gfc:FC_DefinitionReference>
2298
+ <gfc:definitionSource>
2299
+ <gfc:FC_DefinitionSource>
2300
+ <gfc:source>
2301
+ <gmd:CI_Citation>
2302
+ <gmd:title>
2303
+ <gco:CharacterString>Census of India</gco:CharacterString>
2304
+ </gmd:title>
2305
+ <gmd:date gco:nilReason="unknown"/>
2306
+ <gmd:citedResponsibleParty>
2307
+ <gmd:CI_ResponsibleParty>
2308
+ <gmd:organisationName>
2309
+ <gco:CharacterString>Census of India</gco:CharacterString>
2310
+ </gmd:organisationName>
2311
+ <gmd:role>
2312
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2313
+ </gmd:role>
2314
+ </gmd:CI_ResponsibleParty>
2315
+ </gmd:citedResponsibleParty>
2316
+ </gmd:CI_Citation>
2317
+ </gfc:source>
2318
+ </gfc:FC_DefinitionSource>
2319
+ </gfc:definitionSource>
2320
+ </gfc:FC_DefinitionReference>
2321
+ </gfc:definitionReference>
2322
+ <gfc:valueType>
2323
+ <gco:TypeName>
2324
+ <gco:aName>
2325
+ <gco:CharacterString>Double</gco:CharacterString>
2326
+ </gco:aName>
2327
+ </gco:TypeName>
2328
+ </gfc:valueType>
2329
+ </gfc:FC_FeatureAttribute>
2330
+ </gfc:carrierOfCharacteristics>
2331
+ </gfc:FC_FeatureType>
2332
+ </gfc:featureType>
2333
+ </gfc:FC_FeatureCatalogue>
2334
+ </rdf:Description>
2335
+ </rdf:RDF>