@cpp.js/package-gdal 1.0.0-beta.21 → 1.0.0-beta.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (225) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/cppjs-package-gdal.podspec +1 -1
  3. package/cppjs.build.js +1 -0
  4. package/dist/prebuilt/Android-x86_64/include/cpl_atomic_ops.h +90 -0
  5. package/dist/prebuilt/Android-x86_64/include/cpl_auto_close.h +73 -0
  6. package/dist/prebuilt/Android-x86_64/include/cpl_compressor.h +112 -0
  7. package/dist/prebuilt/Android-x86_64/include/cpl_config.h +215 -0
  8. package/dist/prebuilt/Android-x86_64/include/cpl_config_extras.h +34 -0
  9. package/dist/prebuilt/Android-x86_64/include/cpl_conv.h +417 -0
  10. package/dist/prebuilt/Android-x86_64/include/cpl_csv.h +71 -0
  11. package/dist/prebuilt/Android-x86_64/include/cpl_error.h +344 -0
  12. package/dist/prebuilt/Android-x86_64/include/cpl_hash_set.h +83 -0
  13. package/dist/prebuilt/Android-x86_64/include/cpl_http.h +319 -0
  14. package/dist/prebuilt/Android-x86_64/include/cpl_json.h +301 -0
  15. package/dist/prebuilt/Android-x86_64/include/cpl_list.h +59 -0
  16. package/dist/prebuilt/Android-x86_64/include/cpl_minixml.h +211 -0
  17. package/dist/prebuilt/Android-x86_64/include/cpl_multiproc.h +241 -0
  18. package/dist/prebuilt/Android-x86_64/include/cpl_port.h +1182 -0
  19. package/dist/prebuilt/Android-x86_64/include/cpl_progress.h +49 -0
  20. package/dist/prebuilt/Android-x86_64/include/cpl_quad_tree.h +105 -0
  21. package/dist/prebuilt/Android-x86_64/include/cpl_spawn.h +60 -0
  22. package/dist/prebuilt/Android-x86_64/include/cpl_string.h +863 -0
  23. package/dist/prebuilt/Android-x86_64/include/cpl_time.h +29 -0
  24. package/dist/prebuilt/Android-x86_64/include/cpl_virtualmem.h +365 -0
  25. package/dist/prebuilt/Android-x86_64/include/cpl_vsi.h +830 -0
  26. package/dist/prebuilt/Android-x86_64/include/cpl_vsi_error.h +55 -0
  27. package/dist/prebuilt/Android-x86_64/include/cpl_vsi_virtual.h +580 -0
  28. package/dist/prebuilt/Android-x86_64/include/cplkeywordparser.h +61 -0
  29. package/dist/prebuilt/Android-x86_64/include/gdal.h +2667 -0
  30. package/dist/prebuilt/Android-x86_64/include/gdal_alg.h +717 -0
  31. package/dist/prebuilt/Android-x86_64/include/gdal_alg_priv.h +386 -0
  32. package/dist/prebuilt/Android-x86_64/include/gdal_csv.h +25 -0
  33. package/dist/prebuilt/Android-x86_64/include/gdal_frmts.h +236 -0
  34. package/dist/prebuilt/Android-x86_64/include/gdal_mdreader.h +240 -0
  35. package/dist/prebuilt/Android-x86_64/include/gdal_pam.h +461 -0
  36. package/dist/prebuilt/Android-x86_64/include/gdal_priv.h +4599 -0
  37. package/dist/prebuilt/Android-x86_64/include/gdal_proxy.h +470 -0
  38. package/dist/prebuilt/Android-x86_64/include/gdal_rat.h +390 -0
  39. package/dist/prebuilt/Android-x86_64/include/gdal_simplesurf.h +579 -0
  40. package/dist/prebuilt/Android-x86_64/include/gdal_utils.h +313 -0
  41. package/dist/prebuilt/Android-x86_64/include/gdal_version.h +33 -0
  42. package/dist/prebuilt/Android-x86_64/include/gdal_vrt.h +89 -0
  43. package/dist/prebuilt/Android-x86_64/include/gdalcachedpixelaccessor.h +439 -0
  44. package/dist/prebuilt/Android-x86_64/include/gdalgeorefpamdataset.h +73 -0
  45. package/dist/prebuilt/Android-x86_64/include/gdalgrid.h +102 -0
  46. package/dist/prebuilt/Android-x86_64/include/gdalgrid_priv.h +67 -0
  47. package/dist/prebuilt/Android-x86_64/include/gdaljp2abstractdataset.h +61 -0
  48. package/dist/prebuilt/Android-x86_64/include/gdaljp2metadata.h +237 -0
  49. package/dist/prebuilt/Android-x86_64/include/gdalpansharpen.h +258 -0
  50. package/dist/prebuilt/Android-x86_64/include/gdalsubdatasetinfo.h +104 -0
  51. package/dist/prebuilt/Android-x86_64/include/gdalwarper.h +622 -0
  52. package/dist/prebuilt/Android-x86_64/include/gnm.h +750 -0
  53. package/dist/prebuilt/Android-x86_64/include/gnm_api.h +101 -0
  54. package/dist/prebuilt/Android-x86_64/include/gnmgraph.h +258 -0
  55. package/dist/prebuilt/Android-x86_64/include/memdataset.h +176 -0
  56. package/dist/prebuilt/Android-x86_64/include/ogr_api.h +1024 -0
  57. package/dist/prebuilt/Android-x86_64/include/ogr_core.h +1321 -0
  58. package/dist/prebuilt/Android-x86_64/include/ogr_feature.h +1981 -0
  59. package/dist/prebuilt/Android-x86_64/include/ogr_featurestyle.h +858 -0
  60. package/dist/prebuilt/Android-x86_64/include/ogr_geocoding.h +46 -0
  61. package/dist/prebuilt/Android-x86_64/include/ogr_geomcoordinateprecision.h +79 -0
  62. package/dist/prebuilt/Android-x86_64/include/ogr_geometry.h +4346 -0
  63. package/dist/prebuilt/Android-x86_64/include/ogr_p.h +324 -0
  64. package/dist/prebuilt/Android-x86_64/include/ogr_recordbatch.h +125 -0
  65. package/dist/prebuilt/Android-x86_64/include/ogr_spatialref.h +1007 -0
  66. package/dist/prebuilt/Android-x86_64/include/ogr_srs_api.h +1088 -0
  67. package/dist/prebuilt/Android-x86_64/include/ogr_swq.h +529 -0
  68. package/dist/prebuilt/Android-x86_64/include/ogrsf_frmts.h +746 -0
  69. package/dist/prebuilt/Android-x86_64/include/rawdataset.h +255 -0
  70. package/dist/prebuilt/Android-x86_64/include/vrtdataset.h +2426 -0
  71. package/dist/prebuilt/Android-x86_64/lib/cmake/gdal/GDAL-targets-release.cmake +19 -0
  72. package/dist/prebuilt/Android-x86_64/lib/cmake/gdal/GDAL-targets.cmake +106 -0
  73. package/dist/prebuilt/Android-x86_64/lib/cmake/gdal/GDALConfig.cmake +21 -0
  74. package/dist/prebuilt/Android-x86_64/lib/cmake/gdal/GDALConfigVersion.cmake +85 -0
  75. package/dist/prebuilt/Android-x86_64/lib/gdalplugins/drivers.ini +290 -0
  76. package/dist/prebuilt/Android-x86_64/lib/libgdal.so +0 -0
  77. package/dist/prebuilt/Android-x86_64/lib/pkgconfig/gdal.pc +17 -0
  78. package/dist/prebuilt/Android-x86_64/share/gdal/GDALLogoBW.svg +138 -0
  79. package/dist/prebuilt/Android-x86_64/share/gdal/GDALLogoColor.svg +126 -0
  80. package/dist/prebuilt/Android-x86_64/share/gdal/GDALLogoGS.svg +126 -0
  81. package/dist/prebuilt/Android-x86_64/share/gdal/LICENSE.TXT +467 -0
  82. package/dist/prebuilt/Android-x86_64/share/gdal/MM_m_idofic.csv +321 -0
  83. package/dist/prebuilt/Android-x86_64/share/gdal/cubewerx_extra.wkt +48 -0
  84. package/dist/prebuilt/Android-x86_64/share/gdal/default.rsc +0 -0
  85. package/dist/prebuilt/Android-x86_64/share/gdal/ecw_cs.wkt +1453 -0
  86. package/dist/prebuilt/Android-x86_64/share/gdal/epsg.wkt +1 -0
  87. package/dist/prebuilt/Android-x86_64/share/gdal/esri_StatePlane_extra.wkt +631 -0
  88. package/dist/prebuilt/Android-x86_64/share/gdal/gdalicon.png +0 -0
  89. package/dist/prebuilt/Android-x86_64/share/gdal/gdalinfo_output.schema.json +346 -0
  90. package/dist/prebuilt/Android-x86_64/share/gdal/gdalmdiminfo_output.schema.json +321 -0
  91. package/dist/prebuilt/Android-x86_64/share/gdal/gdaltileindex.xsd +253 -0
  92. package/dist/prebuilt/Android-x86_64/share/gdal/gdalvrt.xsd +881 -0
  93. package/dist/prebuilt/Android-x86_64/share/gdal/gfs.xsd +246 -0
  94. package/dist/prebuilt/Android-x86_64/share/gdal/gml_registry.xml +117 -0
  95. package/dist/prebuilt/Android-x86_64/share/gdal/gml_registry.xsd +66 -0
  96. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_center.csv +251 -0
  97. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_process.csv +102 -0
  98. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_subcenter.csv +63 -0
  99. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_0.csv +261 -0
  100. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_1.csv +261 -0
  101. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_13.csv +261 -0
  102. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_14.csv +261 -0
  103. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_15.csv +261 -0
  104. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_16.csv +261 -0
  105. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_17.csv +11 -0
  106. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_18.csv +261 -0
  107. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_19.csv +261 -0
  108. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_190.csv +261 -0
  109. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_191.csv +261 -0
  110. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_2.csv +261 -0
  111. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_20.csv +261 -0
  112. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_21.csv +261 -0
  113. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_3.csv +261 -0
  114. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_4.csv +261 -0
  115. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_5.csv +261 -0
  116. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_6.csv +261 -0
  117. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_7.csv +261 -0
  118. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_0.csv +261 -0
  119. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_1.csv +261 -0
  120. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_191.csv +261 -0
  121. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_2.csv +261 -0
  122. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_3.csv +261 -0
  123. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_4.csv +261 -0
  124. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_1_0.csv +261 -0
  125. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_1_1.csv +261 -0
  126. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_1_2.csv +261 -0
  127. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_20_0.csv +261 -0
  128. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_20_1.csv +261 -0
  129. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_20_2.csv +261 -0
  130. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_2_0.csv +261 -0
  131. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_2_3.csv +261 -0
  132. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_2_4.csv +261 -0
  133. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_2_5.csv +261 -0
  134. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_2_6.csv +261 -0
  135. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_0.csv +261 -0
  136. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_1.csv +261 -0
  137. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_2.csv +28 -0
  138. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_3.csv +8 -0
  139. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_4.csv +14 -0
  140. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_5.csv +11 -0
  141. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_6.csv +11 -0
  142. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_0.csv +261 -0
  143. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_1.csv +261 -0
  144. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_10.csv +261 -0
  145. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_2.csv +261 -0
  146. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_3.csv +261 -0
  147. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_4.csv +261 -0
  148. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_5.csv +261 -0
  149. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_6.csv +261 -0
  150. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_7.csv +261 -0
  151. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_8.csv +261 -0
  152. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_9.csv +261 -0
  153. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_Canada.csv +5 -0
  154. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_HPC.csv +2 -0
  155. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_MRMS.csv +175 -0
  156. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_NCEP.csv +401 -0
  157. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_NDFD.csv +38 -0
  158. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_index.csv +7 -0
  159. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_5.csv +261 -0
  160. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_versions.csv +3 -0
  161. package/dist/prebuilt/Android-x86_64/share/gdal/gt_datum.csv +229 -0
  162. package/dist/prebuilt/Android-x86_64/share/gdal/gt_ellips.csv +24 -0
  163. package/dist/prebuilt/Android-x86_64/share/gdal/header.dxf +1124 -0
  164. package/dist/prebuilt/Android-x86_64/share/gdal/inspire_cp_BasicPropertyUnit.gfs +57 -0
  165. package/dist/prebuilt/Android-x86_64/share/gdal/inspire_cp_CadastralBoundary.gfs +60 -0
  166. package/dist/prebuilt/Android-x86_64/share/gdal/inspire_cp_CadastralParcel.gfs +81 -0
  167. package/dist/prebuilt/Android-x86_64/share/gdal/inspire_cp_CadastralZoning.gfs +161 -0
  168. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_AdmArea.gfs +59 -0
  169. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_AdmBdry.gfs +49 -0
  170. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_AdmPt.gfs +59 -0
  171. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_BldA.gfs +54 -0
  172. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_BldL.gfs +54 -0
  173. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_Cntr.gfs +54 -0
  174. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_CommBdry.gfs +49 -0
  175. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_CommPt.gfs +59 -0
  176. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_Cstline.gfs +54 -0
  177. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_ElevPt.gfs +54 -0
  178. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_GCP.gfs +94 -0
  179. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_LeveeEdge.gfs +49 -0
  180. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RailCL.gfs +54 -0
  181. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdASL.gfs +44 -0
  182. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdArea.gfs +54 -0
  183. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdCompt.gfs +59 -0
  184. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdEdg.gfs +59 -0
  185. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdMgtBdry.gfs +49 -0
  186. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdSgmtA.gfs +59 -0
  187. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RvrMgtBdry.gfs +49 -0
  188. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_SBAPt.gfs +49 -0
  189. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_SBArea.gfs +54 -0
  190. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_SBBdry.gfs +44 -0
  191. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_WA.gfs +54 -0
  192. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_WL.gfs +54 -0
  193. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_WStrA.gfs +54 -0
  194. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_WStrL.gfs +54 -0
  195. package/dist/prebuilt/Android-x86_64/share/gdal/nitf_spec.xml +3290 -0
  196. package/dist/prebuilt/Android-x86_64/share/gdal/nitf_spec.xsd +173 -0
  197. package/dist/prebuilt/Android-x86_64/share/gdal/ogrinfo_output.schema.json +528 -0
  198. package/dist/prebuilt/Android-x86_64/share/gdal/ogrvrt.xsd +530 -0
  199. package/dist/prebuilt/Android-x86_64/share/gdal/osmconf.ini +134 -0
  200. package/dist/prebuilt/Android-x86_64/share/gdal/ozi_datum.csv +131 -0
  201. package/dist/prebuilt/Android-x86_64/share/gdal/ozi_ellips.csv +35 -0
  202. package/dist/prebuilt/Android-x86_64/share/gdal/pci_datum.txt +530 -0
  203. package/dist/prebuilt/Android-x86_64/share/gdal/pci_ellips.txt +129 -0
  204. package/dist/prebuilt/Android-x86_64/share/gdal/pdfcomposition.xsd +705 -0
  205. package/dist/prebuilt/Android-x86_64/share/gdal/ruian_vf_ob_v1.gfs +1455 -0
  206. package/dist/prebuilt/Android-x86_64/share/gdal/ruian_vf_st_uvoh_v1.gfs +86 -0
  207. package/dist/prebuilt/Android-x86_64/share/gdal/ruian_vf_st_v1.gfs +1489 -0
  208. package/dist/prebuilt/Android-x86_64/share/gdal/ruian_vf_v1.gfs +2126 -0
  209. package/dist/prebuilt/Android-x86_64/share/gdal/s57agencies.csv +249 -0
  210. package/dist/prebuilt/Android-x86_64/share/gdal/s57attributes.csv +484 -0
  211. package/dist/prebuilt/Android-x86_64/share/gdal/s57expectedinput.csv +1008 -0
  212. package/dist/prebuilt/Android-x86_64/share/gdal/s57objectclasses.csv +287 -0
  213. package/dist/prebuilt/Android-x86_64/share/gdal/seed_2d.dgn +0 -0
  214. package/dist/prebuilt/Android-x86_64/share/gdal/seed_3d.dgn +0 -0
  215. package/dist/prebuilt/Android-x86_64/share/gdal/stateplane.csv +259 -0
  216. package/dist/prebuilt/Android-x86_64/share/gdal/tms_LINZAntarticaMapTileGrid.json +190 -0
  217. package/dist/prebuilt/Android-x86_64/share/gdal/tms_MapML_APSTILE.json +268 -0
  218. package/dist/prebuilt/Android-x86_64/share/gdal/tms_MapML_CBMTILE.json +346 -0
  219. package/dist/prebuilt/Android-x86_64/share/gdal/tms_NZTM2000.json +243 -0
  220. package/dist/prebuilt/Android-x86_64/share/gdal/trailer.dxf +434 -0
  221. package/dist/prebuilt/Android-x86_64/share/gdal/vdv452.xml +351 -0
  222. package/dist/prebuilt/Android-x86_64/share/gdal/vdv452.xsd +47 -0
  223. package/gdal.xcframework/ios-arm64_arm64e/libgdal.a +0 -0
  224. package/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator/libgdal.a +0 -0
  225. package/package.json +12 -12
