Rządowy projekt ustawy o zmianie ustawy - Prawo geodezyjne i kartograficzne
projekt dotyczy wykonania wyroku Trybunału Konstytucyjnego; udostępniania zbiorów danych lub innych materiałów z państwowego zasobu geodezyjnego i kartograficznego w szczególności stworzenia nowych zasad dot. opłat pobieranych w związku z udostępnianiem tych zbiorów; doprecyzowania kompetencji organów Służby Geodezyjnej i Kartograficznej
- Kadencja sejmu: 7
- Nr druku: 2364
- Data wpłynięcia: 2014-05-06
- Uchwalenie: Projekt uchwalony
- tytuł: Ustawa o zmianie ustawy - Prawo geodezyjne i kartograficzne oraz ustawy o postępowaniu egzekucyjnym w administracji
- data uchwalenia: 2014-06-05
- adres publikacyjny: Dz.U. poz. 897
2364-2
<complexType name="BDZ_SzuwaryType">
<complexContent>
<extension base="bdz:BDZ_ObiektBDOT500Type">
<sequence>
<element name="geometria"
type="gml:SurfaceType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="BDZ_SzuwaryPropertyType">
<sequence minOccurs="0">
<element ref="bdz:BDZ_Szuwary"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="BDZ_ObiektOZnaczeniuOrientacyjnymWTerenie"
type="bdz:BDZ_ObiektOZnaczeniuOrientacyjnymWTerenieType"
substitutionGroup="bdz:BDZ_ObiektBDOT500"/>
<complexType name="BDZ_ObiektOZnaczeniuOrientacyjnymWTerenieType">
<complexContent>
<extension base="bdz:BDZ_ObiektBDOT500Type">
<sequence>
<element name="rodzajObOrient"
type="bdz:BDZ_RodzajObOrientType"/>
<element name="geometria"
type="gml:GeometricPrimitivePropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
22
<complexType
name="BDZ_ObiektOZnaczeniuOrientacyjnymWTereniePropertyType">
<sequence minOccurs="0">
<element
ref="bdz:BDZ_ObiektOZnaczeniuOrientacyjnymWTerenie"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!-- ========== Rzezba terenu
=======================================-->
<element name="BDZ_PunktOOkreslonejWysokosci"
type="bdz:BDZ_PunktOOkreslonejWysokosciType"
substitutionGroup="bdz:BDZ_ObiektBDOT500"/>
<complexType name="BDZ_PunktOOkreslonejWysokosciType">
<complexContent>
<extension base="bdz:BDZ_ObiektBDOT500Type">
<sequence>
<element name="wysokosc" type="double"
minOccurs="0"/>
<element name="wysokoscGory" type="double"
minOccurs="0"/>
<element name="wysokoscDolu" type="double"
minOccurs="0"/>
<element name="geometria"
type="gml:PointPropertyType"/>
<element name="rodzajPunktu"
type="bdz:BDZ_RodzajPunktuType"/>
<element name="obiekt"
type="bdz:BDZ_ObiektBDOT500PropertyType">
<annotation>
<appinfo>
23
<gml:reversePropertyName>bdz:rodzajPunkt</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="BDZ_PunktOOkreslonejWysokosciPropertyType">
<sequence minOccurs="0">
<element ref="bdz:BDZ_PunktOOkreslonejWysokosci"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
</schema>
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:gml="http://www.opengis.net/gml/3.2"
xmlns:bdz="urn:gugik:specyfikacje:gmlas:bazaDanychObiektowTopograficznych500:1.0"
targetNamespace="urn:gugik:specyfikacje:gmlas:bazaDanychObiektowTopograficznych500:
1.0" elementFormDefault="qualified" version="1.0">
<import namespace="http://www.opengis.net/gml/3.2"
schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
<!--
============================================================= -->
<simpleType name="BDZ_IstnienieType">
<union memberTypes="bdz:BDZ_IstnienieEnumerationType
bdz:BDZ_IstnienieOtherType"/>
</simpleType>
<simpleType name="BDZ_IstnienieEnumerationType">
<restriction base="string">
24
<enumeration value="istniejacy"/>
<enumeration value="projektowany"/>
</restriction>
</simpleType>
<simpleType name="BDZ_IstnienieOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<simpleType name="BDZ_RodzajInzMatType">
<union memberTypes="bdz:BDZ_RodzajInzMatEnumerationType
bdz:BDZ_RodzajInzMatOtherType"/>
</simpleType>
<simpleType name="BDZ_RodzajInzMatEnumerationType">
<restriction base="string">
<enumeration value="beton"/>
<enumeration value="cegla"/>
<enumeration value="drewno"/>
<enumeration value="inny"/>
<enumeration value="kamien"/>
<enumeration value="stal"/>
</restriction>
</simpleType>
<simpleType name="BDZ_RodzajInzMatOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<simpleType name="BDZ_PoziomType">
<union memberTypes="bdz:BDZ_PoziomEnumerationType
bdz:BDZ_PoziomOtherType"/>
</simpleType>
<simpleType name="BDZ_PoziomEnumerationType">
25
<restriction base="string">
<enumeration value="podPowierzchniaGruntu"/>
<enumeration value="naPowierzchniGruntu"/>
<enumeration value="pierwszyPoziomPonadPowierzchniaGruntu"/>
<enumeration value="drugiPoziomPonadPowierzchniaGruntu"/>
<enumeration value="trzeciPoziomPonadPowierzchniaGruntu"/>
<enumeration value="czwartyPoziomPonadPowierzchniaGruntu"/>
</restriction>
</simpleType>
<simpleType name="BDZ_PoziomOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<simpleType name="BDZ_RodzKomunType">
<union memberTypes="bdz:BDZ_RodzKomunEnumerationType
bdz:BDZ_RodzKomunOtherType"/>
</simpleType>
<simpleType name="BDZ_RodzKomunEnumerationType">
<restriction base="string">
<enumeration value="ruchLotniczy"/>
<enumeration value="ruchDrogowy"/>
<enumeration value="ruchPieszy"/>
<enumeration value="ruchRowerowy"/>
</restriction>
</simpleType>
<simpleType name="BDZ_RodzKomunOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<simpleType name="BDZ_RodzNawType">
26
Dokumenty związane z tym projektem:
-
2364-1
› Pobierz plik
-
2364-2
› Pobierz plik