eGospodarka.pl
eGospodarka.pl poleca

eGospodarka.plPrawoAkty prawneProjekty ustawRządowy projekt ustawy o zmianie ustawy - Prawo geodezyjne i kartograficzne

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="KGES_PrzebiegType">


<restriction base="string">



<enumeration value="nadziemny"/>



<enumeration value="naziemny"/>



<enumeration value="podziemny"/>


</restriction>

</simpleType>

<simpleType name="KGES_RodzPrzewoduType">


<restriction base="string">



<enumeration value="rurowy"/>



<enumeration value="kabel"/>



<enumeration value="swiatlowod"/>


</restriction>

</simpleType>

<simpleType name="KGES_IstnienieType">


<restriction base="string">



<enumeration value="istniejacy"/>



<enumeration value="projektowany"/>


</restriction>

</simpleType>

<simpleType name="KGES_TypCiepType">


<restriction base="string">



<enumeration value="wysokiParametrWodny"/>



<enumeration value="niskiParametrWodny"/>



<enumeration value="dwuprzewodowyParowy"/>



<enumeration value="jednoprzewodowyParowy"/>



<enumeration value="nieokreslony"/>


</restriction>

</simpleType>

<simpleType name="KGES_RodzSieciType">


<restriction base="string">



<enumeration value="benzynowy"/>



<enumeration value="cieplowniczy"/>
48




<enumeration value="elektroenergetyczny"/>



<enumeration value="gazowy"/>



<enumeration value="kanalizacyjny"/>



<enumeration value="naftowy"/>



<enumeration value="telekomunikacyjny"/>



<enumeration value="wodociagowy"/>


</restriction>

</simpleType>
</schema>

Rozdział 3
Schemat aplikacyjny GML dla Modelu Podstawowego

§ 3. Schemat aplikacyjny GML dla Modelu Podstawowego przedstawiony jest poniżej.
<?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:gmd="http://www.isotc211.org/2005/gmd"
xmlns:bt="urn:gugik:specyfikacje:gmlas:modelPodstawowy:1.0"
xmlns:mz="urn:gugik:specyfikacje:gmlas:mapaZasadnicza:1.0"
targetNamespace="urn:gugik:specyfikacje:gmlas:modelPodstawowy:1.0"
elementFormDefault="qualified" attributeFormDefault="unqualified">

<import namespace="http://www.opengis.net/gml/3.2"
schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>

<import namespace="http://www.isotc211.org/2005/gmd"
schemaLocation="http://schemas.opengis.net/iso/19139/20070417/gmd/gmd.xsd"/>

<import namespace="http://www.isotc211.org/2005/gmd"
schemaLocation="http://schemas.opengis.net/iso/19139/20070417/gmd/citation.xsd"/>

<import namespace="urn:gugik:specyfikacje:gmlas:mapaZasadnicza:1.0"
schemaLocation="MZ_MapaZasadnicza.xsd"/>

<!--======================================-->

<element name="BT_ObiektPrzestrzenny" type="bt:BT_ObiektPrzestrzennyType"
abstract="true" substitutionGroup="gml:AbstractFeature"/>
49


<complexType name="BT_ObiektPrzestrzennyType" abstract="true">


<complexContent>



<extension base="gml:AbstractFeatureType">




<sequence>





<element name="zbior"
type="bt:BT_ZbiorDanychPrzestrzennychPropertyType" minOccurs="0"
maxOccurs="unbounded">






<annotation>







<appinfo>








<gml:reversePropertyName>bt:obiekt</gml:reversePropertyName>







</appinfo>






</annotation>





</element>




</sequence>



</extension>


</complexContent>

</complexType>

<complexType name="BT_ObiektPrzestrzennyPropertyType">


<sequence minOccurs="0">



<element ref="bt:BT_ObiektPrzestrzenny"/>


</sequence>


<attributeGroup ref="gml:AssociationAttributeGroup"/>


<attributeGroup ref="gml:OwnershipAttributeGroup"/>

</complexType>

<!--======================================-->

<element name="BT_ReferencyjnyObiektPrzestrzenny"
type="bt:BT_ReferencyjnyObiektPrzestrzennyType" abstract="true"
substitutionGroup="bt:BT_ObiektPrzestrzenny"/>

<complexType name="BT_ReferencyjnyObiektPrzestrzennyType" abstract="true">


<complexContent>



<extension base="bt:BT_ObiektPrzestrzennyType">




<sequence>
50






<element name="idIIP"
type="bt:BT_IdentyfikatorPropertyType"/>




</sequence>



</extension>


</complexContent>

</complexType>

<complexType name="BT_ReferencyjnyObiektPrzestrzennyPropertyType">


<sequence minOccurs="0">



<element ref="bt:BT_ReferencyjnyObiektPrzestrzenny"/>


</sequence>


<attributeGroup ref="gml:AssociationAttributeGroup"/>


<attributeGroup ref="gml:OwnershipAttributeGroup"/>

</complexType>

<!--======================================-->

<element name="BT_ZbiorDanychPrzestrzennych"
type="bt:BT_ZbiorDanychPrzestrzennychType" substitutionGroup="gml:AbstractFeature"/>

<complexType name="BT_ZbiorDanychPrzestrzennychType">


<complexContent>



<extension base="gml:AbstractFeatureType">




<sequence>





<element name="idIIP"
type="bt:BT_IdentyfikatorPropertyType"/>





<element name="metadane"
type="gmd:MD_Metadata_PropertyType">






<annotation>







<appinfo>








<gml:targetElement>gmd:MD_Metadata</gml:targetElement>







</appinfo>






</annotation>





</element>





<element name="obiekt"
type="bt:BT_ObiektPrzestrzennyPropertyType" minOccurs="0" maxOccurs="unbounded">
51







<annotation>







<appinfo>








<gml:reversePropertyName>bt:zbior</gml:reversePropertyName>







</appinfo>






</annotation>





</element>




</sequence>



</extension>


</complexContent>

</complexType>

<complexType name="BT_ZbiorDanychPrzestrzennychPropertyType">


<sequence minOccurs="0">



<element ref="bt:BT_ZbiorDanychPrzestrzennych"/>


</sequence>


<attributeGroup ref="gml:AssociationAttributeGroup"/>


<attributeGroup ref="gml:OwnershipAttributeGroup"/>

</complexType>

<!--======================================-->

<element name="BT_Identyfikator" type="bt:BT_IdentyfikatorType"
substitutionGroup="gml:AbstractObject"/>

<complexType name="BT_IdentyfikatorType">


<sequence>



<element name="lokalnyId" type="string"/>



<element name="przestrzenNazw" type="string"/>



<element name="wersjaId" type="string" minOccurs="0"/>


</sequence>

</complexType>

<complexType name="BT_IdentyfikatorPropertyType">


<sequence>



<element ref="bt:BT_Identyfikator"/>


</sequence>


<attributeGroup ref="gml:OwnershipAttributeGroup"/>
52

strony : 1 ... 60 ... 100 ... 113 . [ 114 ] . 115 ... 120 ... 123

Dokumenty związane z tym projektem:



Eksperci egospodarka.pl

1 1 1

Akty prawne

Rok NR Pozycja

Najnowsze akty prawne

Dziennik Ustaw z 2017 r. pozycja:
1900, 1899, 1898, 1897, 1896, 1895, 1894, 1893, 1892

Monitor Polski z 2017 r. pozycja:
938, 937, 936, 935, 934, 933, 932, 931, 930

Wzory dokumentów

Bezpłatne wzory dokumentów i formularzy.
Wyszukaj i pobierz za darmo: