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
<!--======================================-->
<simpleType name="BT_UkladWysType">
<union memberTypes="bt:BT_UkladWysEnumerationType
bt:BT_UkladWysOtherType"/>
</simpleType>
<simpleType name="BT_UkladWysEnumerationType">
<restriction base="string">
<enumeration value="Kronsztadt60"/>
<enumeration value="Kronsztadt86"/>
<enumeration value="Kronsztadt2006"/>
<enumeration value="Amsterdam55"/>
<enumeration value="Amsterdam2000"/>
<enumeration value="EUREF89"/>
<enumeration value="ETRF2000"/>
<enumeration value="ETRF2008"/>
<enumeration value="Pulkowo42"/>
<enumeration value="EVRS2007"/>
</restriction>
</simpleType>
<simpleType name="BT_UkladWysOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<!--======================================-->
<simpleType name="BT_UkladGeodType">
<union memberTypes="bt:BT_UkladGeodEnumerationType
bt:BT_UkladGeodOtherType"/>
</simpleType>
<simpleType name="BT_UkladGeodEnumerationType">
<restriction base="string">
<enumeration value="EUREF89"/>
<enumeration value="ETRF2000"/>
11
<enumeration value="ETRF2008"/>
<enumeration value="Pulkowo42"/>
<enumeration value="PUWP1992"/>
<enumeration value="PUWP2000"/>
<enumeration value="PUWP1965"/>
<enumeration value="PUWP1942"/>
<enumeration value="PUWPBG"/>
<enumeration value="UTM"/>
</restriction>
</simpleType>
<simpleType name="BT_UkladGeodOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<!--======================================-->
<element name="BT_ReferencjaDoObiektu"
type="bt:BT_ReferencjaDoObiektuType" substitutionGroup="gml:AbstractObject"/>
<complexType name="BT_ReferencjaDoObiektuType">
<choice>
<element name="idIIP" type="bt:BT_IdentyfikatorPropertyType"/>
<element name="obiekt"
type="bt:BT_ReferencyjnyObiektPrzestrzennyPropertyType">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencyjnyObiektPrzestrzenny</gml:targetElement>
</appinfo>
</annotation>
</element>
<element name="obiektKarto"
type="bt:KR_ObiektKartoPropertyType" maxOccurs="unbounded">
<annotation>
12
<appinfo>
<gml:reversePropertyName>bt:obiektPrzedstawiany</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="pktWysKarto"
type="bt:KR_PktWysPropertyType" minOccurs="0">
<annotation>
<appinfo>
<gml:reversePropertyName>bt:obiektPrzedstawiany2</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="liniaWysKarto"
type="bt:KR_LiniaWysPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>bt:obiektyReferencyjne</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</choice>
</complexType>
<complexType name="BT_ReferencjaDoObiektuPropertyType">
<sequence minOccurs="0">
<element ref="bt:BT_ReferencjaDoObiektu"/>
</sequence>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<simpleType name="BT_ReferencjaDoObiektuUnionSemantics">
13
<restriction base="string">
<enumeration value="identyfikatorIIP"/>
</restriction>
</simpleType>
<!--======================================-->
<element name="BT_Dokument" type="bt:BT_DokumentType"
substitutionGroup="gml:AbstractObject"/>
<complexType name="BT_DokumentType">
<sequence>
<element name="opis" type="string" minOccurs="0"/>
<element name="rodzaj" type="bt:DC_RodzajDokumentuType"/>
<element name="status"
type="bt:DC_StatusDokumentuKodType"/>
<element name="sygnatura" type="string" minOccurs="0"/>
<element name="tytul" type="string"/>
<element name="wydawca" type="string"/>
<element name="zasobSieciowy"
type="gmd:CI_OnlineResource_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<element name="data" nillable="true">
<complexType>
<simpleContent>
<extension base="date">
<attribute name="nilReason"
type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</complexType>
<complexType name="BT_DokumentPropertyType">
<sequence>
<element ref="bt:BT_Dokument"/>
14
</sequence>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<simpleType name="DC_RodzajDokumentuType">
<annotation/>
<union memberTypes="bt:DC_RodzajDokumentuEnumerationType
bt:DC_RodzajDokumentuOtherType"/>
</simpleType>
<simpleType name="DC_RodzajDokumentuEnumerationType">
<restriction base="string">
<enumeration value="decyzja"/>
<enumeration value="inny"/>
<enumeration value="orzeczenie"/>
<enumeration value="rozporzadzenie"/>
<enumeration value="protokol"/>
<enumeration value="uchwala"/>
<enumeration value="umowa"/>
<enumeration value="ustawa"/>
<enumeration value="wyciagZKW"/>
<enumeration value="zarzadzenie"/>
<enumeration value="zawiadomienie"/>
</restriction>
</simpleType>
<simpleType name="DC_RodzajDokumentuOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<!--======================================-->
<simpleType name="DC_StatusDokumentuKodType">
<restriction base="string">
<enumeration value="obowiazujacy"/>
15
Dokumenty związane z tym projektem:
-
2364-1
› Pobierz plik
-
2364-2
› Pobierz plik