@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,2126 @@
1
+ <GMLFeatureClassList>
2
+ <!-- Seznam států -->
3
+ <GMLFeatureClass>
4
+ <Name>Staty</Name>
5
+ <ElementPath>Data|Staty|Stat</ElementPath>
6
+ <!-- Geometrie definičního bodu státu -->
7
+ <GeomPropertyDefn>
8
+ <Name>DefinicniBod</Name>
9
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
10
+ <Type>Point</Type>
11
+ </GeomPropertyDefn>
12
+ <!-- Originální geometrie hranice státu -->
13
+ <GeomPropertyDefn>
14
+ <Name>OriginalniHranice</Name>
15
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
16
+ <Type>MultiPolygon</Type>
17
+ </GeomPropertyDefn>
18
+ <!-- Generalizovaná geometrie hranice státu (stupeň generalizace 5) -->
19
+ <GeomPropertyDefn>
20
+ <Name>GeneralizovaneHranice</Name>
21
+ <ElementPath>Geometrie|GeneralizovaneHranice5</ElementPath>
22
+ <Type>MultiPolygon</Type>
23
+ </GeomPropertyDefn>
24
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
25
+ <!-- Kód státu -->
26
+ <PropertyDefn>
27
+ <Name>Kod</Name>
28
+ <ElementPath>Kod</ElementPath>
29
+ <Type>Integer</Type>
30
+ </PropertyDefn>
31
+ <!-- Název státu -->
32
+ <PropertyDefn>
33
+ <Name>Nazev</Name>
34
+ <ElementPath>Nazev</ElementPath>
35
+ <Type>String</Type>
36
+ <Width>32</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
+ <!-- Začátek platnosti -->
46
+ <PropertyDefn>
47
+ <Name>PlatiOd</Name>
48
+ <ElementPath>PlatiOd</ElementPath>
49
+ <Type>String</Type>
50
+ <Width>19</Width>
51
+ </PropertyDefn>
52
+ <!-- Konec platnosti -->
53
+ <PropertyDefn>
54
+ <Name>PlatiDo</Name>
55
+ <ElementPath>PlatiDo</ElementPath>
56
+ <Type>String</Type>
57
+ <Width>19</Width>
58
+ </PropertyDefn>
59
+ <!-- ID transakce v RUIAN -->
60
+ <PropertyDefn>
61
+ <Name>IdTransakce</Name>
62
+ <ElementPath>IdTransakce</ElementPath>
63
+ <Type>Integer</Type>
64
+ <Subtype>Integer64</Subtype>
65
+ </PropertyDefn>
66
+ <!-- ID návrhu změny v ISUI -->
67
+ <PropertyDefn>
68
+ <Name>GlobalniIdNavrhuZmeny</Name>
69
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
70
+ <Type>Integer</Type>
71
+ <Subtype>Integer64</Subtype>
72
+ </PropertyDefn>
73
+ <!-- Kód územního celku v NUTS / LAU -->
74
+ <PropertyDefn>
75
+ <Name>NutsLau</Name>
76
+ <ElementPath>NutsLau</ElementPath>
77
+ <Type>String</Type>
78
+ <Width>2</Width>
79
+ </PropertyDefn>
80
+ <!-- Datum vzniku -->
81
+ <PropertyDefn>
82
+ <Name>DatumVzniku</Name>
83
+ <ElementPath>DatumVzniku</ElementPath>
84
+ <Type>String</Type>
85
+ <Width>19</Width>
86
+ </PropertyDefn>
87
+ </GMLFeatureClass>
88
+ <!-- Regiony soudržnosti -->
89
+ <GMLFeatureClass>
90
+ <Name>RegionySoudrznosti</Name>
91
+ <ElementPath>Data|RegionySoudrznosti|RegionSoudrznosti</ElementPath>
92
+ <!-- Geometrie definičního bodu regionu soudržnosti -->
93
+ <GeomPropertyDefn>
94
+ <Name>DefinicniBod</Name>
95
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
96
+ <Type>Point</Type>
97
+ </GeomPropertyDefn>
98
+ <!-- Originální geometrie hranice regionu soudržnosti -->
99
+ <GeomPropertyDefn>
100
+ <Name>OriginalniHranice</Name>
101
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
102
+ <Type>MultiPolygon</Type>
103
+ </GeomPropertyDefn>
104
+ <!-- Generalizovaná geometrie hranice státu (stupeň generalizace 5) -->
105
+ <GeomPropertyDefn>
106
+ <Name>GeneralizovaneHranice</Name>
107
+ <ElementPath>Geometrie|GeneralizovaneHranice5</ElementPath>
108
+ <Type>MultiPolygon</Type>
109
+ </GeomPropertyDefn>
110
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
111
+ <!-- Kód regionu soudržnosti -->
112
+ <PropertyDefn>
113
+ <Name>Kod</Name>
114
+ <ElementPath>Kod</ElementPath>
115
+ <Type>Integer</Type>
116
+ </PropertyDefn>
117
+ <!-- Název regionu soudržnosti -->
118
+ <PropertyDefn>
119
+ <Name>Nazev</Name>
120
+ <ElementPath>Nazev</ElementPath>
121
+ <Type>String</Type>
122
+ <Width>32</Width>
123
+ </PropertyDefn>
124
+ <!-- Identifikátor nesprávnosti na prvku -->
125
+ <PropertyDefn>
126
+ <Name>Nespravny</Name>
127
+ <ElementPath>Nespravny</ElementPath>
128
+ <Type>String</Type>
129
+ <Width>5</Width>
130
+ </PropertyDefn>
131
+ <!-- Nadřazený stát -->
132
+ <PropertyDefn>
133
+ <Name>StatKod</Name>
134
+ <ElementPath>Stat|Kod</ElementPath>
135
+ <Type>Integer</Type>
136
+ </PropertyDefn>
137
+ <!-- Začátek platnosti -->
138
+ <PropertyDefn>
139
+ <Name>PlatiOd</Name>
140
+ <ElementPath>PlatiOd</ElementPath>
141
+ <Type>String</Type>
142
+ <Width>19</Width>
143
+ </PropertyDefn>
144
+ <!-- Konec platnosti -->
145
+ <PropertyDefn>
146
+ <Name>PlatiDo</Name>
147
+ <ElementPath>PlatiDo</ElementPath>
148
+ <Type>String</Type>
149
+ <Width>19</Width>
150
+ </PropertyDefn>
151
+ <!-- ID transakce v RUIAN -->
152
+ <PropertyDefn>
153
+ <Name>IdTransakce</Name>
154
+ <ElementPath>IdTransakce</ElementPath>
155
+ <Type>Integer</Type>
156
+ <Subtype>Integer64</Subtype>
157
+ </PropertyDefn>
158
+ <!-- ID návrhu změn v ISUI -->
159
+ <PropertyDefn>
160
+ <Name>GlobalniIdNavrhuZmeny</Name>
161
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
162
+ <Type>Integer</Type>
163
+ <Subtype>Integer64</Subtype>
164
+ </PropertyDefn>
165
+ <!-- Kód územního celku v NUTS / LAU -->
166
+ <PropertyDefn>
167
+ <Name>NutsLau</Name>
168
+ <ElementPath>NutsLau</ElementPath>
169
+ <Type>String</Type>
170
+ <Width>4</Width>
171
+ </PropertyDefn>
172
+ <!-- Datum vzniku -->
173
+ <PropertyDefn>
174
+ <Name>DatumVzniku</Name>
175
+ <ElementPath>DatumVzniku</ElementPath>
176
+ <Type>String</Type>
177
+ <Width>19</Width>
178
+ </PropertyDefn>
179
+ </GMLFeatureClass>
180
+ <!-- Kraje -->
181
+ <GMLFeatureClass>
182
+ <Name>Kraje</Name>
183
+ <ElementPath>Data|Kraje|Kraj</ElementPath>
184
+ <!-- Geometrie definičního bodu kraje -->
185
+ <GeomPropertyDefn>
186
+ <Name>DefinicniBod</Name>
187
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
188
+ <Type>Point</Type>
189
+ </GeomPropertyDefn>
190
+ <!-- Originální geometrie hranice kraje -->
191
+ <GeomPropertyDefn>
192
+ <Name>OriginalniHranice</Name>
193
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
194
+ <Type>MultiPolygon</Type>
195
+ </GeomPropertyDefn>
196
+ <!-- Generalizovaná geometrie hranice kraje (stupeň generalizace 5) -->
197
+ <GeomPropertyDefn>
198
+ <Name>GeneralizovaneHranice</Name>
199
+ <ElementPath>Geometrie|GeneralizovaneHranice5</ElementPath>
200
+ <Type>MultiPolygon</Type>
201
+ </GeomPropertyDefn>
202
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
203
+ <!-- Kód kraje -->
204
+ <PropertyDefn>
205
+ <Name>Kod</Name>
206
+ <ElementPath>Kod</ElementPath>
207
+ <Type>Integer</Type>
208
+ </PropertyDefn>
209
+ <!-- Název kraje -->
210
+ <PropertyDefn>
211
+ <Name>Nazev</Name>
212
+ <ElementPath>Nazev</ElementPath>
213
+ <Type>String</Type>
214
+ <Width>32</Width>
215
+ </PropertyDefn>
216
+ <!-- Identifikátor nesprávnosti na prvku -->
217
+ <PropertyDefn>
218
+ <Name>Nespravny</Name>
219
+ <ElementPath>Nespravny</ElementPath>
220
+ <Type>String</Type>
221
+ <Width>5</Width>
222
+ </PropertyDefn>
223
+ <!-- Nadřazený stát -->
224
+ <PropertyDefn>
225
+ <Name>StatKod</Name>
226
+ <ElementPath>Stat|Kod</ElementPath>
227
+ <Type>Integer</Type>
228
+ </PropertyDefn>
229
+ <!-- Začátek platnosti -->
230
+ <PropertyDefn>
231
+ <Name>PlatiOd</Name>
232
+ <ElementPath>PlatiOd</ElementPath>
233
+ <Type>String</Type>
234
+ <Width>19</Width>
235
+ </PropertyDefn>
236
+ <!-- Konec platnosti -->
237
+ <PropertyDefn>
238
+ <Name>PlatiDo</Name>
239
+ <ElementPath>PlatiDo</ElementPath>
240
+ <Type>String</Type>
241
+ <Width>19</Width>
242
+ </PropertyDefn>
243
+ <!-- ID transakce v RUIAN -->
244
+ <PropertyDefn>
245
+ <Name>IdTransakce</Name>
246
+ <ElementPath>IdTransakce</ElementPath>
247
+ <Type>Integer</Type>
248
+ <Subtype>Integer64</Subtype>
249
+ </PropertyDefn>
250
+ <!-- ID návrhu změn v ISUI -->
251
+ <PropertyDefn>
252
+ <Name>GlobalniIdNavrhuZmeny</Name>
253
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
254
+ <Type>Integer</Type>
255
+ <Subtype>Integer64</Subtype>
256
+ </PropertyDefn>
257
+ <!-- Kód územního celku v NUTS / LAU -->
258
+ <PropertyDefn>
259
+ <Name>NutsLau</Name>
260
+ <ElementPath>NutsLau</ElementPath>
261
+ <Type>String</Type>
262
+ <Width>4</Width>
263
+ </PropertyDefn>
264
+ <!-- Datum vzniku -->
265
+ <PropertyDefn>
266
+ <Name>DatumVzniku</Name>
267
+ <ElementPath>DatumVzniku</ElementPath>
268
+ <Type>String</Type>
269
+ <Width>19</Width>
270
+ </PropertyDefn>
271
+ </GMLFeatureClass>
272
+ <!-- VÚSC -->
273
+ <GMLFeatureClass>
274
+ <Name>Vusc</Name>
275
+ <ElementPath>Data|Vusc|Vusc</ElementPath>
276
+ <!-- Geometrie definičního bodu VÚSC -->
277
+ <GeomPropertyDefn>
278
+ <Name>DefinicniBod</Name>
279
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
280
+ <Type>Point</Type>
281
+ </GeomPropertyDefn>
282
+ <!-- Originální geometrie hranice VÚSC -->
283
+ <GeomPropertyDefn>
284
+ <Name>OriginalniHranice</Name>
285
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
286
+ <Type>MultiPolygon</Type>
287
+ </GeomPropertyDefn>
288
+ <!-- Generalizovaná geometrie hranice VÚSC (stupeň generalizace 5) -->
289
+ <GeomPropertyDefn>
290
+ <Name>GeneralizovaneHranice</Name>
291
+ <ElementPath>Geometrie|GeneralizovaneHranice5</ElementPath>
292
+ <Type>MultiPolygon</Type>
293
+ </GeomPropertyDefn>
294
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
295
+ <!-- Kód VÚSC -->
296
+ <PropertyDefn>
297
+ <Name>Kod</Name>
298
+ <ElementPath>Kod</ElementPath>
299
+ <Type>Integer</Type>
300
+ <Width>6</Width>
301
+ </PropertyDefn>
302
+ <!-- Název VÚSC -->
303
+ <PropertyDefn>
304
+ <Name>Nazev</Name>
305
+ <ElementPath>Nazev</ElementPath>
306
+ <Type>String</Type>
307
+ <Width>32</Width>
308
+ </PropertyDefn>
309
+ <!-- Identifikátor nesprávnosti na prvku -->
310
+ <PropertyDefn>
311
+ <Name>Nespravny</Name>
312
+ <ElementPath>Nespravny</ElementPath>
313
+ <Type>String</Type>
314
+ <Width>5</Width>
315
+ </PropertyDefn>
316
+ <!-- Nadřazený region soudržnosti -->
317
+ <PropertyDefn>
318
+ <Name>RegionSoudrznostiKod</Name>
319
+ <ElementPath>RegionSoudrznosti|Kod</ElementPath>
320
+ <Type>Integer</Type>
321
+ </PropertyDefn>
322
+ <!-- Začátek platnosti -->
323
+ <PropertyDefn>
324
+ <Name>PlatiOd</Name>
325
+ <ElementPath>PlatiOd</ElementPath>
326
+ <Type>String</Type>
327
+ <Width>19</Width>
328
+ </PropertyDefn>
329
+ <!-- Konec platnosti -->
330
+ <PropertyDefn>
331
+ <Name>PlatiDo</Name>
332
+ <ElementPath>PlatiDo</ElementPath>
333
+ <Type>String</Type>
334
+ <Width>19</Width>
335
+ </PropertyDefn>
336
+ <!-- ID transakce v RUIAN -->
337
+ <PropertyDefn>
338
+ <Name>IdTransakce</Name>
339
+ <ElementPath>IdTransakce</ElementPath>
340
+ <Type>Integer</Type>
341
+ <Subtype>Integer64</Subtype>
342
+ </PropertyDefn>
343
+ <!-- ID návrhu změn v ISUI -->
344
+ <PropertyDefn>
345
+ <Name>GlobalniIdNavrhuZmeny</Name>
346
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
347
+ <Type>Integer</Type>
348
+ <Subtype>Integer64</Subtype>
349
+ </PropertyDefn>
350
+ <!-- Kód územního celku v NUTS / LAU -->
351
+ <PropertyDefn>
352
+ <Name>NutsLau</Name>
353
+ <ElementPath>NutsLau</ElementPath>
354
+ <Type>String</Type>
355
+ <Width>5</Width>
356
+ </PropertyDefn>
357
+ <!-- Datum vzniku -->
358
+ <PropertyDefn>
359
+ <Name>DatumVzniku</Name>
360
+ <ElementPath>DatumVzniku</ElementPath>
361
+ <Type>String</Type>
362
+ <Width>19</Width>
363
+ </PropertyDefn>
364
+ </GMLFeatureClass>
365
+ <!-- Okresy -->
366
+ <GMLFeatureClass>
367
+ <Name>Okresy</Name>
368
+ <ElementPath>Data|Okresy|Okres</ElementPath>
369
+ <!-- Geometrie definičního bodu okresu -->
370
+ <GeomPropertyDefn>
371
+ <Name>DefinicniBod</Name>
372
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
373
+ <Type>Point</Type>
374
+ </GeomPropertyDefn>
375
+ <!-- Originální geometrie hranice okresu -->
376
+ <GeomPropertyDefn>
377
+ <Name>OriginalniHranice</Name>
378
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
379
+ <Type>MultiPolygon</Type>
380
+ </GeomPropertyDefn>
381
+ <!-- Generalizovaná geometrie hranice okresu (stupeň generalizace 4) -->
382
+ <GeomPropertyDefn>
383
+ <Name>GeneralizovaneHranice</Name>
384
+ <ElementPath>Geometrie|GeneralizovaneHranice4</ElementPath>
385
+ <Type>MultiPolygon</Type>
386
+ </GeomPropertyDefn>
387
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
388
+ <!-- Kód okresu -->
389
+ <PropertyDefn>
390
+ <Name>Kod</Name>
391
+ <ElementPath>Kod</ElementPath>
392
+ <Type>Integer</Type>
393
+ </PropertyDefn>
394
+ <!-- Název okresu -->
395
+ <PropertyDefn>
396
+ <Name>Nazev</Name>
397
+ <ElementPath>Nazev</ElementPath>
398
+ <Type>String</Type>
399
+ <Width>32</Width>
400
+ </PropertyDefn>
401
+ <!-- Identifikátor nesprávnosti na prvku -->
402
+ <PropertyDefn>
403
+ <Name>Nespravny</Name>
404
+ <ElementPath>Nespravny</ElementPath>
405
+ <Type>String</Type>
406
+ <Width>5</Width>
407
+ </PropertyDefn>
408
+ <!-- Nadřazený kraj -->
409
+ <PropertyDefn>
410
+ <Name>KrajKod</Name>
411
+ <ElementPath>Kraj|Kod</ElementPath>
412
+ <Type>Integer</Type>
413
+ </PropertyDefn>
414
+ <!-- Nadřazený VÚSC -->
415
+ <PropertyDefn>
416
+ <Name>VuscKod</Name>
417
+ <ElementPath>Vusc|Kod</ElementPath>
418
+ <Type>Integer</Type>
419
+ </PropertyDefn>
420
+ <!-- Začátek platnosti -->
421
+ <PropertyDefn>
422
+ <Name>PlatiOd</Name>
423
+ <ElementPath>PlatiOd</ElementPath>
424
+ <Type>String</Type>
425
+ <Width>19</Width>
426
+ </PropertyDefn>
427
+ <!-- Konec platnosti -->
428
+ <PropertyDefn>
429
+ <Name>PlatiDo</Name>
430
+ <ElementPath>PlatiDo</ElementPath>
431
+ <Type>String</Type>
432
+ <Width>19</Width>
433
+ </PropertyDefn>
434
+ <!-- ID transakce v RUIAN -->
435
+ <PropertyDefn>
436
+ <Name>IdTransakce</Name>
437
+ <ElementPath>IdTransakce</ElementPath>
438
+ <Type>Integer</Type>
439
+ <Subtype>Integer64</Subtype>
440
+ </PropertyDefn>
441
+ <!-- ID návrhu změn v ISUI -->
442
+ <PropertyDefn>
443
+ <Name>GlobalniIdNavrhuZmeny</Name>
444
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
445
+ <Type>Integer</Type>
446
+ <Subtype>Integer64</Subtype>
447
+ </PropertyDefn>
448
+ <!-- Kód územního celku v NUTS / LAU -->
449
+ <PropertyDefn>
450
+ <Name>NutsLau</Name>
451
+ <ElementPath>NutsLau</ElementPath>
452
+ <Type>String</Type>
453
+ <Width>6</Width>
454
+ </PropertyDefn>
455
+ <!-- Datum vzniku -->
456
+ <PropertyDefn>
457
+ <Name>DatumVzniku</Name>
458
+ <ElementPath>DatumVzniku</ElementPath>
459
+ <Type>String</Type>
460
+ <Width>19</Width>
461
+ </PropertyDefn>
462
+ </GMLFeatureClass>
463
+ <!-- ORP -->
464
+ <GMLFeatureClass>
465
+ <Name>Orp</Name>
466
+ <ElementPath>Data|Orp|Orp</ElementPath>
467
+ <!-- Geometrie definičního bodu ORP -->
468
+ <GeomPropertyDefn>
469
+ <Name>DefinicniBod</Name>
470
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
471
+ <Type>MultiPoint</Type>
472
+ </GeomPropertyDefn>
473
+ <!-- Originální geometrie hranice ORP-->
474
+ <GeomPropertyDefn>
475
+ <Name>OriginalniHranice</Name>
476
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
477
+ <Type>MultiPolygon</Type>
478
+ </GeomPropertyDefn>
479
+ <!-- Generalizovaná geometrie hranice ORP (stupeň generalizace 4) -->
480
+ <GeomPropertyDefn>
481
+ <Name>GeneralizovaneHranice</Name>
482
+ <ElementPath>Geometrie|GeneralizovaneHranice4</ElementPath>
483
+ <Type>MultiPolygon</Type>
484
+ </GeomPropertyDefn>
485
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
486
+ <!-- Kód ORP -->
487
+ <PropertyDefn>
488
+ <Name>Kod</Name>
489
+ <ElementPath>Kod</ElementPath>
490
+ <Type>Integer</Type>
491
+ </PropertyDefn>
492
+ <!-- Název ORP -->
493
+ <PropertyDefn>
494
+ <Name>Nazev</Name>
495
+ <ElementPath>Nazev</ElementPath>
496
+ <Type>String</Type>
497
+ <Width>48</Width>
498
+ </PropertyDefn>
499
+ <!-- Identifikátor nesprávnosti na prvku -->
500
+ <PropertyDefn>
501
+ <Name>Nespravny</Name>
502
+ <ElementPath>Nespravny</ElementPath>
503
+ <Type>String</Type>
504
+ <Width>5</Width>
505
+ </PropertyDefn>
506
+ <!-- Kód správni obce -->
507
+ <PropertyDefn>
508
+ <Name>SpravniObecKod</Name>
509
+ <ElementPath>SpravniObecKod</ElementPath>
510
+ <Type>Integer</Type>
511
+ </PropertyDefn>
512
+ <!-- Nadřazený VÚSC -->
513
+ <PropertyDefn>
514
+ <Name>VuscKod</Name>
515
+ <ElementPath>Vusc|Kod</ElementPath>
516
+ <Type>Integer</Type>
517
+ </PropertyDefn>
518
+ <!-- Začátek platnosti -->
519
+ <PropertyDefn>
520
+ <Name>PlatiOd</Name>
521
+ <ElementPath>PlatiOd</ElementPath>
522
+ <Type>String</Type>
523
+ <Width>19</Width>
524
+ </PropertyDefn>
525
+ <!-- Konec platnosti -->
526
+ <PropertyDefn>
527
+ <Name>PlatiDo</Name>
528
+ <ElementPath>PlatiDo</ElementPath>
529
+ <Type>String</Type>
530
+ <Width>19</Width>
531
+ </PropertyDefn>
532
+ <!-- ID transakce v RUIAN -->
533
+ <PropertyDefn>
534
+ <Name>IdTransakce</Name>
535
+ <ElementPath>IdTransakce</ElementPath>
536
+ <Type>Integer</Type>
537
+ <Subtype>Integer64</Subtype>
538
+ </PropertyDefn>
539
+ <!-- ID návrhu změn v ISUI -->
540
+ <PropertyDefn>
541
+ <Name>GlobalniIdNavrhuZmeny</Name>
542
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
543
+ <Type>Integer</Type>
544
+ <Subtype>Integer64</Subtype>
545
+ </PropertyDefn>
546
+ <!-- Datum vzniku -->
547
+ <PropertyDefn>
548
+ <Name>DatumVzniku</Name>
549
+ <ElementPath>DatumVzniku</ElementPath>
550
+ <Type>String</Type>
551
+ <Width>19</Width>
552
+ </PropertyDefn>
553
+ </GMLFeatureClass>
554
+ <!-- POU -->
555
+ <GMLFeatureClass>
556
+ <Name>Pou</Name>
557
+ <ElementPath>Data|Pou|Pou</ElementPath>
558
+ <!-- Geometrie definičního bodu POU -->
559
+ <GeomPropertyDefn>
560
+ <Name>DefinicniBod</Name>
561
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
562
+ <Type>MultiPoint</Type>
563
+ </GeomPropertyDefn>
564
+ <!-- Originální geometrie hranice POU -->
565
+ <GeomPropertyDefn>
566
+ <Name>OriginalniHranice</Name>
567
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
568
+ <Type>MultiPolygon</Type>
569
+ </GeomPropertyDefn>
570
+ <!-- Generalizovaná geometrie hranice POU (stupeň generalizace 4) -->
571
+ <GeomPropertyDefn>
572
+ <Name>GeneralizovaneHranice</Name>
573
+ <ElementPath>Geometrie|GeneralizovaneHranice4</ElementPath>
574
+ <Type>MultiPolygon</Type>
575
+ </GeomPropertyDefn>
576
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
577
+ <!-- Kód POU -->
578
+ <PropertyDefn>
579
+ <Name>Kod</Name>
580
+ <ElementPath>Kod</ElementPath>
581
+ <Type>Integer</Type>
582
+ </PropertyDefn>
583
+ <!-- Název POU -->
584
+ <PropertyDefn>
585
+ <Name>Nazev</Name>
586
+ <ElementPath>Nazev</ElementPath>
587
+ <Type>String</Type>
588
+ <Width>48</Width>
589
+ </PropertyDefn>
590
+ <!-- Identifikátor nesprávnosti na prvku -->
591
+ <PropertyDefn>
592
+ <Name>Nespravny</Name>
593
+ <ElementPath>Nespravny</ElementPath>
594
+ <Type>String</Type>
595
+ <Width>5</Width>
596
+ </PropertyDefn>
597
+ <!-- Kód správni obce -->
598
+ <PropertyDefn>
599
+ <Name>SpravniObecKod</Name>
600
+ <ElementPath>SpravniObecKod</ElementPath>
601
+ <Type>Integer</Type>
602
+ <Width>6</Width>
603
+ </PropertyDefn>
604
+ <!-- Nadřazený ORP -->
605
+ <PropertyDefn>
606
+ <Name>OrpKod</Name>
607
+ <ElementPath>Orp|Kod</ElementPath>
608
+ <Type>Integer</Type>
609
+ <Width>6</Width>
610
+ </PropertyDefn>
611
+ <!-- Začátek platnosti -->
612
+ <PropertyDefn>
613
+ <Name>PlatiOd</Name>
614
+ <ElementPath>PlatiOd</ElementPath>
615
+ <Type>String</Type>
616
+ <Width>19</Width>
617
+ </PropertyDefn>
618
+ <!-- Konec platnosti -->
619
+ <PropertyDefn>
620
+ <Name>PlatiDo</Name>
621
+ <ElementPath>PlatiDo</ElementPath>
622
+ <Type>String</Type>
623
+ <Width>19</Width>
624
+ </PropertyDefn>
625
+ <!-- ID transakce v RUIAN -->
626
+ <PropertyDefn>
627
+ <Name>IdTransakce</Name>
628
+ <ElementPath>IdTransakce</ElementPath>
629
+ <Type>Integer</Type>
630
+ <Subtype>Integer64</Subtype>
631
+ </PropertyDefn>
632
+ <!-- ID návrhu změn v ISUI -->
633
+ <PropertyDefn>
634
+ <Name>GlobalniIdNavrhuZmeny</Name>
635
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
636
+ <Type>Integer</Type>
637
+ <Subtype>Integer64</Subtype>
638
+ </PropertyDefn>
639
+ <!-- Datum vzniku -->
640
+ <PropertyDefn>
641
+ <Name>DatumVzniku</Name>
642
+ <ElementPath>DatumVzniku</ElementPath>
643
+ <Type>String</Type>
644
+ <Width>19</Width>
645
+ </PropertyDefn>
646
+ </GMLFeatureClass>
647
+ <!-- Obce -->
648
+ <GMLFeatureClass>
649
+ <Name>Obce</Name>
650
+ <ElementPath>Data|Obce|Obec</ElementPath>
651
+ <!-- Geometrie definičního bodu obce -->
652
+ <GeomPropertyDefn>
653
+ <Name>DefinicniBod</Name>
654
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
655
+ <Type>MultiPoint</Type>
656
+ </GeomPropertyDefn>
657
+ <!-- Originální geometrie hranice obce -->
658
+ <GeomPropertyDefn>
659
+ <Name>OriginalniHranice</Name>
660
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
661
+ <Type>MultiPolygon</Type>
662
+ </GeomPropertyDefn>
663
+ <!-- Generalizovaná geometrie hranice obce (stupeň generalizace 3) -->
664
+ <GeomPropertyDefn>
665
+ <Name>GeneralizovaneHranice</Name>
666
+ <ElementPath>Geometrie|GeneralizovaneHranice3</ElementPath>
667
+ <Type>MultiPolygon</Type>
668
+ </GeomPropertyDefn>
669
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
670
+ <!-- Kód obce -->
671
+ <PropertyDefn>
672
+ <Name>Kod</Name>
673
+ <ElementPath>Kod</ElementPath>
674
+ <Type>Integer</Type>
675
+ </PropertyDefn>
676
+ <!-- Název obce -->
677
+ <PropertyDefn>
678
+ <Name>Nazev</Name>
679
+ <ElementPath>Nazev</ElementPath>
680
+ <Type>String</Type>
681
+ <Width>48</Width>
682
+ </PropertyDefn>
683
+ <!-- Identifikátor nesprávnosti na prvku -->
684
+ <PropertyDefn>
685
+ <Name>Nespravny</Name>
686
+ <ElementPath>Nespravny</ElementPath>
687
+ <Type>String</Type>
688
+ <Width>5</Width>
689
+ </PropertyDefn>
690
+ <!-- Status obce -->
691
+ <PropertyDefn>
692
+ <Name>StatusKod</Name>
693
+ <ElementPath>StatusKod</ElementPath>
694
+ <Type>Integer</Type>
695
+ </PropertyDefn>
696
+ <!-- Nadřazený okres -->
697
+ <PropertyDefn>
698
+ <Name>OkresKod</Name>
699
+ <ElementPath>Okres|Kod</ElementPath>
700
+ <Type>Integer</Type>
701
+ </PropertyDefn>
702
+ <!-- Nadřazený POU -->
703
+ <PropertyDefn>
704
+ <Name>PouKod</Name>
705
+ <ElementPath>Pou|Kod</ElementPath>
706
+ <Type>Integer</Type>
707
+ </PropertyDefn>
708
+ <!-- Začátek platnosti -->
709
+ <PropertyDefn>
710
+ <Name>PlatiOd</Name>
711
+ <ElementPath>PlatiOd</ElementPath>
712
+ <Type>String</Type>
713
+ <Width>19</Width>
714
+ </PropertyDefn>
715
+ <!-- Konec platnosti -->
716
+ <PropertyDefn>
717
+ <Name>PlatiDo</Name>
718
+ <ElementPath>PlatiDo</ElementPath>
719
+ <Type>String</Type>
720
+ <Width>19</Width>
721
+ </PropertyDefn>
722
+ <!-- ID transakce v RUIAN -->
723
+ <PropertyDefn>
724
+ <Name>IdTransakce</Name>
725
+ <ElementPath>IdTransakce</ElementPath>
726
+ <Type>Integer</Type>
727
+ <Subtype>Integer64</Subtype>
728
+ </PropertyDefn>
729
+ <!-- ID návrhu změn v ISUI -->
730
+ <PropertyDefn>
731
+ <Name>GlobalniIdNavrhuZmeny</Name>
732
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
733
+ <Type>Integer</Type>
734
+ <Subtype>Integer64</Subtype>
735
+ </PropertyDefn>
736
+ <!-- Mluvnické charakteristiky 2 až 7 pád -->
737
+ <PropertyDefn>
738
+ <Name>MluvnickeCharakteristikyPad2</Name>
739
+ <ElementPath>MluvnickeCharakteristiky|Pad2</ElementPath>
740
+ <Type>String</Type>
741
+ <Width>48</Width>
742
+ </PropertyDefn>
743
+ <PropertyDefn>
744
+ <Name>MluvnickeCharakteristikyPad3</Name>
745
+ <ElementPath>MluvnickeCharakteristiky|Pad3</ElementPath>
746
+ <Type>String</Type>
747
+ <Width>48</Width>
748
+ </PropertyDefn>
749
+ <PropertyDefn>
750
+ <Name>MluvnickeCharakteristikyPad4</Name>
751
+ <ElementPath>MluvnickeCharakteristiky|Pad4</ElementPath>
752
+ <Type>String</Type>
753
+ <Width>48</Width>
754
+ </PropertyDefn>
755
+ <PropertyDefn>
756
+ <Name>MluvnickeCharakteristikyPad6</Name>
757
+ <ElementPath>MluvnickeCharakteristiky|Pad6</ElementPath>
758
+ <Type>String</Type>
759
+ <Width>48</Width>
760
+ </PropertyDefn>
761
+ <PropertyDefn>
762
+ <Name>MluvnickeCharakteristikyPad7</Name>
763
+ <ElementPath>MluvnickeCharakteristiky|Pad7</ElementPath>
764
+ <Type>String</Type>
765
+ <Width>48</Width>
766
+ </PropertyDefn>
767
+ <!-- Text popisující vlajku obce -->
768
+ <PropertyDefn>
769
+ <Name>VlajkaText</Name>
770
+ <ElementPath>VlajkaText</ElementPath>
771
+ <Type>String</Type>
772
+ <Width>4000</Width>
773
+ </PropertyDefn>
774
+ <!-- Obrázek vlajky obce -->
775
+ <PropertyDefn>
776
+ <Name>VlajkaObrazek</Name>
777
+ <ElementPath>VlajkaObrazek</ElementPath>
778
+ <Type>Complex</Type> <!-- ??? -->
779
+ </PropertyDefn>
780
+ <!-- Text popisující znak obce -->
781
+ <PropertyDefn>
782
+ <Name>ZnakText</Name>
783
+ <ElementPath>ZnakText</ElementPath>
784
+ <Type>String</Type>
785
+ <Width>4000</Width>
786
+ </PropertyDefn>
787
+ <!-- Obrázek znaku obce -->
788
+ <PropertyDefn>
789
+ <Name>ZnakObrazek</Name>
790
+ <ElementPath>ZnakObrazek</ElementPath>
791
+ <Type>Complex</Type> <!-- ??? -->
792
+ </PropertyDefn>
793
+ <!-- Rozsah členění statutárního města na MOMC -->
794
+ <PropertyDefn>
795
+ <Name>CleneniSMRozsahKod</Name>
796
+ <ElementPath>CleneniSMRozsahKod</ElementPath>
797
+ <Type>Integer</Type>
798
+ </PropertyDefn>
799
+ <!-- Typ MOMC, na něž je statutární město rozčleněno -->
800
+ <PropertyDefn>
801
+ <Name>CleneniSMTypKod</Name>
802
+ <ElementPath>CleneniSMTypKod</ElementPath>
803
+ <Type>Integer</Type>
804
+ </PropertyDefn>
805
+ <!-- Kód územního celku v NUTS / LAU -->
806
+ <PropertyDefn>
807
+ <Name>NutsLau</Name>
808
+ <ElementPath>NutsLau</ElementPath>
809
+ <Type>String</Type>
810
+ <Width>12</Width>
811
+ </PropertyDefn>
812
+ <!-- Datum vzniku -->
813
+ <PropertyDefn>
814
+ <Name>DatumVzniku</Name>
815
+ <ElementPath>DatumVzniku</ElementPath>
816
+ <Type>String</Type>
817
+ <Width>19</Width>
818
+ </PropertyDefn>
819
+ </GMLFeatureClass>
820
+ <!-- Spravní obvody -->
821
+ <GMLFeatureClass>
822
+ <Name>SpravniObvody</Name>
823
+ <ElementPath>Data|SpravniObvody|SpravniObvod</ElementPath>
824
+ <!-- Geometrie definičního bodu správního obvodu-->
825
+ <GeomPropertyDefn>
826
+ <Name>DefinicniBod</Name>
827
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
828
+ <Type>Point</Type>
829
+ </GeomPropertyDefn>
830
+ <!-- Originální geometrie hranice správního obvodu -->
831
+ <GeomPropertyDefn>
832
+ <Name>OriginalniHranice</Name>
833
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
834
+ <Type>MultiPolygon</Type>
835
+ </GeomPropertyDefn>
836
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
837
+ <!-- Kód správního obvodu -->
838
+ <PropertyDefn>
839
+ <Name>Kod</Name>
840
+ <ElementPath>Kod</ElementPath>
841
+ <Type>Integer</Type>
842
+ </PropertyDefn>
843
+ <!-- Název správního obvodu -->
844
+ <PropertyDefn>
845
+ <Name>Nazev</Name>
846
+ <ElementPath>Nazev</ElementPath>
847
+ <Type>String</Type>
848
+ <Width>32</Width>
849
+ </PropertyDefn>
850
+ <!-- Identifikátor nesprávnosti na prvku -->
851
+ <PropertyDefn>
852
+ <Name>Nespravny</Name>
853
+ <ElementPath>Nespravny</ElementPath>
854
+ <Type>String</Type>
855
+ <Width>5</Width>
856
+ </PropertyDefn>
857
+ <!-- Kód správniho MOMC -->
858
+ <PropertyDefn>
859
+ <Name>SpravniMomcKod</Name>
860
+ <ElementPath>SpravniMomcKod</ElementPath>
861
+ <Type>Integer</Type>
862
+ </PropertyDefn>
863
+ <!-- Nadřazená obec -->
864
+ <PropertyDefn>
865
+ <Name>ObecKod</Name>
866
+ <ElementPath>Obec|Kod</ElementPath>
867
+ <Type>Integer</Type>
868
+ </PropertyDefn>
869
+ <!-- Začátek platnosti -->
870
+ <PropertyDefn>
871
+ <Name>PlatiOd</Name>
872
+ <ElementPath>PlatiOd</ElementPath>
873
+ <Type>String</Type>
874
+ <Width>19</Width>
875
+ </PropertyDefn>
876
+ <!-- Konec platnosti -->
877
+ <PropertyDefn>
878
+ <Name>PlatiDo</Name>
879
+ <ElementPath>PlatiDo</ElementPath>
880
+ <Type>String</Type>
881
+ <Width>19</Width>
882
+ </PropertyDefn>
883
+ <!-- ID transakce v RUIAN -->
884
+ <PropertyDefn>
885
+ <Name>IdTransakce</Name>
886
+ <ElementPath>IdTransakce</ElementPath>
887
+ <Type>Integer</Type>
888
+ <Subtype>Integer64</Subtype>
889
+ </PropertyDefn>
890
+ <!-- ID návrhu změn v ISUI -->
891
+ <PropertyDefn>
892
+ <Name>GlobalniIdNavrhuZmeny</Name>
893
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
894
+ <Type>Integer</Type>
895
+ <Subtype>Integer64</Subtype>
896
+ </PropertyDefn>
897
+ <!-- Datum vzniku -->
898
+ <PropertyDefn>
899
+ <Name>DatumVzniku</Name>
900
+ <ElementPath>DatumVzniku</ElementPath>
901
+ <Type>String</Type>
902
+ <Width>19</Width>
903
+ </PropertyDefn>
904
+ </GMLFeatureClass>
905
+ <!-- MOP -->
906
+ <GMLFeatureClass>
907
+ <Name>Mop</Name>
908
+ <ElementPath>Data|Mop|Mop</ElementPath>
909
+ <!-- Geometrie definičního bodu MOP -->
910
+ <GeomPropertyDefn>
911
+ <Name>DefinicniBod</Name>
912
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
913
+ <Type>Point</Type>
914
+ </GeomPropertyDefn>
915
+ <!-- Originální geometrie hranice MOP -->
916
+ <GeomPropertyDefn>
917
+ <Name>OriginalniHranice</Name>
918
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
919
+ <Type>MultiPolygon</Type>
920
+ </GeomPropertyDefn>
921
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
922
+ <!-- Kód MOP -->
923
+ <PropertyDefn>
924
+ <Name>Kod</Name>
925
+ <ElementPath>Kod</ElementPath>
926
+ <Type>Integer</Type>
927
+ </PropertyDefn>
928
+ <!-- Název MOP -->
929
+ <PropertyDefn>
930
+ <Name>Nazev</Name>
931
+ <ElementPath>Nazev</ElementPath>
932
+ <Type>String</Type>
933
+ <Width>32</Width>
934
+ </PropertyDefn>
935
+ <!-- Identifikátor nesprávnosti na prvku -->
936
+ <PropertyDefn>
937
+ <Name>Nespravny</Name>
938
+ <ElementPath>Nespravny</ElementPath>
939
+ <Type>String</Type>
940
+ <Width>5</Width>
941
+ </PropertyDefn>
942
+ <!-- Nadřazená obec -->
943
+ <PropertyDefn>
944
+ <Name>ObecKod</Name>
945
+ <ElementPath>Obec|Kod</ElementPath>
946
+ <Type>Integer</Type>
947
+ </PropertyDefn>
948
+ <!-- Začátek platnosti -->
949
+ <PropertyDefn>
950
+ <Name>PlatiOd</Name>
951
+ <ElementPath>PlatiOd</ElementPath>
952
+ <Type>String</Type>
953
+ <Width>19</Width>
954
+ </PropertyDefn>
955
+ <!-- Konec platnosti -->
956
+ <PropertyDefn>
957
+ <Name>PlatiDo</Name>
958
+ <ElementPath>PlatiDo</ElementPath>
959
+ <Type>String</Type>
960
+ <Width>19</Width>
961
+ </PropertyDefn>
962
+ <!-- ID transakce v RUIAN -->
963
+ <PropertyDefn>
964
+ <Name>IdTransakce</Name>
965
+ <ElementPath>IdTransakce</ElementPath>
966
+ <Type>Integer</Type>
967
+ <Subtype>Integer64</Subtype>
968
+ </PropertyDefn>
969
+ <!-- ID návrhu změn v ISUI -->
970
+ <PropertyDefn>
971
+ <Name>GlobalniIdNavrhuZmeny</Name>
972
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
973
+ <Type>Integer</Type>
974
+ <Subtype>Integer64</Subtype>
975
+ </PropertyDefn>
976
+ <!-- Datum vzniku -->
977
+ <PropertyDefn>
978
+ <Name>DatumVzniku</Name>
979
+ <ElementPath>DatumVzniku</ElementPath>
980
+ <Type>String</Type>
981
+ <Width>19</Width>
982
+ </PropertyDefn>
983
+ </GMLFeatureClass>
984
+ <!-- MOMC -->
985
+ <GMLFeatureClass>
986
+ <Name>Momc</Name>
987
+ <ElementPath>Data|Momc|Momc</ElementPath>
988
+ <!-- Geometrie definičního bodu MOMC -->
989
+ <GeomPropertyDefn>
990
+ <Name>DefinicniBod</Name>
991
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
992
+ <Type>Point</Type>
993
+ </GeomPropertyDefn>
994
+ <!-- Originální geometrie hranice MOMC -->
995
+ <GeomPropertyDefn>
996
+ <Name>OriginalniHranice</Name>
997
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
998
+ <Type>MultiPolygon</Type>
999
+ </GeomPropertyDefn>
1000
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
1001
+ <!-- Kód MOMC -->
1002
+ <PropertyDefn>
1003
+ <Name>Kod</Name>
1004
+ <ElementPath>Kod</ElementPath>
1005
+ <Type>Integer</Type>
1006
+ </PropertyDefn>
1007
+ <!-- Název MOMC -->
1008
+ <PropertyDefn>
1009
+ <Name>Nazev</Name>
1010
+ <ElementPath>Nazev</ElementPath>
1011
+ <Type>String</Type>
1012
+ <Width>48</Width>
1013
+ </PropertyDefn>
1014
+ <!-- Identifikátor nesprávnosti na prvku -->
1015
+ <PropertyDefn>
1016
+ <Name>Nespravny</Name>
1017
+ <ElementPath>Nespravny</ElementPath>
1018
+ <Type>String</Type>
1019
+ <Width>5</Width>
1020
+ </PropertyDefn>
1021
+ <!-- Nadřazená MOP -->
1022
+ <PropertyDefn>
1023
+ <Name>MopKod</Name>
1024
+ <ElementPath>Mop|Kod</ElementPath>
1025
+ <Type>Integer</Type>
1026
+ </PropertyDefn>
1027
+ <!-- Nadřazená obec -->
1028
+ <PropertyDefn>
1029
+ <Name>ObecKod</Name>
1030
+ <ElementPath>Obec|Kod</ElementPath>
1031
+ <Type>Integer</Type>
1032
+ </PropertyDefn>
1033
+ <!-- Nadřazený správní obvod -->
1034
+ <PropertyDefn>
1035
+ <Name>SpravniObvodKod</Name>
1036
+ <ElementPath>SpravniObvod|Kod</ElementPath>
1037
+ <Type>Integer</Type>
1038
+ </PropertyDefn>
1039
+ <!-- Začátek platnosti -->
1040
+ <PropertyDefn>
1041
+ <Name>PlatiOd</Name>
1042
+ <ElementPath>PlatiOd</ElementPath>
1043
+ <Type>String</Type>
1044
+ <Width>19</Width>
1045
+ </PropertyDefn>
1046
+ <!-- Konec platnosti -->
1047
+ <PropertyDefn>
1048
+ <Name>PlatiDo</Name>
1049
+ <ElementPath>PlatiDo</ElementPath>
1050
+ <Type>String</Type>
1051
+ <Width>19</Width>
1052
+ </PropertyDefn>
1053
+ <!-- ID transakce v RUIAN -->
1054
+ <PropertyDefn>
1055
+ <Name>IdTransakce</Name>
1056
+ <ElementPath>IdTransakce</ElementPath>
1057
+ <Type>Integer</Type>
1058
+ <Subtype>Integer64</Subtype>
1059
+ </PropertyDefn>
1060
+ <!-- ID návrhu změn v ISUI -->
1061
+ <PropertyDefn>
1062
+ <Name>GlobalniIdNavrhuZmeny</Name>
1063
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
1064
+ <Type>Integer</Type>
1065
+ <Subtype>Integer64</Subtype>
1066
+ </PropertyDefn>
1067
+ <!-- Text popisující vlajku MOMC -->
1068
+ <PropertyDefn>
1069
+ <Name>VlajkaText</Name>
1070
+ <ElementPath>VlajkaText</ElementPath>
1071
+ <Type>String</Type>
1072
+ <Width>4000</Width>
1073
+ </PropertyDefn>
1074
+ <!-- Obrázek vlajky MOMC -->
1075
+ <PropertyDefn>
1076
+ <Name>VlajkaObrazek</Name>
1077
+ <ElementPath>VlajkaObrazek</ElementPath>
1078
+ <Type>Complex</Type> <!-- ??? -->
1079
+ </PropertyDefn>
1080
+ <!-- Mluvnické charakteristiky 2 až 7 pád -->
1081
+ <PropertyDefn>
1082
+ <Name>MluvnickeCharakteristikyPad2</Name>
1083
+ <ElementPath>MluvnickeCharakteristiky|Pad2</ElementPath>
1084
+ <Type>String</Type>
1085
+ <Width>48</Width>
1086
+ </PropertyDefn>
1087
+ <PropertyDefn>
1088
+ <Name>MluvnickeCharakteristikyPad3</Name>
1089
+ <ElementPath>MluvnickeCharakteristiky|Pad3</ElementPath>
1090
+ <Type>String</Type>
1091
+ <Width>48</Width>
1092
+ </PropertyDefn>
1093
+ <PropertyDefn>
1094
+ <Name>MluvnickeCharakteristikyPad4</Name>
1095
+ <ElementPath>MluvnickeCharakteristiky|Pad4</ElementPath>
1096
+ <Type>String</Type>
1097
+ <Width>48</Width>
1098
+ </PropertyDefn>
1099
+ <PropertyDefn>
1100
+ <Name>MluvnickeCharakteristikyPad6</Name>
1101
+ <ElementPath>MluvnickeCharakteristiky|Pad6</ElementPath>
1102
+ <Type>String</Type>
1103
+ <Width>48</Width>
1104
+ </PropertyDefn>
1105
+ <PropertyDefn>
1106
+ <Name>MluvnickeCharakteristikyPad7</Name>
1107
+ <ElementPath>MluvnickeCharakteristiky|Pad7</ElementPath>
1108
+ <Type>String</Type>
1109
+ <Width>48</Width>
1110
+ </PropertyDefn>
1111
+ <!-- Text popisující znak MOMC -->
1112
+ <PropertyDefn>
1113
+ <Name>ZnakText</Name>
1114
+ <ElementPath>ZnakText</ElementPath>
1115
+ <Type>String</Type>
1116
+ <Width>4000</Width>
1117
+ </PropertyDefn>
1118
+ <!-- Obrázek znaku MOMC -->
1119
+ <PropertyDefn>
1120
+ <Name>ZnakObrazek</Name>
1121
+ <ElementPath>ZnakObrazek</ElementPath>
1122
+ <Type>Complex</Type> <!-- ??? -->
1123
+ </PropertyDefn>
1124
+ <!-- Datum vzniku -->
1125
+ <PropertyDefn>
1126
+ <Name>DatumVzniku</Name>
1127
+ <ElementPath>DatumVzniku</ElementPath>
1128
+ <Type>String</Type>
1129
+ <Width>19</Width>
1130
+ </PropertyDefn>
1131
+ </GMLFeatureClass>
1132
+ <!-- CastiObci -->
1133
+ <GMLFeatureClass>
1134
+ <Name>CastiObci</Name>
1135
+ <ElementPath>Data|CastiObci|CastObce</ElementPath>
1136
+ <!-- Geometrie definičního bodu části obce -->
1137
+ <GeomPropertyDefn>
1138
+ <Name>DefinicniBod</Name>
1139
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
1140
+ <Type>Point</Type>
1141
+ </GeomPropertyDefn>
1142
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
1143
+ <!-- Kód části obce -->
1144
+ <PropertyDefn>
1145
+ <Name>Kod</Name>
1146
+ <ElementPath>Kod</ElementPath>
1147
+ <Type>Integer</Type>
1148
+ </PropertyDefn>
1149
+ <!-- Název části obce -->
1150
+ <PropertyDefn>
1151
+ <Name>Nazev</Name>
1152
+ <ElementPath>Nazev</ElementPath>
1153
+ <Type>String</Type>
1154
+ <Width>48</Width>
1155
+ </PropertyDefn>
1156
+ <!-- Identifikátor nesprávnosti na prvku -->
1157
+ <PropertyDefn>
1158
+ <Name>Nespravny</Name>
1159
+ <ElementPath>Nespravny</ElementPath>
1160
+ <Type>String</Type>
1161
+ <Width>5</Width>
1162
+ </PropertyDefn>
1163
+ <!-- Nadřazená obec -->
1164
+ <PropertyDefn>
1165
+ <Name>ObecKod</Name>
1166
+ <ElementPath>Obec|Kod</ElementPath>
1167
+ <Type>Integer</Type>
1168
+ </PropertyDefn>
1169
+ <!-- Začátek platnosti -->
1170
+ <PropertyDefn>
1171
+ <Name>PlatiOd</Name>
1172
+ <ElementPath>PlatiOd</ElementPath>
1173
+ <Type>String</Type>
1174
+ <Width>19</Width>
1175
+ </PropertyDefn>
1176
+ <!-- Konec platnosti -->
1177
+ <PropertyDefn>
1178
+ <Name>PlatiDo</Name>
1179
+ <ElementPath>PlatiDo</ElementPath>
1180
+ <Type>String</Type>
1181
+ <Width>19</Width>
1182
+ </PropertyDefn>
1183
+ <!-- ID transakce v RUIAN -->
1184
+ <PropertyDefn>
1185
+ <Name>IdTransakce</Name>
1186
+ <ElementPath>IdTransakce</ElementPath>
1187
+ <Type>Integer</Type>
1188
+ <Subtype>Integer64</Subtype>
1189
+ </PropertyDefn>
1190
+ <!-- ID návrhu změn v ISUI -->
1191
+ <PropertyDefn>
1192
+ <Name>GlobalniIdNavrhuZmeny</Name>
1193
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
1194
+ <Type>Integer</Type>
1195
+ <Subtype>Integer64</Subtype>
1196
+ </PropertyDefn>
1197
+ <!-- Mluvnické charakteristiky 2 až 7 pád -->
1198
+ <PropertyDefn>
1199
+ <Name>MluvnickeCharakteristikyPad2</Name>
1200
+ <ElementPath>MluvnickeCharakteristiky|Pad2</ElementPath>
1201
+ <Type>String</Type>
1202
+ <Width>48</Width>
1203
+ </PropertyDefn>
1204
+ <PropertyDefn>
1205
+ <Name>MluvnickeCharakteristikyPad3</Name>
1206
+ <ElementPath>MluvnickeCharakteristiky|Pad3</ElementPath>
1207
+ <Type>String</Type>
1208
+ <Width>48</Width>
1209
+ </PropertyDefn>
1210
+ <PropertyDefn>
1211
+ <Name>MluvnickeCharakteristikyPad4</Name>
1212
+ <ElementPath>MluvnickeCharakteristiky|Pad4</ElementPath>
1213
+ <Type>String</Type>
1214
+ <Width>48</Width>
1215
+ </PropertyDefn>
1216
+ <PropertyDefn>
1217
+ <Name>MluvnickeCharakteristikyPad6</Name>
1218
+ <ElementPath>MluvnickeCharakteristiky|Pad6</ElementPath>
1219
+ <Type>String</Type>
1220
+ <Width>48</Width>
1221
+ </PropertyDefn>
1222
+ <PropertyDefn>
1223
+ <Name>MluvnickeCharakteristikyPad7</Name>
1224
+ <ElementPath>MluvnickeCharakteristiky|Pad7</ElementPath>
1225
+ <Type>String</Type>
1226
+ <Width>48</Width>
1227
+ </PropertyDefn>
1228
+ <!-- Datum vzniku -->
1229
+ <PropertyDefn>
1230
+ <Name>DatumVzniku</Name>
1231
+ <ElementPath>DatumVzniku</ElementPath>
1232
+ <Type>String</Type>
1233
+ <Width>19</Width>
1234
+ </PropertyDefn>
1235
+ </GMLFeatureClass>
1236
+ <!-- Katastralní území -->
1237
+ <GMLFeatureClass>
1238
+ <Name>KatastralniUzemi</Name>
1239
+ <ElementPath>Data|KatastralniUzemi|KatastralniUzemi</ElementPath>
1240
+ <!-- Geometrie definičního bodu katastrálního území -->
1241
+ <GeomPropertyDefn>
1242
+ <Name>DefinicniBod</Name>
1243
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
1244
+ <Type>MultiPoint</Type>
1245
+ </GeomPropertyDefn>
1246
+ <!-- Originální geometrie hranice katastrálního území -->
1247
+ <GeomPropertyDefn>
1248
+ <Name>OriginalniHranice</Name>
1249
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
1250
+ <Type>MultiPolygon</Type>
1251
+ </GeomPropertyDefn>
1252
+ <!-- Generalizovaná geometrie hranice katastrálního území (stupeň generalizace 2) -->
1253
+ <GeomPropertyDefn>
1254
+ <Name>GeneralizovaneHranice</Name>
1255
+ <ElementPath>Geometrie|GeneralizovaneHranice2</ElementPath>
1256
+ <Type>MultiPolygon</Type>
1257
+ </GeomPropertyDefn>
1258
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
1259
+ <!-- Kód katastrálního území -->
1260
+ <PropertyDefn>
1261
+ <Name>Kod</Name>
1262
+ <ElementPath>Kod</ElementPath>
1263
+ <Type>Integer</Type>
1264
+ </PropertyDefn>
1265
+ <!-- Název katastrálního území -->
1266
+ <PropertyDefn>
1267
+ <Name>Nazev</Name>
1268
+ <ElementPath>Nazev</ElementPath>
1269
+ <Type>String</Type>
1270
+ <Width>48</Width>
1271
+ </PropertyDefn>
1272
+ <!-- Identifikátor nesprávnosti na prvku -->
1273
+ <PropertyDefn>
1274
+ <Name>Nespravny</Name>
1275
+ <ElementPath>Nespravny</ElementPath>
1276
+ <Type>String</Type>
1277
+ <Width>5</Width>
1278
+ </PropertyDefn>
1279
+ <!-- Příznak existence digitální mapy -->
1280
+ <PropertyDefn>
1281
+ <Name>ExistujeDigitalniMapa</Name>
1282
+ <ElementPath>ExistujeDigitalniMapa</ElementPath>
1283
+ <Type>String</Type>
1284
+ <Width>5</Width>
1285
+ </PropertyDefn>
1286
+ <!-- Nadřazená obec -->
1287
+ <PropertyDefn>
1288
+ <Name>ObecKod</Name>
1289
+ <ElementPath>Obec|Kod</ElementPath>
1290
+ <Type>Integer</Type>
1291
+ </PropertyDefn>
1292
+ <!-- Začátek platnosti -->
1293
+ <PropertyDefn>
1294
+ <Name>PlatiOd</Name>
1295
+ <ElementPath>PlatiOd</ElementPath>
1296
+ <Type>String</Type>
1297
+ <Width>19</Width>
1298
+ </PropertyDefn>
1299
+ <!-- Konec platnosti -->
1300
+ <PropertyDefn>
1301
+ <Name>PlatiDo</Name>
1302
+ <ElementPath>PlatiDo</ElementPath>
1303
+ <Type>String</Type>
1304
+ <Width>19</Width>
1305
+ </PropertyDefn>
1306
+ <!-- ID transakce v RUIAN -->
1307
+ <PropertyDefn>
1308
+ <Name>IdTransakce</Name>
1309
+ <ElementPath>IdTransakce</ElementPath>
1310
+ <Type>Integer</Type>
1311
+ <Subtype>Integer64</Subtype>
1312
+ </PropertyDefn>
1313
+ <!-- ID návrhu změn v ISUI -->
1314
+ <PropertyDefn>
1315
+ <Name>GlobalniIdNavrhuZmeny</Name>
1316
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
1317
+ <Type>Integer</Type>
1318
+ <Subtype>Integer64</Subtype>
1319
+ </PropertyDefn>
1320
+ <!-- ID řízení v ISKN -->
1321
+ <PropertyDefn>
1322
+ <Name>RizeniId</Name>
1323
+ <ElementPath>RizeniId</ElementPath>
1324
+ <Type>Integer</Type>
1325
+ <Subtype>Integer64</Subtype>
1326
+ </PropertyDefn>
1327
+ <!-- Mluvnické charakteristiky 2 až 7 pád -->
1328
+ <PropertyDefn>
1329
+ <Name>MluvnickeCharakteristikyPad2</Name>
1330
+ <ElementPath>MluvnickeCharakteristiky|Pad2</ElementPath>
1331
+ <Type>String</Type>
1332
+ <Width>48</Width>
1333
+ </PropertyDefn>
1334
+ <PropertyDefn>
1335
+ <Name>MluvnickeCharakteristikyPad3</Name>
1336
+ <ElementPath>MluvnickeCharakteristiky|Pad3</ElementPath>
1337
+ <Type>String</Type>
1338
+ <Width>48</Width>
1339
+ </PropertyDefn>
1340
+ <PropertyDefn>
1341
+ <Name>MluvnickeCharakteristikyPad4</Name>
1342
+ <ElementPath>MluvnickeCharakteristiky|Pad4</ElementPath>
1343
+ <Type>String</Type>
1344
+ <Width>48</Width>
1345
+ </PropertyDefn>
1346
+ <PropertyDefn>
1347
+ <Name>MluvnickeCharakteristikyPad6</Name>
1348
+ <ElementPath>MluvnickeCharakteristiky|Pad6</ElementPath>
1349
+ <Type>String</Type>
1350
+ <Width>48</Width>
1351
+ </PropertyDefn>
1352
+ <PropertyDefn>
1353
+ <Name>MluvnickeCharakteristikyPad7</Name>
1354
+ <ElementPath>MluvnickeCharakteristiky|Pad7</ElementPath>
1355
+ <Type>String</Type>
1356
+ <Width>48</Width>
1357
+ </PropertyDefn>
1358
+ <!-- Datum vzniku -->
1359
+ <PropertyDefn>
1360
+ <Name>DatumVzniku</Name>
1361
+ <ElementPath>DatumVzniku</ElementPath>
1362
+ <Type>String</Type>
1363
+ <Width>19</Width>
1364
+ </PropertyDefn>
1365
+ </GMLFeatureClass>
1366
+ <!-- ZSJ -->
1367
+ <GMLFeatureClass>
1368
+ <Name>Zsj</Name>
1369
+ <ElementPath>Data|Zsj|Zsj</ElementPath>
1370
+ <!-- Geometrie definičního bodu ZSJ -->
1371
+ <GeomPropertyDefn>
1372
+ <Name>DefinicniBod</Name>
1373
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
1374
+ <Type>MultiPoint</Type>
1375
+ </GeomPropertyDefn>
1376
+ <!-- Originální geometrie hranice ZSJ -->
1377
+ <GeomPropertyDefn>
1378
+ <Name>OriginalniHranice</Name>
1379
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
1380
+ <Type>MultiPolygon</Type>
1381
+ </GeomPropertyDefn>
1382
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
1383
+ <!-- Kód ZSJ -->
1384
+ <PropertyDefn>
1385
+ <Name>Kod</Name>
1386
+ <ElementPath>Kod</ElementPath>
1387
+ <Type>Integer</Type>
1388
+ </PropertyDefn>
1389
+ <!-- Název ZSJ -->
1390
+ <PropertyDefn>
1391
+ <Name>Nazev</Name>
1392
+ <ElementPath>Nazev</ElementPath>
1393
+ <Type>String</Type>
1394
+ <Width>48</Width>
1395
+ </PropertyDefn>
1396
+ <!-- Identifikátor nesprávnosti na prvku -->
1397
+ <PropertyDefn>
1398
+ <Name>Nespravny</Name>
1399
+ <ElementPath>Nespravny</ElementPath>
1400
+ <Type>String</Type>
1401
+ <Width>5</Width>
1402
+ </PropertyDefn>
1403
+ <!-- Nadřazené katastrální území -->
1404
+ <PropertyDefn>
1405
+ <Name>KatastralniUzemiKod</Name>
1406
+ <ElementPath>KatastralniUzemi|Kod</ElementPath>
1407
+ <Type>Integer</Type>
1408
+ </PropertyDefn>
1409
+ <!-- Začátek platnosti -->
1410
+ <PropertyDefn>
1411
+ <Name>PlatiOd</Name>
1412
+ <ElementPath>PlatiOd</ElementPath>
1413
+ <Type>String</Type>
1414
+ <Width>19</Width>
1415
+ </PropertyDefn>
1416
+ <!-- Konec platnosti -->
1417
+ <PropertyDefn>
1418
+ <Name>PlatiDo</Name>
1419
+ <ElementPath>PlatiDo</ElementPath>
1420
+ <Type>String</Type>
1421
+ <Width>19</Width>
1422
+ </PropertyDefn>
1423
+ <!-- ID transakce v RUIAN -->
1424
+ <PropertyDefn>
1425
+ <Name>IdTransakce</Name>
1426
+ <ElementPath>IdTransakce</ElementPath>
1427
+ <Type>Integer</Type>
1428
+ <Subtype>Integer64</Subtype>
1429
+ </PropertyDefn>
1430
+ <!-- ID návrhu změn v ISUI -->
1431
+ <PropertyDefn>
1432
+ <Name>GlobalniIdNavrhuZmeny</Name>
1433
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
1434
+ <Type>Integer</Type>
1435
+ <Subtype>Integer64</Subtype>
1436
+ </PropertyDefn>
1437
+ <!-- Mluvnické charakteristiky 2 až 7 pád -->
1438
+ <PropertyDefn>
1439
+ <Name>MluvnickeCharakteristikyPad2</Name>
1440
+ <ElementPath>MluvnickeCharakteristiky|Pad2</ElementPath>
1441
+ <Type>String</Type>
1442
+ <Width>48</Width>
1443
+ </PropertyDefn>
1444
+ <PropertyDefn>
1445
+ <Name>MluvnickeCharakteristikyPad3</Name>
1446
+ <ElementPath>MluvnickeCharakteristiky|Pad3</ElementPath>
1447
+ <Type>String</Type>
1448
+ <Width>48</Width>
1449
+ </PropertyDefn>
1450
+ <PropertyDefn>
1451
+ <Name>MluvnickeCharakteristikyPad4</Name>
1452
+ <ElementPath>MluvnickeCharakteristiky|Pad4</ElementPath>
1453
+ <Type>String</Type>
1454
+ <Width>48</Width>
1455
+ </PropertyDefn>
1456
+ <PropertyDefn>
1457
+ <Name>MluvnickeCharakteristikyPad6</Name>
1458
+ <ElementPath>MluvnickeCharakteristiky|Pad6</ElementPath>
1459
+ <Type>String</Type>
1460
+ <Width>48</Width>
1461
+ </PropertyDefn>
1462
+ <PropertyDefn>
1463
+ <Name>MluvnickeCharakteristikyPad7</Name>
1464
+ <ElementPath>MluvnickeCharakteristiky|Pad7</ElementPath>
1465
+ <Type>String</Type>
1466
+ <Width>48</Width>
1467
+ </PropertyDefn>
1468
+ <!-- Výměra ZSJ v metrech čtverečních -->
1469
+ <PropertyDefn>
1470
+ <Name>Vymera</Name>
1471
+ <ElementPath>Vymera</ElementPath>
1472
+ <Type>Integer</Type>
1473
+ <Subtype>Integer64</Subtype>
1474
+ </PropertyDefn>
1475
+ <!-- Převažující charakter využití ZSJ -->
1476
+ <PropertyDefn>
1477
+ <Name>CharakterZsjKod</Name>
1478
+ <ElementPath>CharakterZsjKod</ElementPath>
1479
+ <Type>Integer</Type>
1480
+ </PropertyDefn>
1481
+ <!-- Datum vzniku -->
1482
+ <PropertyDefn>
1483
+ <Name>DatumVzniku</Name>
1484
+ <ElementPath>DatumVzniku</ElementPath>
1485
+ <Type>String</Type>
1486
+ <Width>19</Width>
1487
+ </PropertyDefn>
1488
+ </GMLFeatureClass>
1489
+ <!-- Ulice -->
1490
+ <GMLFeatureClass>
1491
+ <Name>Ulice</Name>
1492
+ <ElementPath>Data|Ulice|Ulice</ElementPath>
1493
+ <!-- Geometrie definiční čáry ulice -->
1494
+ <GeomPropertyDefn>
1495
+ <Name>DefinicniCara</Name>
1496
+ <ElementPath>Geometrie|DefinicniCara</ElementPath>
1497
+ <Type>MultiLineString</Type>
1498
+ </GeomPropertyDefn>
1499
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
1500
+ <!-- Kód ulice -->
1501
+ <PropertyDefn>
1502
+ <Name>Kod</Name>
1503
+ <ElementPath>Kod</ElementPath>
1504
+ <Type>Integer</Type>
1505
+ </PropertyDefn>
1506
+ <!-- Název ulice -->
1507
+ <PropertyDefn>
1508
+ <Name>Nazev</Name>
1509
+ <ElementPath>Nazev</ElementPath>
1510
+ <Type>String</Type>
1511
+ <Width>48</Width>
1512
+ </PropertyDefn>
1513
+ <!-- Identifikátor nesprávnosti na prvku -->
1514
+ <PropertyDefn>
1515
+ <Name>Nespravny</Name>
1516
+ <ElementPath>Nespravny</ElementPath>
1517
+ <Type>String</Type>
1518
+ <Width>5</Width>
1519
+ </PropertyDefn>
1520
+ <!-- Nadřazená obec -->
1521
+ <PropertyDefn>
1522
+ <Name>ObecKod</Name>
1523
+ <ElementPath>Obec|Kod</ElementPath>
1524
+ <Type>Integer</Type>
1525
+ </PropertyDefn>
1526
+ <!-- Začátek platnosti -->
1527
+ <PropertyDefn>
1528
+ <Name>PlatiOd</Name>
1529
+ <ElementPath>PlatiOd</ElementPath>
1530
+ <Type>String</Type>
1531
+ <Width>19</Width>
1532
+ </PropertyDefn>
1533
+ <!-- Konec platnosti -->
1534
+ <PropertyDefn>
1535
+ <Name>PlatiDo</Name>
1536
+ <ElementPath>PlatiDo</ElementPath>
1537
+ <Type>String</Type>
1538
+ <Width>19</Width>
1539
+ </PropertyDefn>
1540
+ <!-- ID transakce v RUIAN -->
1541
+ <PropertyDefn>
1542
+ <Name>IdTransakce</Name>
1543
+ <ElementPath>IdTransakce</ElementPath>
1544
+ <Type>Integer</Type>
1545
+ <Subtype>Integer64</Subtype>
1546
+ </PropertyDefn>
1547
+ <!-- ID návrhu změn v ISUI -->
1548
+ <PropertyDefn>
1549
+ <Name>GlobalniIdNavrhuZmeny</Name>
1550
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
1551
+ <Type>Integer</Type>
1552
+ <Subtype>Integer64</Subtype>
1553
+ </PropertyDefn>
1554
+ </GMLFeatureClass>
1555
+ <!-- Parcely -->
1556
+ <GMLFeatureClass>
1557
+ <Name>Parcely</Name>
1558
+ <ElementPath>Data|Parcely|Parcela</ElementPath>
1559
+ <!-- Geometrie definičního bodu parcely -->
1560
+ <GeomPropertyDefn>
1561
+ <Name>DefinicniBod</Name>
1562
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
1563
+ <Type>Point</Type>
1564
+ </GeomPropertyDefn>
1565
+ <!-- Originální geometrie hranice parcely -->
1566
+ <GeomPropertyDefn>
1567
+ <Name>OriginalniHranice</Name>
1568
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
1569
+ <Type>Polygon</Type>
1570
+ </GeomPropertyDefn>
1571
+ <!-- Originální geometrie hranice parcely (Ompv) -->
1572
+ <GeomPropertyDefn>
1573
+ <Name>OriginalniHraniceOmpv</Name>
1574
+ <ElementPath>Geometrie|OriginalniHraniceOmpv</ElementPath>
1575
+ <Type>MultiPolygon</Type>
1576
+ </GeomPropertyDefn>
1577
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
1578
+ <!-- Jednoznační identifikátor parcely -->
1579
+ <PropertyDefn>
1580
+ <Name>Id</Name>
1581
+ <ElementPath>Id</ElementPath>
1582
+ <Type>Integer</Type>
1583
+ <Subtype>Integer64</Subtype>
1584
+ </PropertyDefn>
1585
+ <!-- Identifikátor nesprávnosti na prvku -->
1586
+ <PropertyDefn>
1587
+ <Name>Nespravny</Name>
1588
+ <ElementPath>Nespravny</ElementPath>
1589
+ <Type>String</Type>
1590
+ <Width>5</Width>
1591
+ </PropertyDefn>
1592
+ <!-- Kmenové parcelní číslo -->
1593
+ <PropertyDefn>
1594
+ <Name>KmenoveCislo</Name>
1595
+ <ElementPath>KmenoveCislo</ElementPath>
1596
+ <Type>Integer</Type>
1597
+ </PropertyDefn>
1598
+ <!-- Poddělení čísla parcely -->
1599
+ <PropertyDefn>
1600
+ <Name>PododdeleniCisla</Name>
1601
+ <ElementPath>PododdeleniCisla</ElementPath>
1602
+ <Type>Integer</Type>
1603
+ </PropertyDefn>
1604
+ <!-- Výměra parcely -->
1605
+ <PropertyDefn>
1606
+ <Name>VymeraParcely</Name>
1607
+ <ElementPath>VymeraParcely</ElementPath>
1608
+ <Type>Integer</Type>
1609
+ <Subtype>Integer64</Subtype>
1610
+ </PropertyDefn>
1611
+ <!-- Způsob využití pozemku -->
1612
+ <PropertyDefn>
1613
+ <Name>ZpusobyVyuzitiPozemku</Name>
1614
+ <ElementPath>ZpusobyVyuzitiPozemku</ElementPath>
1615
+ <Type>Integer</Type>
1616
+ </PropertyDefn>
1617
+ <!-- Rozlišení druhu číslování parcely -->
1618
+ <PropertyDefn>
1619
+ <Name>DruhCislovaniKod</Name>
1620
+ <ElementPath>DruhCislovaniKod</ElementPath>
1621
+ <Type>Integer</Type>
1622
+ </PropertyDefn>
1623
+ <!-- Kód druhu pozemku -->
1624
+ <PropertyDefn>
1625
+ <Name>DruhPozemkuKod</Name>
1626
+ <ElementPath>DruhPozemkuKod</ElementPath>
1627
+ <Type>Integer</Type>
1628
+ </PropertyDefn>
1629
+ <!-- Nadřazené katastrální území -->
1630
+ <PropertyDefn>
1631
+ <Name>KatastralniUzemiKod</Name>
1632
+ <ElementPath>KatastralniUzemi|Kod</ElementPath>
1633
+ <Type>Integer</Type>
1634
+ </PropertyDefn>
1635
+ <!-- Začátek platnosti -->
1636
+ <PropertyDefn>
1637
+ <Name>PlatiOd</Name>
1638
+ <ElementPath>PlatiOd</ElementPath>
1639
+ <Type>String</Type>
1640
+ <Width>19</Width>
1641
+ </PropertyDefn>
1642
+ <!-- Konec platnosti -->
1643
+ <PropertyDefn>
1644
+ <Name>PlatiDo</Name>
1645
+ <ElementPath>PlatiDo</ElementPath>
1646
+ <Type>String</Type>
1647
+ <Width>19</Width>
1648
+ </PropertyDefn>
1649
+ <!-- ID transakce v RUIAN -->
1650
+ <PropertyDefn>
1651
+ <Name>IdTransakce</Name>
1652
+ <ElementPath>IdTransakce</ElementPath>
1653
+ <Type>Integer</Type>
1654
+ <Subtype>Integer64</Subtype>
1655
+ </PropertyDefn>
1656
+ <!-- ID řízení v ISKN -->
1657
+ <PropertyDefn>
1658
+ <Name>RizeniId</Name>
1659
+ <ElementPath>RizeniId</ElementPath>
1660
+ <Type>Integer</Type>
1661
+ <Subtype>Integer64</Subtype>
1662
+ </PropertyDefn>
1663
+ <!-- Bonitované díly parcely - výměra v metrech čtverečných -->
1664
+ <PropertyDefn>
1665
+ <Name>BonitovanyDilVymera</Name>
1666
+ <ElementPath>BonitovaneDily|BonitovanyDil|Vymera</ElementPath>
1667
+ <Type>IntegerList</Type>
1668
+ </PropertyDefn>
1669
+ <!-- Kód bonitovaných půdně ekologických jednotek -->
1670
+ <PropertyDefn>
1671
+ <Name>BonitovanyDilBonitovanaJednotkaKod</Name>
1672
+ <ElementPath>BonitovaneDily|BonitovanyDil|BonitovanaJednotkaKod</ElementPath>
1673
+ <Type>IntegerList</Type>
1674
+ </PropertyDefn>
1675
+ <!-- Bonitované díly parcely - ID transakce v RUIAN -->
1676
+ <PropertyDefn>
1677
+ <Name>BonitovanyDilIdTranskace</Name>
1678
+ <ElementPath>BonitovaneDily|BonitovanyDil|IdTranskace</ElementPath>
1679
+ <Type>IntegerList</Type>
1680
+ <Subtype>Integer64</Subtype>
1681
+ </PropertyDefn>
1682
+ <!-- Bonitované díly parcely - ID řízení v ISKN -->
1683
+ <PropertyDefn>
1684
+ <Name>BonitovanyDilRizeniId</Name>
1685
+ <ElementPath>BonitovaneDily|BonitovanyDil|RizeniId</ElementPath>
1686
+ <Type>IntegerList</Type>
1687
+ <Subtype>Integer64</Subtype>
1688
+ </PropertyDefn>
1689
+ <!-- Způsob ochrany pozemku - kód ochrany -->
1690
+ <PropertyDefn>
1691
+ <Name>ZpusobOchranyKod</Name>
1692
+ <ElementPath>ZpusobyOchranyPozemku|ZpusobOchrany|Kod</ElementPath>
1693
+ <Type>IntegerList</Type>
1694
+ </PropertyDefn>
1695
+ <!-- Způsob ochrany pozemku - typ ochrany -->
1696
+ <PropertyDefn>
1697
+ <Name>ZpusobOchranyTypOchranyKod</Name>
1698
+ <ElementPath>ZpusobyOchranyPozemku|ZpusobOchrany|TypOchranyKod</ElementPath>
1699
+ <Type>IntegerList</Type>
1700
+ </PropertyDefn>
1701
+ <!-- Způsob ochrany pozemku - ID transakce v RUIAN -->
1702
+ <PropertyDefn>
1703
+ <Name>ZpusobOchranyIdTransakce</Name>
1704
+ <ElementPath>ZpusobyOchranyPozemku|ZpusobOchrany|IdTransakce</ElementPath>
1705
+ <Type>IntegerList</Type>
1706
+ </PropertyDefn>
1707
+ <!-- Způsob ochrany pozemku - ID řízení v ISKN -->
1708
+ <PropertyDefn>
1709
+ <Name>ZpusobOchranyRizeniId</Name>
1710
+ <ElementPath>ZpusobyOchranyPozemku|ZpusobOchrany|RizeniId</ElementPath>
1711
+ <Type>IntegerList</Type>
1712
+ <Subtype>Integer64</Subtype>
1713
+ </PropertyDefn>
1714
+ </GMLFeatureClass>
1715
+ <!-- Stavební objekty -->
1716
+ <GMLFeatureClass>
1717
+ <Name>StavebniObjekty</Name>
1718
+ <ElementPath>Data|StavebniObjekty|StavebniObjekt</ElementPath>
1719
+ <!-- Geometrie definičního bodu stavebního objektu -->
1720
+ <GeomPropertyDefn>
1721
+ <Name>DefinicniBod</Name>
1722
+ <ElementPath>Geometrie|DefinicniBod</ElementPath>
1723
+ <Type>Point</Type>
1724
+ </GeomPropertyDefn>
1725
+ <!-- Originální geometrie hranice stavebního objektu -->
1726
+ <GeomPropertyDefn>
1727
+ <Name>OriginalniHranice</Name>
1728
+ <ElementPath>Geometrie|OriginalniHranice</ElementPath>
1729
+ <Type>MultiPolygon</Type>
1730
+ </GeomPropertyDefn>
1731
+ <!-- Originální geometrie hranice stavebního objektu (Ompv) -->
1732
+ <GeomPropertyDefn>
1733
+ <Name>OriginalniHraniceOmpv</Name>
1734
+ <ElementPath>Geometrie|OriginalniHraniceOmpv</ElementPath>
1735
+ <Type>MultiPolygon</Type>
1736
+ </GeomPropertyDefn>
1737
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
1738
+ <!-- Kód stavebního objektu -->
1739
+ <PropertyDefn>
1740
+ <Name>Kod</Name>
1741
+ <ElementPath>Kod</ElementPath>
1742
+ <Type>Integer</Type>
1743
+ </PropertyDefn>
1744
+ <!-- Identifikátor nesprávnosti na prvku -->
1745
+ <PropertyDefn>
1746
+ <Name>Nespravny</Name>
1747
+ <ElementPath>Nespravny</ElementPath>
1748
+ <Type>String</Type>
1749
+ <Width>5</Width>
1750
+ </PropertyDefn>
1751
+ <!-- Seznam čísel domovních stavebního objektu -->
1752
+ <PropertyDefn>
1753
+ <Name>CisloDomovni</Name>
1754
+ <ElementPath>CislaDomovni|CisloDomovni</ElementPath>
1755
+ <Type>IntegerList</Type>
1756
+ </PropertyDefn>
1757
+ <!-- Jedna z parcel, na nichž je stavební objekt postaven, zvolená
1758
+ pro identifikaci objektu (tzv. definiční parcela) -->
1759
+ <PropertyDefn>
1760
+ <Name>IdentifikacniParcelaId</Name>
1761
+ <ElementPath>IdentifikacniParcela|Id</ElementPath>
1762
+ <Type>Integer</Type>
1763
+ <Subtype>Integer64</Subtype>
1764
+ </PropertyDefn>
1765
+ <!-- Typ stavebního objektu -->
1766
+ <PropertyDefn>
1767
+ <Name>TypStavebnihoObjektuKod</Name>
1768
+ <ElementPath>TypStavebnihoObjektuKod</ElementPath>
1769
+ <Type>Integer</Type>
1770
+ </PropertyDefn>
1771
+ <!-- Způsob využití -->
1772
+ <PropertyDefn>
1773
+ <Name>ZpusobVyuzitiKod</Name>
1774
+ <ElementPath>ZpusobVyuzitiKod</ElementPath>
1775
+ <Type>Integer</Type>
1776
+ </PropertyDefn>
1777
+ <!-- Nadřazená část obce -->
1778
+ <PropertyDefn>
1779
+ <Name>CastObceKod</Name>
1780
+ <ElementPath>CastObce|Kod</ElementPath>
1781
+ <Type>Integer</Type>
1782
+ </PropertyDefn>
1783
+ <!-- Nadřazený MOMC -->
1784
+ <PropertyDefn>
1785
+ <Name>MomcKod</Name>
1786
+ <ElementPath>Momc|Kod</ElementPath>
1787
+ <Type>Integer</Type>
1788
+ </PropertyDefn>
1789
+ <!-- Začátek platnosti -->
1790
+ <PropertyDefn>
1791
+ <Name>PlatiOd</Name>
1792
+ <ElementPath>PlatiOd</ElementPath>
1793
+ <Type>String</Type>
1794
+ <Width>19</Width>
1795
+ </PropertyDefn>
1796
+ <!-- Konec platnosti -->
1797
+ <PropertyDefn>
1798
+ <Name>PlatiDo</Name>
1799
+ <ElementPath>PlatiDo</ElementPath>
1800
+ <Type>String</Type>
1801
+ <Width>19</Width>
1802
+ </PropertyDefn>
1803
+ <!-- ID transakce v RUIAN -->
1804
+ <PropertyDefn>
1805
+ <Name>IdTransakce</Name>
1806
+ <ElementPath>IdTransakce</ElementPath>
1807
+ <Type>Integer</Type>
1808
+ <Subtype>Integer64</Subtype>
1809
+ </PropertyDefn>
1810
+ <!-- ID návrhu změn v ISUI -->
1811
+ <PropertyDefn>
1812
+ <Name>GlobalniIdNavrhuZmeny</Name>
1813
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
1814
+ <Type>Integer</Type>
1815
+ <Subtype>Integer64</Subtype>
1816
+ </PropertyDefn>
1817
+ <!-- ID budovy v ISKN -->
1818
+ <PropertyDefn>
1819
+ <Name>IsknBudovaId</Name>
1820
+ <ElementPath>IsknBudovaId</ElementPath>
1821
+ <Type>Integer</Type>
1822
+ <Subtype>Integer64</Subtype>
1823
+ </PropertyDefn>
1824
+ <!-- Datum dokončení stavebního objektu -->
1825
+ <PropertyDefn>
1826
+ <Name>Dokonceni</Name>
1827
+ <ElementPath>Dokonceni</ElementPath>
1828
+ <Type>String</Type>
1829
+ <Width>19</Width>
1830
+ </PropertyDefn>
1831
+ <!-- Druh svislé nosné konstrukce -->
1832
+ <PropertyDefn>
1833
+ <Name>DruhKonstrukceKod</Name>
1834
+ <ElementPath>DruhKonstrukceKod</ElementPath>
1835
+ <Type>Integer</Type>
1836
+ </PropertyDefn>
1837
+ <!-- Obestavěný prostor v m3 -->
1838
+ <PropertyDefn>
1839
+ <Name>ObestavenyProstor</Name>
1840
+ <ElementPath>ObestavenyProstor</ElementPath>
1841
+ <Type>Integer</Type>
1842
+ </PropertyDefn>
1843
+ <!-- Počet bytů u stavebního objektu s byty -->
1844
+ <PropertyDefn>
1845
+ <Name>PocetBytu</Name>
1846
+ <ElementPath>PocetBytu</ElementPath>
1847
+ <Type>Integer</Type>
1848
+ </PropertyDefn>
1849
+ <!-- Počet nadzemních a podzemních podlaží -->
1850
+ <PropertyDefn>
1851
+ <Name>PocetPodlazi</Name>
1852
+ <ElementPath>PocetPodlazi</ElementPath>
1853
+ <Type>Integer</Type>
1854
+ </PropertyDefn>
1855
+ <!-- Podlahová plocha v m2 -->
1856
+ <PropertyDefn>
1857
+ <Name>PodlahovaPlocha</Name>
1858
+ <ElementPath>PodlahovaPlocha</ElementPath>
1859
+ <Type>Integer</Type>
1860
+ </PropertyDefn>
1861
+ <!-- Připojení na kanalizační síť -->
1862
+ <PropertyDefn>
1863
+ <Name>PripojeniKanalizaceKod</Name>
1864
+ <ElementPath>PripojeniKanalizaceKod</ElementPath>
1865
+ <Type>Integer</Type>
1866
+ </PropertyDefn>
1867
+ <!-- Připojení na rozvod plynu -->
1868
+ <PropertyDefn>
1869
+ <Name>PripojeniPlynKod</Name>
1870
+ <ElementPath>PripojeniPlynKod</ElementPath>
1871
+ <Type>Integer</Type>
1872
+ </PropertyDefn>
1873
+ <!-- Připojení na vodovod -->
1874
+ <PropertyDefn>
1875
+ <Name>PripojeniVodovodKod</Name>
1876
+ <ElementPath>PripojeniVodovodKod</ElementPath>
1877
+ <Type>Integer</Type>
1878
+ </PropertyDefn>
1879
+ <!-- Vybavení výtahem -->
1880
+ <PropertyDefn>
1881
+ <Name>VybaveniVytahemKod</Name>
1882
+ <ElementPath>VybaveniVytahemKod</ElementPath>
1883
+ <Type>Integer</Type>
1884
+ </PropertyDefn>
1885
+ <!-- Zastavěná plocha v m2 -->
1886
+ <PropertyDefn>
1887
+ <Name>ZastavenaPlocha</Name>
1888
+ <ElementPath>ZastavenaPlocha</ElementPath>
1889
+ <Type>Integer</Type>
1890
+ </PropertyDefn>
1891
+ <!-- Způsob vytápění -->
1892
+ <PropertyDefn>
1893
+ <Name>ZpusobVytapeniKod</Name>
1894
+ <ElementPath>ZpusobVytapeniKod</ElementPath>
1895
+ <Type>Integer</Type>
1896
+ </PropertyDefn>
1897
+ <!-- Způsob ochrany stavebního objektu - kód ochrany -->
1898
+ <PropertyDefn>
1899
+ <Name>ZpusobOchranyKod</Name>
1900
+ <ElementPath>ZpusobyOchrany|ZpusobOchrany|Kod</ElementPath>
1901
+ <Type>IntegerList</Type>
1902
+ </PropertyDefn>
1903
+ <!-- Způsob ochrany stavebního objektu - typ ochrany -->
1904
+ <PropertyDefn>
1905
+ <Name>ZpusobOchranyTypOchranyKod</Name>
1906
+ <ElementPath>ZpusobyOchrany|ZpusobOchrany|TypOchranyKod</ElementPath>
1907
+ <Type>IntegerList</Type>
1908
+ </PropertyDefn>
1909
+ <!-- Způsob ochrany stavebního objektu - ID transakce v RUIAN -->
1910
+ <PropertyDefn>
1911
+ <Name>ZpusobOchranyIdTransakce</Name>
1912
+ <ElementPath>ZpusobyOchrany|ZpusobOchrany|IdTransakce</ElementPath>
1913
+ <Type>IntegerList</Type>
1914
+ </PropertyDefn>
1915
+ <!-- Způsob ochrany stavebního objektu - ID řízení v ISKN -->
1916
+ <PropertyDefn>
1917
+ <Name>ZpusobOchranyRizeniId</Name>
1918
+ <ElementPath>ZpusobyOchrany|ZpusobOchrany|RizeniId</ElementPath>
1919
+ <Type>IntegerList</Type>
1920
+ <Subtype>Integer64</Subtype>
1921
+ </PropertyDefn>
1922
+ <!-- Detailní technicko-ekonomické atributy (TEA) -->
1923
+ <PropertyDefn>
1924
+ <Name>DetailniTEAKod</Name>
1925
+ <ElementPath>DetailniTEA|DetailniTEA|Kod</ElementPath>
1926
+ <Type>IntegerList</Type>
1927
+ </PropertyDefn>
1928
+ <!-- TEA - Začátek platnosti -->
1929
+ <PropertyDefn>
1930
+ <Name>DetailniTEAPlatiOd</Name>
1931
+ <ElementPath>DetailniTEA|DetailniTEA|PlatiOd</ElementPath>
1932
+ <Type>StringList</Type>
1933
+ <Width>19</Width>
1934
+ </PropertyDefn>
1935
+ <!-- TEA - ID návrhu změny v ISUI -->
1936
+ <PropertyDefn>
1937
+ <Name>DetailniTEAGlobalniIdNavrhuZmeny</Name>
1938
+ <ElementPath>DetailniTEA|DetailniTEA|GlobalniIdNavrhuZmeny</ElementPath>
1939
+ <Type>IntegerList</Type>
1940
+ <Subtype>Integer64</Subtype>
1941
+ </PropertyDefn>
1942
+ <!-- TEA - Druh svislé nosné konstrukce -->
1943
+ <PropertyDefn>
1944
+ <Name>DetailniTEADruhKonstrukceKod</Name>
1945
+ <ElementPath>DetailniTEA|DetailniTEA|DruhKonstrukceKod</ElementPath>
1946
+ <Type>IntegerList</Type>
1947
+ </PropertyDefn>
1948
+ <!-- TEA - Počet bytů u stavebního objektu s byty -->
1949
+ <PropertyDefn>
1950
+ <Name>DetailniTEAPocetBytu</Name>
1951
+ <ElementPath>DetailniTEA|DetailniTEA|PocetBytu</ElementPath>
1952
+ <Type>IntegerList</Type>
1953
+ </PropertyDefn>
1954
+ <!-- TEA - Počet nadzemních a podzemních podlaží -->
1955
+ <PropertyDefn>
1956
+ <Name>DetailniTEAPocetPodlazi</Name>
1957
+ <ElementPath>DetailniTEA|DetailniTEA|PocetPodlazi</ElementPath>
1958
+ <Type>IntegerList</Type>
1959
+ </PropertyDefn>
1960
+ <!-- TEA - Připojení na kanalizační síť -->
1961
+ <PropertyDefn>
1962
+ <Name>DetailniTEAPripojeniKanalizaceKod</Name>
1963
+ <ElementPath>DetailniTEA|DetailniTEA|PripojeniKanalizaceKod</ElementPath>
1964
+ <Type>IntegerList</Type>
1965
+ </PropertyDefn>
1966
+ <!-- TEA - Připojení na rozvod plynu -->
1967
+ <PropertyDefn>
1968
+ <Name>DetailniTEAPripojeniPlynKod</Name>
1969
+ <ElementPath>DetailniTEA|DetailniTEA|PripojeniPlynKod</ElementPath>
1970
+ <Type>IntegerList</Type>
1971
+ </PropertyDefn>
1972
+ <!-- TEA - Připojení na vodovod -->
1973
+ <PropertyDefn>
1974
+ <Name>DetailniTEAPripojeniVodovodKod</Name>
1975
+ <ElementPath>DetailniTEA|DetailniTEA|PripojeniVodovodKod</ElementPath>
1976
+ <Type>IntegerList</Type>
1977
+ </PropertyDefn>
1978
+ <!-- TEA - Vybavení výtahem -->
1979
+ <PropertyDefn>
1980
+ <Name>DetailniTEAZpusobVytapeniKod</Name>
1981
+ <ElementPath>DetailniTEA|DetailniTEA|ZpusobVytapeniKod</ElementPath>
1982
+ <Type>IntegerList</Type>
1983
+ </PropertyDefn>
1984
+ <!-- TEA - Kód adresního místa -->
1985
+ <PropertyDefn>
1986
+ <Name>DetailniTEAAdresniMistoKod</Name>
1987
+ <ElementPath>DetailniTEA|DetailniTEA|AdresniMistoKod|Kod</ElementPath>
1988
+ <Type>IntegerList</Type>
1989
+ </PropertyDefn>
1990
+ </GMLFeatureClass>
1991
+ <!-- Adresní místa -->
1992
+ <GMLFeatureClass>
1993
+ <Name>AdresniMista</Name>
1994
+ <ElementPath>Data|AdresniMista|AdresniMisto</ElementPath>
1995
+ <!-- Definiční bod typu Adresní bod -->
1996
+ <GeomPropertyDefn>
1997
+ <Name>AdresniBod</Name>
1998
+ <ElementPath>Geometrie|DefinicniBod|AdresniBod</ElementPath>
1999
+ <Type>Point</Type>
2000
+ </GeomPropertyDefn>
2001
+ <!-- Definiční bod typu Přístup pro záchrannou službu -->
2002
+ <GeomPropertyDefn>
2003
+ <Name>Zachranka</Name>
2004
+ <ElementPath>Geometrie|DefinicniBod|Zachranka</ElementPath>
2005
+ <Type>Point</Type>
2006
+ </GeomPropertyDefn>
2007
+ <!-- Definiční bod typu Přístup pro hasiče -->
2008
+ <GeomPropertyDefn>
2009
+ <Name>Hasici</Name>
2010
+ <ElementPath>Geometrie|DefinicniBod|Hasici</ElementPath>
2011
+ <Type>Point</Type>
2012
+ </GeomPropertyDefn>
2013
+ <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName>
2014
+ <!-- Kód adresního místa -->
2015
+ <PropertyDefn>
2016
+ <Name>Kod</Name>
2017
+ <ElementPath>Kod</ElementPath>
2018
+ <Type>Integer</Type>
2019
+ </PropertyDefn>
2020
+ <!-- Identifikátor nesprávnosti na prvku -->
2021
+ <PropertyDefn>
2022
+ <Name>Nespravny</Name>
2023
+ <ElementPath>Nespravny</ElementPath>
2024
+ <Type>String</Type>
2025
+ <Width>5</Width>
2026
+ </PropertyDefn>
2027
+ <!-- Číslo domovní -->
2028
+ <PropertyDefn>
2029
+ <Name>CisloDomovni</Name>
2030
+ <ElementPath>CisloDomovni</ElementPath>
2031
+ <Type>Integer</Type>
2032
+ </PropertyDefn>
2033
+ <!-- Číselná část čísla orientačního -->
2034
+ <PropertyDefn>
2035
+ <Name>CisloOrientacni</Name>
2036
+ <ElementPath>CisloOrientacni</ElementPath>
2037
+ <Type>Integer</Type>
2038
+ </PropertyDefn>
2039
+ <!-- Koncové písmeno čísla orientačního -->
2040
+ <PropertyDefn>
2041
+ <Name>CisloOrientacniPismeno</Name>
2042
+ <ElementPath>CisloOrientacniPismeno</ElementPath>
2043
+ <Type>String</Type>
2044
+ <Width>1</Width>
2045
+ </PropertyDefn>
2046
+ <!-- PSČ adresní pošty -->
2047
+ <PropertyDefn>
2048
+ <Name>Psc</Name>
2049
+ <ElementPath>Psc</ElementPath>
2050
+ <Type>Integer</Type>
2051
+ </PropertyDefn>
2052
+ <!-- Nadřazený stavební objekt -->
2053
+ <PropertyDefn>
2054
+ <Name>StavebniObjektKod</Name>
2055
+ <ElementPath>StavebniObjekt|Kod</ElementPath>
2056
+ <Type>Integer</Type>
2057
+ </PropertyDefn>
2058
+ <!-- Nadřazená ulice -->
2059
+ <PropertyDefn>
2060
+ <Name>UliceKod</Name>
2061
+ <ElementPath>Ulice|Kod</ElementPath>
2062
+ <Type>Integer</Type>
2063
+ </PropertyDefn>
2064
+ <!-- Začátek platnosti -->
2065
+ <PropertyDefn>
2066
+ <Name>PlatiOd</Name>
2067
+ <ElementPath>PlatiOd</ElementPath>
2068
+ <Type>String</Type>
2069
+ <Width>19</Width>
2070
+ </PropertyDefn>
2071
+ <!-- Konec platnosti -->
2072
+ <PropertyDefn>
2073
+ <Name>PlatiDo</Name>
2074
+ <ElementPath>PlatiDo</ElementPath>
2075
+ <Type>String</Type>
2076
+ <Width>19</Width>
2077
+ </PropertyDefn>
2078
+ <!-- ID transakce v RUIAN -->
2079
+ <PropertyDefn>
2080
+ <Name>IdTransakce</Name>
2081
+ <ElementPath>IdTransakce</ElementPath>
2082
+ <Type>Integer</Type>
2083
+ <Subtype>Integer64</Subtype>
2084
+ </PropertyDefn>
2085
+ <!-- ID návrhu změn v ISUI -->
2086
+ <PropertyDefn>
2087
+ <Name>GlobalniIdNavrhuZmeny</Name>
2088
+ <ElementPath>GlobalniIdNavrhuZmeny</ElementPath>
2089
+ <Type>Integer</Type>
2090
+ <Subtype>Integer64</Subtype>
2091
+ </PropertyDefn>
2092
+ <!-- ID budovy v ISKN -->
2093
+ <PropertyDefn>
2094
+ <Name>IsknBudovaId</Name>
2095
+ <ElementPath>IsknBudovaId</ElementPath>
2096
+ <Type>Integer</Type>
2097
+ <Subtype>Integer64</Subtype>
2098
+ </PropertyDefn>
2099
+ </GMLFeatureClass>
2100
+ <!-- Zaniklé prvky -->
2101
+ <GMLFeatureClass>
2102
+ <Name>ZaniklePrvky</Name>
2103
+ <ElementPath>Data|ZaniklePrvky|ZaniklyPrvek</ElementPath>
2104
+ <!-- Typ prvku -->
2105
+ <PropertyDefn>
2106
+ <Name>TypPrvkuKod</Name>
2107
+ <ElementPath>TypPrvkuKod</ElementPath>
2108
+ <Type>String</Type>
2109
+ <Width>2</Width>
2110
+ </PropertyDefn>
2111
+ <!-- ID (kód) prvku -->
2112
+ <PropertyDefn>
2113
+ <Name>PrvekId</Name>
2114
+ <ElementPath>PrvekId</ElementPath>
2115
+ <Type>Integer</Type>
2116
+ <Subtype>Integer64</Subtype>
2117
+ </PropertyDefn>
2118
+ <!-- ID transakce v RUIAN -->
2119
+ <PropertyDefn>
2120
+ <Name>IdTransakce</Name>
2121
+ <ElementPath>IdTransakce</ElementPath>
2122
+ <Type>Integer</Type>
2123
+ <Subtype>Integer64</Subtype>
2124
+ </PropertyDefn>
2125
+ </GMLFeatureClass>
2126
+ </GMLFeatureClassList>