@@ -0,0 +1,1455 @@
1
+ <GMLFeatureClassList>
2
+ <!-- Obce -->
3
+ <GMLFeatureClass>
4
+ <Name>Obce</Name>
5
+ <ElementPath>Data|Obce|Obec</ElementPath>
6
+ <!-- Geometrie definičního bodu obce -->
7
+ <GeomPropertyDefn>
8
+ <Name>DefinicniBod</Name>
9
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
10
+ <Type>MultiPoint</Type>
11
+ </GeomPropertyDefn>
12
+ <!-- Originální geometrie hranice obce -->
13
+ <GeomPropertyDefn>
14
+ <Name>OriginalniHranice</Name>
15
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
16
+ <Type>MultiPolygon</Type>
17
+ </GeomPropertyDefn>
18
+ <!-- Generalizovaná geometrie hranice obce (stupeň generalizace 3) -->
19
+ <GeomPropertyDefn>
20
+ <Name>GeneralizovaneHranice</Name>
21
+ <ElementPath>Geometrie|GeneralizovaneHranice3</ElementPath>
22
+ <Type>MultiPolygon</Type>
23
+ </GeomPropertyDefn>
24
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
25
+ <!-- Kód obce -->
26
+ <PropertyDefn>
27
+ <Name>Kod</Name>
28
+ <ElementPath>Kod</ElementPath>
29
+ <Type>Integer</Type>
30
+ </PropertyDefn>
31
+ <!-- Název obce -->
32
+ <PropertyDefn>
33
+ <Name>Nazev</Name>
34
+ <ElementPath>Nazev</ElementPath>
35
+ <Type>String</Type>
36
+ <Width>48</Width>
37
+ </PropertyDefn>
38
+ <!-- Identifikátor nesprávnosti na prvku -->
39
+ <PropertyDefn>
40
+ <Name>Nespravny</Name>
41
+ <ElementPath>Nespravny</ElementPath>
42
+ <Type>String</Type>
43
+ <Width>5</Width>
44
+ </PropertyDefn>
45
+ <!-- Status obce -->
46
+ <PropertyDefn>
47
+ <Name>StatusKod</Name>
48
+ <ElementPath>StatusKod</ElementPath>
49
+ <Type>Integer</Type>
50
+ </PropertyDefn>
51
+ <!-- Nadřazený okres -->
52
+ <PropertyDefn>
53
+ <Name>OkresKod</Name>
54
+ <ElementPath>Okres|Kod</ElementPath>
55
+ <Type>Integer</Type>
56
+ </PropertyDefn>
57
+ <!-- Nadřazený POU -->
58
+ <PropertyDefn>
59
+ <Name>PouKod</Name>
60
+ <ElementPath>Pou|Kod</ElementPath>
61
+ <Type>Integer</Type>
62
+ </PropertyDefn>
63
+ <!-- Začátek platnosti -->
64
+ <PropertyDefn>
65
+ <Name>PlatiOd</Name>
66
+ <ElementPath>PlatiOd</ElementPath>
67
+ <Type>String</Type>
68
+ <Width>19</Width>
69
+ </PropertyDefn>
70
+ <!-- Konec platnosti -->
71
+ <PropertyDefn>
72
+ <Name>PlatiDo</Name>
73
+ <ElementPath>PlatiDo</ElementPath>
74
+ <Type>String</Type>
75
+ <Width>19</Width>
76
+ </PropertyDefn>
77
+ <!-- ID transakce v RUIAN -->
78
+ <PropertyDefn>
79
+ <Name>IdTransakce</Name>
80
+ <ElementPath>IdTransakce</ElementPath>
81
+ <Type>Integer</Type>
82
+ <Subtype>Integer64</Subtype>
83
+ </PropertyDefn>
84
+ <!-- ID návrhu změn v ISUI -->
85
+ <PropertyDefn>
86
+ <Name>GlobalniIdNavrhuZmeny</Name>
87
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
88
+ <Type>Integer</Type>
89
+ <Subtype>Integer64</Subtype>
90
+ </PropertyDefn>
91
+ <!-- Mluvnické charakteristiky 2 až 7 pád -->
92
+ <PropertyDefn>
93
+ <Name>MluvnickeCharakteristikyPad2</Name>
94
+ <ElementPath>MluvnickeCharakteristiky|Pad2</ElementPath>
95
+ <Type>String</Type>
96
+ <Width>48</Width>
97
+ </PropertyDefn>
98
+ <PropertyDefn>
99
+ <Name>MluvnickeCharakteristikyPad3</Name>
100
+ <ElementPath>MluvnickeCharakteristiky|Pad3</ElementPath>
101
+ <Type>String</Type>
102
+ <Width>48</Width>
103
+ </PropertyDefn>
104
+ <PropertyDefn>
105
+ <Name>MluvnickeCharakteristikyPad4</Name>
106
+ <ElementPath>MluvnickeCharakteristiky|Pad4</ElementPath>
107
+ <Type>String</Type>
108
+ <Width>48</Width>
109
+ </PropertyDefn>
110
+ <PropertyDefn>
111
+ <Name>MluvnickeCharakteristikyPad6</Name>
112
+ <ElementPath>MluvnickeCharakteristiky|Pad6</ElementPath>
113
+ <Type>String</Type>
114
+ <Width>48</Width>
115
+ </PropertyDefn>
116
+ <PropertyDefn>
117
+ <Name>MluvnickeCharakteristikyPad7</Name>
118
+ <ElementPath>MluvnickeCharakteristiky|Pad7</ElementPath>
119
+ <Type>String</Type>
120
+ <Width>48</Width>
121
+ </PropertyDefn>
122
+ <!-- Text popisující vlajku obce -->
123
+ <PropertyDefn>
124
+ <Name>VlajkaText</Name>
125
+ <ElementPath>VlajkaText</ElementPath>
126
+ <Type>String</Type>
127
+ <Width>4000</Width>
128
+ </PropertyDefn>
129
+ <!-- Obrázek vlajky obce -->
130
+ <PropertyDefn>
131
+ <Name>VlajkaObrazek</Name>
132
+ <ElementPath>VlajkaObrazek</ElementPath>
133
+ <Type>Complex</Type> <!-- ??? -->
134
+ </PropertyDefn>
135
+ <!-- Text popisující znak obce -->
136
+ <PropertyDefn>
137
+ <Name>ZnakText</Name>
138
+ <ElementPath>ZnakText</ElementPath>
139
+ <Type>String</Type>
140
+ <Width>4000</Width>
141
+ </PropertyDefn>
142
+ <!-- Obrázek znaku obce -->
143
+ <PropertyDefn>
144
+ <Name>ZnakObrazek</Name>
145
+ <ElementPath>ZnakObrazek</ElementPath>
146
+ <Type>Complex</Type> <!-- ??? -->
147
+ </PropertyDefn>
148
+ <!-- Rozsah členění statutárního města na MOMC -->
149
+ <PropertyDefn>
150
+ <Name>CleneniSMRozsahKod</Name>
151
+ <ElementPath>CleneniSMRozsahKod</ElementPath>
152
+ <Type>Integer</Type>
153
+ </PropertyDefn>
154
+ <!-- Typ MOMC, na něž je statutární město rozčleněno -->
155
+ <PropertyDefn>
156
+ <Name>CleneniSMTypKod</Name>
157
+ <ElementPath>CleneniSMTypKod</ElementPath>
158
+ <Type>Integer</Type>
159
+ </PropertyDefn>
160
+ <!-- Kód územního celku v NUTS / LAU -->
161
+ <PropertyDefn>
162
+ <Name>NutsLau</Name>
163
+ <ElementPath>NutsLau</ElementPath>
164
+ <Type>String</Type>
165
+ <Width>12</Width>
166
+ </PropertyDefn>
167
+ <!-- Datum vzniku -->
168
+ <PropertyDefn>
169
+ <Name>DatumVzniku</Name>
170
+ <ElementPath>DatumVzniku</ElementPath>
171
+ <Type>String</Type>
172
+ <Width>19</Width>
173
+ </PropertyDefn>
174
+ </GMLFeatureClass>
175
+ <!-- Spravní obvody -->
176
+ <GMLFeatureClass>
177
+ <Name>SpravniObvody</Name>
178
+ <ElementPath>Data|SpravniObvody|SpravniObvod</ElementPath>
179
+ <!-- Geometrie definičního bodu správního obvodu-->
180
+ <GeomPropertyDefn>
181
+ <Name>DefinicniBod</Name>
182
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
183
+ <Type>Point</Type>
184
+ </GeomPropertyDefn>
185
+ <!-- Originální geometrie hranice správního obvodu -->
186
+ <GeomPropertyDefn>
187
+ <Name>OriginalniHranice</Name>
188
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
189
+ <Type>MultiPolygon</Type>
190
+ </GeomPropertyDefn>
191
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
192
+ <!-- Kód správního obvodu -->
193
+ <PropertyDefn>
194
+ <Name>Kod</Name>
195
+ <ElementPath>Kod</ElementPath>
196
+ <Type>Integer</Type>
197
+ </PropertyDefn>
198
+ <!-- Název správního obvodu -->
199
+ <PropertyDefn>
200
+ <Name>Nazev</Name>
201
+ <ElementPath>Nazev</ElementPath>
202
+ <Type>String</Type>
203
+ <Width>32</Width>
204
+ </PropertyDefn>
205
+ <!-- Identifikátor nesprávnosti na prvku -->
206
+ <PropertyDefn>
207
+ <Name>Nespravny</Name>
208
+ <ElementPath>Nespravny</ElementPath>
209
+ <Type>String</Type>
210
+ <Width>5</Width>
211
+ </PropertyDefn>
212
+ <!-- Kód správniho MOMC -->
213
+ <PropertyDefn>
214
+ <Name>SpravniMomcKod</Name>
215
+ <ElementPath>SpravniMomcKod</ElementPath>
216
+ <Type>Integer</Type>
217
+ </PropertyDefn>
218
+ <!-- Nadřazená obec -->
219
+ <PropertyDefn>
220
+ <Name>ObecKod</Name>
221
+ <ElementPath>Obec|Kod</ElementPath>
222
+ <Type>Integer</Type>
223
+ </PropertyDefn>
224
+ <!-- Začátek platnosti -->
225
+ <PropertyDefn>
226
+ <Name>PlatiOd</Name>
227
+ <ElementPath>PlatiOd</ElementPath>
228
+ <Type>String</Type>
229
+ <Width>19</Width>
230
+ </PropertyDefn>
231
+ <!-- Konec platnosti -->
232
+ <PropertyDefn>
233
+ <Name>PlatiDo</Name>
234
+ <ElementPath>PlatiDo</ElementPath>
235
+ <Type>String</Type>
236
+ <Width>19</Width>
237
+ </PropertyDefn>
238
+ <!-- ID transakce v RUIAN -->
239
+ <PropertyDefn>
240
+ <Name>IdTransakce</Name>
241
+ <ElementPath>IdTransakce</ElementPath>
242
+ <Type>Integer</Type>
243
+ <Subtype>Integer64</Subtype>
244
+ </PropertyDefn>
245
+ <!-- ID návrhu změn v ISUI -->
246
+ <PropertyDefn>
247
+ <Name>GlobalniIdNavrhuZmeny</Name>
248
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
249
+ <Type>Integer</Type>
250
+ <Subtype>Integer64</Subtype>
251
+ </PropertyDefn>
252
+ <!-- Datum vzniku -->
253
+ <PropertyDefn>
254
+ <Name>DatumVzniku</Name>
255
+ <ElementPath>DatumVzniku</ElementPath>
256
+ <Type>String</Type>
257
+ <Width>19</Width>
258
+ </PropertyDefn>
259
+ </GMLFeatureClass>
260
+ <!-- MOP -->
261
+ <GMLFeatureClass>
262
+ <Name>Mop</Name>
263
+ <ElementPath>Data|Mop|Mop</ElementPath>
264
+ <!-- Geometrie definičního bodu MOP -->
265
+ <GeomPropertyDefn>
266
+ <Name>DefinicniBod</Name>
267
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
268
+ <Type>Point</Type>
269
+ </GeomPropertyDefn>
270
+ <!-- Originální geometrie hranice MOP -->
271
+ <GeomPropertyDefn>
272
+ <Name>OriginalniHranice</Name>
273
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
274
+ <Type>MultiPolygon</Type>
275
+ </GeomPropertyDefn>
276
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
277
+ <!-- Kód MOP -->
278
+ <PropertyDefn>
279
+ <Name>Kod</Name>
280
+ <ElementPath>Kod</ElementPath>
281
+ <Type>Integer</Type>
282
+ </PropertyDefn>
283
+ <!-- Název MOP -->
284
+ <PropertyDefn>
285
+ <Name>Nazev</Name>
286
+ <ElementPath>Nazev</ElementPath>
287
+ <Type>String</Type>
288
+ <Width>32</Width>
289
+ </PropertyDefn>
290
+ <!-- Identifikátor nesprávnosti na prvku -->
291
+ <PropertyDefn>
292
+ <Name>Nespravny</Name>
293
+ <ElementPath>Nespravny</ElementPath>
294
+ <Type>String</Type>
295
+ <Width>5</Width>
296
+ </PropertyDefn>
297
+ <!-- Nadřazená obec -->
298
+ <PropertyDefn>
299
+ <Name>ObecKod</Name>
300
+ <ElementPath>Obec|Kod</ElementPath>
301
+ <Type>Integer</Type>
302
+ </PropertyDefn>
303
+ <!-- Začátek platnosti -->
304
+ <PropertyDefn>
305
+ <Name>PlatiOd</Name>
306
+ <ElementPath>PlatiOd</ElementPath>
307
+ <Type>String</Type>
308
+ <Width>19</Width>
309
+ </PropertyDefn>
310
+ <!-- Konec platnosti -->
311
+ <PropertyDefn>
312
+ <Name>PlatiDo</Name>
313
+ <ElementPath>PlatiDo</ElementPath>
314
+ <Type>String</Type>
315
+ <Width>19</Width>
316
+ </PropertyDefn>
317
+ <!-- ID transakce v RUIAN -->
318
+ <PropertyDefn>
319
+ <Name>IdTransakce</Name>
320
+ <ElementPath>IdTransakce</ElementPath>
321
+ <Type>Integer</Type>
322
+ <Subtype>Integer64</Subtype>
323
+ </PropertyDefn>
324
+ <!-- ID návrhu změn v ISUI -->
325
+ <PropertyDefn>
326
+ <Name>GlobalniIdNavrhuZmeny</Name>
327
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
328
+ <Type>Integer</Type>
329
+ <Subtype>Integer64</Subtype>
330
+ </PropertyDefn>
331
+ <!-- Datum vzniku -->
332
+ <PropertyDefn>
333
+ <Name>DatumVzniku</Name>
334
+ <ElementPath>DatumVzniku</ElementPath>
335
+ <Type>String</Type>
336
+ <Width>19</Width>
337
+ </PropertyDefn>
338
+ </GMLFeatureClass>
339
+ <!-- MOMC -->
340
+ <GMLFeatureClass>
341
+ <Name>Momc</Name>
342
+ <ElementPath>Data|Momc|Momc</ElementPath>
343
+ <!-- Geometrie definičního bodu MOMC -->
344
+ <GeomPropertyDefn>
345
+ <Name>DefinicniBod</Name>
346
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
347
+ <Type>Point</Type>
348
+ </GeomPropertyDefn>
349
+ <!-- Originální geometrie hranice MOMC -->
350
+ <GeomPropertyDefn>
351
+ <Name>OriginalniHranice</Name>
352
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
353
+ <Type>MultiPolygon</Type>
354
+ </GeomPropertyDefn>
355
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
356
+ <!-- Kód MOMC -->
357
+ <PropertyDefn>
358
+ <Name>Kod</Name>
359
+ <ElementPath>Kod</ElementPath>
360
+ <Type>Integer</Type>
361
+ </PropertyDefn>
362
+ <!-- Název MOMC -->
363
+ <PropertyDefn>
364
+ <Name>Nazev</Name>
365
+ <ElementPath>Nazev</ElementPath>
366
+ <Type>String</Type>
367
+ <Width>48</Width>
368
+ </PropertyDefn>
369
+ <!-- Identifikátor nesprávnosti na prvku -->
370
+ <PropertyDefn>
371
+ <Name>Nespravny</Name>
372
+ <ElementPath>Nespravny</ElementPath>
373
+ <Type>String</Type>
374
+ <Width>5</Width>
375
+ </PropertyDefn>
376
+ <!-- Nadřazená MOP -->
377
+ <PropertyDefn>
378
+ <Name>MopKod</Name>
379
+ <ElementPath>Mop|Kod</ElementPath>
380
+ <Type>Integer</Type>
381
+ </PropertyDefn>
382
+ <!-- Nadřazená obec -->
383
+ <PropertyDefn>
384
+ <Name>ObecKod</Name>
385
+ <ElementPath>Obec|Kod</ElementPath>
386
+ <Type>Integer</Type>
387
+ </PropertyDefn>
388
+ <!-- Nadřazený správní obvod -->
389
+ <PropertyDefn>
390
+ <Name>SpravniObvodKod</Name>
391
+ <ElementPath>SpravniObvod|Kod</ElementPath>
392
+ <Type>Integer</Type>
393
+ </PropertyDefn>
394
+ <!-- Začátek platnosti -->
395
+ <PropertyDefn>
396
+ <Name>PlatiOd</Name>
397
+ <ElementPath>PlatiOd</ElementPath>
398
+ <Type>String</Type>
399
+ <Width>19</Width>
400
+ </PropertyDefn>
401
+ <!-- Konec platnosti -->
402
+ <PropertyDefn>
403
+ <Name>PlatiDo</Name>
404
+ <ElementPath>PlatiDo</ElementPath>
405
+ <Type>String</Type>
406
+ <Width>19</Width>
407
+ </PropertyDefn>
408
+ <!-- ID transakce v RUIAN -->
409
+ <PropertyDefn>
410
+ <Name>IdTransakce</Name>
411
+ <ElementPath>IdTransakce</ElementPath>
412
+ <Type>Integer</Type>
413
+ <Subtype>Integer64</Subtype>
414
+ </PropertyDefn>
415
+ <!-- ID návrhu změn v ISUI -->
416
+ <PropertyDefn>
417
+ <Name>GlobalniIdNavrhuZmeny</Name>
418
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
419
+ <Type>Integer</Type>
420
+ <Subtype>Integer64</Subtype>
421
+ </PropertyDefn>
422
+ <!-- Text popisující vlajku MOMC -->
423
+ <PropertyDefn>
424
+ <Name>VlajkaText</Name>
425
+ <ElementPath>VlajkaText</ElementPath>
426
+ <Type>String</Type>
427
+ <Width>4000</Width>
428
+ </PropertyDefn>
429
+ <!-- Obrázek vlajky MOMC -->
430
+ <PropertyDefn>
431
+ <Name>VlajkaObrazek</Name>
432
+ <ElementPath>VlajkaObrazek</ElementPath>
433
+ <Type>Complex</Type> <!-- ??? -->
434
+ </PropertyDefn>
435
+ <!-- Mluvnické charakteristiky 2 až 7 pád -->
436
+ <PropertyDefn>
437
+ <Name>MluvnickeCharakteristikyPad2</Name>
438
+ <ElementPath>MluvnickeCharakteristiky|Pad2</ElementPath>
439
+ <Type>String</Type>
440
+ <Width>48</Width>
441
+ </PropertyDefn>
442
+ <PropertyDefn>
443
+ <Name>MluvnickeCharakteristikyPad3</Name>
444
+ <ElementPath>MluvnickeCharakteristiky|Pad3</ElementPath>
445
+ <Type>String</Type>
446
+ <Width>48</Width>
447
+ </PropertyDefn>
448
+ <PropertyDefn>
449
+ <Name>MluvnickeCharakteristikyPad4</Name>
450
+ <ElementPath>MluvnickeCharakteristiky|Pad4</ElementPath>
451
+ <Type>String</Type>
452
+ <Width>48</Width>
453
+ </PropertyDefn>
454
+ <PropertyDefn>
455
+ <Name>MluvnickeCharakteristikyPad6</Name>
456
+ <ElementPath>MluvnickeCharakteristiky|Pad6</ElementPath>
457
+ <Type>String</Type>
458
+ <Width>48</Width>
459
+ </PropertyDefn>
460
+ <PropertyDefn>
461
+ <Name>MluvnickeCharakteristikyPad7</Name>
462
+ <ElementPath>MluvnickeCharakteristiky|Pad7</ElementPath>
463
+ <Type>String</Type>
464
+ <Width>48</Width>
465
+ </PropertyDefn>
466
+ <!-- Text popisující znak MOMC -->
467
+ <PropertyDefn>
468
+ <Name>ZnakText</Name>
469
+ <ElementPath>ZnakText</ElementPath>
470
+ <Type>String</Type>
471
+ <Width>4000</Width>
472
+ </PropertyDefn>
473
+ <!-- Obrázek znaku MOMC -->
474
+ <PropertyDefn>
475
+ <Name>ZnakObrazek</Name>
476
+ <ElementPath>ZnakObrazek</ElementPath>
477
+ <Type>Complex</Type> <!-- ??? -->
478
+ </PropertyDefn>
479
+ <!-- Datum vzniku -->
480
+ <PropertyDefn>
481
+ <Name>DatumVzniku</Name>
482
+ <ElementPath>DatumVzniku</ElementPath>
483
+ <Type>String</Type>
484
+ <Width>19</Width>
485
+ </PropertyDefn>
486
+ </GMLFeatureClass>
487
+ <!-- CastiObci -->
488
+ <GMLFeatureClass>
489
+ <Name>CastiObci</Name>
490
+ <ElementPath>Data|CastiObci|CastObce</ElementPath>
491
+ <!-- Geometrie definičního bodu části obce -->
492
+ <GeomPropertyDefn>
493
+ <Name>DefinicniBod</Name>
494
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
495
+ <Type>Point</Type>
496
+ </GeomPropertyDefn>
497
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
498
+ <!-- Kód části obce -->
499
+ <PropertyDefn>
500
+ <Name>Kod</Name>
501
+ <ElementPath>Kod</ElementPath>
502
+ <Type>Integer</Type>
503
+ </PropertyDefn>
504
+ <!-- Název části obce -->
505
+ <PropertyDefn>
506
+ <Name>Nazev</Name>
507
+ <ElementPath>Nazev</ElementPath>
508
+ <Type>String</Type>
509
+ <Width>48</Width>
510
+ </PropertyDefn>
511
+ <!-- Identifikátor nesprávnosti na prvku -->
512
+ <PropertyDefn>
513
+ <Name>Nespravny</Name>
514
+ <ElementPath>Nespravny</ElementPath>
515
+ <Type>String</Type>
516
+ <Width>5</Width>
517
+ </PropertyDefn>
518
+ <!-- Nadřazená obec -->
519
+ <PropertyDefn>
520
+ <Name>ObecKod</Name>
521
+ <ElementPath>Obec|Kod</ElementPath>
522
+ <Type>Integer</Type>
523
+ </PropertyDefn>
524
+ <!-- Začátek platnosti -->
525
+ <PropertyDefn>
526
+ <Name>PlatiOd</Name>
527
+ <ElementPath>PlatiOd</ElementPath>
528
+ <Type>String</Type>
529
+ <Width>19</Width>
530
+ </PropertyDefn>
531
+ <!-- Konec platnosti -->
532
+ <PropertyDefn>
533
+ <Name>PlatiDo</Name>
534
+ <ElementPath>PlatiDo</ElementPath>
535
+ <Type>String</Type>
536
+ <Width>19</Width>
537
+ </PropertyDefn>
538
+ <!-- ID transakce v RUIAN -->
539
+ <PropertyDefn>
540
+ <Name>IdTransakce</Name>
541
+ <ElementPath>IdTransakce</ElementPath>
542
+ <Type>Integer</Type>
543
+ <Subtype>Integer64</Subtype>
544
+ </PropertyDefn>
545
+ <!-- ID návrhu změn v ISUI -->
546
+ <PropertyDefn>
547
+ <Name>GlobalniIdNavrhuZmeny</Name>
548
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
549
+ <Type>Integer</Type>
550
+ <Subtype>Integer64</Subtype>
551
+ </PropertyDefn>
552
+ <!-- Mluvnické charakteristiky 2 až 7 pád -->
553
+ <PropertyDefn>
554
+ <Name>MluvnickeCharakteristikyPad2</Name>
555
+ <ElementPath>MluvnickeCharakteristiky|Pad2</ElementPath>
556
+ <Type>String</Type>
557
+ <Width>48</Width>
558
+ </PropertyDefn>
559
+ <PropertyDefn>
560
+ <Name>MluvnickeCharakteristikyPad3</Name>
561
+ <ElementPath>MluvnickeCharakteristiky|Pad3</ElementPath>
562
+ <Type>String</Type>
563
+ <Width>48</Width>
564
+ </PropertyDefn>
565
+ <PropertyDefn>
566
+ <Name>MluvnickeCharakteristikyPad4</Name>
567
+ <ElementPath>MluvnickeCharakteristiky|Pad4</ElementPath>
568
+ <Type>String</Type>
569
+ <Width>48</Width>
570
+ </PropertyDefn>
571
+ <PropertyDefn>
572
+ <Name>MluvnickeCharakteristikyPad6</Name>
573
+ <ElementPath>MluvnickeCharakteristiky|Pad6</ElementPath>
574
+ <Type>String</Type>
575
+ <Width>48</Width>
576
+ </PropertyDefn>
577
+ <PropertyDefn>
578
+ <Name>MluvnickeCharakteristikyPad7</Name>
579
+ <ElementPath>MluvnickeCharakteristiky|Pad7</ElementPath>
580
+ <Type>String</Type>
581
+ <Width>48</Width>
582
+ </PropertyDefn>
583
+ <!-- Datum vzniku -->
584
+ <PropertyDefn>
585
+ <Name>DatumVzniku</Name>
586
+ <ElementPath>DatumVzniku</ElementPath>
587
+ <Type>String</Type>
588
+ <Width>19</Width>
589
+ </PropertyDefn>
590
+ </GMLFeatureClass>
591
+ <!-- Katastralní území -->
592
+ <GMLFeatureClass>
593
+ <Name>KatastralniUzemi</Name>
594
+ <ElementPath>Data|KatastralniUzemi|KatastralniUzemi</ElementPath>
595
+ <!-- Geometrie definičního bodu katastrálního území -->
596
+ <GeomPropertyDefn>
597
+ <Name>DefinicniBod</Name>
598
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
599
+ <Type>MultiPoint</Type>
600
+ </GeomPropertyDefn>
601
+ <!-- Originální geometrie hranice katastrálního území -->
602
+ <GeomPropertyDefn>
603
+ <Name>OriginalniHranice</Name>
604
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
605
+ <Type>MultiPolygon</Type>
606
+ </GeomPropertyDefn>
607
+ <!-- Generalizovaná geometrie hranice katastrálního území (stupeň generalizace 2) -->
608
+ <GeomPropertyDefn>
609
+ <Name>GeneralizovaneHranice</Name>
610
+ <ElementPath>Geometrie|GeneralizovaneHranice2</ElementPath>
611
+ <Type>MultiPolygon</Type>
612
+ </GeomPropertyDefn>
613
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
614
+ <!-- Kód katastrálního území -->
615
+ <PropertyDefn>
616
+ <Name>Kod</Name>
617
+ <ElementPath>Kod</ElementPath>
618
+ <Type>Integer</Type>
619
+ </PropertyDefn>
620
+ <!-- Název katastrálního území -->
621
+ <PropertyDefn>
622
+ <Name>Nazev</Name>
623
+ <ElementPath>Nazev</ElementPath>
624
+ <Type>String</Type>
625
+ <Width>48</Width>
626
+ </PropertyDefn>
627
+ <!-- Identifikátor nesprávnosti na prvku -->
628
+ <PropertyDefn>
629
+ <Name>Nespravny</Name>
630
+ <ElementPath>Nespravny</ElementPath>
631
+ <Type>String</Type>
632
+ <Width>5</Width>
633
+ </PropertyDefn>
634
+ <!-- Příznak existence digitální mapy -->
635
+ <PropertyDefn>
636
+ <Name>ExistujeDigitalniMapa</Name>
637
+ <ElementPath>ExistujeDigitalniMapa</ElementPath>
638
+ <Type>String</Type>
639
+ <Width>5</Width>
640
+ </PropertyDefn>
641
+ <!-- Nadřazená obec -->
642
+ <PropertyDefn>
643
+ <Name>ObecKod</Name>
644
+ <ElementPath>Obec|Kod</ElementPath>
645
+ <Type>Integer</Type>
646
+ </PropertyDefn>
647
+ <!-- Začátek platnosti -->
648
+ <PropertyDefn>
649
+ <Name>PlatiOd</Name>
650
+ <ElementPath>PlatiOd</ElementPath>
651
+ <Type>String</Type>
652
+ <Width>19</Width>
653
+ </PropertyDefn>
654
+ <!-- Konec platnosti -->
655
+ <PropertyDefn>
656
+ <Name>PlatiDo</Name>
657
+ <ElementPath>PlatiDo</ElementPath>
658
+ <Type>String</Type>
659
+ <Width>19</Width>
660
+ </PropertyDefn>
661
+ <!-- ID transakce v RUIAN -->
662
+ <PropertyDefn>
663
+ <Name>IdTransakce</Name>
664
+ <ElementPath>IdTransakce</ElementPath>
665
+ <Type>Integer</Type>
666
+ <Subtype>Integer64</Subtype>
667
+ </PropertyDefn>
668
+ <!-- ID návrhu změn v ISUI -->
669
+ <PropertyDefn>
670
+ <Name>GlobalniIdNavrhuZmeny</Name>
671
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
672
+ <Type>Integer</Type>
673
+ <Subtype>Integer64</Subtype>
674
+ </PropertyDefn>
675
+ <!-- ID řízení v ISKN -->
676
+ <PropertyDefn>
677
+ <Name>RizeniId</Name>
678
+ <ElementPath>RizeniId</ElementPath>
679
+ <Type>Integer</Type>
680
+ <Subtype>Integer64</Subtype>
681
+ </PropertyDefn>
682
+ <!-- Mluvnické charakteristiky 2 až 7 pád -->
683
+ <PropertyDefn>
684
+ <Name>MluvnickeCharakteristikyPad2</Name>
685
+ <ElementPath>MluvnickeCharakteristiky|Pad2</ElementPath>
686
+ <Type>String</Type>
687
+ <Width>48</Width>
688
+ </PropertyDefn>
689
+ <PropertyDefn>
690
+ <Name>MluvnickeCharakteristikyPad3</Name>
691
+ <ElementPath>MluvnickeCharakteristiky|Pad3</ElementPath>
692
+ <Type>String</Type>
693
+ <Width>48</Width>
694
+ </PropertyDefn>
695
+ <PropertyDefn>
696
+ <Name>MluvnickeCharakteristikyPad4</Name>
697
+ <ElementPath>MluvnickeCharakteristiky|Pad4</ElementPath>
698
+ <Type>String</Type>
699
+ <Width>48</Width>
700
+ </PropertyDefn>
701
+ <PropertyDefn>
702
+ <Name>MluvnickeCharakteristikyPad6</Name>
703
+ <ElementPath>MluvnickeCharakteristiky|Pad6</ElementPath>
704
+ <Type>String</Type>
705
+ <Width>48</Width>
706
+ </PropertyDefn>
707
+ <PropertyDefn>
708
+ <Name>MluvnickeCharakteristikyPad7</Name>
709
+ <ElementPath>MluvnickeCharakteristiky|Pad7</ElementPath>
710
+ <Type>String</Type>
711
+ <Width>48</Width>
712
+ </PropertyDefn>
713
+ <!-- Datum vzniku -->
714
+ <PropertyDefn>
715
+ <Name>DatumVzniku</Name>
716
+ <ElementPath>DatumVzniku</ElementPath>
717
+ <Type>String</Type>
718
+ <Width>19</Width>
719
+ </PropertyDefn>
720
+ </GMLFeatureClass>
721
+ <!-- ZSJ -->
722
+ <GMLFeatureClass>
723
+ <Name>Zsj</Name>
724
+ <ElementPath>Data|Zsj|Zsj</ElementPath>
725
+ <!-- Geometrie definičního bodu ZSJ -->
726
+ <GeomPropertyDefn>
727
+ <Name>DefinicniBod</Name>
728
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
729
+ <Type>MultiPoint</Type>
730
+ </GeomPropertyDefn>
731
+ <!-- Originální geometrie hranice ZSJ -->
732
+ <GeomPropertyDefn>
733
+ <Name>OriginalniHranice</Name>
734
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
735
+ <Type>MultiPolygon</Type>
736
+ </GeomPropertyDefn>
737
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
738
+ <!-- Kód ZSJ -->
739
+ <PropertyDefn>
740
+ <Name>Kod</Name>
741
+ <ElementPath>Kod</ElementPath>
742
+ <Type>Integer</Type>
743
+ </PropertyDefn>
744
+ <!-- Název ZSJ -->
745
+ <PropertyDefn>
746
+ <Name>Nazev</Name>
747
+ <ElementPath>Nazev</ElementPath>
748
+ <Type>String</Type>
749
+ <Width>48</Width>
750
+ </PropertyDefn>
751
+ <!-- Identifikátor nesprávnosti na prvku -->
752
+ <PropertyDefn>
753
+ <Name>Nespravny</Name>
754
+ <ElementPath>Nespravny</ElementPath>
755
+ <Type>String</Type>
756
+ <Width>5</Width>
757
+ </PropertyDefn>
758
+ <!-- Nadřazené katastrální území -->
759
+ <PropertyDefn>
760
+ <Name>KatastralniUzemiKod</Name>
761
+ <ElementPath>KatastralniUzemi|Kod</ElementPath>
762
+ <Type>Integer</Type>
763
+ </PropertyDefn>
764
+ <!-- Začátek platnosti -->
765
+ <PropertyDefn>
766
+ <Name>PlatiOd</Name>
767
+ <ElementPath>PlatiOd</ElementPath>
768
+ <Type>String</Type>
769
+ <Width>19</Width>
770
+ </PropertyDefn>
771
+ <!-- Konec platnosti -->
772
+ <PropertyDefn>
773
+ <Name>PlatiDo</Name>
774
+ <ElementPath>PlatiDo</ElementPath>
775
+ <Type>String</Type>
776
+ <Width>19</Width>
777
+ </PropertyDefn>
778
+ <!-- ID transakce v RUIAN -->
779
+ <PropertyDefn>
780
+ <Name>IdTransakce</Name>
781
+ <ElementPath>IdTransakce</ElementPath>
782
+ <Type>Integer</Type>
783
+ <Subtype>Integer64</Subtype>
784
+ </PropertyDefn>
785
+ <!-- ID návrhu změn v ISUI -->
786
+ <PropertyDefn>
787
+ <Name>GlobalniIdNavrhuZmeny</Name>
788
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
789
+ <Type>Integer</Type>
790
+ <Subtype>Integer64</Subtype>
791
+ </PropertyDefn>
792
+ <!-- Mluvnické charakteristiky 2 až 7 pád -->
793
+ <PropertyDefn>
794
+ <Name>MluvnickeCharakteristikyPad2</Name>
795
+ <ElementPath>MluvnickeCharakteristiky|Pad2</ElementPath>
796
+ <Type>String</Type>
797
+ <Width>48</Width>
798
+ </PropertyDefn>
799
+ <PropertyDefn>
800
+ <Name>MluvnickeCharakteristikyPad3</Name>
801
+ <ElementPath>MluvnickeCharakteristiky|Pad3</ElementPath>
802
+ <Type>String</Type>
803
+ <Width>48</Width>
804
+ </PropertyDefn>
805
+ <PropertyDefn>
806
+ <Name>MluvnickeCharakteristikyPad4</Name>
807
+ <ElementPath>MluvnickeCharakteristiky|Pad4</ElementPath>
808
+ <Type>String</Type>
809
+ <Width>48</Width>
810
+ </PropertyDefn>
811
+ <PropertyDefn>
812
+ <Name>MluvnickeCharakteristikyPad6</Name>
813
+ <ElementPath>MluvnickeCharakteristiky|Pad6</ElementPath>
814
+ <Type>String</Type>
815
+ <Width>48</Width>
816
+ </PropertyDefn>
817
+ <PropertyDefn>
818
+ <Name>MluvnickeCharakteristikyPad7</Name>
819
+ <ElementPath>MluvnickeCharakteristiky|Pad7</ElementPath>
820
+ <Type>String</Type>
821
+ <Width>48</Width>
822
+ </PropertyDefn>
823
+ <!-- Výměra ZSJ v metrech čtverečních -->
824
+ <PropertyDefn>
825
+ <Name>Vymera</Name>
826
+ <ElementPath>Vymera</ElementPath>
827
+ <Type>Integer</Type>
828
+ <Subtype>Integer64</Subtype>
829
+ </PropertyDefn>
830
+ <!-- Převažující charakter využití ZSJ -->
831
+ <PropertyDefn>
832
+ <Name>CharakterZsjKod</Name>
833
+ <ElementPath>CharakterZsjKod</ElementPath>
834
+ <Type>Integer</Type>
835
+ </PropertyDefn>
836
+ <!-- Datum vzniku -->
837
+ <PropertyDefn>
838
+ <Name>DatumVzniku</Name>
839
+ <ElementPath>DatumVzniku</ElementPath>
840
+ <Type>String</Type>
841
+ <Width>19</Width>
842
+ </PropertyDefn>
843
+ </GMLFeatureClass>
844
+ <!-- Ulice -->
845
+ <GMLFeatureClass>
846
+ <Name>Ulice</Name>
847
+ <ElementPath>Data|Ulice|Ulice</ElementPath>
848
+ <!-- Geometrie definiční čáry ulice -->
849
+ <GeomPropertyDefn>
850
+ <Name>DefinicniCara</Name>
851
+ <ElementPath>Geometrie|DefinicniCara</ElementPath>
852
+ <Type>MultiLineString</Type>
853
+ </GeomPropertyDefn>
854
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
855
+ <!-- Kód ulice -->
856
+ <PropertyDefn>
857
+ <Name>Kod</Name>
858
+ <ElementPath>Kod</ElementPath>
859
+ <Type>Integer</Type>
860
+ </PropertyDefn>
861
+ <!-- Název ulice -->
862
+ <PropertyDefn>
863
+ <Name>Nazev</Name>
864
+ <ElementPath>Nazev</ElementPath>
865
+ <Type>String</Type>
866
+ <Width>48</Width>
867
+ </PropertyDefn>
868
+ <!-- Identifikátor nesprávnosti na prvku -->
869
+ <PropertyDefn>
870
+ <Name>Nespravny</Name>
871
+ <ElementPath>Nespravny</ElementPath>
872
+ <Type>String</Type>
873
+ <Width>5</Width>
874
+ </PropertyDefn>
875
+ <!-- Nadřazená obec -->
876
+ <PropertyDefn>
877
+ <Name>ObecKod</Name>
878
+ <ElementPath>Obec|Kod</ElementPath>
879
+ <Type>Integer</Type>
880
+ </PropertyDefn>
881
+ <!-- Začátek platnosti -->
882
+ <PropertyDefn>
883
+ <Name>PlatiOd</Name>
884
+ <ElementPath>PlatiOd</ElementPath>
885
+ <Type>String</Type>
886
+ <Width>19</Width>
887
+ </PropertyDefn>
888
+ <!-- Konec platnosti -->
889
+ <PropertyDefn>
890
+ <Name>PlatiDo</Name>
891
+ <ElementPath>PlatiDo</ElementPath>
892
+ <Type>String</Type>
893
+ <Width>19</Width>
894
+ </PropertyDefn>
895
+ <!-- ID transakce v RUIAN -->
896
+ <PropertyDefn>
897
+ <Name>IdTransakce</Name>
898
+ <ElementPath>IdTransakce</ElementPath>
899
+ <Type>Integer</Type>
900
+ <Subtype>Integer64</Subtype>
901
+ </PropertyDefn>
902
+ <!-- ID návrhu změn v ISUI -->
903
+ <PropertyDefn>
904
+ <Name>GlobalniIdNavrhuZmeny</Name>
905
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
906
+ <Type>Integer</Type>
907
+ <Subtype>Integer64</Subtype>
908
+ </PropertyDefn>
909
+ </GMLFeatureClass>
910
+ <!-- Parcely -->
911
+ <GMLFeatureClass>
912
+ <Name>Parcely</Name>
913
+ <ElementPath>Data|Parcely|Parcela</ElementPath>
914
+ <!-- Geometrie definičního bodu parcely -->
915
+ <GeomPropertyDefn>
916
+ <Name>DefinicniBod</Name>
917
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
918
+ <Type>Point</Type>
919
+ </GeomPropertyDefn>
920
+ <!-- Originální geometrie hranice parcely -->
921
+ <GeomPropertyDefn>
922
+ <Name>OriginalniHranice</Name>
923
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
924
+ <Type>Polygon</Type>
925
+ </GeomPropertyDefn>
926
+ <!-- Originální geometrie hranice parcely (Ompv) -->
927
+ <GeomPropertyDefn>
928
+ <Name>OriginalniHraniceOmpv</Name>
929
+ <ElementPath>Geometrie|OriginalniHraniceOmpv</ElementPath>
930
+ <Type>MultiPolygon</Type>
931
+ </GeomPropertyDefn>
932
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
933
+ <!-- Jednoznační identifikátor parcely -->
934
+ <PropertyDefn>
935
+ <Name>Id</Name>
936
+ <ElementPath>Id</ElementPath>
937
+ <Type>Integer</Type>
938
+ <Subtype>Integer64</Subtype>
939
+ </PropertyDefn>
940
+ <!-- Identifikátor nesprávnosti na prvku -->
941
+ <PropertyDefn>
942
+ <Name>Nespravny</Name>
943
+ <ElementPath>Nespravny</ElementPath>
944
+ <Type>String</Type>
945
+ <Width>5</Width>
946
+ </PropertyDefn>
947
+ <!-- Kmenové parcelní číslo -->
948
+ <PropertyDefn>
949
+ <Name>KmenoveCislo</Name>
950
+ <ElementPath>KmenoveCislo</ElementPath>
951
+ <Type>Integer</Type>
952
+ </PropertyDefn>
953
+ <!-- Poddělení čísla parcely -->
954
+ <PropertyDefn>
955
+ <Name>PododdeleniCisla</Name>
956
+ <ElementPath>PododdeleniCisla</ElementPath>
957
+ <Type>Integer</Type>
958
+ </PropertyDefn>
959
+ <!-- Výměra parcely -->
960
+ <PropertyDefn>
961
+ <Name>VymeraParcely</Name>
962
+ <ElementPath>VymeraParcely</ElementPath>
963
+ <Type>Integer</Type>
964
+ <Subtype>Integer64</Subtype>
965
+ </PropertyDefn>
966
+ <!-- Způsob využití pozemku -->
967
+ <PropertyDefn>
968
+ <Name>ZpusobyVyuzitiPozemku</Name>
969
+ <ElementPath>ZpusobyVyuzitiPozemku</ElementPath>
970
+ <Type>Integer</Type>
971
+ </PropertyDefn>
972
+ <!-- Rozlišení druhu číslování parcely -->
973
+ <PropertyDefn>
974
+ <Name>DruhCislovaniKod</Name>
975
+ <ElementPath>DruhCislovaniKod</ElementPath>
976
+ <Type>Integer</Type>
977
+ </PropertyDefn>
978
+ <!-- Kód druhu pozemku -->
979
+ <PropertyDefn>
980
+ <Name>DruhPozemkuKod</Name>
981
+ <ElementPath>DruhPozemkuKod</ElementPath>
982
+ <Type>Integer</Type>
983
+ </PropertyDefn>
984
+ <!-- Nadřazené katastrální území -->
985
+ <PropertyDefn>
986
+ <Name>KatastralniUzemiKod</Name>
987
+ <ElementPath>KatastralniUzemi|Kod</ElementPath>
988
+ <Type>Integer</Type>
989
+ </PropertyDefn>
990
+ <!-- Začátek platnosti -->
991
+ <PropertyDefn>
992
+ <Name>PlatiOd</Name>
993
+ <ElementPath>PlatiOd</ElementPath>
994
+ <Type>String</Type>
995
+ <Width>19</Width>
996
+ </PropertyDefn>
997
+ <!-- Konec platnosti -->
998
+ <PropertyDefn>
999
+ <Name>PlatiDo</Name>
1000
+ <ElementPath>PlatiDo</ElementPath>
1001
+ <Type>String</Type>
1002
+ <Width>19</Width>
1003
+ </PropertyDefn>
1004
+ <!-- ID transakce v RUIAN -->
1005
+ <PropertyDefn>
1006
+ <Name>IdTransakce</Name>
1007
+ <ElementPath>IdTransakce</ElementPath>
1008
+ <Type>Integer</Type>
1009
+ <Subtype>Integer64</Subtype>
1010
+ </PropertyDefn>
1011
+ <!-- ID řízení v ISKN -->
1012
+ <PropertyDefn>
1013
+ <Name>RizeniId</Name>
1014
+ <ElementPath>RizeniId</ElementPath>
1015
+ <Type>Integer</Type>
1016
+ <Subtype>Integer64</Subtype>
1017
+ </PropertyDefn>
1018
+ <!-- Bonitované díly parcely - výměra v metrech čtverečných -->
1019
+ <PropertyDefn>
1020
+ <Name>BonitovanyDilVymera</Name>
1021
+ <ElementPath>BonitovaneDily|BonitovanyDil|Vymera</ElementPath>
1022
+ <Type>IntegerList</Type>
1023
+ </PropertyDefn>
1024
+ <!-- Kód bonitovaných půdně ekologických jednotek -->
1025
+ <PropertyDefn>
1026
+ <Name>BonitovanyDilBonitovanaJednotkaKod</Name>
1027
+ <ElementPath>BonitovaneDily|BonitovanyDil|BonitovanaJednotkaKod</ElementPath>
1028
+ <Type>IntegerList</Type>
1029
+ </PropertyDefn>
1030
+ <!-- Bonitované díly parcely - ID transakce v RUIAN -->
1031
+ <PropertyDefn>
1032
+ <Name>BonitovanyDilIdTranskace</Name>
1033
+ <ElementPath>BonitovaneDily|BonitovanyDil|IdTranskace</ElementPath>
1034
+ <Type>IntegerList</Type>
1035
+ <Subtype>Integer64</Subtype>
1036
+ </PropertyDefn>
1037
+ <!-- Bonitované díly parcely - ID řízení v ISKN -->
1038
+ <PropertyDefn>
1039
+ <Name>BonitovanyDilRizeniId</Name>
1040
+ <ElementPath>BonitovaneDily|BonitovanyDil|RizeniId</ElementPath>
1041
+ <Type>IntegerList</Type>
1042
+ <Subtype>Integer64</Subtype>
1043
+ </PropertyDefn>
1044
+ <!-- Způsob ochrany pozemku - kód ochrany -->
1045
+ <PropertyDefn>
1046
+ <Name>ZpusobOchranyKod</Name>
1047
+ <ElementPath>ZpusobyOchranyPozemku|ZpusobOchrany|Kod</ElementPath>
1048
+ <Type>IntegerList</Type>
1049
+ </PropertyDefn>
1050
+ <!-- Způsob ochrany pozemku - typ ochrany -->
1051
+ <PropertyDefn>
1052
+ <Name>ZpusobOchranyTypOchranyKod</Name>
1053
+ <ElementPath>ZpusobyOchranyPozemku|ZpusobOchrany|TypOchranyKod</ElementPath>
1054
+ <Type>IntegerList</Type>
1055
+ </PropertyDefn>
1056
+ <!-- Způsob ochrany pozemku - ID transakce v RUIAN -->
1057
+ <PropertyDefn>
1058
+ <Name>ZpusobOchranyIdTransakce</Name>
1059
+ <ElementPath>ZpusobyOchranyPozemku|ZpusobOchrany|IdTransakce</ElementPath>
1060
+ <Type>IntegerList</Type>
1061
+ </PropertyDefn>
1062
+ <!-- Způsob ochrany pozemku - ID řízení v ISKN -->
1063
+ <PropertyDefn>
1064
+ <Name>ZpusobOchranyRizeniId</Name>
1065
+ <ElementPath>ZpusobyOchranyPozemku|ZpusobOchrany|RizeniId</ElementPath>
1066
+ <Type>IntegerList</Type>
1067
+ <Subtype>Integer64</Subtype>
1068
+ </PropertyDefn>
1069
+ </GMLFeatureClass>
1070
+ <!-- Stavební objekty -->
1071
+ <GMLFeatureClass>
1072
+ <Name>StavebniObjekty</Name>
1073
+ <ElementPath>Data|StavebniObjekty|StavebniObjekt</ElementPath>
1074
+ <!-- Geometrie definičního bodu stavebního objektu -->
1075
+ <GeomPropertyDefn>
1076
+ <Name>DefinicniBod</Name>
1077
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
1078
+ <Type>Point</Type>
1079
+ </GeomPropertyDefn>
1080
+ <!-- Originální geometrie hranice stavebního objektu -->
1081
+ <GeomPropertyDefn>
1082
+ <Name>OriginalniHranice</Name>
1083
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
1084
+ <Type>MultiPolygon</Type>
1085
+ </GeomPropertyDefn>
1086
+ <!-- Originální geometrie hranice stavebního objektu (Ompv) -->
1087
+ <GeomPropertyDefn>
1088
+ <Name>OriginalniHraniceOmpv</Name>
1089
+ <ElementPath>Geometrie|OriginalniHraniceOmpv</ElementPath>
1090
+ <Type>MultiPolygon</Type>
1091
+ </GeomPropertyDefn>
1092
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
1093
+ <!-- Kód stavebního objektu -->
1094
+ <PropertyDefn>
1095
+ <Name>Kod</Name>
1096
+ <ElementPath>Kod</ElementPath>
1097
+ <Type>Integer</Type>
1098
+ </PropertyDefn>
1099
+ <!-- Identifikátor nesprávnosti na prvku -->
1100
+ <PropertyDefn>
1101
+ <Name>Nespravny</Name>
1102
+ <ElementPath>Nespravny</ElementPath>
1103
+ <Type>String</Type>
1104
+ <Width>5</Width>
1105
+ </PropertyDefn>
1106
+ <!-- Seznam čísel domovních stavebního objektu -->
1107
+ <PropertyDefn>
1108
+ <Name>CisloDomovni</Name>
1109
+ <ElementPath>CislaDomovni|CisloDomovni</ElementPath>
1110
+ <Type>IntegerList</Type>
1111
+ </PropertyDefn>
1112
+ <!-- Jedna z parcel, na nichž je stavební objekt postaven, zvolená
1113
+ pro identifikaci objektu (tzv. definiční parcela) -->
1114
+ <PropertyDefn>
1115
+ <Name>IdentifikacniParcelaId</Name>
1116
+ <ElementPath>IdentifikacniParcela|Id</ElementPath>
1117
+ <Type>Integer</Type>
1118
+ <Subtype>Integer64</Subtype>
1119
+ </PropertyDefn>
1120
+ <!-- Typ stavebního objektu -->
1121
+ <PropertyDefn>
1122
+ <Name>TypStavebnihoObjektuKod</Name>
1123
+ <ElementPath>TypStavebnihoObjektuKod</ElementPath>
1124
+ <Type>Integer</Type>
1125
+ </PropertyDefn>
1126
+ <!-- Způsob využití -->
1127
+ <PropertyDefn>
1128
+ <Name>ZpusobVyuzitiKod</Name>
1129
+ <ElementPath>ZpusobVyuzitiKod</ElementPath>
1130
+ <Type>Integer</Type>
1131
+ </PropertyDefn>
1132
+ <!-- Nadřazená část obce -->
1133
+ <PropertyDefn>
1134
+ <Name>CastObceKod</Name>
1135
+ <ElementPath>CastObce|Kod</ElementPath>
1136
+ <Type>Integer</Type>
1137
+ </PropertyDefn>
1138
+ <!-- Nadřazený MOMC -->
1139
+ <PropertyDefn>
1140
+ <Name>MomcKod</Name>
1141
+ <ElementPath>Momc|Kod</ElementPath>
1142
+ <Type>Integer</Type>
1143
+ </PropertyDefn>
1144
+ <!-- Začátek platnosti -->
1145
+ <PropertyDefn>
1146
+ <Name>PlatiOd</Name>
1147
+ <ElementPath>PlatiOd</ElementPath>
1148
+ <Type>String</Type>
1149
+ <Width>19</Width>
1150
+ </PropertyDefn>
1151
+ <!-- Konec platnosti -->
1152
+ <PropertyDefn>
1153
+ <Name>PlatiDo</Name>
1154
+ <ElementPath>PlatiDo</ElementPath>
1155
+ <Type>String</Type>
1156
+ <Width>19</Width>
1157
+ </PropertyDefn>
1158
+ <!-- ID transakce v RUIAN -->
1159
+ <PropertyDefn>
1160
+ <Name>IdTransakce</Name>
1161
+ <ElementPath>IdTransakce</ElementPath>
1162
+ <Type>Integer</Type>
1163
+ <Subtype>Integer64</Subtype>
1164
+ </PropertyDefn>
1165
+ <!-- ID návrhu změn v ISUI -->
1166
+ <PropertyDefn>
1167
+ <Name>GlobalniIdNavrhuZmeny</Name>
1168
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
1169
+ <Type>Integer</Type>
1170
+ <Subtype>Integer64</Subtype>
1171
+ </PropertyDefn>
1172
+ <!-- ID budovy v ISKN -->
1173
+ <PropertyDefn>
1174
+ <Name>IsknBudovaId</Name>
1175
+ <ElementPath>IsknBudovaId</ElementPath>
1176
+ <Type>Integer</Type>
1177
+ <Subtype>Integer64</Subtype>
1178
+ </PropertyDefn>
1179
+ <!-- Datum dokončení stavebního objektu -->
1180
+ <PropertyDefn>
1181
+ <Name>Dokonceni</Name>
1182
+ <ElementPath>Dokonceni</ElementPath>
1183
+ <Type>String</Type>
1184
+ <Width>19</Width>
1185
+ </PropertyDefn>
1186
+ <!-- Druh svislé nosné konstrukce -->
1187
+ <PropertyDefn>
1188
+ <Name>DruhKonstrukceKod</Name>
1189
+ <ElementPath>DruhKonstrukceKod</ElementPath>
1190
+ <Type>Integer</Type>
1191
+ </PropertyDefn>
1192
+ <!-- Obestavěný prostor v m3 -->
1193
+ <PropertyDefn>
1194
+ <Name>ObestavenyProstor</Name>
1195
+ <ElementPath>ObestavenyProstor</ElementPath>
1196
+ <Type>Integer</Type>
1197
+ </PropertyDefn>
1198
+ <!-- Počet bytů u stavebního objektu s byty -->
1199
+ <PropertyDefn>
1200
+ <Name>PocetBytu</Name>
1201
+ <ElementPath>PocetBytu</ElementPath>
1202
+ <Type>Integer</Type>
1203
+ </PropertyDefn>
1204
+ <!-- Počet nadzemních a podzemních podlaží -->
1205
+ <PropertyDefn>
1206
+ <Name>PocetPodlazi</Name>
1207
+ <ElementPath>PocetPodlazi</ElementPath>
1208
+ <Type>Integer</Type>
1209
+ </PropertyDefn>
1210
+ <!-- Podlahová plocha v m2 -->
1211
+ <PropertyDefn>
1212
+ <Name>PodlahovaPlocha</Name>
1213
+ <ElementPath>PodlahovaPlocha</ElementPath>
1214
+ <Type>Integer</Type>
1215
+ </PropertyDefn>
1216
+ <!-- Připojení na kanalizační síť -->
1217
+ <PropertyDefn>
1218
+ <Name>PripojeniKanalizaceKod</Name>
1219
+ <ElementPath>PripojeniKanalizaceKod</ElementPath>
1220
+ <Type>Integer</Type>
1221
+ </PropertyDefn>
1222
+ <!-- Připojení na rozvod plynu -->
1223
+ <PropertyDefn>
1224
+ <Name>PripojeniPlynKod</Name>
1225
+ <ElementPath>PripojeniPlynKod</ElementPath>
1226
+ <Type>Integer</Type>
1227
+ </PropertyDefn>
1228
+ <!-- Připojení na vodovod -->
1229
+ <PropertyDefn>
1230
+ <Name>PripojeniVodovodKod</Name>
1231
+ <ElementPath>PripojeniVodovodKod</ElementPath>
1232
+ <Type>Integer</Type>
1233
+ </PropertyDefn>
1234
+ <!-- Vybavení výtahem -->
1235
+ <PropertyDefn>
1236
+ <Name>VybaveniVytahemKod</Name>
1237
+ <ElementPath>VybaveniVytahemKod</ElementPath>
1238
+ <Type>Integer</Type>
1239
+ </PropertyDefn>
1240
+ <!-- Zastavěná plocha v m2 -->
1241
+ <PropertyDefn>
1242
+ <Name>ZastavenaPlocha</Name>
1243
+ <ElementPath>ZastavenaPlocha</ElementPath>
1244
+ <Type>Integer</Type>
1245
+ </PropertyDefn>
1246
+ <!-- Způsob vytápění -->
1247
+ <PropertyDefn>
1248
+ <Name>ZpusobVytapeniKod</Name>
1249
+ <ElementPath>ZpusobVytapeniKod</ElementPath>
1250
+ <Type>Integer</Type>
1251
+ </PropertyDefn>
1252
+ <!-- Způsob ochrany stavebního objektu - kód ochrany -->
1253
+ <PropertyDefn>
1254
+ <Name>ZpusobOchranyKod</Name>
1255
+ <ElementPath>ZpusobyOchrany|ZpusobOchrany|Kod</ElementPath>
1256
+ <Type>IntegerList</Type>
1257
+ </PropertyDefn>
1258
+ <!-- Způsob ochrany stavebního objektu - typ ochrany -->
1259
+ <PropertyDefn>
1260
+ <Name>ZpusobOchranyTypOchranyKod</Name>
1261
+ <ElementPath>ZpusobyOchrany|ZpusobOchrany|TypOchranyKod</ElementPath>
1262
+ <Type>IntegerList</Type>
1263
+ </PropertyDefn>
1264
+ <!-- Způsob ochrany stavebního objektu - ID transakce v RUIAN -->
1265
+ <PropertyDefn>
1266
+ <Name>ZpusobOchranyIdTransakce</Name>
1267
+ <ElementPath>ZpusobyOchrany|ZpusobOchrany|IdTransakce</ElementPath>
1268
+ <Type>IntegerList</Type>
1269
+ </PropertyDefn>
1270
+ <!-- Způsob ochrany stavebního objektu - ID řízení v ISKN -->
1271
+ <PropertyDefn>
1272
+ <Name>ZpusobOchranyRizeniId</Name>
1273
+ <ElementPath>ZpusobyOchrany|ZpusobOchrany|RizeniId</ElementPath>
1274
+ <Type>IntegerList</Type>
1275
+ <Subtype>Integer64</Subtype>
1276
+ </PropertyDefn>
1277
+ <!-- Detailní technicko-ekonomické atributy (TEA) -->
1278
+ <PropertyDefn>
1279
+ <Name>DetailniTEAKod</Name>
1280
+ <ElementPath>DetailniTEA|DetailniTEA|Kod</ElementPath>
1281
+ <Type>IntegerList</Type>
1282
+ </PropertyDefn>
1283
+ <!-- TEA - Začátek platnosti -->
1284
+ <PropertyDefn>
1285
+ <Name>DetailniTEAPlatiOd</Name>
1286
+ <ElementPath>DetailniTEA|DetailniTEA|PlatiOd</ElementPath>
1287
+ <Type>StringList</Type>
1288
+ <Width>19</Width>
1289
+ </PropertyDefn>
1290
+ <!-- TEA - ID návrhu změny v ISUI -->
1291
+ <PropertyDefn>
1292
+ <Name>DetailniTEAGlobalniIdNavrhuZmeny</Name>
1293
+ <ElementPath>DetailniTEA|DetailniTEA|GlobalniIdNavrhuZmeny</ElementPath>
1294
+ <Type>IntegerList</Type>
1295
+ <Subtype>Integer64</Subtype>
1296
+ </PropertyDefn>
1297
+ <!-- TEA - Druh svislé nosné konstrukce -->
1298
+ <PropertyDefn>
1299
+ <Name>DetailniTEADruhKonstrukceKod</Name>
1300
+ <ElementPath>DetailniTEA|DetailniTEA|DruhKonstrukceKod</ElementPath>
1301
+ <Type>IntegerList</Type>
1302
+ </PropertyDefn>
1303
+ <!-- TEA - Počet bytů u stavebního objektu s byty -->
1304
+ <PropertyDefn>
1305
+ <Name>DetailniTEAPocetBytu</Name>
1306
+ <ElementPath>DetailniTEA|DetailniTEA|PocetBytu</ElementPath>
1307
+ <Type>IntegerList</Type>
1308
+ </PropertyDefn>
1309
+ <!-- TEA - Počet nadzemních a podzemních podlaží -->
1310
+ <PropertyDefn>
1311
+ <Name>DetailniTEAPocetPodlazi</Name>
1312
+ <ElementPath>DetailniTEA|DetailniTEA|PocetPodlazi</ElementPath>
1313
+ <Type>IntegerList</Type>
1314
+ </PropertyDefn>
1315
+ <!-- TEA - Připojení na kanalizační síť -->
1316
+ <PropertyDefn>
1317
+ <Name>DetailniTEAPripojeniKanalizaceKod</Name>
1318
+ <ElementPath>DetailniTEA|DetailniTEA|PripojeniKanalizaceKod</ElementPath>
1319
+ <Type>IntegerList</Type>
1320
+ </PropertyDefn>
1321
+ <!-- TEA - Připojení na rozvod plynu -->
1322
+ <PropertyDefn>
1323
+ <Name>DetailniTEAPripojeniPlynKod</Name>
1324
+ <ElementPath>DetailniTEA|DetailniTEA|PripojeniPlynKod</ElementPath>
1325
+ <Type>IntegerList</Type>
1326
+ </PropertyDefn>
1327
+ <!-- TEA - Připojení na vodovod -->
1328
+ <PropertyDefn>
1329
+ <Name>DetailniTEAPripojeniVodovodKod</Name>
1330
+ <ElementPath>DetailniTEA|DetailniTEA|PripojeniVodovodKod</ElementPath>
1331
+ <Type>IntegerList</Type>
1332
+ </PropertyDefn>
1333
+ <!-- TEA - Vybavení výtahem -->
1334
+ <PropertyDefn>
1335
+ <Name>DetailniTEAZpusobVytapeniKod</Name>
1336
+ <ElementPath>DetailniTEA|DetailniTEA|ZpusobVytapeniKod</ElementPath>
1337
+ <Type>IntegerList</Type>
1338
+ </PropertyDefn>
1339
+ <!-- TEA - Kód adresního místa -->
1340
+ <PropertyDefn>
1341
+ <Name>DetailniTEAAdresniMistoKod</Name>
1342
+ <ElementPath>DetailniTEA|DetailniTEA|AdresniMistoKod|Kod</ElementPath>
1343
+ <Type>IntegerList</Type>
1344
+ </PropertyDefn>
1345
+ </GMLFeatureClass>
1346
+ <!-- Adresní místa -->
1347
+ <GMLFeatureClass>
1348
+ <Name>AdresniMista</Name>
1349
+ <ElementPath>Data|AdresniMista|AdresniMisto</ElementPath>
1350
+ <!-- Definiční bod typu Adresní bod -->
1351
+ <GeomPropertyDefn>
1352
+ <Name>AdresniBod</Name>
1353
+ <ElementPath>Geometrie|DefinicniBod|AdresniBod</ElementPath>
1354
+ <Type>Point</Type>
1355
+ </GeomPropertyDefn>
1356
+ <!-- Definiční bod typu Přístup pro záchrannou službu -->
1357
+ <GeomPropertyDefn>
1358
+ <Name>Zachranka</Name>
1359
+ <ElementPath>Geometrie|DefinicniBod|Zachranka</ElementPath>
1360
+ <Type>Point</Type>
1361
+ </GeomPropertyDefn>
1362
+ <!-- Definiční bod typu Přístup pro hasiče -->
1363
+ <GeomPropertyDefn>
1364
+ <Name>Hasici</Name>
1365
+ <ElementPath>Geometrie|DefinicniBod|Hasici</ElementPath>
1366
+ <Type>Point</Type>
1367
+ </GeomPropertyDefn>
1368
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
1369
+ <!-- Kód adresního místa -->
1370
+ <PropertyDefn>
1371
+ <Name>Kod</Name>
1372
+ <ElementPath>Kod</ElementPath>
1373
+ <Type>Integer</Type>
1374
+ </PropertyDefn>
1375
+ <!-- Identifikátor nesprávnosti na prvku -->
1376
+ <PropertyDefn>
1377
+ <Name>Nespravny</Name>
1378
+ <ElementPath>Nespravny</ElementPath>
1379
+ <Type>String</Type>
1380
+ <Width>5</Width>
1381
+ </PropertyDefn>
1382
+ <!-- Číslo domovní -->
1383
+ <PropertyDefn>
1384
+ <Name>CisloDomovni</Name>
1385
+ <ElementPath>CisloDomovni</ElementPath>
1386
+ <Type>Integer</Type>
1387
+ </PropertyDefn>
1388
+ <!-- Číselná část čísla orientačního -->
1389
+ <PropertyDefn>
1390
+ <Name>CisloOrientacni</Name>
1391
+ <ElementPath>CisloOrientacni</ElementPath>
1392
+ <Type>Integer</Type>
1393
+ </PropertyDefn>
1394
+ <!-- Koncové písmeno čísla orientačního -->
1395
+ <PropertyDefn>
1396
+ <Name>CisloOrientacniPismeno</Name>
1397
+ <ElementPath>CisloOrientacniPismeno</ElementPath>
1398
+ <Type>String</Type>
1399
+ <Width>1</Width>
1400
+ </PropertyDefn>
1401
+ <!-- PSČ adresní pošty -->
1402
+ <PropertyDefn>
1403
+ <Name>Psc</Name>
1404
+ <ElementPath>Psc</ElementPath>
1405
+ <Type>Integer</Type>
1406
+ </PropertyDefn>
1407
+ <!-- Nadřazený stavební objekt -->
1408
+ <PropertyDefn>
1409
+ <Name>StavebniObjektKod</Name>
1410
+ <ElementPath>StavebniObjekt|Kod</ElementPath>
1411
+ <Type>Integer</Type>
1412
+ </PropertyDefn>
1413
+ <!-- Nadřazená ulice -->
1414
+ <PropertyDefn>
1415
+ <Name>UliceKod</Name>
1416
+ <ElementPath>Ulice|Kod</ElementPath>
1417
+ <Type>Integer</Type>
1418
+ </PropertyDefn>
1419
+ <!-- Začátek platnosti -->
1420
+ <PropertyDefn>
1421
+ <Name>PlatiOd</Name>
1422
+ <ElementPath>PlatiOd</ElementPath>
1423
+ <Type>String</Type>
1424
+ <Width>19</Width>
1425
+ </PropertyDefn>
1426
+ <!-- Konec platnosti -->
1427
+ <PropertyDefn>
1428
+ <Name>PlatiDo</Name>
1429
+ <ElementPath>PlatiDo</ElementPath>
1430
+ <Type>String</Type>
1431
+ <Width>19</Width>
1432
+ </PropertyDefn>
1433
+ <!-- ID transakce v RUIAN -->
1434
+ <PropertyDefn>
1435
+ <Name>IdTransakce</Name>
1436
+ <ElementPath>IdTransakce</ElementPath>
1437
+ <Type>Integer</Type>
1438
+ <Subtype>Integer64</Subtype>
1439
+ </PropertyDefn>
1440
+ <!-- ID návrhu změn v ISUI -->
1441
+ <PropertyDefn>
1442
+ <Name>GlobalniIdNavrhuZmeny</Name>
1443
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
1444
+ <Type>Integer</Type>
1445
+ <Subtype>Integer64</Subtype>
1446
+ </PropertyDefn>
1447
+ <!-- ID budovy v ISKN -->
1448
+ <PropertyDefn>
1449
+ <Name>IsknBudovaId</Name>
1450
+ <ElementPath>IsknBudovaId</ElementPath>
1451
+ <Type>Integer</Type>
1452
+ <Subtype>Integer64</Subtype>
1453
+ </PropertyDefn>
1454
+ </GMLFeatureClass>
1455
+ </GMLFeatureClassList>