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
<enumeration value="dwuprzewodowyParowy"/>
<enumeration value="jednoprzewodowyParowy"/>
<enumeration value="nieokreslony"/>
</restriction>
</simpleType>
<simpleType name="GES_RodzSieciType">
<restriction base="string">
<enumeration value="benzynowy"/>
<enumeration value="cieplowniczy"/>
<enumeration value="elektroenergetyczny"/>
<enumeration value="gazowy"/>
<enumeration value="kanalizacyjny"/>
<enumeration value="naftowy"/>
<enumeration value="telekomunikacyjny"/>
<enumeration value="wodociagowy"/>
<enumeration value="niezidentyfikowany"/>
<enumeration value="inny"/>
</restriction>
</simpleType>
<simpleType name="GES_RodzSlupType">
<restriction base="string">
<enumeration value="latarnia"/>
<enumeration value="masztOswietleniowy"/>
<enumeration value="masztTelekomunikacyjny"/>
<enumeration value="slup"/>
<enumeration value="slupLaczony"/>
<enumeration value="slupKratowy"/>
<enumeration value="slupTrakcjiKolejowej"/>
<enumeration value="slupTrakcjiTramwajowej"/>
<enumeration value="slupTrakcjiTrolejbusowej"/>
<enumeration value="turbinaWiatrowa"/>
<enumeration value="wiezaTelekomunikacyjna"/>
<enumeration value="inne"/>
28
</restriction>
</simpleType>
</schema>
Rozdział 2
Schemat aplikacyjny GML dla krajowej bazy GESUT
§ 2. Schemat aplikacyjny GML dla krajowej bazy GESUT przedstawiony jest poniżej
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2013 (http://www.altova.com) by Krzysiek (itsolutions) -->
<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:kges="urn:gugik:specyfikacje:gmlas:krajowaBazaDanychGeodezyjnejEwidencjiSieciU
zbrojeniaTerenu:1.0" xmlns:bt="urn:gugik:specyfikacje:gmlas:modelPodstawowy:1.0"
targetNamespace="urn:gugik:specyfikacje:gmlas:krajowaBazaDanychGeodezyjnejEwidencji
SieciUzbrojeniaTerenu: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"/>
<import namespace="http://www.isotc211.org/2005/gmd"
schemaLocation="http://schemas.opengis.net/iso/19139/20070417/gmd/gmd.xsd"/>
<import namespace="urn:gugik:specyfikacje:gmlas:modelPodstawowy:1.0"
schemaLocation="BT_ModelPodstawowy.xsd"/>
<include schemaLocation="KGES_KGESUT_Slowniki.xsd"/>
<!--
============================================================= -->
<element name="KGES_ObiektKGESUT"
type="kges:KGES_ObiektKGESUTType" abstract="true"
substitutionGroup="gml:AbstractFeature"/>
<complexType name="KGES_ObiektKGESUTType" abstract="true">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
29
<element name="idIIP"
type="bt:BT_IdentyfikatorPropertyType"/>
<element name="startObiekt" type="date"/>
<element name="cyklZyciaObiektu"
type="bt:BT_CyklZyciaInfoPropertyType"/>
<element name="koniecObiekt" type="date"
minOccurs="0"/>
<element name="istnienie"
type="kges:KGES_IstnienieType"/>
<element name="eksploatacja" nillable="true">
<complexType>
<simpleContent>
<extension
base="kges:KGES_EksploatacjaType">
<attribute
name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-- Roles -->
<element name="GESUT"
type="bt:BT_ReferencjaDoObiektuPropertyType"/>
<element name="korytarzPrzesylowy"
type="kges:KGES_KorytarzPrzesylowyPropertyType">
<annotation>
<appinfo>
<gml:reversePropertyName>kges:obiektWKorytarzuPrzesylowym</gml:reverseProp
ertyName>
</appinfo>
</annotation>
</element>
30
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="KGES_ObiektKGESUTPropertyType">
<sequence minOccurs="0">
<element ref="kges:KGES_ObiektKGESUT"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="KGES_KorytarzPrzesylowy"
type="kges:KGES_KorytarzPrzesylowyType"
substitutionGroup="kges:KGES_ObiektKGESUT"/>
<complexType name="KGES_KorytarzPrzesylowyType">
<complexContent>
<extension base="kges:KGES_ObiektKGESUTType">
<sequence>
<element name="geometria"
type="gml:GeometricPrimitivePropertyType"/>
<element name="rodzajSieci"
type="kges:KGES_RodzSieciType" minOccurs="0"/>
<!-- Roles -->
<element name="obiektWKorytarzuPrzesylowym"
type="kges:KGES_ObiektKGESUTPropertyType">
<annotation>
<appinfo>
<gml:reversePropertyName>kges:korytarzPrzesylowy</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
31
</extension>
</complexContent>
</complexType>
<complexType name="KGES_KorytarzPrzesylowyPropertyType">
<sequence minOccurs="0">
<element ref="kges:KGES_KorytarzPrzesylowy"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--
============================================================= -->
<element name="KGES_Przewod" type="kges:KGES_PrzewodType"
abstract="true" substitutionGroup="kges:KGES_ObiektKGESUT"/>
<complexType name="KGES_PrzewodType" abstract="true">
<complexContent>
<extension base="kges:KGES_ObiektKGESUTType">
<sequence>
<element name="funkcja" nillable="true">
<complexType>
<simpleContent>
<extension
base="kges:KGES_FunkcjaType">
<attribute
name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="przebieg"
type="kges:KGES_PrzebiegType"/>
<element name="rodzajPrzewodu"
type="kges:KGES_RodzPrzewoduType" minOccurs="0" maxOccurs="1"/>
32
Dokumenty związane z tym projektem:
-
2364-1
› Pobierz plik
-
2364-2
› Pobierz plik