pyogrio 0.12.0__cp314-cp314t-macosx_12_0_arm64.whl

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 (231) hide show
  1. pyogrio/.dylibs/libgdal.37.3.11.4.dylib +0 -0
  2. pyogrio/__init__.py +57 -0
  3. pyogrio/_compat.py +54 -0
  4. pyogrio/_env.py +59 -0
  5. pyogrio/_err.cpython-314t-darwin.so +0 -0
  6. pyogrio/_geometry.cpython-314t-darwin.so +0 -0
  7. pyogrio/_io.cpython-314t-darwin.so +0 -0
  8. pyogrio/_ogr.cpython-314t-darwin.so +0 -0
  9. pyogrio/_version.py +21 -0
  10. pyogrio/_vsi.cpython-314t-darwin.so +0 -0
  11. pyogrio/core.py +387 -0
  12. pyogrio/errors.py +25 -0
  13. pyogrio/gdal_data/GDAL-targets-release.cmake +19 -0
  14. pyogrio/gdal_data/GDAL-targets.cmake +106 -0
  15. pyogrio/gdal_data/GDALConfig.cmake +24 -0
  16. pyogrio/gdal_data/GDALConfigVersion.cmake +65 -0
  17. pyogrio/gdal_data/GDALLogoBW.svg +138 -0
  18. pyogrio/gdal_data/GDALLogoColor.svg +126 -0
  19. pyogrio/gdal_data/GDALLogoGS.svg +126 -0
  20. pyogrio/gdal_data/LICENSE.TXT +467 -0
  21. pyogrio/gdal_data/MM_m_idofic.csv +321 -0
  22. pyogrio/gdal_data/copyright +467 -0
  23. pyogrio/gdal_data/cubewerx_extra.wkt +48 -0
  24. pyogrio/gdal_data/default.rsc +0 -0
  25. pyogrio/gdal_data/ecw_cs.wkt +1453 -0
  26. pyogrio/gdal_data/eedaconf.json +23 -0
  27. pyogrio/gdal_data/epsg.wkt +1 -0
  28. pyogrio/gdal_data/esri_StatePlane_extra.wkt +631 -0
  29. pyogrio/gdal_data/gdal_algorithm.schema.json +220 -0
  30. pyogrio/gdal_data/gdalg.schema.json +36 -0
  31. pyogrio/gdal_data/gdalicon.png +0 -0
  32. pyogrio/gdal_data/gdalinfo_output.schema.json +390 -0
  33. pyogrio/gdal_data/gdalmdiminfo_output.schema.json +326 -0
  34. pyogrio/gdal_data/gdaltileindex.xsd +253 -0
  35. pyogrio/gdal_data/gdalvrt.xsd +927 -0
  36. pyogrio/gdal_data/gfs.xsd +246 -0
  37. pyogrio/gdal_data/gml_registry.xml +117 -0
  38. pyogrio/gdal_data/gml_registry.xsd +66 -0
  39. pyogrio/gdal_data/grib2_center.csv +251 -0
  40. pyogrio/gdal_data/grib2_process.csv +102 -0
  41. pyogrio/gdal_data/grib2_subcenter.csv +63 -0
  42. pyogrio/gdal_data/grib2_table_4_2_0_0.csv +261 -0
  43. pyogrio/gdal_data/grib2_table_4_2_0_1.csv +261 -0
  44. pyogrio/gdal_data/grib2_table_4_2_0_13.csv +261 -0
  45. pyogrio/gdal_data/grib2_table_4_2_0_14.csv +261 -0
  46. pyogrio/gdal_data/grib2_table_4_2_0_15.csv +261 -0
  47. pyogrio/gdal_data/grib2_table_4_2_0_16.csv +261 -0
  48. pyogrio/gdal_data/grib2_table_4_2_0_17.csv +11 -0
  49. pyogrio/gdal_data/grib2_table_4_2_0_18.csv +261 -0
  50. pyogrio/gdal_data/grib2_table_4_2_0_19.csv +261 -0
  51. pyogrio/gdal_data/grib2_table_4_2_0_190.csv +261 -0
  52. pyogrio/gdal_data/grib2_table_4_2_0_191.csv +261 -0
  53. pyogrio/gdal_data/grib2_table_4_2_0_2.csv +261 -0
  54. pyogrio/gdal_data/grib2_table_4_2_0_20.csv +261 -0
  55. pyogrio/gdal_data/grib2_table_4_2_0_21.csv +261 -0
  56. pyogrio/gdal_data/grib2_table_4_2_0_3.csv +261 -0
  57. pyogrio/gdal_data/grib2_table_4_2_0_4.csv +261 -0
  58. pyogrio/gdal_data/grib2_table_4_2_0_5.csv +261 -0
  59. pyogrio/gdal_data/grib2_table_4_2_0_6.csv +261 -0
  60. pyogrio/gdal_data/grib2_table_4_2_0_7.csv +261 -0
  61. pyogrio/gdal_data/grib2_table_4_2_10_0.csv +261 -0
  62. pyogrio/gdal_data/grib2_table_4_2_10_1.csv +261 -0
  63. pyogrio/gdal_data/grib2_table_4_2_10_191.csv +261 -0
  64. pyogrio/gdal_data/grib2_table_4_2_10_2.csv +261 -0
  65. pyogrio/gdal_data/grib2_table_4_2_10_3.csv +261 -0
  66. pyogrio/gdal_data/grib2_table_4_2_10_4.csv +261 -0
  67. pyogrio/gdal_data/grib2_table_4_2_1_0.csv +261 -0
  68. pyogrio/gdal_data/grib2_table_4_2_1_1.csv +261 -0
  69. pyogrio/gdal_data/grib2_table_4_2_1_2.csv +261 -0
  70. pyogrio/gdal_data/grib2_table_4_2_20_0.csv +261 -0
  71. pyogrio/gdal_data/grib2_table_4_2_20_1.csv +261 -0
  72. pyogrio/gdal_data/grib2_table_4_2_20_2.csv +261 -0
  73. pyogrio/gdal_data/grib2_table_4_2_2_0.csv +261 -0
  74. pyogrio/gdal_data/grib2_table_4_2_2_3.csv +261 -0
  75. pyogrio/gdal_data/grib2_table_4_2_2_4.csv +261 -0
  76. pyogrio/gdal_data/grib2_table_4_2_2_5.csv +261 -0
  77. pyogrio/gdal_data/grib2_table_4_2_2_6.csv +261 -0
  78. pyogrio/gdal_data/grib2_table_4_2_3_0.csv +261 -0
  79. pyogrio/gdal_data/grib2_table_4_2_3_1.csv +261 -0
  80. pyogrio/gdal_data/grib2_table_4_2_3_2.csv +28 -0
  81. pyogrio/gdal_data/grib2_table_4_2_3_3.csv +8 -0
  82. pyogrio/gdal_data/grib2_table_4_2_3_4.csv +14 -0
  83. pyogrio/gdal_data/grib2_table_4_2_3_5.csv +11 -0
  84. pyogrio/gdal_data/grib2_table_4_2_3_6.csv +11 -0
  85. pyogrio/gdal_data/grib2_table_4_2_4_0.csv +261 -0
  86. pyogrio/gdal_data/grib2_table_4_2_4_1.csv +261 -0
  87. pyogrio/gdal_data/grib2_table_4_2_4_10.csv +261 -0
  88. pyogrio/gdal_data/grib2_table_4_2_4_2.csv +261 -0
  89. pyogrio/gdal_data/grib2_table_4_2_4_3.csv +261 -0
  90. pyogrio/gdal_data/grib2_table_4_2_4_4.csv +261 -0
  91. pyogrio/gdal_data/grib2_table_4_2_4_5.csv +261 -0
  92. pyogrio/gdal_data/grib2_table_4_2_4_6.csv +261 -0
  93. pyogrio/gdal_data/grib2_table_4_2_4_7.csv +261 -0
  94. pyogrio/gdal_data/grib2_table_4_2_4_8.csv +261 -0
  95. pyogrio/gdal_data/grib2_table_4_2_4_9.csv +261 -0
  96. pyogrio/gdal_data/grib2_table_4_2_local_Canada.csv +5 -0
  97. pyogrio/gdal_data/grib2_table_4_2_local_HPC.csv +2 -0
  98. pyogrio/gdal_data/grib2_table_4_2_local_MRMS.csv +175 -0
  99. pyogrio/gdal_data/grib2_table_4_2_local_NCEP.csv +401 -0
  100. pyogrio/gdal_data/grib2_table_4_2_local_NDFD.csv +38 -0
  101. pyogrio/gdal_data/grib2_table_4_2_local_index.csv +7 -0
  102. pyogrio/gdal_data/grib2_table_4_5.csv +261 -0
  103. pyogrio/gdal_data/grib2_table_versions.csv +3 -0
  104. pyogrio/gdal_data/gt_datum.csv +229 -0
  105. pyogrio/gdal_data/gt_ellips.csv +24 -0
  106. pyogrio/gdal_data/header.dxf +1124 -0
  107. pyogrio/gdal_data/inspire_cp_BasicPropertyUnit.gfs +57 -0
  108. pyogrio/gdal_data/inspire_cp_CadastralBoundary.gfs +60 -0
  109. pyogrio/gdal_data/inspire_cp_CadastralParcel.gfs +81 -0
  110. pyogrio/gdal_data/inspire_cp_CadastralZoning.gfs +161 -0
  111. pyogrio/gdal_data/jpfgdgml_AdmArea.gfs +59 -0
  112. pyogrio/gdal_data/jpfgdgml_AdmBdry.gfs +49 -0
  113. pyogrio/gdal_data/jpfgdgml_AdmPt.gfs +59 -0
  114. pyogrio/gdal_data/jpfgdgml_BldA.gfs +54 -0
  115. pyogrio/gdal_data/jpfgdgml_BldL.gfs +54 -0
  116. pyogrio/gdal_data/jpfgdgml_Cntr.gfs +54 -0
  117. pyogrio/gdal_data/jpfgdgml_CommBdry.gfs +49 -0
  118. pyogrio/gdal_data/jpfgdgml_CommPt.gfs +59 -0
  119. pyogrio/gdal_data/jpfgdgml_Cstline.gfs +54 -0
  120. pyogrio/gdal_data/jpfgdgml_ElevPt.gfs +54 -0
  121. pyogrio/gdal_data/jpfgdgml_GCP.gfs +94 -0
  122. pyogrio/gdal_data/jpfgdgml_LeveeEdge.gfs +49 -0
  123. pyogrio/gdal_data/jpfgdgml_RailCL.gfs +54 -0
  124. pyogrio/gdal_data/jpfgdgml_RdASL.gfs +44 -0
  125. pyogrio/gdal_data/jpfgdgml_RdArea.gfs +54 -0
  126. pyogrio/gdal_data/jpfgdgml_RdCompt.gfs +59 -0
  127. pyogrio/gdal_data/jpfgdgml_RdEdg.gfs +59 -0
  128. pyogrio/gdal_data/jpfgdgml_RdMgtBdry.gfs +49 -0
  129. pyogrio/gdal_data/jpfgdgml_RdSgmtA.gfs +59 -0
  130. pyogrio/gdal_data/jpfgdgml_RvrMgtBdry.gfs +49 -0
  131. pyogrio/gdal_data/jpfgdgml_SBAPt.gfs +49 -0
  132. pyogrio/gdal_data/jpfgdgml_SBArea.gfs +54 -0
  133. pyogrio/gdal_data/jpfgdgml_SBBdry.gfs +44 -0
  134. pyogrio/gdal_data/jpfgdgml_WA.gfs +54 -0
  135. pyogrio/gdal_data/jpfgdgml_WL.gfs +54 -0
  136. pyogrio/gdal_data/jpfgdgml_WStrA.gfs +54 -0
  137. pyogrio/gdal_data/jpfgdgml_WStrL.gfs +54 -0
  138. pyogrio/gdal_data/leaflet_template.html +102 -0
  139. pyogrio/gdal_data/nitf_spec.xml +3288 -0
  140. pyogrio/gdal_data/nitf_spec.xsd +171 -0
  141. pyogrio/gdal_data/ogr_fields_override.schema.json +125 -0
  142. pyogrio/gdal_data/ogrinfo_output.schema.json +528 -0
  143. pyogrio/gdal_data/ogrvrt.xsd +528 -0
  144. pyogrio/gdal_data/osmconf.ini +134 -0
  145. pyogrio/gdal_data/ozi_datum.csv +131 -0
  146. pyogrio/gdal_data/ozi_ellips.csv +35 -0
  147. pyogrio/gdal_data/pci_datum.txt +530 -0
  148. pyogrio/gdal_data/pci_ellips.txt +129 -0
  149. pyogrio/gdal_data/pdfcomposition.xsd +703 -0
  150. pyogrio/gdal_data/pds4_template.xml +65 -0
  151. pyogrio/gdal_data/plscenesconf.json +1985 -0
  152. pyogrio/gdal_data/ruian_vf_ob_v1.gfs +1455 -0
  153. pyogrio/gdal_data/ruian_vf_st_uvoh_v1.gfs +86 -0
  154. pyogrio/gdal_data/ruian_vf_st_v1.gfs +1489 -0
  155. pyogrio/gdal_data/ruian_vf_v1.gfs +2126 -0
  156. pyogrio/gdal_data/s57agencies.csv +249 -0
  157. pyogrio/gdal_data/s57attributes.csv +484 -0
  158. pyogrio/gdal_data/s57expectedinput.csv +1008 -0
  159. pyogrio/gdal_data/s57objectclasses.csv +287 -0
  160. pyogrio/gdal_data/seed_2d.dgn +0 -0
  161. pyogrio/gdal_data/seed_3d.dgn +0 -0
  162. pyogrio/gdal_data/stateplane.csv +259 -0
  163. pyogrio/gdal_data/template_tiles.mapml +28 -0
  164. pyogrio/gdal_data/tms_LINZAntarticaMapTileGrid.json +190 -0
  165. pyogrio/gdal_data/tms_MapML_APSTILE.json +268 -0
  166. pyogrio/gdal_data/tms_MapML_CBMTILE.json +346 -0
  167. pyogrio/gdal_data/tms_NZTM2000.json +243 -0
  168. pyogrio/gdal_data/trailer.dxf +434 -0
  169. pyogrio/gdal_data/usage +4 -0
  170. pyogrio/gdal_data/vcpkg-cmake-wrapper.cmake +23 -0
  171. pyogrio/gdal_data/vcpkg.spdx.json +291 -0
  172. pyogrio/gdal_data/vcpkg_abi_info.txt +45 -0
  173. pyogrio/gdal_data/vdv452.xml +349 -0
  174. pyogrio/gdal_data/vdv452.xsd +45 -0
  175. pyogrio/gdal_data/vicar.json +164 -0
  176. pyogrio/geopandas.py +978 -0
  177. pyogrio/proj_data/CH +22 -0
  178. pyogrio/proj_data/GL27 +23 -0
  179. pyogrio/proj_data/ITRF2000 +24 -0
  180. pyogrio/proj_data/ITRF2008 +94 -0
  181. pyogrio/proj_data/ITRF2014 +55 -0
  182. pyogrio/proj_data/ITRF2020 +91 -0
  183. pyogrio/proj_data/copyright +34 -0
  184. pyogrio/proj_data/deformation_model.schema.json +582 -0
  185. pyogrio/proj_data/nad.lst +142 -0
  186. pyogrio/proj_data/nad27 +810 -0
  187. pyogrio/proj_data/nad83 +745 -0
  188. pyogrio/proj_data/other.extra +53 -0
  189. pyogrio/proj_data/proj-config-version.cmake +44 -0
  190. pyogrio/proj_data/proj-config.cmake +79 -0
  191. pyogrio/proj_data/proj-targets-release.cmake +19 -0
  192. pyogrio/proj_data/proj-targets.cmake +107 -0
  193. pyogrio/proj_data/proj.db +0 -0
  194. pyogrio/proj_data/proj.ini +59 -0
  195. pyogrio/proj_data/proj4-targets-release.cmake +19 -0
  196. pyogrio/proj_data/proj4-targets.cmake +107 -0
  197. pyogrio/proj_data/projjson.schema.json +1174 -0
  198. pyogrio/proj_data/triangulation.schema.json +214 -0
  199. pyogrio/proj_data/usage +9 -0
  200. pyogrio/proj_data/vcpkg.spdx.json +203 -0
  201. pyogrio/proj_data/vcpkg_abi_info.txt +28 -0
  202. pyogrio/proj_data/world +214 -0
  203. pyogrio/raw.py +897 -0
  204. pyogrio/tests/__init__.py +0 -0
  205. pyogrio/tests/conftest.py +588 -0
  206. pyogrio/tests/fixtures/README.md +108 -0
  207. pyogrio/tests/fixtures/curve.gpkg +0 -0
  208. pyogrio/tests/fixtures/curvepolygon.gpkg +0 -0
  209. pyogrio/tests/fixtures/line_zm.gpkg +0 -0
  210. pyogrio/tests/fixtures/list_field_values_file.parquet +0 -0
  211. pyogrio/tests/fixtures/list_nested_struct_file.parquet +0 -0
  212. pyogrio/tests/fixtures/multisurface.gpkg +0 -0
  213. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.cpg +1 -0
  214. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.dbf +0 -0
  215. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.prj +1 -0
  216. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shp +0 -0
  217. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shx +0 -0
  218. pyogrio/tests/fixtures/sample.osm.pbf +0 -0
  219. pyogrio/tests/fixtures/test_gpkg_nulls.gpkg +0 -0
  220. pyogrio/tests/test_arrow.py +1160 -0
  221. pyogrio/tests/test_core.py +702 -0
  222. pyogrio/tests/test_geopandas_io.py +3218 -0
  223. pyogrio/tests/test_path.py +374 -0
  224. pyogrio/tests/test_raw_io.py +1473 -0
  225. pyogrio/tests/test_util.py +56 -0
  226. pyogrio/util.py +258 -0
  227. pyogrio-0.12.0.dist-info/METADATA +125 -0
  228. pyogrio-0.12.0.dist-info/RECORD +231 -0
  229. pyogrio-0.12.0.dist-info/WHEEL +6 -0
  230. pyogrio-0.12.0.dist-info/licenses/LICENSE +21 -0
  231. pyogrio-0.12.0.dist-info/top_level.txt +1 -0
@@ -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>