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