62)
1.
Sposób realizacji w plikach danych EGiB tworzonych zgodnie ze schematem aplikacyjnym
GML, określonym w ust. 4 zwanym dalej „schematem aplikacyjnym GML” relacji, zawartych
w schemacie aplikacyjnym UML (asocjacje, asocjacje skierowane, asocjacje rekursywne,
agregacje, kompozycje), do klas obiektów bazy danych ewidencji gruntów i budynków:
1)
posiadających identyfikator IIP określa poniższy szablon:
xlink:href="urn:pzgik:id: {przestrzenNazw}: {lokalnyId}”, gdzie:
{przestrzenNazw} - część identyfikatora IIP obiektu zawierająca przestrzeń nazw,
{lokalnyId} - część identyfikatora IIP obiektu zawierająca identyfikator lokalny.
2)
które nie posiadają identyfikatora IIP, należy realizować poprzez zagnieżdżenie ich
struktury w typie złożonym GML reprezentującym klasę obiektów UML, z którą są w relacji.
2.
Dla klas obiektów, które posiadają identyfikator IIP, pliki danych tworzone zgodnie
ze schematem aplikacyjnym GML, należy ponadto uzupełniać o gml:id oraz gml:identifier
wg poniższych szablonów:
gml:id="{przestrzenNazw}_{lokalnyId}_{wersjaId}”, gdzie:
{wersjaId} - część identyfikatora IIP obiektu zawierająca identyfikator wersji, Dla
gml:id w {wersjaId} należy zastąpić znaki ”:” znakami ”- ”.
gml:identifier
codeSpace="http://hp.gov.pl”>urn:pzgik:id: {przestrzenNazw}: {lokalnyId}: {wersjaId}
</gml:identrfier>
3.
Wszystkie klasy obiektów, które posiadają geometrię muszą mieć w plikach danych tworzonych
zgodnie ze schematem aplikacyjnym GML,uzupełniany atrybut srsName.
Ogólny obiekt
<?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:egb="urn:gugik:specyfikacje:gmlas:ewidencjaGruntowBudynkow:1.0”
xmlns:bt="urn:gugik:specyfikacje:gmlas:modelPodstawowy: 1.0”
targetNamespace="urn:gugik:specyfikacje:gmlas:ewidencjaGruntowBudynkow: 1.0”
elementFormDefault="qualified"version="2.0”>
<importnamespace="http://www.opengis.net/gml/3.2"schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
<import namespace="urn:gugik:specyfikacje:gmlas:modelPodstawowy: 1.0” schemaLocation="BT
ModelPodstawowy.xsd"/>
<include schemaLocation="EGB DanePrzedmiotowe.xsd"/>
<includeschemaLocation="EGB"DanePodmiotowe.xsd"/>
<includeschemaLocation="EGB"PrawaDoNieruchomosci.xsd"/>
<includeschemaLocation="EGB~Adres.xsd"/>
<includeschemaLocation="EGB~PunktGraniczny.xsd"/>
<includeschemaLocation="EGB~Dzierzawa.xsd"/>
<includeschemaLocation="EGB"PodstawaPrawna.xsd"/>
<!-- ============================================================= -->
<elementname="EGB_OgolnyObiekt” type="egb:EGB_OgolnyObiektType” abstract="true” substitutionGroup="gml:AbstractFeature"/>
<complexType name="EGB_OgolnyObiektType” abstract="true”>
<complexContent>
<extensionbase="gml:AbstractFeatureType”>
<sequence>
<element name="idIIP” type="bt:BT_IdentyfikatorPropertyType"/>
<element name="startObiekt” type="dateTime"/>
<element name="startWersjaObiekt” type="dateTime"/>
<element name="koniecWersjaObiekt” type="dateTime” minOccurs="0"/>
<element name="koniecObiekt” type="dateTime” minOccurs="0"/>
<!-Roles->
<element name="podstawaPrawnaUtworzeniaWersjiObiektu” type="gml:ReferenceType"/>
<elementname="podstawaPrawnaUsunieciaObiektu” type="gml:ReferenceType"minOccurs="0"/>
<element name="dokument2” type="gml:ReferenceType” minOccurs="0"maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_OgolnyObiektPropertyType”>
<sequence minOccur~s="0”>
<elementref="egb:EGB_OgolnyObiekt"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
</schema>
Dane przedmiotowe
<?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:egb="urn:gugik:specyfikacje:gmlas:ewidencjaGruntowBudynkow:1.0”
xmlns:bt="urn:gugik:specyfikacje:gmlas:modelPodstawowy: 1.0”
targetNamespace="um:gugik:specyfikaqe:gmlas:ewidencjaGruntowBudynkow:1.0”
elementFormDefault="qualified"version="2.0”>
<import namespace="http://www.opengis.net/gml/3.2”
schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
<import namespace="urn:gugik:specyfikacje:gmlas:modelPodstawowy: 1.0”
schemaLocation="BT ModelPodstawowy.xsd"/>
<include schemaLocation="EGB OgolnyObiekt.xsd"/>
<!-- ============================================================ -->
<elementname="EGB_JednostkaEwidencyjna” type="egb:EGB_JednostkaEwidencyjnaType” substitutionGroup="egb:EGB
OgolnyObiekt"/>
<complexTypename="EGB_JednostkaEwidencyjnaType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="geometria” type="gml:MultiSurfacePropertyType"/>
<element name="idJednostkiEwid” type="string"/>
<element name="nazwaWlasna” type="string"/>
<!-Roles->
<element name="punktGranicyJednostkiEwidencyjnej” type="gml:ReferenceType” minOccurs="3”
maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_JednostkaEwidencyjnaPropertyType”>
<sequence minOccurs="0”>
<elementref="egb:EGB_JednostkaEwidencyjna"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_ObrebEwidencyjny” type="egb:EGB_ObrebEwidencyjnyType” substitutionGroup="egb:EGB
OgolnyObiekt"/>
<complexTypename="EGB_ObrebEwidencyjnyType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="geometria” type="gml:MultiSurfacePropertyType"/>
<element name="idObrebu” type="string"/>
<element name="nazwaWlasna” type="string” minOccurs="0"/>
<!-Roles->
<elementname="lokalizacjaObrebu” type="gml:ReferenceType"/>
<elementname="punktGranicyObrebu” type="gml:ReferenceType” minOccurs="3” maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_ObrebEwidencyjnyPropertyType”>
<sequence minOccurs="0”>
<element ref="egb:EGBObrebEwidencyjny"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_DzialkaEwidencyjna” type="egb:EGB_DzialkaEwidencyjnaType” substitutionGroup="egb:EGB
OgolnyObiekt"/>
<complexTypename="EGB_DzialkaEwidencyjnaType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="georeferencja” type="gml:PointPropertyType” minOccurs="0"/>
<element name="idDzialki” type="string"/>
<elementname="powierzchniaEwidencyjna” type="gml:AreaType"/>
<element name="numerKW” type="string” minOccurs="0” maxOccurs="unbounded"/>
<element name="numerElektronicznejKW” minOccurs="0” maxOccurs="unbounded”>
<simpleType>
<restriction base="string”>
<pattemvalue="[A-Z]{2}[1-9]{1}[A-Z]{1}/[0-9]{8}/[0-9]{1}"/>
</restriction>
</simpleType>
</element>
<element name="dodatkoweInformacje” type="string” minOccurs="0"/>
<element name="geometria” type="gml:SurfacePropertyType"/>
<element name="waznoscOd” nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="waznoscDo” nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="wartoscGruntu” nillable="true”>
<complexType>
<simpleContent>
<extension base="decimal”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="dataWyceny” nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<elementname="informacjaODokladnReprezentacjiPola” nillable="true”>
<complexType>
<simpleContent>
<extension base="egb:EGBReprezentacjaPowDzialkiType”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="nrRejestruZabytkow” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="idRejonuStatystycznego” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<elementname="dzialkaObjetaFormaOchronyPrzyrody” nillable="true”>
<complexType>
<simpleContent>
<extension base="boolean”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-Roles->
<choice>
<element name="lokalizacjaDzialki1” type="gml:ReferenceType"/>
<elementname="lokalizacjaDzialki2” type="gml:ReferenceType"/>
</choice>
<element name="JRG2” type="gml:ReferenceType"/>
<elementname="klasouzytekWGranicachDzialki” type="gml:ReferenceType"maxOccurs="unbounded"/>
<elementname="punktGranicyDzialki” type="gml:ReferenceType” minOccurs="3” maxOccurs="unbounded"/>
<element name="adresDzialki” type="gml:ReferenceType” minOccurs="0"maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_DzialkaEwidencyjnaPropertyType”>
<sequence minOccurs="0”>
<element ref="egb: EGB_DzialkaEwidencyjna"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_Klasouzytek” type="egb:EGB_KlasouzytekType” substitutionGroup="egb:EGB
OgolnyObiekt"/>
<complexTypename="EGB_KlasouzytekType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<elementname="oznaczenieKlasouzytku” type="egb:EGB_OznaczenieKlasouzytkuPropertyType"/>
<elementname="powierzchniaEwidencyjnaKlasouzytku” type="gml:AreaType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_KlasouzytekPropertyType”>
<sequence minOccurs="0”>
<elementref="egb:EGB_Klasouzytek"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_Budynek” type="egb:EGB_BudynekType” substitutionGroup="egb:EGB OgolnyObiekt"/>
<complexTypename="EGB_BudynekType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="idBudynku” type="string"/>
<element name="statusBudynku” type="egb: EGB_StatusBudynkuType"/>
<element name="numerKW” type="string” minOccurs="0” maxOccurs="unbounded"/>
<element name="numerElektronicznejKW” minOccurs="0” maxOccurs="unbounded”>
<simpleType>
<restriction base="string”>
<pattemvalue="[A-Z]{2}[1-9]{1}[A-Z]{1}/[0-9]{8}/[0-9]{1}"/>
</restriction>
</simpleType>
</element>
<element name="rodzajWgKST” type="egb:EGB_RodzajWgKSTType"/>
<elementname="lacznaPowUzytkLokaliNiewyodrebnionych” type="gml:AreaType"minOccurs="0"/>
<element name="lacznaPowUzytkowaLokaliWyodrebnionych"type="gml:AreaType"minOccurs="0"/>
<element name="powierzchniaUzytkowaBudynkuZObmiarow"type="gml:AreaType"minOccurs="0"/>
<element name="powierzchniaUzytkowaBudynkuWgProjektuBudowlanego"type="gml:AreaType”
minOccurs="0"/>
<element name="powierzchniaUzytkowaPomieszczenPrzynaleznychDoLokali"type="gml:AreaType”
minOccurs="0"/>
<element name="dodatkoweInformacje” type="string” minOccurs="0"/>
<elementname="rokZakonczeniaPrzebudowy” type="positiveInteger"minOccurs="0"/>
<element name="wiekZakonczeniaBudowy” type="integer” minOccurs="0"/>
<elementname="wiekZakonczeniaPrzebudowy” type="integer” minOccurs="0"/>
<element name="zakresPrzebudowy” type="egb:EGB_ZakresPrzebudowyBudynkuType"minOccurs="0"/>
<element name=” stopienPewnosciUstaleniaDatyPrzebudowy” type="egb:EGB_ZrodloDatyBudowyType”
minOccurs="0"/>
<element name="georeferencja” type="gml:PointPropertyType” minOccurs="0"/>
<element name="innaFunkciaBudynku” type="egb:EGB_FunkcjaBudynkuType” minOccurs="0”
maxOccurs="unbounded"/>
<elementname="budynekGotowyNaSzybkiIntemet” type="boolean” minOccurs="0"/>
<element name="geometria” type="gml:MultiSurfacePropertyType"nillable="true"/>
<element name="klasaWgPKOB” nillable="true”>
<complexType>
<simpleContent>
<extension base="egb:EGB_KlasaWgPKOBType”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="glownaFunkcjaBudynku” nillable="true”>
<complexType>
<simpleContent>
<extension base="egb:EGB_FunkcjaBudynkuType”>
<attribute name="nilReason” type="gml:NilReasonType'"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="dataWyceny” nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason” type="gml:NilReasonType'"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="liczbaKondygnacjiNadziemnych” nillable="true”>
<complexType>
<simpleContent>
<extension base="nonNegativeInteger”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="liczbaKondygnacjiPodziemnych” nillable="true”>
<complexType>
<simpleContent>
<extension base="nonNegativeInteger”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="liczbaUjawnionychSamodzielnycłiLokali” nillable="true”>
<complexType>
<simpleContent>
<extension base="nonNegativeInteger”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="materialScianZewn” nillable="true”>
<complexType>
<simpleContent>
<extension base="egb:EGB_MaterialScianZewnBudynkuType”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="numerRejestruZabytkow” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="powZabudowy” nillable="true”>
<complexType>
<complexContent>
<extension base="gml:AreaType”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</complexContent>
</complexType>
</element>
<element name="rokZakonczeniaBudowy” nillable="true”>
<complexType>
<simpleContent>
<extensionbase="positiveInteger”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="wartoscBudynku” nillable="true”>
<complexType>
<simpleContent>
<extension base="decimal”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name=” stopienPewnosciUstaleniaDatyBudowy”
nillable="true”>
<complexType>
<simpleContent>
<extension base="egb:EGB_ZrodloDatyBudowyType”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="stanUzytkowaniaBudynku” nillable="true”>
<complexType>
<simpleContent>
<extension base="egb:EGB_StanUzytkowaniaBudynkuType”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<elementname="dataOddaniaDoUzytkowaniaBudynku” nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="dataRozbiorkiBudynku” nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<elementname="przyczynaRozbiorkiBudynku” nillable="true”>
<complexType>
<simpleContent>
<extension base="egb:EGB_PrzyczynaRozbiorkiType”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<elementname="informacjaDotyczacaCzesciBudynku” nillable="true” minOccurs="0” maxOccurs="unbounded”>
<complexType>
<complexContent>
<extension base="egb:EGB_InfOCzesciBudynkuPropertyType”>
<attribute name="nilReason” type="gml:NilReasonType'"/>
</extension>
</complexContent>
</complexType>
</element>
<elementname="liczbaLokaliOOkreslonejLiczbieIzb” nillable="true” minOccurs="0”>
<complexType>
<complexContent>
<extension base="egb:EGB_LiczbaLokaliPropertyType”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</complexContent>
</complexType>
</element>
<element name="lacznaLiczbaIzbWBudynku” nillable="true” minOccurs="0”>
<complexType>
<simpleContent>
<extension base="nonNegativeInteger”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="czyWiata” nillable="true”>
<complexType>
<simpleContent>
<extension base="boolean”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-Roles->
<element name="adresBudynku” type="gml:ReferenceType” minOccurs="0"maxOccurs="unbounded"/>
<elementname="dzialkaZabudowanaBudynkiem” type="gml:ReferenceType"maxOccurs="unbounded"/>
<element name="JRdlaBudynku” type="gml:ReferenceType” minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_BudynekPropertyType”>
<sequence minOccurs="0”>
<element ref="egb:EGB_Budynek"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_BlokBudynku” type="egb:EGB_BlokBudynkuType” substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexTypename="EGB_BlokBudynkuType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="geometria” type="gml:SurfacePropertyType"/>
<element name="rodzajBloku” type="egb:EGB_RodzajBlokuType"/>
<element name="oznaczenieBloku” type="string"/>
<elementname="numerNajnizszejKondygnacji” nillable="true”>
<complexType>
<simpleContent>
<extension base="integer”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<elementname="numerNajwyzszejKondygnacji” nillable="true”>
<complexType>
<simpleContent>
<extension base="integer”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-Roles->
<element name="budynekZWyodrebnionymBlokiemBudynku” type="gml:ReferenceType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_BlokBudynkuPropertyType”>
<sequence minOccurs="0”>
<elementref="egb:EGB_BlokBudynku"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="EGB_ObiektTrwaleZwiazanyZBudynkiem” type="egb:EGBObiektTrwaleZwiazanyZBudynkiemType”
substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexTypename="EGB_ObiektTrwaleZwiazanyZBudynkiemType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="geometria” type="gml:GeometricPrimitivePropertyType"/>
<element name="rodzajObiektuZwiazanegoZBudynkiem” type="egb:EGB_RodzajObiektuZwiazanegoZBudynkiemType"/>
<elementname="poliliniaKierunkowa” type="gml:CurvePropertyType"minOccurs="0"/>
<!-Roles->
<elementname="budynekZElementamiTrwaleZwiazanymi” type="gml:ReferenceType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_ObiektTrwaleZwiazanyZBudynkiemPropertyType”>
<sequence minOccurs="0”>
<elementref="egb:EGB_0biektTrwaleZwiazanyZBudynkiem"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_Lokal Samodzielny” type="egb:EGB_LokalSamodzielnyType” substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexTypename="EGB_LokalSamodzielnyType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="idLokalu” type="string"/>
<element name="numerKW” type="string” minOccurs="0” maxOccurs="unbounded"/>
<element name="numerElektronicznejKW” minOccurs="0” maxOccurs="unbounded”>
<simpleType>
<restriction base="string”>
<patternvalue="[A-Z]{2}[1-9]{1}[A-Z]{1}/[0-9]{8}/[0-9]{1}"/>
</restriction>
</simpleType>
</element>
<element name="rodzajLokalu” type="egb:EGB_RodzajLokaluType"/>
<elementname="powUzytkowaLokalu” type="gml:AreaType"/>
<element name="dodatkoweInformacje” type="string” minOccurs="0"/>
<element name="liczbaIzb” nillable="true”>
<complexType>
<simpleContent>
<extension base="nonNegativeInteger”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<elementname="liczbaPomieszczenPrzynaleznych” nillable="true”>
<complexType>
<simpleContent>
<extension base="nonNegativeInteger”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<elementname="powPomieszczenPrzynaleznychDoLokalu” nillable="true”>
<complexType>
<simpleContent>
<extension base="gml:AreaType”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="nrKondygnacji” nillable="true”>
<complexType>
<simpleContent>
<extension base="integer”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="wartoscLokalu” nillable="true”>
<complexType>
<simpleContent>
<extension base="decimal”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="dataWyceny” nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-Roles->
<element name="adresLokalu” type="gml:ReferenceType"/>
<element name="JRdlaLokalu” type="gml:ReferenceType” minOccurs="0"/>
<elementname="budynekZWyodrebnionymLokalem” type="gml: ReferenceType"/>
<elementname="pomieszczeniePrzynalezne2” type="gml:ReferenceType” minOccurs="0” maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_LokalSamodzielnyPropertyType”>
<sequence minOccurs="0”>
<elementref="egb:EGB_LokalSamodzielny"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="EGB_PomieszczeniePrzynalezneDoLokalu” type="egb:EGBPomieszczeniePrzynalezneDoLokaluType”
substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexTypename="EGB_PomieszczeniePrzynalezneDoLokaluType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<elementname="rodzaiPomieszczeniaPrzynaleznego” type="egb:EGB_RodzajPomieszczeniaPrzynaleznegoDoLokaluType"/>
<elementname="powierzchniaPomieszczeniaPrzynaleznego” type="gml:AreaType"/>
<element name="dodatkoweInformacje” type="string” minOccurs="0"/>
<!-Roles->
<elementname="lokalizacjaPomieszczeniaPrzynaleznego” type="gml: ReferenceType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_PomieszczeniePrzynalezneDoLokaluPropertyType”>
<sequence minOccurs="0”>
<elementref="egb:EGB_PomieszczeniePrzynalezneDoLokalu"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="EGB_KonturUzytkuGruntowego” type="egb:EGB_KonturUzytkuGruntowegoType"substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexTypename="EGB_KonturUzytkuGruntowegoType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="geometria” type="gml:SurfacePropertyType"/>
<element name="idUzytku” type="string"/>
<element name="OFU” type="egb:EGB_0FUType"/>
<!-Roles->
<elementname="lokalizacjaUzytku” type="gml: ReferenceType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_KonturUzytkuGruntowegoPropertyType”>
<sequence minOccur~s="0”>
<elementref="egb:EGB_KonturUzytkuGruntowego"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_KonturKlasyfikacyjny” type="egb:EGB_KonturKlasyfikacyjnyType” substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexTypename="EGB_KonturKlasyfikacyjnyType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="geometria” type="gml:SurfacePropertyType"/>
<element name="idKonturu” type="string"/>
<element name="OZU” type="egb:EGB_0ZUType"/>
<element name="OZK” type="egb:EGB_OZKType"/>
<elementname="oznaczenieTypuGleby” nillable="true”>
<complexType>
<complexContent>
<extension base="egb:EGB_OznaczenieTypuGlebyPropertyType”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</complexContent>
</complexType>
</element>
<!-Roles->
<elementname="lokalizacjaKonturu” type="gml: ReferenceType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_KonturKlasyfikacyjnyPropertyType”>
<sequenceminOccurs="0”>
<element ref="egb: EGB_KonturKlasyfikacyj ny"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_ArkuszEwidencyjny” type="egb:EGB_ArkuszEwidencyjnyType” substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexTypename="EGB_ArkuszEwidencyjnyType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="idArkusza” type="string"/>
<element name="geometria” type="gml:MultiSurfacePropertyType"/>
<!-Roles->
<elementname="lokalizacjaArkusza” type="gml: ReferenceType"/>
<elementname="punktGranicyArkusza” type="gml:ReferenceType” minOccurs="3” maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_ArkuszEwidencyjnyPropertyType”>
<sequenceminOccurs="0”>
<elementref="egb:EGB_ArkuszEwidencyjny"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_InfOCzesciBudynku” type="egb:EGB_InfOCzesciBudynkuType” substitutionGroup="gml:AbstractObject"/>
<complexTypename="EGB_InfOCzesciBudynkuType”>
<sequence>
<element name="oznaczenieCzesciBudynku” type="string"/>
<element name="dataOddaniaDoUzytkowania” type="date"/>
<element name="dataRozbiorki” nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="przyczynaRozbiorki” nillable="true”>
<complexType>
<simpleContent>
<extension base="egb:EGB_PrzyczynaRozbiorkiType”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</complexType>
<complexTypename="EGB_InfOCzesciBudynkuPropertyType”>
<sequence>
<elementref="egb:EGB_InfOCzesciBudynku"/>
</sequence>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_LiczbaLokali” type="egb:EGB_LiczbaLokaliType” substitutionGroup="gml:AbstractObject"/>
<complexTypename="EGB_LiczbaLokaliType”>
<sequence>
<elementname="liczbaMieszkanlizbowych"type="nonNegativeInteger” minOccurs="0"/>
<elementname="liczbaMieszkan2izbowych"type="nonNegativeInteger” minOccurs="0"/>
<elementname="liczbaMieszkan3izbowych"type="nonNegativeInteger” minOccurs="0"/>
<elementname="liczbaMieszkan4izbowych"type="nonNegativeInteger” minOccurs="0"/>
<elementname="liczbaMieszkan5izbowych"type="nonNegativeInteger” minOccurs="0"/>
<elementname="liczbaMieszkan6izbowych"type="nonNegativeInteger” minOccurs="0"/>
<elementname="liczbaMieszkan7izbowych"type="nonNegativeInteger” minOccurs="0"/>
<elementname="liczbaMieszkan8izbowych"type="nonNegativeInteger” minOccurs="0"/>
<elementname="liczbaMieszkan9izbowych"type="nonNegativeInteger” minOccurs="0"/>
<element name="liczbaMieszkan10izbowych” type="nonNegativeInteger” minOccurs="0"/>
<element name="liczbaMieszkanZPonad10izbami” type="nonNegativeInteger"minOccurs="0"/>
</sequence>
</complexType>
<complexTypename="EGB_LiczbaLokaliPropertyType”>
<sequence>
<elementref="egb:EGB_LiczbaLokali"/>
</sequence>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<simpleType name="EGB_FunkcjaBudynkuType”>
<restriction base='string”>
<enumeration value=” 1110.Dj”>
<annotation>
<appinfo>
<gml: description>budynekJednorodzinny</gml: description>
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1110.D1”>
<annotation>
<appinfo>
<gml:description>domLetniskowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1110.Ls”>
<annotation>
<appinfo>
<gml:description>lesniczowka</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1110.In”>
<annotation>
<appinfo>
<gml:description>innyBudynekMieszkalnyJednorodzinny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1121. Db”>
<annotation>
<appinfo>
<gml:description>budynekODwochMieszkaniach</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1122.Dw”>
<annotation>
<appinfo>
<gml:description>budynekWielorodzinny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.Bs”>
<annotation>
<appinfo>
<gml:description>bursaSzkolna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.Db”>
<annotation>
<appinfo>
<gml:description>domDlaBezdomnych</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.Dd”>
<annotation>
<appinfo>
<gml:description>domDziecka</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.Os”>
<annotation>
<appinfo>
<gml:description>domOpieki Spolecznej </gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.Dp”>
<annotation>
<appinfo>
<gml:description>domParafialny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.Ds”>
<annotation>
<appinfo>
<gml:description>domStudencki</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.Dz”>
<annotation>
<appinfo>
<gml:description>domZakonny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.Hr”>
<annotation>
<appinfo>
<gml:description>hotelRobotniczy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.It”>
<annotation>
<appinfo>
<gml:description>internat</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.K1”>
<annotation>
<appinfo>
<gml:description>klasztor</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.Km”>
<annotation>
<appinfo>
<gml:description>budynekMieszkalnyNaTerenieKoszar</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.Po”>
<annotation>
<appinfo>
<gml:description>placowkaOpiekunczoWychowawcza</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.Ra”>
<annotation>
<appinfo>
<gml:description>rezydencjaAmbasadora</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.Rb”>
<annotation>
<appinfo>
<gml:description>rezydencjaBiskupia</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.Rp”>
<annotation>
<appinfo>
<gml:description>rezydencjaPrezydencka</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.Zk”>
<annotation>
<appinfo>
<gml:description>zakladKarnyAreszt</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.Zp”>
<annotation>
<appinfo>
<gml:description>zakladPoprawczy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130.In”>
<annotation>
<appinfo>
<gml:description>innyBudynekZbiorowegoZamieszkania</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1211. Dw”>
<annotation>
<appinfo>
<gml:description>domWeselny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1211. Ht”>
<annotation>
<appinfo>
<gml:description>hotel</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1211. Mt”>
<annotation>
<appinfo>
<gml:description>motel</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1211.Pj „>
<annotation>
<appinfo>
<gml:description>pensjonat</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1211.Rj „>
<annotation>
<appinfo>
<gml:description>restauracja</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1211. Zj”>
<annotation>
<appinfo>
<gml:description>zajazd</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1211. In”>
<annotation>
<appinfo>
<gml:description>innyBudynekPelniacyFunkcjeHotelu</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1212.Dk”>
<annotation>
<appinfo>
<gml:description>domekKempingowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1212.Dr”>
<annotation>
<appinfo>
<gml:description>domRekolekcyjnyZZakwaterowaniemTurystycznym</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1212.Dw”>
<annotation>
<appinfo>
<gml:description>domWypoczynkowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1212.0s”>
<annotation>
<appinfo>
<gml:description>osrodekSzkoleniowoWypoczynkowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1212.St”>
<annotation>
<appinfo>
<gml:description>schroniskoTurystyczne</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1212.In”>
<annotation>
<appinfo>
<gml:description>innyBudynekZakwaterowaniaTurystycznego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1220.Bk”>
<annotation>
<appinfo>
<gml:description>bank</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1220.Ck”>
<annotation>
<appinfo>
<gml:description>centrumKonferencyjne</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1220.Km”>
<annotation>
<appinfo>
<gml:description>kuriaMetropolitama</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1220.Mn”>
<annotation>
<appinfo>
<gml:description>ministerstwo</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1220.Pd”>
<annotation>
<appinfo>
<gml:description>placowkaDyplomatycznaLubKonsularna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1220.Pc”>
<annotation>
<appinfo>
<gml:description>policja</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1220.Pk”>
<annotation>
<appinfo>
<gml:description>prokuratura</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1220.Pg”>
<annotation>
<appinfo>
<gml:description>przejscieGraniczne</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1220.Sd”>
<annotation>
<appinfo>
<gml:description>sad</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1220.Sf „>
<annotation>
<appinfo>
<gml:description>siedzibaFirmyLubFirm</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1220.Pw”>
<annotation>
<appinfo>
<gml:description>starostwoPowiatowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1220.Sg”>
<annotation>
<appinfo>
<gml:description>strazGraniczna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1220.Sp”>
<annotation>
<appinfo>
<gml:description>strazPozarna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1220.Uc”>
<annotation>
<appinfo>
<gml:description>urzadCelny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1220.Ug”>
<annotation>
<appinfo>
<gml:description>urzadGminy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1220.Um”>
<annotation>
<appinfo>
<gml:description>urzadMiasta</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1220.Umg”>
<annotation>
<appinfo>
<gml:description>urzadMiastaIGminy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1220.Mr”>
<annotation>
<appinfo>
<gml:description>urzadMarszalkowski</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1220.Up”>
<annotation>
<appinfo>
<gml:description>placowkaPocztowa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1220.Uw”>
<annotation>
<appinfo>
<gml:description>urzadWojewodzki</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1220.Ap”>
<annotation>
<appinfo>
<gml:description>innyUrzadAdministracjiPublicznej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1230.Ap”>
<annotation>
<appinfo>
<gml:description>apteka</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1230.Ch”>
<annotation>
<appinfo>
<gml:description>centrumHandlowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1230.Dh”>
<annotation>
<appinfo>
<gml:description>domTowarowyLubHandlowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1230.Ht”>
<annotation>
<appinfo>
<gml:description>halaTargowa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1230.Hw”>
<annotation>
<appinfo>
<gml:description>halaWystawowa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1230.Hm”>
<annotation>
<appinfo>
<gml:description>hipermarketLubSupermarket</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1230.Ph”>
<annotation>
<appinfo>
<gml:description>pawilonHandlowoUslugowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1230.So”>
<annotation>
<appinfo>
<gml:description>stacjaObslugiPojazdow</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1230.Sp”>
<annotation>
<appinfo>
<gml:description>stacjaPaliw</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1230.In”>
<annotation>
<appinfo>
<gml:description>innyBudynekHandlowoUslugowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1241. Kk”>
<annotation>
<appinfo>
<gml:description>budynekKontroliRuchuKolejowego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1241. Kp”>
<annotation>
<appinfo>
<gml:description>budynekKontroliRuchuPowietrznego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1241. Ct”>
<annotation>
<appinfo>
<gml:description>centrumTelekomunikacyjne</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1241. Da”>
<annotation>
<appinfo>
<gml:description>budynekDworcaAutobusowego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1241. Dk”>
<annotation>
<appinfo>
<gml:description>budynekDworcaKolejowego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1241. Dl”>
<annotation>
<appinfo>
<gml:description>budynekDworcaLotniczego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1241. Hg”>
<annotation>
<appinfo>
<gml:description>hangar</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1241. Lm”>
<annotation>
<appinfo>
<gml:description>latarniaMorska</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1241. Lk”>
<annotation>
<appinfo>
<gml:description>lokomotywowniaLubWagonownia</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1241. Kg”>
<annotation>
<appinfo>
<gml:description>stacjaKolejkiGorskiejLubWyciaguKrzeselkowego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1241. Rt”>
<annotation>
<appinfo>
<gml:description>stacjaNadawczaRadialTelewizji</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1241. Tp”>
<annotation>
<appinfo>
<gml:description>terminalPortowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1241. Ab”>
<annotation>
<appinfo>
<gml:description>budynekZajezdni Autobusowej </gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1241. Tr”>
<annotation>
<appinfo>
<gml:description>budynekZajezdniTramwajowej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1241. Tb”>
<annotation>
<appinfo>
<gml:description>budynekZajezdniTrolejbusowej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1241. In”>
<annotation>
<appinfo>
<gml:description>innyBudynekTransportuLubLacznosci</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1242.Gr”>
<annotation>
<appinfo>
<gml:description>garazJednopoziomowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1242.Pw”>
<annotation>
<appinfo>
<gml:description>garazWielopoziomowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1251. El”>
<annotation>
<appinfo>
<gml:description>budynekElektrocieplowni</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1251. Ek”>
<annotation>
<appinfo>
<gml:description>budynekElektrowni</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1251. Kt”>
<annotation>
<appinfo>
<gml:description>budynekKotlowni</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1251. Mn”>
<annotation>
<appinfo>
<gml:description>mlyn</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1251. Pr”>
<annotation>
<appinfo>
<gml:description>budynekPrzeznaczonyNaProdukcje</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1251 Rf”>
<annotation>
<appinfo>
<gml:description>budynekRafinerii</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1251. Ss”>
<annotation>
<appinfo>
<gml:description>budynekSpalarniSmieci</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1251. Wr”>
<annotation>
<appinfo>
<gml:description>warsztatRemontowoNaprawczy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1251. Wt”>
<annotation>
<appinfo>
<gml:description>budynekWiatraka</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1251. In”>
<annotation>
<appinfo>
<gml:description>innyBudynekPrzemyslowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1252.Sp”>
<annotation>
<appinfo>
<gml:description>budynekSpedycji</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1252.Ch”>
<annotation>
<appinfo>
<gml:description>chlodnia</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1252.El”>
<annotation>
<appinfo>
<gml:description>elewator</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1252.Mg”>
<annotation>
<appinfo>
<gml:description>magazyn</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1252.Sl”>
<annotation>
<appinfo>
<gml:description>silos</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1252.Gz”>
<annotation>
<appinfo>
<gml:description>zbiornikNaGaz</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1252.Ci”>
<annotation>
<appinfo>
<gml:description>zbiornikNaCiecz</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1252.In”>
<annotation>
<appinfo>
<gml:description>innyBudynekMagazynowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1261. Oz”>
<annotation>
<appinfo>
<gml:description>budynekOgroduZooLubBotanicznego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1261. Dk”>
<annotation>
<appinfo>
<gml:description>domKultury</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1261. Fh”>
<annotation>
<appinfo>
<gml:description>filharmonia</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1261. Hw”>
<annotation>
<appinfo>
<gml:description>halaWidowiskowa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1261. Ks”>
<annotation>
<appinfo>
<gml:description>kasyno</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1261. Kn”>
<annotation>
<appinfo>
<gml:description>kino</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1261. Kl”>
<annotation>
<appinfo>
<gml:description>klubDyskoteka</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1261. Sz”>
<annotation>
<appinfo>
<gml:description>schroniskoDlaZwierzat</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1261. Op”>
<annotation>
<appinfo>
<gml:description>opera</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1261. Tt”>
<annotation>
<appinfo>
<gml:description>teatr</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1261. In”>
<annotation>
<appinfo>
<gml:description>innyBudynekWykorzystywanyNaCeleKultury</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1262.Ar”>
<annotation>
<appinfo>
<gml:description>archiwum</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1262.Bl”>
<annotation>
<appinfo>
<gml:description>biblioteka</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1262.Ci”>
<annotation>
<appinfo>
<gml:description>centrumInformacyjne</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1262.Gs”>
<annotation>
<appinfo>
<gml:description>galeriaSztuki</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1262.Mz”>
<annotation>
<appinfo>
<gml:description>muzeum</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1262.In”>
<annotation>
<appinfo>
<gml:description>innyBudynekMuzealnyLubBiblioteczny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1263.0b”>
<annotation>
<appinfo>
<gml:description>obserwatoriumLubPlanetarium</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1263.Pb”>
<annotation>
<appinfo>
<gml:description>placowkaBadawcza</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1263.Ps”>
<annotation>
<appinfo>
<gml:description>przedszkole</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1263.Sh”>
<annotation>
<appinfo>
<gml:description>stacjaHydrologiczna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1263.Sm”>
<annotation>
<appinfo>
<gml:description>stacjaMeteorologiczna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1263.Sp”>
<annotation>
<appinfo>
<gml:description>szkolaPodstawowa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1263.Sd”>
<annotation>
<appinfo>
<gml:description>szkolaPonadpodstawowa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1263.Sw”>
<annotation>
<appinfo>
<gml:description>szkolaWyzsza</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1263.In”>
<annotation>
<appinfo>
<gml:description>innyBudynekOCharakterzeEdukacyjnym</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1264.Hs”>
<annotation>
<appinfo>
<gml:description>hospicjum</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1264.Iw”>
<annotation>
<appinfo>
<gml:description>izbaWytrzezwien</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1264Jr”>
<annotation>
<appinfo>
<gml:description>jednostkaRatownictwaMedycznego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1264.Kw”>
<annotation>
<appinfo>
<gml:description>klinikaWeterynaryjna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1264.0o”>
<annotation>
<appinfo>
<gml:description>osrodekOpieki Społecznej </gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1264.Po”>
<annotation>
<appinfo>
<gml:description>placowkaOchronyZdrowia</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1264.St”>
<annotation>
<appinfo>
<gml:description>sanatorium</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1264.Sk”>
<annotation>
<appinfo>
<gml:description>stacjaKrwiodawstwa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1264.Ss”>
<annotation>
<appinfo>
<gml:description>stacjaSanitarnoEpidemiologiczna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1264.Sz”>
<annotation>
<appinfo>
<gml:description>szpital</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1264.Zb”>
<annotation>
<appinfo>
<gml:description>zlobek</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1264.In”>
<annotation>
<appinfo>
<gml:description>innyBudynekOpiekiMedycznej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1265.Hs”>
<annotation>
<appinfo>
<gml:description>halaSportowa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1265.Ht”>
<annotation>
<appinfo>
<gml:description>halowyTorGokartowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1265.Ks”>
<annotation>
<appinfo>
<gml:description>klubSportowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1265.Kt”>
<annotation>
<appinfo>
<gml:description>kortyTenisowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1265.Kr”>
<annotation>
<appinfo>
<gml:description>kregielnia</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1265.Pl”>
<annotation>
<appinfo>
<gml:description>plywalnia</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1265.Sg”>
<annotation>
<appinfo>
<gml:description>budynekSaliGimnastycznej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1265.St”>
<annotation>
<appinfo>
<gml:description>strzelnica</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1265.Sl”>
<annotation>
<appinfo>
<gml:description>sztuczneLodowisko</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1265.Uj”>
<annotation>
<appinfo>
<gml:description>ujezdzalnia</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1265.In”>
<annotation>
<appinfo>
<gml:description>innyBudynekKulturyFizycznej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1271. Bg”>
<annotation>
<appinfo>
<gml:description>budynekSkladowyWGospodarstwieRolnym</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1271. Bp”>
<annotation>
<appinfo>
<gml:description>budynekInwentarskiWGospodarstwieRolnym</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1271. St”>
<annotation>
<appinfo>
<gml:description>budynekStadninyKoni</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1271.Sz”>
<annotation>
<appinfo>
<gml:description>szklarniaLubCieplarnia</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1271. In”>
<annotation>
<appinfo>
<gml:description>innyBudynekWGospodarstwieRolnym</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1272.Bc”>
<annotation>
<appinfo>
<gml:description>budynekCmentarny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1272.Ck”>
<annotation>
<appinfo>
<gml:description>cerkiew</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1272.Dp”>
<annotation>
<appinfo>
<gml:description>domPogrzebowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1272.Dz”>
<annotation>
<appinfo>
<gml:description>dzwonnica</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1272.Kp”>
<annotation>
<appinfo>
<gml:description>kaplica</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1272.Ks”>
<annotation>
<appinfo>
<gml:description>kosciol</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1272.Kr”>
<annotation>
<appinfo>
<gml:description>krematorium</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1272.Mc”>
<annotation>
<appinfo>
<gml:description>meczet</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1272.Sn”>
<annotation>
<appinfo>
<gml:description>synagoga</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1272.Ir”>
<annotation>
<appinfo>
<gml:description>innyBudynekKultuReligijnego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1273.Zb”>
<annotation>
<appinfo>
<gml:description>zabytekBezFunkcjiUzytkowej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1274.As”>
<annotation>
<appinfo>
<gml:description>aresztSledczy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1274.Bc”>
<annotation>
<appinfo>
<gml:description>bacowka</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1274.Sc”>
<annotation>
<appinfo>
<gml:description>schroniskoDlaNieletnich</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1274.Sg”>
<annotation>
<appinfo>
<gml:description>stacjaGazowa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="1274.Sp”>
<annotation>
<appinfo>
<gml:description>stacjaPomp</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1274.St”>
<annotation>
<appinfo>
<gml:description>stacjaTransformatorowa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1274.Tp”>
<annotation>
<appinfo>
<gml:description>toaletaPubliczna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1274.Zk”>
<annotation>
<appinfo>
<gml:description>niemieszkalneZabudowaniaKoszarowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1274.Zp”>
<annotation>
<appinfo>
<gml:description>zakladKarnyLubPoprawczy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1274.In”>
<annotation>
<appinfo>
<gml:description>budynekNieOkreslonyInnymAtrybutemFSB</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_OFUType”>
<restnction base="string”>
<enumeration value="R”>
<annotation>
<appinfo>
<gml:description>gruntOrny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="S”>
<annotation>
<appinfo>
<gml:description>sad</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ł”>
<annotation>
<appinfo>
<gml:description>lakaTrwala</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ps”>
<annotation>
<appinfo>
<gml:description>pastwiskoTrwale</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Br”>
<annotation>
<appinfo>
<gml:description>gruntRolnyZabudowany</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wsr”>
<annotation>
<appinfo>
<gml:description>gruntPodStawem</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="W”>
<annotation>
<appinfo>
<gml:description>gruntPodRowem</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Lzr”>
<annotation>
<appinfo>
<gml:description>rolnyGruntZadrzewionyIZakrzewiony</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ls”>
<annotation>
<appinfo>
<gml:description>las</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Lz”>
<annotation>
<appinfo>
<gml:description>gruntZadrzewionyIZakrzewiony</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="B”>
<annotation>
<appinfo>
<gml:description>terenMieszkaniowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ba”>
<annotation>
<appinfo>
<gml:description>terenPrzemyslowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Bi”>
<annotation>
<appinfo>
<gml:description>innyTerenZabudowany</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Bp”>
<annotation>
<appinfo>
<gml:description>zurbanizowanyTerenNiezabudowanyLubWTrakcieZabudowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Bz”>
<annotation>
<appinfo>
<gml:description>terenRekreacyjnoWypoczynkowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="K”>
<annotation>
<appinfo>
<gml:description>uzytekKopalny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="dr”>
<annotation>
<appinfo>
<gml:description>droga</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tk”>
<annotation>
<appinfo>
<gml:description>terenKolejowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ti”>
<annotation>
<appinfo>
<gml:description>innyTerenKomunikacyjny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tp”>
<annotation>
<appinfo>
<gml:description>gruntPrzeznaczonyPodBudoweDrogPublLubLiniiKolej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="E-R”>
<annotation>
<appinfo>
<gml:description>uzytekEkologicznyNaGruncieOmym</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="E-Ps”>
<annotation>
<appinfo>
<gml:description>uzytekEkologicznyNaPastwiskuTrwalym</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="E-Ł”>
<annotation>
<appinfo>
<gml:description>uzytekEkologicznyNaLaceTrwalej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="E-Lz”>
<annotation>
<appinfo>
<gml:description>uzytekEkologicznyNaGruncieZadrzewionymIZakrzewionym</gml:descript
ion>
</appinfo>
</annotation>
</enumeration>
<enumeration value="E-Lzr”>
<annotation>
<appinfo>
<gml:description>uzytekEkologicznyNaRolnymGruncieZadrzewionymIZakrzewionym</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="E-Ls”>
<annotation>
<appinfo>
<gml:description>uzytekEkologicznyNaLesie</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="E-Wp”>
<annotation>
<appinfo>
<gml:description>uzytekEkologicznyNaGrunciePodWodaPowierzchniowaPlynaca</gml:desc
ription>
</appinfo>
</annotation>
</enumeration>
<enumeration value="E-Ws”>
<annotation>
<appinfo>
<gml:description>uzytekEkologicznyNaGrunciePodWodaPowierzchniowaStojaca</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="E-W”>
<annotation>
<appinfo>
<gml:description>uzytekEkologicznyNaGrunciePodRowem</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="E-N”>
<annotation>
<appinfo>
<gml:description>uzytekEkologicznyNaNieuzytku</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="N”>
<annotation>
<appinfo>
<gml:description>nieuzytek</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wm”>
<annotation>
<appinfo>
<gml:description>gruntPodMorskimiWodamiWewnetrznymi</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wp”>
<annotation>
<appinfo>
<gml:description>gruntPodWodamiPowierzchniowymiPlynacymi</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ws”>
<annotation>
<appinfo>
<gml:description>gruntPodWodamiPowierzchniowymiStojacymi</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tr”>
<annotation>
<appinfo>
<gml:description>terenRozny</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_OZKType”>
<restriction base="string”>
<enumeration value="I"/>
<enumeration value="II"/>
<enumeration value="III"/>
<enumeration value="IIIa"/>
<enumeration value="IIIb"/>
<enumeration value="IV"/>
<enumeration value="IVa"/>
<enumeration value="IVb"/>
<enumeration value="V"/>
<enumeration value="VI"/>
<enumeration value="VIz"/>
</restriction>
</simpleType>
<simpleType name="EGB_OZUType”>
<restrictionbase="string”>
<enumeration value="R”>
<annotation>
<appinfo>
<gml:description>gruntOrny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ł”>
<annotation>
<appinfo>
<gml:description>lakaTrwala</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ps”>
<annotation>
<appinfo>
<gml:description>pastwiskoTrwale</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ls”>
<annotation>
<appinfo>
<gml:description>las</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="Lz”>
<annotation>
<appinfo>
<gml:description>gruntZadrzewionyIZakrzewiony</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_ZrodloDatyBudowyType”>
<restriction base="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>dokument</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>zrodloNiepotwierdzone</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>szacowana</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleTypename="EGB_RodzajLokaluType”>
<restriction base="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>mieszkalny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>niemieszkalny</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_ReprezentacjaPowDzialkiType”>
<restriction base='string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>doklDoM</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>doklDoAra</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_ZakresPrzebudowyBudynkuType”>
<restriction base="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>przebudowa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>nadbudowaBezZmian</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>czesciowaRozbiorkaBezZmian</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="4”>
<annotation>
<appinfo>
<gml:description>nadbudowaZmiana</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="5”>
<annotation>
<appinfo>
<gml:description>czesciowaRozbiorkaZmiana</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="6”>
<annotation>
<appinfo>
<gml:description>inny</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_RodzaiPomieszczeniaPrzynaleznegoDoLokaluType”>
<restrictionbase="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>piwnica</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>garaz</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>miejscePostojoweWGarazuWielostanowiskowym</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="4”>
<annotation>
<appinfo>
<gml:description>strych</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="5”>
<annotation>
<appinfo>
<gml:description>komorka</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="6”>
<annotation>
<appinfo>
<gml:description>inne</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_StatusBudynkuType”>
<restriction base="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>wybudowany</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>wBudowie</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>budynekDoRozbiorki</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="4”>
<annotation>
<appinfo>
<gml:description>projektowany</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_RodzajObiektuZwiazanegoZBudynkiemType”>
<restriction base='string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>taras</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>werandaGanek</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>wiatrolap</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="4”>
<annotation>
<appinfo>
<gml:description>schody</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="5”>
<annotation>
<appinfo>
<gml:description>podpora</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="6”>
<annotation>
<appinfo>
<gml:description>rampa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="7”>
<annotation>
<appinfo>
<gml:description>wjazdDoPodziemia</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="8”>
<annotation>
<appinfo>
<gml:description>podjazdDlaOsobNiepelnosprawnych</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="9”>
<annotation>
<appinfo>
<gml:description>inny</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_RodzajWgKSTType”>
<restriction base='string”>
<enumeration value=” 101 „>
<annotation>
<appinfo>
<gml:description>budynekPrzemyslowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="102”>
<annotation>
<appinfo>
<gml:description>budynekTransportuILacznosci</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="103”>
<annotation>
<appinfo>
<gml:description>budynekHandlowoUslugowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 104”>
<annotation>
<appinfo>
<gml:description>zbiornikSilosIBudynkMagazynowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 105”>
<annotation>
<appinfo>
<gml:description>budynekBiurowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="106”>
<annotation>
<appinfo>
<gml:description>budynekSzpitalaIInneBudynkiOpiekiZdrowotnej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="107”>
<annotation>
<appinfo>
<gml:description>budynekOswiatyNaukiIKulturyOrazSportu</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="108”>
<annotation>
<appinfo>
<gml:description>budynekProdukcyjnyUslugowyIGospodarczy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="109”>
<annotation>
<appinfo>
<gml:description>pozostalyBudynekNiemieszkalny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 110”>
<annotation>
<appinfo>
<gml:description>budynekMieszkalny</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_RodzajBlokuType”>
<restrictionbase="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>kondygnacjeNadziemne</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>kondygnacjePodziemne</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>lacznik</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="4”>
<annotation>
<appinfo>
<gml:description>nawis</gml:description
</appinfo>
</annotation>
</enumeration>
<enumerationvalue="5”>
<annotation>
<appinfo>
<gml:description>przejazdPrzezBudynek</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="6”>
<annotation>
<appinfo>
<gml:description>inny</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_KlasaWgPKOBType”>
<restrictionbase="string”>
<enumeration value=” 1110”>
<annotation>
<appinfo>
<gml:description>budynkiMieszkalneJednorodzinne</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1121”>
<annotation>
<appinfo>
<gml:description>budynkiODwochMieszkaniach</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1122”>
<annotation>
<appinfo>
<gml:description>budynkiOTrzechIWiecejMieszkaniach</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1130”>
<annotation>
<appinfo>
<gml:description>budynkiZbiorowegoZamieszkania</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1211”>
<annotation>
<appinfo>
<gml:description>budynkiHoteli</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1212”>
<annotation>
<appinfo>
<gml:description>budynkiZakwaterowaniaTurystycznegoPozostale</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1220”>
<annotation>
<appinfo>
<gml:description>budynkiBiurowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1230”>
<annotation>
<appinfo>
<gml:description>budynkiHandlowoUslugowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1241”>
<annotation>
<appinfo>
<gml:description>budynkiLacznosciDworcowITerminali</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1242”>
<annotation>
<appinfo>
<gml:description>budynkiGarazy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1251”>
<annotation>
<appinfo>
<gml:description>budynkiPrzemyslowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1252”>
<annotation>
<appinfo>
<gml:description>zbiornikiSilosyIBudynkiMagazynowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1261”>
<annotation>
<appinfo>
<gml:description>ogolnodostepneObiektyKulturalne</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1262”>
<annotation>
<appinfo>
<gml:description>budynkiMuzeowIBibliotek</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1263”>
<annotation>
<appinfo>
<gml:description>budynkiSzkolIInstytucjiBadawczych</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1264”>
<annotation>
<appinfo>
<gml:description>budynkiSzpitaliIZakladowOpiekiMedycznej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1265”>
<annotation>
<appinfo>
<gml:description>budynkiKulturyFizycznej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1271”>
<annotation>
<appinfo>
<gml:description>budynkiGospodarstwRolnych</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1272”>
<annotation>
<appinfo>
<gml:description>budynkiKultuReligijnego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1273”>
<annotation>
<appinfo>
<gml:description>budynkiZabytkowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1274”>
<annotation>
<appinfo>
<gml:description>pozostaleBudynkiNiemieszkalne</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_MaterialScianZewnBudynkuType”>
<restriction base='string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>mur</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>drewno</gml:description
</appinfo>
Dziennik Ustaw - 237 - Poz. 1034
</annotation>
</enumeration>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>inny</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_PrzyczynaRozbiorkiType”>
<restriction base="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>zlyStanBudynku</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>kolizjaZNowalnwestycja</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>inna</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_StanUzytkowaniaBudynkuType”>
<restrictionbase="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>budynekOddanyDoUzytkowaniaWCalosci</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>budynekOddanyDoUzytkowaniaWCzesci</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_GlebyGruntowOrnychNaTerNizIWyzType”>
<restriction base="string”>
<enumeration value="AB.”>
<annotation>
<appinfo>
<gml:description>brunatnePloweBielicoweRdzawe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="A.”>
<annotation>
<appinfo>
<gml:description>plowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="B.”>
<annotation>
<appinfo>
<gml:description>brunatne</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="C.”>
<annotation>
<appinfo>
<gml:description>czarnoziemy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="D.”>
<annotation>
<appinfo>
<gml:description>czarneZiemie</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="E.”>
<annotation>
<appinfo>
<gml:description>bagienneIPobagienne</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="F.”>
<annotation>
<appinfo>
<gml:description>mady</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="G.”>
<annotation>
<appinfo>
<gml:description>redziny</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_GlebyLakIPsNaTerGorType”>
<restrictionbase="string”>
<enumeration value="HZ.”>
<annotation>
<appinfo>
<gml:description>inicjalne</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="IZ.”>
<annotation>
<appinfo>
<gml:description>brunatnePloweIBielicowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="IZ(G).”>
<annotation>
<appinfo>
<gml:description>brunatneGlejPloweGlejIBielicoweGlej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="JZ.”>
<annotation>
<appinfo>
<gml:description>mady</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="JZ(G).”>
<annotation>
<appinfo>
<gml:description>madyGlejowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="KZ.”>
<annotation>
<appinfo>
<gml:description>redziny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="LZ.”>
<annotation>
<appinfo>
<gml:description>czarneZiemie</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="MZ.”>
<annotation>
<appinfo>
<gml:description>bagienneIPobagienne</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_GlebyLakIPsNaTerNizIWyzType”>
<restriction base='string”>
<enumeration value="BZ.”>
<annotation>
<appinfo>
<gml:description>brunatneIRdzawe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="BZ(G).”>
<annotation>
<appinfo>
<gml:description>brunatneGlejowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="CZ.”>
<annotation>
<appinfo>
<gml:description>czarnoziemy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="CZ(G).”>
<annotation>
<appinfo>
<gml:description>czarnoziemyGlejowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="DZ.”>
<annotation>
<appinfo>
<gml:description>czarneZiemie</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="DZ(G).”>
<annotation>
<appinfo>
<gml:description>czameZiemieGlejowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="EZ.”>
<annotation>
<appinfo>
<gml:description>bagienneIPobagienne</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="FZ.”>
<annotation>
<appinfo>
<gml:description>mady</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="FZ(G).”>
<annotation>
<appinfo>
<gml:description>madyGlejowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="GZ.”>
<annotation>
<appinfo>
<gml:description>redziny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="GZ(G).”>
<annotation>
<appinfo>
<gml:description>redzinyGlejowe</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_GlebyGruntowOrnychILesnychNaTerGorType”>
<restriction base="string”>
<enumeration value="H.”>
<annotation>
<appinfo>
<gml:description>inicjalne</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="I.”>
<annotation>
<appinfo>
<gml:description>brunatnePloweIBielicowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="J.”>
<annotation>
<appinfo>
<gml:description>mady</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="K.”>
<annotation>
<appinfo>
<gml:description>redziny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="L.”>
<annotation>
<appinfo>
<gml:description>czarneZiemie</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="M.”>
<annotation>
<appinfo>
<gml:description>bagienneIPobagienne</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_GlebyGruntowLesnychNaTerNizIWyzType”>
<restriction base='string”>
<enumeration value="A.”>
<annotation>
<appinfo>
<gml:description>ploweIBielicowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="B.”>
<annotation>
<appinfo>
<gml:description>brunatneIRdzawe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="C.”>
<annotation>
<appinfo>
<gml:description>czarnoziemy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="D.”>
<annotation>
<appinfo>
<gml:description>czarneZiemie</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="E.”>
<annotation>
<appinfo>
<gml:description>bagienneIPobagienne</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="F.”>
<annotation>
<appinfo>
<gml:description>mady</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="G.”>
<annotation>
<appinfo>
<gml:description>redziny</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<element name="EGB_OznaczenieKlasouzytku” type="egb:EGB_OznaczenieKrasouzytkuType"substitutionGroup="gml:AbstractObject"/>
<complexTypename="EGB_OznaczenieKlasouzytkuType”>
<sequence>
<element name="OFU” type="egb:EGB_OFUType"/>
<element name="OZU” type="egb:EGB_OZUType” minOccurs="0"/>
<elementname="OZK” type="egb:EGB:OZKType” minOccurs="0"/>
</sequence>
</complexType>
<complexTypename="EGB_OznaczenieKlasouzytkuPropertyType”>
<sequence>
<elementref="egb:EGB_OznaczenieKlasouzytku"/>
</sequence>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="EGB_OznaczenieTypuGleby” type="egb:EGB_OznaczenieTypuGlebyType"substitutionGroup="gml:AbstractObject"/>
<complexTypename="EGB_OznaczenieTypuGlebyType”>
<choice>
<elementname="gruntyOrneNaTerNizIWyz” type="egb:EGB_GlebyGruntowOrnychNaTerNizIWyzType"/>
<elementname="gruntyOrneNaTerGor” type="egb:EGB_GlebyGruntowOmychILesnychNaTerGorType"/>
<elementname="lakiIPsNaTerNizIWyz” type="egb: EGB__GlebyLakIPsNaTerNizIWyzType"/>
<element name="lakiIPsNaTerGor” type="egb:EGB_GlebyLakIPsNaTerGorType"/>
<elementname="gruntyLesneNaTerNizIWyz” type="egb:EGB_GlebyGruntowLesnychNaTerNizIWyzType"/>
<elementname="gruntyLesneNaTerGor” type="egb:EGB_GlebyGruntowOmychILesnychNaTerGorType"/>
</choice>
</complexType>
<complexTypename="EGB_OznaczenieTypuGlebyPropertyType”>
<sequence>
<elementref="egb:EGB_0znaczenieTypuGleby"/>
</sequence>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
</schema>
Dane podmiotowe
<?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:egb="urn:gugik:specyfikacie:gmlas:ewidenciaGruntowBudynkow:1.0”
targetNamespace="um:gugik:specyfikacje:gmlas:ewidencjaGruntowBudynkow:1.0”
elementFormDefault="qualified"version="2.0”>
<import namespace="http://www.opengis.net/gml/3.2” schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
<include schemaLocation="EGB OgolnyObiekt.xsd"/>
<!-- ============================================================ -->
<elementname="EGB_OsobaFizyczna” type="egb:EGB_OsobaFizycznaType” substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexTypename="EGB_OsobaFizycznaType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="pierwszeImie” type="string"/>
<element name="pierwszyCzlonNazwiska” type="string"/>
<element name="plec” type="egb:EGB_PlecType"/>
<element name="status” type="egb:EGB_StatusPodmiotuEwidType"/>
<element name="informacjaOSmierci” type="string” minOccurs="0"/>
<element name="pesel” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="drugiCzlonNazwiska” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="drugieImie” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="imieMatki” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="imieOjca” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="oznDokumentuStwierdzajacegoTozsamosc” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-Roles->
<element name="adresOsobyFizycznej” type="gml:ReferenceType"minOccurs="0"/>
<elementname="adresDoKoresOsobyFiz” type="gml:ReferenceType"minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_OsobaFizycznaPropertyType”>
<sequence minOccurs="0”>
<elementref="egb:EGB_OsobaFizyczna"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_Instytucja” type="egb:EGB_InstytucjaType” substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexTypename="EGB_InstytucjaType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="status” type="egb:EGB_StatusPodmiotuEwidType"/>
<element name="nazwaPelna” type="string"/>
<element name="nazwaSkrocona” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="regon” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="nip” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
Dziennik Ustaw - 247 - Poz. 1034
</simpleContent>
</complexType>
</element>
<element name="nazwaRejestruOsobPrawnych” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="nrRejestruOsobPrawnych” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-Roles->
<element name="adresInstytucji” type="gml:ReferenceType” minOccurs="0"/>
<elementname="adresDoKoresInstytucji” type="gml:ReferenceType"minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_InstytucjaPropertyType”>
<sequenceminOccurs="0”>
<element ref="egb: EGB__Instytucja"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_Malzenstwo” type="egb:EGB_MalzenstwoType” substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexTypename="EGB_MalzenstwoType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="status” type="egb:EGB_StatusPodmiotuEwidType"/>
<!-Roles->
<element name="osobaFizyczna2” type="gml: ReferenceType"/>
<element name="osobaFizyczna3” type="gml: ReferenceType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_MalzenstwoPropertyType”>
<sequence minOccurs="0”>
<elementref="egb:EGB_Malzenstwo"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_PodmiotGrupowy” type="egb:EGB_PodmiotGrupowyType” substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexTypename="EGB_PodmiotGrupowyType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="status” type="egb:EGB_StatusPodmiotuEwidType"/>
<element name="nazwaPelna” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="nazwaSkrocona” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="regon” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="nip” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-Roles->
<element name="instytucja” type="gml:ReferenceType” minOccurs="0"maxOccurs="unbounded"/>
<element name="osobaFizyczna4” type="gml:ReferenceType” minOccurs="0” maxOccurs="unbounded"/>
<element name="malzenstwo3” type="gml:ReferenceType” minOccurs="0"maxOccurs="unbounded"/>
<elementname="adresPodmiotuGrupowego” type="gml:ReferenceType"minOccurs="0"/>
<elementname="adresDoKoresGrupy” type="gml:ReferenceType"minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_PodmiotGrupowyPropertyType”>
<sequence minOccur"s="0”>
<elementref="egb:EGB_PodmiotGrupowy"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="EGB_ZarzadSpolkiWspolnotyGruntowej” type="egb:EGBZarzadSpolkiWspolnotyGruntowejType”
substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexTypename="EGB_ZarzadSpolkiWspolnotyGruntowejType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="nazwaSpolkiPowolanejDoZarzadzaniaWspolnotaGruntowa"type="string"/>
<!-Roles->
<elementname="wspolnotaGruntowa” type="gml:ReferenceType"/>
<element name="osobaFizycznal” type="gml:ReferenceType"maxOccurs="unbounded"/>
<elementname="adresDoKoresZarzWspolGr” type="gml:ReferenceType"minOccurs="0"/>
<element name="adresZarzWspolGr” type="gml:ReferenceType"minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_ZarzadSpolkiWspolnotyGruntowejPropertyType”>
<sequence minOccurs="0”>
<element ref="egb:EGB_ZarzadSpolkiWspolnotyGruntowej"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<simpleType name="EGB_PlecType”>
<restrictionbase="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>meska</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>zenska</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_StatusPodmiotuEwidType”>
<restrictionbase="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>osobaFizycznaLegitymujacaSieObywatelstwemPolskim</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>osobaFizycznaBezObywatelstwaPolskiego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>skarbPanstwa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="4”>
<annotation>
<appinfo>
<gml:description>gminaLubZwiazekMiedzygminny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="5”>
<annotation>
<appinfo>
<gml:description>solectwo</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="6”>
<annotation>
<appinfo>
<gml:description>panstwowaOsobaPrawnaLubJednoosobowaSpolkaSkarbuPanstwa</gml:des cription>
</appinfo>
</annotation>
</enumeration>
<enumeration value="7”>
<annotation>
<appinfo>
<gml:description>panstwoweGospodarstwoLesneLasyPanstwowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="8”>
<annotation>
<appinfo>
<gml:description>agencjaNieruchomosciRolnych</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="9”>
<annotation>
<appinfo>
<gml:description>agencjaMieniaWojskowego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 10”>
<annotation>
<appinfo>
<gml:description>wojskowaAgencjaMieszkaniowa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 11”>
<annotation>
<appinfo>
<gml:description>panstwowaJednostkaOrganizacyjnaBezOsobowosciPrawnej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 12”>
<annotation>
<appinfo>
<gml:description>gminnaJednostkaOrganizacyjnaBezOsobowosciPrawnej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 13”>
<annotation>
<appinfo>
<gml:description>powiatowaJednostkaOrganizacyjnaBezOsobowosciPrawnej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 14”>
<annotation>
<appinfo>
<gml:description>wojewodzkaJednostkaOrganizacyjnaBezOsobowosciPrawnej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 15”>
<annotation>
<appinfo>
<gml:description>gminnaOsobaPrawnaLubJednoosobowaSpolkaGminy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="16”>
<annotation>
<appinfo>
<gml:description>powiatowaOsobaPrawnaLubJednoosobowaSpolkaPowiatu</gml:descriptio
n>
</appinfo>
</annotation>
</enumeration>
<enumeration value="17”>
<annotation>
<appinfo>
<gml:description>wojewodzkaOsobaPrawnaLubJednoosobowaSpolkaWojewodztwa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="18”>
<annotation>
<appinfo>
<gml:description>ministerSkarbuPanstwa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="19”>
<annotation>
<appinfo>
<gml:description>starosta</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="20”>
<annotation>
<appinfo>
<gml:description>wojtBurmistrzPrezydentMiasta</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="21”>
<annotation>
<appinfo>
<gml:description>zarzadPowiatu</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="22”>
<annotation>
<appinfo>
<gml:description>zarzadWojewodztwa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="23”>
<annotation>
<appinfo>
<gml:description>spoldzielniaMieszkaniowa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="24”>
<annotation>
<appinfo>
<gml:description>spoldzielniaLubZwiazekSpoldzielni</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="25”>
<annotation>
<appinfo>
<gml:description>kosciolyLubZwiazkiWyznaniowe</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="26”>
<annotation>
<appinfo>
<gml:description>spolkaHandlowaNieBedacaCudzoziemcem</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="27”>
<annotation>
<appinfo>
<gml:description>spolkaHandlowaBedacaCudzoziemcem</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="28”>
<annotation>
<appinfo>
<gml:description>osobaPrawnaInnaNizSpolkaHandlowaBedacaCudzoziemcem</gml:descript
ion>
</appinfo>
</annotation>
</enumeration>
<enumeration value="29”>
<annotation>
<appinfo>
<gml:description>partiaPolityczna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="30”>
<annotation>
<appinfo>
<gml:description>stowarzyszenie</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="31”>
<annotation>
<appinfo>
<gml:description>jednOrganizacyjnaNieBedacaOsobaPrawnaZeZdolnosciaPrawna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="32”>
<annotation>
<appinfo>
<gml:description>podmiotyPozostąjaceWeWspolwlasnosciLacznej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="33”>
<annotation>
<appinfo>
<gml:description>spolkaCywilna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="34”>
<annotation>
<appinfo>
<gml:description>malzenstwoObywateliPolskich</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="35”>
<annotation>
<appinfo>
<gml:description>malzenstwoJedenCudzoziemiec</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="36”>
<annotation>
<appinfo>
<gml:description>wojewodztwo</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="37”>
<annotation>
<appinfo>
<gml:description>powiat</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="38”>
<annotation>
<appinfo>
<gml:description>spoldzielniaRolnicza</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="40”>
<annotation>
<appinfo>
<gml:description>wlascicielNieustalony</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="41”>
<annotation>
<appinfo>
<gml:description>wspolnotaGruntowa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="42”>
<annotation>
<appinfo>
<gml:description>ministerGospodarkiMorskiej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="43”>
<annotation>
<appinfo>
<gml:description>prezesKrąjowegoZarzaduGospodarkiWodnej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="44”>
<annotation>
<appinfo>
<gml:description>generalnyDyrektorDrogKrajowychIAutostrad</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="45”>
<annotation>
<appinfo>
<gml:description>dyrektorParkuNarodowego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="46”>
<annotation>
<appinfo>
<gml:description>marszalekWojewodztwa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="47”>
<annotation>
<appinfo>
<gml:description>inne</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
</schema>
Prawa do nieruchomości
<?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:egb="urn:gugik:specyfikacje:gmlas:ewidencjaGruntowBudynkow:1.0”
targetNamespace="urn:gugik:specyfikacje:gmlas:ewidencjaGruntowBudynkow:1.0”
elementFormDefault="qualified"version="2.0”>
<import namespace="http://www.opengis.net/gml/3.2” schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
<include schemaLocation="EGB OgolnyObiekt.xsd"/>
<!-- ============================================================= -->
<element name="EGB_JednostkaRejestrowaGruntow” type="egb:EGB_JednostkaReje"strowaGruntowType"substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexTypename="EGB_JednostkaRejestrowaGruntowType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="idJednostkiRejestrowej” type="string"/>
<elementname="wyroznienieGospodarstwRolnychLesnych” type="egb:EGB_WyroznienieGospodarstwRolnychLesnychType"/>
<!-Roles->
<element name="lokalizacjaJRG” type="gml:ReferenceType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_JednostkaRejestrowaGruntowPropertyType”>
<sequence minOccur~s="0”>
<element ref="egb: EGB_JednostkaRejestrowaGruntow"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="EGB_JednostkaRejestrowaBudynkow” type="egb:EGB_JednostkaRejestrowaBudynkow”
Type” substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexTypename="EGB_JednostkaRejestrowaBudynkowType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="idJednostkiRejestrowej” type="string"/>
<!-Roles->
<element name="JRGZwiazanaZJRB” maxOccurs="unbounded"type="gml:ReferenceType"/>
<element name="lokalizacjaJRB” type="gml: ReferenceType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_JednostkaRejestrowaBudynkowPropertyType”>
<sequence minOccur~s="0”>
<element ref="egb: EGB_JednostkaRejestrowaBudynkow"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="EGB_JednostkaRejestrowaLokali” type="egb:EGB_JednostkaReje"strowaLokaliType"substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexTypename="EGB_JednostkaRejestrowaLokaliType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="idJednostkiRejestrowej” type="string"/>
<element name="licznikUdzialuWNieruchomosciWspolnej” type="nonNegativeInteger"/>
<element name="mianownikUdzialuWNieruchomosciWspolnej"type="positiveInteger"/>
<!-Roles->
<element name="JRGZwiazanaZJRL” maxOccurs="unbounded"type="gml:ReferenceType"/>
<element name="lokalizacjaJRL” type="gml: ReferenceType"/>
<elementname="nieruchomoscWspolnaDlaLokalu” type="gml:ReferenceType"maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_JednostkaRejestrowaLokaliPropertyType”>
<sequence minOccur~s="0”>
<elementref="egb:EGB_JednostkaRejestrowaLokali"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_UdzialWlasnosci” type="egb:EGB_UdzialWlasnosciType” substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexType name="EGB_UdzialWlasnosciType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="rodzajPrawa” type="egb: EGB_RodzajPrawaType"/>
<element name="licznikUlamkaOkreslajacegoWartoscUdzialu"type="nonNegativeInteger"/>
<element name="mianownikUlamkaOkreslajacegoWartoscUdzialu"type="positiveInteger"/>
<element name="grupaRejestrowa” type="egb:EGB_GrupaRejType"minOccurs="0"/>
<element name="podgrupaRej” type="egb:EGB_PodgrupaRejType"minOccurs="0"/>
<element name="waznoscOd” nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="waznoscDo” nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-Roles->
<element name="udzialWNieruchomosciWspolnej” type="gml: ReferenceType"/>
<elementname="przedmiotUdzialuWlasnosci” type="egb:EGB_JednostkaRejestrowaPropertyType„/>
<elementname="podmiotUdzialuWlasnosci” type="egb:EGBPodmiotPropertyType„/>
<element name="udzialZwiazany” type="gml:ReferenceType"/>
<elementname="udzialWeWladaniuGruntem” type="gml:ReferenceType” minOccurs="0” maxOccurs="unbounded"/>
<elementname="udzialGospNierSPLubJST” type="gml:ReferenceType” minOccurs="0” maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_UdzialWlasnosciPropertyType”>
<sequence minOccur~s="0”>
<elementref="egb:EGB_UdzialWlasnosci"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="EGB_UdzialWeWladaniuNieruchomosciaSPLubJST” type="egb:EGBUdzialWeWladaniuNieruchomosciaSPLubJSTType”
substitutionGroup="egb:EGB OgolnyObiekt"/>
<complexTypename="EGB_UdzialWeWladaniuNieruchomosciaSPLubJSTType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="rodzajWladania” type="egb:EGB_RodzajWladaniaType„/>
<element name="licznikUlamkaOkreslajacegoWartoscUdzialu"type="nonNegativeInteger"/>
<element name="mianownikUlamkaOkreslajacegoWartoscUdzialu"type="positiveInteger"/>
<element name="podgrupaRej”
type="egb:EGB__PodgrupaRej Type"/>
<element name="waznoscOd” nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="waznoscDo” nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-Roles->
<elementname="podmiotUdzialuWeWladaniu” type="egb:EGBPodmiotPropertyType"/>
<elementname="przedmiotUdzialuWladania” type="egb:EGB__JednostkaRej estrowaPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_UdzialWeWladaniuNieruchomosciaSPLubJSTPropertyType”>
<sequenceminOccur"s="0”>
<elementref="egb:EGB_UdzialWeWladaniuNieruchomosciaSPLubJST"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="EGB_UdzialGospodarowaniaNieruchomosciaSPLubJST” type="egb:EGBUdzialGospodarowaniaNieruchomosciaSPLubJSTType”
substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexTypename="EGB_UdzialGospodarowaniaNieruchomosciaSPLubJSTType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="rodzajUprawnien” type="egb:EGB__RodzajUprawnienType"/>
<element name="licznikUlamkaOkreslajacegoWartoscUdzialu"type="integer"/>
<element name="mianownikUlamkaOkreslajacegoWartoscUdzialu"type="integer"/>
<element name="podgrupaRej” type="egb:EGB__PodgrupaRej Type"/>
<element name="waznoscOd” nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="waznoscDo” nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-Roles->
<element name="przedmiotUdzialuGZ1” type="egb:EGB__JednostkaRejestrowaPropertyType"/>
<element name="podmiotUdzialuGZ” type="egb:EGBPodmiotPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_UdzialGospodarowaniaNieruchomosciaSPLubJSTPropertyType”>
<sequence minOccurs="0”>
<element ref="egb:EGB_UdzialGospodarowaniaNieruchomosciaSPLubJST"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_Podmiot” type="egb:EGB_PodmiotType” substitutionGroup="gml:AbstractObject"/>
<complexTypename="EGB_PodmiotType”>
<choice>
<element name="osobaFizyczna5” type="gml:ReferenceType"/>
<element name="malzenstwo4” type="gml:ReferenceType"/>
<element name="podmiotGrupowyl” type="gml:ReferenceType"/>
<element name="instytucja3” type="gml:ReferenceType"/>
</choice>
</complexType>
<complexTypename="EGB_PodmiotPropertyType”>
<sequence>
<element ref="egb:EGB_Podmiot"/>
</sequence>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_JednostkaRejestrowa” type="egb:EGB_JednostkaRejestrowaType” substitutionGroup="gml:AbstractObject"/>
<complexTypename="EGB_JednostkaRejestrowaType”>
<choice>
<element name="JRG” type="gml:ReferenceType'"/>
<element name="JRB” type="gml:ReferenceType"/>
<element name="JRL” type="gml:ReferenceType'"/>
</choice>
</complexType>
<complexTypename="EGB_JednostkaRejestrowaPropertyType”>
<sequence>
<element ref="egb:EGB__JednostkaRejestrowa"/>
</sequence>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<simpleType name="EGB_RodzajUprawnienType”>
<restriction base="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>wykonywaniePrawaWlasnosciSPIInnychPrawRzeczowych</gml:descriptio
n>
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>gospodarowanieZasobemNieruchomosciSPLubGmPowWoj</gml:descripti on>
</appinfo>
</annotation>
</enumeration>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>gospodarowanieGruntemSPPokrytymWodamiPowierzchniowymi</gml:des cription>
</appinfo>
</annotation>
</enumeration>
<enumeration value="4”>
<annotation>
<appinfo>
<gml:description>wykonywanieZadanZarzadcyDrogPub</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_WyroznienieGospodarstwRolnychLesnychType”>
<restrictionbase="string”>
<enumeration value="0”>
<annotation>
<appinfo>
<gml:description>jednostkaRejestrowaNieBedacaGospodarstwemRolnymLubLesnym</gml:description
</appinfo>
</annotation>
</enumeration>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>jednostkaRejestrowaWchodzacaWSkladGospodarstwaRolnego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>jednostkaRejestrowaWchodzacaWSkladGospodarstwaLesnego</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_RodzajPrawaType”>
<restrictionbase="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>wlasnosc</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>wladanieSamoistne</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>udzialWeWspolnocieGruntowej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="4”>
<annotation>
<appinfo>
<gml:description>nieustalonaWlasnosc</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="5”>
<annotation>
<appinfo>
<gml:description>wspolnotaGruntowa</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_RodzajWladaniaType”>
<restriction base="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>uzytkowanieWieczyste</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>trwalyZarzad</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>zarzad</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="4”>
<annotation>
<appinfo>
<gml:description>uzytkowanie</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="5”>
<annotation>
<appinfo>
<gml:description>innyRodzajWladania</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_GrupaRejType”>
<restriction base="string”>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>panstwowaOsobaPrawna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="9”>
<annotation>
<appinfo>
<gml:description>kosciolIZwiazekWyznaniowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="10”>
<annotation>
<appinfo>
<gml:description>wspolnotaGruntowa</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_PodgrupaRejType”>
<restriction base="string”>
<enumeration value=” 1.1”>
<annotation>
<appinfo>
<gml:description>agencjaNieruchomRolnych</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1.2”>
<annotation>
<appinfo>
<gml:description>lasPanstwowy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1.3”>
<annotation>
<appinfo>
<gml:description>panstwowaJednOrganizacyjnaNiePosiadajacaOsobowosciPrawnej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1.4”>
<annotation>
<appinfo>
<gml:description>organAdmPubGospodarujacyGruntamiSP</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1.5”>
<annotation>
<appinfo>
<gml:description>agencjaMieniaWojsk</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1.6”>
<annotation>
<appinfo>
<gml:description>wojskAgencjaMieszk</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1.7”>
<annotation>
<appinfo>
<gml:description>organGospodarujacyGruntamiSPPodWodami</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 1.8”>
<annotation>
<appinfo>
<gml:description>organJednOrganizZadaniaZarzadcyDrogKraj</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2.1”>
<annotation>
<appinfo>
<gml:description>osobaFizUzytkownikWieczSP</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2.2”>
<annotation>
<appinfo>
<gml:description>panstwowaOsobaPrawnaUzytkownikWieczSP</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2.3”>
<annotation>
<appinfo>
<gml:description>spoldzMieszkanUzytkownikWieczSP</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2.4”>
<annotation>
<appinfo>
<gml:description>innaOsobaUzytkownikWieczSP</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="4.1”>
<annotation>
<appinfo>
<gml:description>organGminyGospodarujacyGminnymZasobem</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="4.2”>
<annotation>
<appinfo>
<gml:description>jednOrganGminy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="4.3”>
<annotation>
<appinfo>
<gml:description>organJednOrganizZadaniaZarzadcyDrogGminnych</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="5.1”>
<annotation>
<appinfo>
<gml:description>osobaFizUzytkownikWieczGruntowGminy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="5.2”>
<annotation>
<appinfo>
<gml:description>gminnaOsobaPrawnaUzytkownikWieczGruntowGminn</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="5.3”>
<annotation>
<appinfo>
<gml:description>spoldzMieszkUzytkownikWieczGruntowGmin</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="5.4”>
<annotation>
<appinfo>
<gml:description>innaOsobaUzytkownikWieczGruntowGmin</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="6.1”>
<annotation>
<appinfo>
<gml:description>gminnaOsobaPrawna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="6.2”>
<annotation>
<appinfo>
<gml:description>powiatowaOsobaPrawna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="6.3”>
<annotation>
<appinfo>
<gml:description>wojewodzkaOsobaPrawna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="7.1”>
<annotation>
<appinfo>
<gml:description>wlascicielWladajacyGruntemGospodarstwaRolnego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="7.2”>
<annotation>
<appinfo>
<gml:description>wlascicielWladajacyGruntem</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="8.1”>
<annotation>
<appinfo>
<gml:description>rolniczaSpoldzielniaProdukcyjna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="8.2”>
<annotation>
<appinfo>
<gml:description>spoldzielniaMieszkaniowa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="8.3”>
<annotation>
<appinfo>
<gml:description>innaSpoldzielnia</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 11.1”>
<annotation>
<appinfo>
<gml:description>organPowiatuGospodarujacyZasobemPowiatu</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 11.2”>
<annotation>
<appinfo>
<gml:description>jednOrganizacyjnaPowiatu</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 11.3”>
<annotation>
<appinfo>
<gml:description>organJednOrganizZadaniaZarzadcyDrogPowiatowych</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 12.1”>
<annotation>
<appinfo>
<gml:description>osobaFizUzytkownikWieczGruntowPowiatow</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 12.2”>
<annotation>
<appinfo>
<gml:description>powiatowaOsobaPrawnaUzytkownikWieczGruntowPowiatow</gml:descrip tion>
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 12.3”>
<annotation>
<appinfo>
<gml:description>spoldzMieszkUzytkownikWieczGruntowPowiatow</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 12.4”>
<annotation>
<appinfo>
<gml:description>innaOsobaUzytkownikWieczGruntowPowiatow</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 13.1”>
<annotation>
<appinfo>
<gml:description>organGospodZasobemWojewodzkim</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="13.2”>
<annotation>
<appinfo>
<gml:description>jednOrganizacyjnaWojew</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 13.3”>
<annotation>
<appinfo>
<gml:description>organIJednOrganizZadaniaZarzadcyDrogWoj</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 14.1”>
<annotation>
<appinfo>
<gml:description>osobaFizUzytkownikWieczGruntowWoj</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 14.2”>
<annotation>
<appinfo>
<gml:description>wojewodzkaOsobaPrawnaUzytkownikWieczGruntowWoj</gml:description >
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 14.3”>
<annotation>
<appinfo>
<gml:description>spoldzMieszkUzytkownikWieczGruntowWoj</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 14.4”>
<annotation>
<appinfo>
<gml:description>innaOsobaUzytkownikWieczGruntowWoj </gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 15.1 „>
<annotation>
<appinfo>
<gml:description>spolkaHandlowa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 15.2”>
<annotation>
<appinfo>
<gml:description>partiaPolityczna</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="15.3”>
<annotation>
<appinfo>
<gml:description>inneOsoby</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
</schema>
Adres
<?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:egb="urn:gugik:specyfikacie:gmlas:ewidenciaGruntowBudynkow:1.0”
xmlns:bt="urn:gugik:specyfikacje:gmlas:modelPodstawowy:1.0”
targetNamespace="urn:gugik:specyfikacie:gmlas:ewidencjaGruntowBudynkow:1.0”
elementFormDefault="qualified"version="2.0”>
<import namespace="http://www.opengis.net/gml/3.2” schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
<import namespace="urn:gugik:specyfikacje:gmlas:modelPodstawowy: 1.0” schemaLocation="BT
ModelPodstawowy.xsd"/>
<include schemaLocation="EGB OgolnyObiekt.xsd"/>
<!-- ============================================================= -->
<elementname="EGB Adres” type="egb:EGB_AdresType” substitutionGroup="egb:EGB OgolnyObiekt"/>
<complexType name="EGB_AdresType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="geometria” type="gml:PointPropertyType” minOccurs="0"/>
<elementname="kraj” type="string” minOccurs="0"/>
<element name="wojewodztwo” type="string” minOccurs="0"/>
<element name="powiat” type="string” minOccurs="0"/>
<element name="gmina” type="string” minOccurs="0"/>
<element name="nazwaWlasna” type="string” minOccurs="0"/>
<element name="kodPocztowy” nillable="true” minOccurs="0”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="miejscowosc” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="nrLokalu” nillable="true” minOccurs="0”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="numerPorzadkowy” nillable="true” minOccurs="0”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="terytMiejscowosci” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="terytUlicy” nillable="true” minOccurs="0”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="ulica” nillable="true” minOccurs="0”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_AdresPropertyType”>
<sequence minOccur~s="0”>
<element ref="egb:EGB_Adres"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
</schema>
Punkt graniczny
<?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:egb="urn:gugik:specyfikacie:gmlas:ewidenciaGruntowBudynkow:1.0”
targetNamespace="um:gugik:specyfikaqe:gmlas:ewidencjaGruntowBudynkow:1.0”
elementFormDefault="qualified"version="2.0”>
<import namespace="http://www.opengis.net/gml/3.2” schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
<include schemaLocation="EGB OgolnyObiekt.xsd"/>
<!-- ============================================================ -->
<elementname="EGB PunktGraniczny” type="egb:EGB_PunktGranicznyType” substitutionGroup="egb:EGB
OgolnyObiekt"/>
<complexTypename="EGB_PunktGranicznyType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="geometria” type="gml:PointPropertyType „/>
<element name="idPunktu” type="string"/>
<element name="dodatkoweInformacje” type="string” minOccurs="0"/>
<elementname="oznWMaterialeZrodlowym” nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="zrodloDanychZRD” nillable="true”>
<complexType>
<simpleContent>
<extension base="egb:EGB_ZrodloDanychZRDType”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<elementname="bladPolozeniaWzgledemOsnowy” nillable="true”>
<complexType>
<simpleContent>
<extension
base="egb:EGB_BladPolozeniaWzgledemOsnowyType”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="kodStabilizacji” nillable="true”>
<complexType>
<simpleContent>
<extension base="egb:EGB_KodStabilizacjiType”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="kodRzeduGranicy” nillable="true”>
<complexType>
<simpleContent>
<extension base="egb:EGB_KodRzeduGranicyType”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="czyPunktNalezyDoSpornej Granicy” nillable="true”>
<complexType>
<simpleContent>
<extension base="boolean”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_PunktGranicznyPropertyType”>
<sequence minOccur"s="0”>
<elementref="egb:EGB_PunktGraniczny"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<simpleType name="EGB_KodStabilizacjiType”>
<restriction base="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>brakInformacji</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>niestabilizowany</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>znakNaziemny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="4”>
<annotation>
<appinfo>
<gml:description>znakNaziemnyIPodziemny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="5”>
<annotation>
<appinfo>
<gml:description>znakPodziemny</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_BladPolozeniaWzgledemOsnowyType”>
<restriction base="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>0_00_0_l0</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>0_ll_0_30</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>0_31_0_60</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="4”>
<annotation>
<appinfo>
<gml:description>0_61_l_50</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="5”>
<annotation>
<appinfo>
<gml:description>l_51_3_00</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="6”>
<annotation>
<appinfo>
<gml:description>powyzej_3_00</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_ZrodloDanychZRDType”>
<restriction base="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>ZRD1 </gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>ZRD2</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>ZRD3 </gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="4”>
<annotation>
<appinfo>
<gml:description>ZRD4</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="5”>
<annotation>
<appinfo>
<gml:description>ZRD5 </gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="6”>
<annotation>
<appinfo>
<gml:description>ZRD6</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="7”>
<annotation>
<appinfo>
<gml:description>ZRD7</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="8”>
<annotation>
<appinfo>
<gml:description>ZRD8</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="9”>
<annotation>
<appinfo>
<gml:description>ZRD9</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="EGB_KodRzeduGranicyType”>
<restriction base="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>dzialkiEwidencyjnej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>obrebuEwidencyjnego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>jednostkiEwidencyjnej </gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="4”>
<annotation>
<appinfo>
<gml:description>gminy</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="5”>
<annotation>
<appinfo>
<gml:description>powiatu</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="6”>
<annotation>
<appinfo>
<gml:description>wojewodztwa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="7”>
<annotation>
<appinfo>
<gml:description>panstwa</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
</schema>
Dzierżawa
<?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:egb="urn:gugik:specyfikacie:gmlas:ewidenciaGruntowBudynkow:1.0”
targetNamespace="um:gugik:specyfikaqe:gmlas:ewidencjaGruntowBudynkow:1.0”
elementFormDefault="qualified"version="2.0”>
<import namespace="http://www.opengis.net/gml/3.2” schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
<include schemaLocation="EGB OgolnyObiekt.xsd"/>
<!-- ============================================================= -->
<elementname="EGB_Dzierzawa” type="egb:EGB_DzierzawaType” substitutionGroup="egb:EGB_OgolnyObiekt"/>
<complexTypename="EGB_DzierzawaType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="idDzierzawy” type="string"/>
<element name="opisPrzedmiotuDzierzawy” type="string” minOccurs="0"/>
<elementname="powGruntowDzierzawy” type="gml:AreaType"/>
<element name="waznoscOd” type="date"/>
<element name="waznoscDo” nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-Roles->
<elementname="budynekObietyDzierzawa” type="gml:ReferenceType” minOccurs="0” maxOccurs="unbounded"/>
<elementname="lokalObietyDzierzawa” type="gml:ReferenceType” minOccurs="0” maxOccurs="unbounded"/>
<elementname="dzialkaObjetaDzierzawa” type="gml:ReferenceType” minOccurs="0” maxOccurs="unbounded"/>
<elementname="czescDzialkiObjetaDzierzawa” type="gml:ReferenceType” minOccurs="0”
maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_DzierzawaPropertyType”>
<sequence minOccurs="0”>
<elementref="egb:EGB_Dzierzawa"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_UdzialDzierzawy” type="egb:EGB_UdzialDzierzawyType” substitutionGroup="egb:EGB
OgolnyObiekt"/>
<complexTypename="EGB_UdzialDzierzawyType”>
<complexContent>
<extensionbase="egb:EGB_OgolnyObiektType”>
<sequence>
<element name="udzial” type="string"/>
<!-Roles->
<elementname="przedmiotUdzialuDzierzawy” type="gml:ReferenceType"/>
<elementname="podmiotUdzialuDzierzawy” type="egb:EGB_PodmiotPropertyType„/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_UdzialDzierzawyPropertyType”>
<sequenceminOccurs="0”>
<elementref="egb:EGB_UdzialDzierzawy"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
</schema>
Podstawa Prawna
<?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:egb="urn:gugik:specyfikacie:gmlas:ewidenciaGruntowBudynkow:1.0”
xmlns:bt="urn:gugik:specyfikaqe:gmlas:modelPodstawowy:1.0”
targetNamespace="um:gugik:specyfikaqe:gmlas:ewidencjaGruntowBudynkow:1.0”
elementFormDefault="qualified"version="2.0”>
<import namespace="urn:gugik:specyfikacje:gmlas:modelPodstawowy: 1.0” schemaLocation="BT
ModelPodstawowy.xsd"/>
<importnamespace="http://www.opengis.net/gml/3.2”
schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
<include schemaLocation="EGB OgolnyObiekt.xsd"/>
<!-- ============================================================ -->
<elementname="EGB_Zmiana” type="egb:EGB_ZmianaType” substitutionGroup="gml:AbstractFeature"/>
<complexTypename="EGB_ZmianaType”>
<complexContent>
<extensionbase="gml:AbstractFeatureType”>
<sequence>
<element name="idIIP” type="bt:BT IdentyfikatorPropertyType"/>
<element name="startObiekt” type="dateTime"/>
<element name="dataAkceptaciiZmiany” type="dateTime"/>
<elementname="dataPrzyjeciaZgloszemaZmiany” type="date"/>
<element name="nrZmiany” type="string” minOccurs="0"/>
<element name="opisZmiany” type="string” minOccurs="0"/>
<!-Roles->
<element name="dokumentl” type="gml:ReferenceType” minOccurs="0"maxOccurs="unbounded"/>
<element name="operatTechniczny” type="gml:ReferenceType” minOccurs="0” maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_ZmianaPropertyType”>
<sequence minOccurs="0”>
<element ref="egb:EGB_Zmiana"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<elementname="EGB_OperatTechniczny” type="egb:EGB_OperatTechnicznyType” substitutionGroup="gml:AbstractFeature"/>
<complexTypename="EGB_OperatTechnicznyType”>
<complexContent>
<extensionbase="gml:AbstractFeatureType”>
<sequence>
<element name="idIIP” type="bt:BT_IdentyfikatorPropertyType"/>
<element name="startObiekt” type="dateTime"/>
<element name="startWersiaObiekt” type="dateTime"/>
<element name="koniecWersjaObiekt” type="dateTime” minOccurs="0"/>
<element name="koniecObiekt” type="dateTime” minOccurs="0"/>
<element name="dataPrzyjeciaDoPZGIK” nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="dataSporzadzenia” type="date” minOccurs="0"/>
<element name="identyfikatorOperatuWgPZGIK"nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason” type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="nazwaTworcy” type="string” minOccurs="0"/>
<element name="opisOperatu” type="string” minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="EGB_OperatTechnicznyPropertyType”>
<sequence minOccurs="0”>
<elementref="egb:EGB_0peratTechniczny"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
</schema>
Schemat aplikacyjny GML Modelu Podstawowego
<?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”
targetNamespace="urn:gugik:specyfikacje:gmlas:modelPodstawowy:1.0”
elementFormDefault="qualified” attributeFormDefault="unqualified” version="3.6”>
<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"/>
<!--===========Typy podstawowe============->
<!--======================================-->
<elementname="BT Identyfikator” type="bt:BT_IdentyfikatorType” substitutionGroup="gml:AbstractObject"/>
<complexTypename="BT_IdentyfikatorType”>
<sequence>
<element name="lokalnyId”>
<simpleType>
<restriction base="string”>
<patternvalue="[A-Za-z0-9]{8}-[A-Za-z0-9]{4}-[A-Za-z0-9]{4}-[A-Za-z0-9]{4}-[A-Za-z0-9]{12}"/>
</restriction>
</simpleType>
</element>
<element name="przestrzenNazw”>
<simpleType>
<restriction base="string”>
<pattern value="PL\.[A-Za-z] {1,6}\.\d{ 1,6}\.[A-Za-z0-9]{l,8}"/>
</restriction>
</simpleType>
</element>
<element name="wersjaId” type="dateTime” minOccurs="0"/>
</sequence>
</complexType>
<complexTypename="BT_IdentyfikatorPropertyType”>
<sequence>
<element ref="bt:BT_Identyfikator"/>
</sequence>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<elementname="BT_CyklZycialnfo” type="bt:BT_CyklZycialnfoType” substitutionGroup="gml:AbstractObject"/>
<complexTypename="BT_CyklZyciaInfoType”>
<sequence>
<element name="poczatekWersjiObiektu” type="dateTime"/>
<element name="koniecWersjiObiektu” type="dateTime” minOccurs="0"/>
</sequence>
</complexType>
<complexTypename="BT_CyklZyciaInfoPropertyType”>
<sequence>
<elementref="bt:BT_CyklZyciaInfo"/>
</sequence>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<element name="BT_ZbiorDanychPrzestrzennych” type="bt:BT_ZbiorDanychPrzestrzennychType"substitutionGroup="gml:AbstractFeature"/>
<complexType name="BT_ZbiorDanychPrzestrzennychType”>
<complexContent>”
<extensionbase="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>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="BT_ZbiorDanychPrzestrzennychPropertyType”>
<sequence minOccurs="0”>
<elementref="bt:BT_ZbiorDanychPrzestrzennych"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<element name="BT_IdMaterialu” type="bt:BT_IdMaterialuType” substitutionGroup="gml:AbstactObject"/>
<complexTypename="BT_IdMaterialuType”>
<sequence>
<elementname="pierwszyCzlon"type="bt:BT_OznaczenieZasobuType"/>
<element name="drugiCzlon” type="string"/>
<element name="trzeciCzlon” type="positiveInteger"/>
<element name="czwartyCzlon” type="nonNegativeInteger"/>
</sequence>
</complexType>
<complexTypename="BT_IdMaterialuPropertyType”>
<sequence>
<element ref="bt:BT_IdMaterialu"/>
</sequence>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<simpleType name="BT_OznaczenieZasobuType”>
<restriction base="string”>
<enumeration value="C”>
<annotation>
<appinfo>
<gml:description>centralny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="W”>
<annotation>
<appinfo>
<gml:description>wojewodzki</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="P”>
<annotation>
<appinfo>
<gml:description>powiatowy</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<!-===Referencja pomiędzy obiektami IIP==->
<! --======================================-->
<element name="BT_ReferencjaDoObiektu” type="bt:BT_ReferencjaDoObiektuType” substitutionGroup="gml:AbstractObject"/>
<complexTypename="BT_ReferencjaDoObiektuType”>
<choice>
<element name="idIIP” type="bt:BT_IdentyfikatorPropertyType"/>
</choice>
</complexType>
<complexTypename="BT_ReferencjaDoObiektuPropertyType”>
<sequence>
<element ref="bt:BT_ReferencjaDoObiektu"/>
</sequence>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--===============Dokument===============->
<!--======================================-->
<element name="BT_Dokument” type="bt:BT_DokumentType” substitutionGroup="gml:AbstractFeature"/>
<complexType name="BT_DokumentType”>
<complexContent>”
<extensionbase="gml:AbstractFeatureType”>
<sequence>
<element name="idIIP” type="bt:BT_IdentyfikatorPropertyType"/>
<element name="startObiekt” type="dateTime"/>
<element name="cyklZycia” type="bt:BT_CyklZyciaInfoPropertyType"/>
<element name="koniecObiekt” type="dateTime” minOccurs="0"/>
<element name="tytul” type="string” minOccurs="0"/>
<element name="nazwaTworcyDokumentu” type="string”
minOccurs="0"/>
<element name="opisDokumentu” type="string”
minOccurs="0"/>
<element name="rodzajDokumentu”
type="bt: DC_RodzajDokumentuType"/>
<element name="sygnaturaDokumentu” type="string”
minOccurs="0"/>
<element name="zasobSieciowy”
type="gmd:CI_OnlineResource_PropertyType"minOccurs="0"maxOccurs="unbounded"/>
<element name="dataDokumentu” nillable="true”>
<complexType>
<simpleContent>
<extension base="date”>
<attribute name="nilReason”
type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<elementname="oznKancelaryjneDokumentu”
nillable="true”>
<complexType>
<simpleContent>
<extension base="string”>
<attribute name="nilReason”
type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<elementname="zalacznikDokumentu”
type="gml:ReferenceType” minOccurs="0” maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="BT_DokumentPropertyType”>
<sequence minOccurs="0”>
<element ref="bt:BT_Dokument"/>
</sequence>
<attributeGroupref="gml:AssociationAttributeGroup"/>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<! --======================================-->
<simpleType name="DC_RodzajDokumentuType”>
<restriction base="string”>
<enumerationvalue="l”>
<annotation>
<appinfo>
<gml:description>umowaAktNotarialny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="2”>
<annotation>
<appinfo>
<gml:description>aktWlasnosciZiemi</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="3”>
<annotation>
<appinfo>
<gml:description>decyzjaAdminInnaNizAWZ</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="4”>
<annotation>
<appinfo>
<gml:description>orzeczenieSaduPostanowienieWyrok</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="5”>
<annotation>
<appinfo>
<gml:description>wyciagOdpisZKsiegiWieczystej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="6”>
<annotation>
<appinfo>
<gml:description>wyciagOdpisZKsiegiHipotecznej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="7”>
<annotation>
<appinfo>
<gml:description>odpisAktKWLubZbioruDokumentu</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="8”>
<annotation>
<appinfo>
<gml:description>zawiadomienieZWydzialuKW</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="9”>
<annotation>
<appinfo>
<gml:description>wniosekWSprawieZmiany</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 10”>
<annotation>
<appinfo>
<gml:description>wyciagZDokumentacjiBudowyBudynku</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 11”>
<annotation>
<appinfo>
<gml:description>protokol</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 12”>
<annotation>
<appinfo>
<gml:description>ustawa</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 13”>
<annotation>
<appinfo>
<gml:description>rozporzadzenie</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value=” 14”>
<annotation>
<appinfo>
<gml:description>uchwala</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="15”>
<annotation>
<appinfo>
<gml:description>zarzadzenie</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="16”>
<annotation>
<appinfo>
<gml:description>odpisWyciagZInnegoRejestruPublicznego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="17”>
<annotation>
<appinfo>
<gml:description>pelnomocnictwo</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="18”>
<annotation>
<appinfo>
<gml:description>wyciagZOperatuSzacunkowego</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="19”>
<annotation>
<appinfo>
<gml:description>innyDokument</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="20”>
<annotation>
<appinfo>
<gml:description>dokArchitektoniczoBud</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="21”>
<annotation>
<appinfo>
<gml:description>dokPlanistyczny</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="22”>
<annotation>
<appinfo>
<gml:description>protokolNaradyKoordynacyjnej</gml:description
</appinfo>
</annotation>
</enumeration>
<enumeration value="23”>
<annotation>
<appinfo>
<gml:description>umowaDzierzawy</gml:description
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<!--=================Karto================->
<!--======================================-->
<elementname="KR_ObiektKarto” type="bt:KR_ObiektKartoType” substitutionGroup="gml:AbstactFeature"/>
<complexTypename="KR_ObiektKartoType”>
<complexContent>
<extensionbase="gml:AbstractFeatureType”>
<sequence>
<element name="mianownikSkali” type="integer” minOccurs="0"/>
<element name="kodKarto” type="string” minOccurs="0"/>
<element name="geometriaKarto” type="gml:GeometryPropertyType” minOccurs="0"/>
<element name="uwagi” type="string” minOccurs="0"/>
<element name="etykieta” type="bt:KR_EtykietaPropertyType"minOccurs="0"maxOccurs="unbounded"/>
<element name="parametr” type="double” minOccurs="0” maxOccurs="unbounded"/>
<element name="warstwa” type="string” minOccurs="0"/>
<element name="katObrotu” type="double” minOccurs="0"/>
<elementname="obiektPrzedstawiany” type="bt:BTReferencjaDoObiektuPropertyType” minOccurs=”
0” maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="KR_ObiektKartoPropertyType”>
<sequence minOccurs="0”>
<elementref="bt:KR_ObiektKarto"/>
</sequence>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
<attributeGroupref="gml:AssociationAttributeGroup"/>
</complexType>
<!--======================================-->
<elementname="KR Etykieta” type="bt:KR_EtykietaType” substitutionGroup="gml:AbstactObject"/>
<complexTypename="KR_EtykietaType”>
<sequence>
<element name="tekst” type="string” minOccurs="0"/>
<element name="czcionka” type="bt:KR_KrojPismaPropertyType” minOccurs="0"/>
<element name="geometriaKarto” type="gml:GeometricPrimitivePropertyType"/>
<element name="odnosnik” type="gml:CurvePropertyType” minOccurs="0"/>
<element name="katObrotu” type="double” minOccurs="0"/>
<element name="justyfikacja” type="positiveInteger” minOccurs="0"/>
<element name="kodKarto” type="string” minOccurs="0"/>
</sequence>
</complexType>
<complexTypename="KR_EtykietaPropertyType”>
<sequence>
<element ref="bt:KR_Etykieta"/>
</sequence>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<elementname="KR_KrojPisma” type="bt:KR_KrojPismaType” substitutionGroup="gml:AbstactObject"/>
<complexTypename="KR_KrojPismaType”>
<sequence>
<element name="nazwaCzcionki” type="string"/>
<element name="wysCzcionki” type="integer"/>
<element name="pogrubienie” type="boolean"/>
<element name="kursywa” type="boolean"/>
<element name="podkreslenie” type="boolean"/>
<element name="kolor” type="integer” minOccurs="3” maxOccurs="4"/>
</sequence>
</complexType>
<complexTypename="KR_KrojPismaPropertyType”>
<sequence>
<element ref="bt:KR_KrojPisma"/>
</sequence>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<elementname="KR Opis” type="bt:KR_OpisType” substitutionGroup="gml:AbstactFeature”
” <complexType name="KR_OpisType”>
<complexContent>
<extensionbase="gml:AbstractFeatureType”>
<sequence>
<element name="idOpisu” type="string"/>
<element name="opis” type="string” minOccurs="0"/>
<element name="czcionka” type="bt: KR_KrojPismaPropertyType” minOccurs="0"/>
<element name="geometriaKarto” type="gml:GeometricPrimitivePropertyType” maxOccurs="unbounded"/>
<element name="kodKarto” type="string” minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="KR_OpisPropertyType”>
<sequenceminOccurs="0”>
<element ref="bt:KR_0pis"/>
</sequence>
<attributeGroupref="gml:OwnershipAttributeGroup"/>
<attributeGroupref="gml:AssociationAttributeGroup"/>
</complexType>
</schema>