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="nieokreslone"/>
<enumeration value="niepoprawne"/>
<enumeration value="pomiarNaOsnowe"/>
<enumeration value="pomiarWOparciuOElementyMapy"/>
</restriction>
</simpleType>
<simpleType name="BDZ_ZrodloOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
</schema>
Rozdział 2
Schemat aplikacyjny GML dla Modelu Podstawowego
§ 2. 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"/>
42
<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"/>
<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>
<!--======================================-->
43
<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>
<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>
44
<gml:targetElement>gmd:MD_Metadata</gml:targetElement>
</appinfo>
</annotation>
</element>
<element name="obiekt"
type="bt:BT_ObiektPrzestrzennyPropertyType" minOccurs="0" maxOccurs="unbounded">
<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"/>
45
</sequence>
</complexType>
<complexType name="BT_IdentyfikatorPropertyType">
<sequence>
<element ref="bt:BT_Identyfikator"/>
</sequence>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<element name="BT_Zbior" type="bt:BT_ZbiorType"
substitutionGroup="gml:AbstractObject"/>
<complexType name="BT_ZbiorType">
<sequence>
<element name="dataAktualizacji" type="date" minOccurs="0"/>
<element name="dataUtworzenia" type="date"/>
<element name="opis" type="string" minOccurs="0"/>
<element name="postacElektroniczna" type="boolean"/>
<element name="rozszerzenie" type="string" minOccurs="0"
maxOccurs="unbounded"/>
<element name="autor"
type="gmd:CI_ResponsibleParty_PropertyType" maxOccurs="unbounded"/>
<element name="tytul" type="string"/>
<element name="zasobSieciowy"
type="gmd:CI_OnlineResource_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<element name="rodzajZawartosci"
type="bt:BT_RodzajElementuType" maxOccurs="unbounded"/>
</sequence>
</complexType>
<complexType name="BT_ZbiorPropertyType">
<sequence>
<element ref="bt:BT_Zbior"/>
</sequence>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
46
Dokumenty związane z tym projektem:
-
2364-1
› Pobierz plik
-
2364-2
› Pobierz plik