Skip to content

Instantly share code, notes, and snippets.

@gpprojekt-marcin
Last active March 30, 2020 07:44
Show Gist options
  • Save gpprojekt-marcin/0f45c47bac76395f69d8546c5f6451f2 to your computer and use it in GitHub Desktop.
Save gpprojekt-marcin/0f45c47bac76395f69d8546c5f6451f2 to your computer and use it in GitHub Desktop.
BDOT10kGML XSD
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:bt="urn:gugik:specyfikacje:gmlas:modelPodstawowy:1.0" xmlns:mz="urn:gugik:specyfikacje:gmlas:mapaZasadnicza:1.0" targetNamespace="urn:gugik:specyfikacje:gmlas:modelPodstawowy:1.0" elementFormDefault="qualified" attributeFormDefault="unqualified">
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
<import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="http://schemas.opengis.net/iso/19139/20070417/gmd/gmd.xsd"/>
<import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="http://schemas.opengis.net/iso/19139/20070417/gmd/citation.xsd"/>
<import namespace="urn:gugik:specyfikacje:gmlas:mapaZasadnicza:1.0" schemaLocation="MZ_MapaZasadnicza.xsd"/>
<!--======================================-->
<element name="BT_ObiektPrzestrzenny" type="bt:BT_ObiektPrzestrzennyType" abstract="true" substitutionGroup="gml:AbstractFeature"/>
<complexType name="BT_ObiektPrzestrzennyType" abstract="true">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="zbior" type="bt:BT_ZbiorDanychPrzestrzennychPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>bt:obiekt</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="BT_ObiektPrzestrzennyPropertyType">
<sequence minOccurs="0">
<element ref="bt:BT_ObiektPrzestrzenny"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<element name="BT_ReferencyjnyObiektPrzestrzenny" type="bt:BT_ReferencyjnyObiektPrzestrzennyType" abstract="true" substitutionGroup="bt:BT_ObiektPrzestrzenny"/>
<complexType name="BT_ReferencyjnyObiektPrzestrzennyType" abstract="true">
<complexContent>
<extension base="bt:BT_ObiektPrzestrzennyType">
<sequence>
<element name="idIIP" type="bt:BT_IdentyfikatorPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="BT_ReferencyjnyObiektPrzestrzennyPropertyType">
<sequence minOccurs="0">
<element ref="bt:BT_ReferencyjnyObiektPrzestrzenny"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<element name="BT_ZbiorDanychPrzestrzennych" type="bt:BT_ZbiorDanychPrzestrzennychType" substitutionGroup="gml:AbstractFeature"/>
<complexType name="BT_ZbiorDanychPrzestrzennychType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="idIIP" type="bt:BT_IdentyfikatorPropertyType"/>
<element name="metadane" type="gmd:MD_Metadata_PropertyType">
<annotation>
<appinfo>
<gml:targetElement>gmd:MD_Metadata</gml:targetElement>
</appinfo>
</annotation>
</element>
<element name="obiekt" type="bt:BT_ObiektPrzestrzennyPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>bt:zbior</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="BT_ZbiorDanychPrzestrzennychPropertyType">
<sequence minOccurs="0">
<element ref="bt:BT_ZbiorDanychPrzestrzennych"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<element name="BT_Identyfikator" type="bt:BT_IdentyfikatorType" substitutionGroup="gml:AbstractObject"/>
<complexType name="BT_IdentyfikatorType">
<sequence>
<element name="lokalnyId" type="string"/>
<element name="przestrzenNazw" type="string"/>
<element name="wersjaId" type="string" minOccurs="0"/>
</sequence>
</complexType>
<complexType name="BT_IdentyfikatorPropertyType">
<sequence>
<element ref="bt:BT_Identyfikator"/>
</sequence>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<element name="BT_Zbior" type="bt:BT_ZbiorType" substitutionGroup="gml:AbstractObject"/>
<complexType name="BT_ZbiorType">
<sequence>
<element name="dataAktualizacji" type="date" minOccurs="0"/>
<element name="dataUtworzenia" type="date"/>
<element name="opis" type="string" minOccurs="0"/>
<element name="postacElektroniczna" type="boolean"/>
<element name="rozszerzenie" type="string" minOccurs="0" maxOccurs="unbounded"/>
<element name="autor" type="gmd:CI_ResponsibleParty_PropertyType" maxOccurs="unbounded"/>
<element name="tytul" type="string"/>
<element name="zasobSieciowy" type="gmd:CI_OnlineResource_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<element name="rodzajZawartosci" type="bt:BT_RodzajElementuType" maxOccurs="unbounded"/>
</sequence>
</complexType>
<complexType name="BT_ZbiorPropertyType">
<sequence>
<element ref="bt:BT_Zbior"/>
</sequence>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<element name="BT_CyklZyciaInfo" type="bt:BT_CyklZyciaInfoType" substitutionGroup="gml:AbstractObject"/>
<complexType name="BT_CyklZyciaInfoType">
<sequence>
<element name="poczatekWersjiObiektu" type="dateTime"/>
<element name="koniecWersjiObiektu" type="dateTime" minOccurs="0"/>
</sequence>
</complexType>
<complexType name="BT_CyklZyciaInfoPropertyType">
<sequence>
<element ref="bt:BT_CyklZyciaInfo"/>
</sequence>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<element name="BT_OperatTech" type="bt:BT_OperatTechType" substitutionGroup="gml:AbstractFeature"/>
<complexType name="BT_OperatTechType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="dataUtworzenia" type="date"/>
<element name="idOpracowania" type="string" maxOccurs="unbounded"/>
<element name="metadane" type="gmd:MD_Metadata_PropertyType"/>
<element name="odniesienieDoBazy" type="bt:BT_BazaEnumerationType" maxOccurs="unbounded"/>
<element name="wykonawca" type="gmd:CI_ResponsibleParty_PropertyType"/>
<element name="zasiegRoboty" type="gml:LinearRingPropertyType"/>
<element name="zasobSieciowy" type="gmd:CI_OnlineResource_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<element name="zawartosc" type="bt:BT_ZbiorPropertyType" maxOccurs="unbounded"/>
<element name="idZgloszenia" nillable="true">
<complexType>
<simpleContent>
<extension base="string">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="zleceniodawca" nillable="true">
<complexType>
<complexContent>
<extension base="gmd:CI_ResponsibleParty_PropertyType"/>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="BT_OperatTechPropertyType">
<sequence>
<element ref="bt:BT_OperatTech"/>
</sequence>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
<!--======================================-->
<simpleType name="BT_BazaEnumerationType">
<annotation/>
<restriction base="string">
<enumeration value="EGiB"/>
<enumeration value="GESUT"/>
<enumeration value="BDNMT"/>
<enumeration value="BDOrto"/>
<enumeration value="BDOT10k"/>
<enumeration value="BDOT500"/>
<enumeration value="BDSOG"/>
<enumeration value="BDZLiS"/>
<enumeration value="EMUiA"/>
<enumeration value="PRG"/>
<enumeration value="PRNG"/>
<enumeration value="PRPOG"/>
<enumeration value="RCiWN"/>
<enumeration value="BDOO"/>
</restriction>
</simpleType>
<!--======================================-->
<simpleType name="BT_RodzajElementuType">
<union memberTypes="bt:BT_RodzajElementuEnumerationType bt:BT_RodzajElementuOtherType"/>
</simpleType>
<simpleType name="BT_RodzajElementuEnumerationType">
<restriction base="string">
<enumeration value="dowodyIKopieDoreczen">
<annotation/>
</enumeration>
<enumeration value="dziennikPomiaru">
<annotation/>
</enumeration>
<enumeration value="inny">
<annotation/>
</enumeration>
<enumeration value="protokol">
<annotation/>
</enumeration>
<enumeration value="roboczaBazaDanych">
<annotation/>
</enumeration>
<enumeration value="sprawozdanieTechniczne">
<annotation/>
</enumeration>
<enumeration value="szkicPomiarowy">
<annotation/>
</enumeration>
</restriction>
</simpleType>
<simpleType name="BT_RodzajElementuOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<!--======================================-->
<simpleType name="BT_UkladWysType">
<union memberTypes="bt:BT_UkladWysEnumerationType bt:BT_UkladWysOtherType"/>
</simpleType>
<simpleType name="BT_UkladWysEnumerationType">
<restriction base="string">
<enumeration value="Kronsztadt60"/>
<enumeration value="Kronsztadt86"/>
<enumeration value="Kronsztadt2006"/>
<enumeration value="Amsterdam55"/>
<enumeration value="Amsterdam2000"/>
<enumeration value="EUREF89"/>
<enumeration value="ETRF2000"/>
<enumeration value="ETRF2008"/>
<enumeration value="Pulkowo42"/>
<enumeration value="EVRS2007"/>
</restriction>
</simpleType>
<simpleType name="BT_UkladWysOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<!--======================================-->
<simpleType name="BT_UkladGeodType">
<union memberTypes="bt:BT_UkladGeodEnumerationType bt:BT_UkladGeodOtherType"/>
</simpleType>
<simpleType name="BT_UkladGeodEnumerationType">
<restriction base="string">
<enumeration value="EUREF89"/>
<enumeration value="ETRF2000"/>
<enumeration value="ETRF2008"/>
<enumeration value="Pulkowo42"/>
<enumeration value="PUWP1992"/>
<enumeration value="PUWP2000"/>
<enumeration value="PUWP1965"/>
<enumeration value="PUWP1942"/>
<enumeration value="PUWPBG"/>
<enumeration value="UTM"/>
</restriction>
</simpleType>
<simpleType name="BT_UkladGeodOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<!--======================================-->
<element name="BT_ReferencjaDoObiektu" type="bt:BT_ReferencjaDoObiektuType" substitutionGroup="gml:AbstractObject"/>
<complexType name="BT_ReferencjaDoObiektuType">
<choice>
<element name="idIIP" type="bt:BT_IdentyfikatorPropertyType"/>
<element name="obiekt" type="bt:BT_ReferencyjnyObiektPrzestrzennyPropertyType">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencyjnyObiektPrzestrzenny</gml:targetElement>
</appinfo>
</annotation>
</element>
<element name="obiektKarto" type="bt:KR_ObiektKartoPropertyType" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>bt:obiektPrzedstawiany</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="pktWysKarto" type="bt:KR_PktWysPropertyType" minOccurs="0">
<annotation>
<appinfo>
<gml:reversePropertyName>bt:obiektPrzedstawiany2</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="liniaWysKarto" type="bt:KR_LiniaWysPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>bt:obiektyReferencyjne</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</choice>
</complexType>
<complexType name="BT_ReferencjaDoObiektuPropertyType">
<sequence minOccurs="0">
<element ref="bt:BT_ReferencjaDoObiektu"/>
</sequence>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<simpleType name="BT_ReferencjaDoObiektuUnionSemantics">
<restriction base="string">
<enumeration value="identyfikatorIIP"/>
</restriction>
</simpleType>
<!--======================================-->
<element name="BT_Dokument" type="bt:BT_DokumentType" substitutionGroup="gml:AbstractObject"/>
<complexType name="BT_DokumentType">
<sequence>
<element name="opis" type="string" minOccurs="0"/>
<element name="rodzaj" type="bt:DC_RodzajDokumentuType"/>
<element name="status" type="bt:DC_StatusDokumentuKodType"/>
<element name="sygnatura" type="string" minOccurs="0"/>
<element name="tytul" type="string"/>
<element name="wydawca" type="string"/>
<element name="zasobSieciowy" type="gmd:CI_OnlineResource_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<element name="data" nillable="true">
<complexType>
<simpleContent>
<extension base="date">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</complexType>
<complexType name="BT_DokumentPropertyType">
<sequence>
<element ref="bt:BT_Dokument"/>
</sequence>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<simpleType name="DC_RodzajDokumentuType">
<annotation/>
<union memberTypes="bt:DC_RodzajDokumentuEnumerationType bt:DC_RodzajDokumentuOtherType"/>
</simpleType>
<simpleType name="DC_RodzajDokumentuEnumerationType">
<restriction base="string">
<enumeration value="decyzja"/>
<enumeration value="inny"/>
<enumeration value="orzeczenie"/>
<enumeration value="rozporzadzenie"/>
<enumeration value="protokol"/>
<enumeration value="uchwala"/>
<enumeration value="umowa"/>
<enumeration value="ustawa"/>
<enumeration value="wyciagZKW"/>
<enumeration value="zarzadzenie"/>
<enumeration value="zawiadomienie"/>
</restriction>
</simpleType>
<simpleType name="DC_RodzajDokumentuOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<!--======================================-->
<simpleType name="DC_StatusDokumentuKodType">
<restriction base="string">
<enumeration value="obowiazujacy"/>
<enumeration value="nieobowiazujacy"/>
</restriction>
</simpleType>
<!--======================================-->
<element name="KR_ObiektKarto" type="bt:KR_ObiektKartoType" substitutionGroup="gml:AbstractFeature"/>
<complexType name="KR_ObiektKartoType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="mianownikSkali" type="integer"/>
<element name="kodKarto" type="string" minOccurs="0"/>
<element name="geometriaKarto" type="gml:GeometricPrimitivePropertyType" maxOccurs="unbounded"/>
<element name="uwagi" type="string" minOccurs="0"/>
<element name="etykieta" type="bt:KR_EtykietaType" minOccurs="0" maxOccurs="unbounded"/>
<element name="parametr" type="double" minOccurs="0" maxOccurs="unbounded"/>
<element name="warstwa" type="string" minOccurs="0"/>
<element name="obiektPrzedstawiany1" type="bt:BT_ReferencjaDoObiektuPropertyType">
<annotation>
<appinfo>
<gml:reversePropertyName>bt:obiektKarto</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="mz_ogolnyObiekt" type="mz:MZ_OgolnyObiektPropertyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="KR_ObiektKartoPropertyType">
<sequence minOccurs="0">
<element ref="bt:KR_ObiektKarto"/>
</sequence>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
<!--======================================-->
<element name="KR_PktWys" type="bt:KR_PktWysType" substitutionGroup="gml:AbstractFeature"/>
<complexType name="KR_PktWysType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="polozenie" type="gml:DirectPositionType"/>
<element name="etykieta" type="bt:KR_EtykietaType"/>
<element name="rodzajPkt" type="bt:KR_RodzajPktuType"/>
<element name="obiektPrzedstawiany2" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>bt:pktWysKarto</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="KR_PktWysPropertyType">
<sequence minOccurs="0">
<element ref="bt:KR_PktWys"/>
</sequence>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
<!--======================================-->
<element name="KR_LiniaWys" type="bt:KR_LiniaWysType" substitutionGroup="gml:AbstractFeature"/>
<complexType name="KR_LiniaWysType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="geometriaKarto" type="gml:GeometricPrimitivePropertyType" maxOccurs="unbounded"/>
<element name="etykieta" type="bt:KR_EtykietaType" minOccurs="0" maxOccurs="unbounded"/>
<element name="rodzajLinii" type="bt:KR_RodzajLiniiType"/>
<element name="obiektyReferencyjne" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>liniaWysKarto</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="KR_LiniaWysPropertyType">
<sequence minOccurs="0">
<element ref="bt:KR_LiniaWys"/>
</sequence>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
<!--======================================-->
<element name="KR_Etykieta" type="bt:KR_EtykietaType" substitutionGroup="gml:AbstractObject"/>
<complexType name="KR_EtykietaType">
<sequence>
<element name="tekst" type="string"/>
<element name="czcionka" type="bt:KR_KrojPismaPropertyType"/>
<element name="geometriaKarto" type="gml:GeometricPrimitivePropertyType" maxOccurs="unbounded"/>
<element name="odnosnik" type="bt:KR_OdnosnikPropertyType" minOccurs="0"/>
</sequence>
</complexType>
<complexType name="KR_EtykietaTypePropertyType">
<sequence>
<element ref="bt:KR_Etykieta"/>
</sequence>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<element name="KR_KrojPisma" type="bt:KR_KrojPismaType" substitutionGroup="gml:AbstractObject"/>
<complexType name="KR_KrojPismaType">
<sequence>
<element name="nazwaCzcionki" type="string"/>
<element name="wysCzcionki" type="integer"/>
<element name="pogrubiona" type="boolean"/>
<element name="kursywa" type="boolean"/>
<element name="podkreslona" type="boolean"/>
<element name="kolor" type="integer" minOccurs="3" maxOccurs="4"/>
</sequence>
</complexType>
<complexType name="KR_KrojPismaPropertyType">
<sequence>
<element ref="bt:KR_KrojPisma"/>
</sequence>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<element name="KR_Odnosnik" type="bt:KR_OdnosnikType" substitutionGroup="gml:AbstractObject"/>
<complexType name="KR_OdnosnikType">
<sequence>
<element name="polozenie" type="gml:PointType" minOccurs="3" maxOccurs="3"/>
</sequence>
</complexType>
<complexType name="KR_OdnosnikPropertyType">
<sequence>
<element ref="bt:KR_Odnosnik"/>
</sequence>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!--======================================-->
<element name="KR_Opis" type="bt:KR_OpisType" substitutionGroup="gml:AbstractFeature"/>
<complexType name="KR_OpisType">
<complexContent>
<extension base="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"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="KR_OpisPropertyType">
<sequence>
<element ref="bt:KR_Opis"/>
</sequence>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
<!--======================================-->
<simpleType name="KR_RodzajPktuType">
<annotation/>
<union memberTypes="bt:KR_RodzajPktuEnumerationType bt:KR_RodzajPktuOtherType"/>
</simpleType>
<simpleType name="KR_RodzajPktuEnumerationType">
<restriction base="string">
<enumeration value="pikieta"/>
<enumeration value="pktOsnowy"/>
<enumeration value="rzednaArmatury"/>
<enumeration value="inny"/>
<enumeration value="rzednaDna"/>
<enumeration value="rzednaGory"/>
<enumeration value="rzednaDolu"/>
<enumeration value="pktWysNaturalny"/>
<enumeration value="pktWysSztuczny"/>
</restriction>
</simpleType>
<simpleType name="KR_RodzajPktuOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<!--======================================-->
<simpleType name="KR_RodzajLiniiType">
<annotation/>
<union memberTypes="bt:KR_RodzajLiniiEnumerationType bt:KR_RodzajLiniiOtherType"/>
</simpleType>
<simpleType name="KR_RodzajLiniiEnumerationType">
<restriction base="string">
<enumeration value="warstwica"/>
<enumeration value="granicaSkarpy"/>
<enumeration value="inna"/>
<enumeration value="liniaGrzbietu"/>
<enumeration value="liniaCieku"/>
</restriction>
</simpleType>
<simpleType name="KR_RodzajLiniiOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
</schema>
<?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:mz="urn:gugik:specyfikacje:gmlas:mapaZasadnicza:1.0" xmlns:bt="urn:gugik:specyfikacje:gmlas:modelPodstawowy:1.0" targetNamespace="urn:gugik:specyfikacje:gmlas:mapaZasadnicza:1.0" elementFormDefault="qualified" version="1.0">
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
<import namespace="urn:gugik:specyfikacje:gmlas:modelPodstawowy:1.0" schemaLocation="BT_ModelPodstawowy.xsd"/>
<!-- ============================================================= -->
<element name="MZ_OgolnyObiekt" type="mz:MZ_OgolnyObiektType" substitutionGroup="gml:AbstractFeature"/>
<complexType name="MZ_OgolnyObiektType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="PRPOG" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded"/>
<element name="BDSOG" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded"/>
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded"/>
<element name="GESUT" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded"/>
<element name="PRG" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded"/>
<element name="EGiB" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="MZ_OgolnyObiektPropertyType">
<sequence minOccurs="0">
<element ref="mz:MZ_OgolnyObiekt"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
</schema>
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ot="urn:gugik:specyfikacje:gmlas:bazaDanychObiektowTopograficznych10k:1.0" 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:bazaDanychObiektowTopograficznych10k:1.0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
<import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="http://schemas.opengis.net/iso/19139/20070417/gmd/gmd.xsd"/>
<import namespace="urn:gugik:specyfikacje:gmlas:modelPodstawowy:1.0" schemaLocation="BT_ModelPodstawowy.xsd"/>
<include schemaLocation="OT_BDOT10k_Slowniki.xsd"/>
<!-- =========== kartografia =======================================-->
<element name="OT_ObiektTopograficzny" type="ot:OT_ObiektTopograficznyType" abstract="true" substitutionGroup="gml:AbstractFeature"/>
<complexType name="OT_ObiektTopograficznyType" abstract="true">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="idIIP" type="bt:BT_IdentyfikatorPropertyType"/>
<element name="czyObiektBDOO" type="boolean"/>
<element name="x_kod" type="string"/>
<element name="x_skrKarto" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_SkrKartoType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="x_katDoklGeom" type="ot:OT_KatDokladnosciType"/>
<element name="x_doklGeom" type="gml:LengthType" minOccurs="0"/>
<element name="x_zrodloDanychG" type="ot:OT_ZrodloDanychType"/>
<element name="x_zrodloDanychA" type="ot:OT_ZrodloDanychType"/>
<element name="x_katIstnienia" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_KatIstnieniaType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="x_rodzajReprGeom" type="ot:OT_RodzajRepGeomType"/>
<element name="x_uwagi" type="string" minOccurs="0"/>
<element name="x_uzytkownik" type="gmd:CI_ResponsibleParty_PropertyType"/>
<element name="x_aktualnoscG" type="date"/>
<element name="x_aktualnoscA" type="date"/>
<element name="x_cyklZycia" type="bt:BT_CyklZyciaInfoPropertyType"/>
<element name="x_dataUtworzenia" type="date"/>
<element name="x_informDodatkowa" type="string" minOccurs="0"/>
<element name="x_kodKarto10k" nillable="true">
<complexType>
<simpleContent>
<extension base="string">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="x_kodKarto25k" nillable="true">
<complexType>
<simpleContent>
<extension base="string">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="x_kodKarto50k" nillable="true">
<complexType>
<simpleContent>
<extension base="string">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="x_kodKarto100k" nillable="true">
<complexType>
<simpleContent>
<extension base="string">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="x_kodKarto250k" nillable="true">
<complexType>
<simpleContent>
<extension base="string">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="x_kodKarto500k" nillable="true">
<complexType>
<simpleContent>
<extension base="string">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="x_kodKarto1000k" nillable="true">
<complexType>
<simpleContent>
<extension base="string">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-- Roles -->
<element name="obiektKarto" type="bt:KR_ObiektKartoPropertyType" minOccurs="0" maxOccurs="4"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_ObiektTopograficznyPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_ObiektTopograficzny"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!-- =========== sieć wodna ======================================-->
<element name="OT_SiecWodna" type="ot:OT_SiecWodnaType" abstract="true" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_SiecWodnaType" abstract="true">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="idMPHP" type="string" minOccurs="0"/>
<element name="polozenie" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_PolozenieCiekuType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="szerokosc" nillable="true">
<complexType>
<simpleContent>
<extension base="gml:LengthType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="geometria" type="gml:CurvePropertyType"/>
<!-- Roles -->
<element name="ciek1" type="ot:OT_CiekPropertyType" minOccurs="0">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:siecWodna</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_SiecWodnaPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_SiecWodna"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_SWRS_L" type="ot:OT_SWRS_LType" substitutionGroup="ot:OT_SiecWodna"/>
<complexType name="OT_SWRS_LType">
<complexContent>
<extension base="ot:OT_SiecWodnaType">
<sequence>
<element name="okresowosc" type="boolean"/>
<element name="przebieg" type="ot:OT_PrzebiegCiekuType"/>
<element name="rodzaj" type="ot:OT_RodzajRzekiType"/>
<element name="statusEksploatacji" type="ot:OT_StatusEksploatacjiType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_SWRS_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_SWRS_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_SWKN_L" type="ot:OT_SWKN_LType" substitutionGroup="ot:OT_SiecWodna"/>
<complexType name="OT_SWKN_LType">
<complexContent>
<extension base="ot:OT_SiecWodnaType">
<sequence>
<element name="okresowosc" nillable="true">
<complexType>
<simpleContent>
<extension base="boolean">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="przebieg" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_PrzebiegCiekuType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="statusEksploatacji" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_StatusEksploatacjiType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_SWKN_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_SWKN_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_SWRM_L" type="ot:OT_SWRM_LType" substitutionGroup="ot:OT_SiecWodna"/>
<complexType name="OT_SWRM_LType">
<complexContent>
<extension base="ot:OT_SiecWodnaType">
<sequence>
<element name="rodzaj" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajRowuMelioracyjnegoType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_SWRM_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_SWRM_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_Ciek" type="ot:OT_CiekType" substitutionGroup="gml:AbstractFeature"/>
<complexType name="OT_CiekType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="idPRNG" type="string"/>
<element name="nazwa" type="string"/>
<element name="dlugosc" type="gml:LengthType"/>
<!-- Roles -->
<element name="siecWodna" type="ot:OT_SiecWodnaPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:ciek1</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="ptwp_a2" type="ot:OT_PTWP_APropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:ciek2</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="buzm_l1" type="ot:OT_BUZM_LPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:ciek3</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="PRNG" type="bt:BT_ReferencjaDoObiektuPropertyType">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_CiekPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_Ciek"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!-- =========== sieć komunikacyjna ================================-->
<element name="OT_CharakterystykaDrogi" type="ot:OT_CharakterystykaDrogiType" abstract="true" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_CharakterystykaDrogiType" abstract="true">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="katZarzadzania" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_KatZarzadzaniaDrogiType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="klasaDrogi" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_KlasaDrogiType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="materialNawierzchni" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_MaterialNawierzchniType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="nazwaDrogi" type="string" minOccurs="0"/>
<element name="liczbaJezdniDrogi" nillable="true">
<complexType>
<simpleContent>
<extension base="integer">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="geometria" type="gml:CurvePropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_CharakterystykaDrogiPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_CharakterystykaDrogi"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_SKTR_L" type="ot:OT_SKTR_LType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_SKTR_LType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="funkcjaToru" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_FunkcjaToruType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="liczbaTorow" nillable="true">
<complexType>
<simpleContent>
<extension base="integer">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="polozenie" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_PolozenieObiektuSieciTransportowejType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="rodzajPojazduSzynowego" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajPojazduSzynowegoType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="rodzajTorow" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajToruType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="rodzajTrakcji" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajTrakcjiType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="geometria" type="gml:CurvePropertyType"/>
<!-- Roles -->
<element name="liniaKolejowa" type="ot:OT_LiniaKolejowaPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:sktr_l1</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_SKTR_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_SKTR_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_SKRW_P" type="ot:OT_SKRW_PType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_SKRW_PType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="nrWezlaDrogowego" type="string" minOccurs="0"/>
<element name="typWezlaDrogowego" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_TypKrzyzowanDrogType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="geometria" type="gml:PointPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_SKRW_PPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_SKRW_P"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_SKPP_L" type="ot:OT_SKPP_LType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_SKPP_LType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="funTransportowa" type="ot:OT_FunkcjaTransportowaType"/>
<element name="rodzaj" type="ot:OT_RodzajPrzeprawyType"/>
<element name="geometria" type="gml:CurvePropertyType"/>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_SKPP_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_SKPP_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_SKRP_L" type="ot:OT_SKRP_LType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_SKRP_LType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="klasaCiaguRuchuPieszego" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_KlasaCiaguRuchuPieszegoType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="materialNawierzchni" type="ot:OT_MaterialNawierzchniType" minOccurs="0"/>
<element name="polozenie" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_PolozenieObiektuSieciTransportowejType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="ruchRowerowy" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RuchRowerowyType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="schody" nillable="true">
<complexType>
<simpleContent>
<extension base="boolean">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="szerokosc" nillable="true">
<complexType>
<simpleContent>
<extension base="gml:LengthType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="geometria" type="gml:CurvePropertyType"/>
<element name="nazwa" type="string" minOccurs="0"/>
<!-- Roles -->
<element name="ulica2" type="ot:OT_UlicaPropertyType" minOccurs="0">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:skrp_l</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_SKRP_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_SKRP_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_Ulica" type="ot:OT_UlicaType" substitutionGroup="gml:AbstractFeature"/>
<complexType name="OT_UlicaType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="idTerytUlic" nillable="true">
<complexType>
<simpleContent>
<extension base="string">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="kodUlicyGm" type="string" minOccurs="0"/>
<element name="nazwa1" type="string" minOccurs="0"/>
<element name="nazwa2" type="string"/>
<element name="przedrostek1" type="string" minOccurs="0"/>
<element name="przedrostek2" type="string" minOccurs="0"/>
<!-- Roles -->
<element name="skjz_l3" type="ot:OT_SKJZ_LPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:ulica3</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="adms_a4" type="ot:OT_ADMS_APropertyType">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:ulica1</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="skrp_l1" type="ot:OT_SKRP_LPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:ulica2</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="ptpl_a" type="ot:OT_PTPL_APropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:ulica5</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="EMUiA" type="bt:BT_ReferencjaDoObiektuPropertyType">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_UlicaPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_Ulica"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_SKJZ_L" type="ot:OT_SKJZ_LType" substitutionGroup="ot:OT_CharakterystykaDrogi"/>
<complexType name="OT_SKJZ_LType">
<complexContent>
<extension base="ot:OT_CharakterystykaDrogiType">
<sequence>
<element name="polozenie" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_PolozenieObiektuSieciTransportowejType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="szerNawierzchni" nillable="true">
<complexType>
<complexContent>
<extension base="gml:LengthType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</complexContent>
</complexType>
</element>
<element name="szerKoronyDrogi" nillable="true">
<complexType>
<complexContent>
<extension base="gml:LengthType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</complexContent>
</complexType>
</element>
<element name="liczbaPasow" nillable="true">
<complexType>
<simpleContent>
<extension base="integer">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="ulica" nillable="true">
<complexType>
<simpleContent>
<extension base="boolean">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-- Roles -->
<element name="szlakDrogowy1" type="ot:OT_SzlakDrogowyPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:skjz_l1</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="skdr_l1" type="ot:OT_SKDR_LPropertyType">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:skjz_l2</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="ulica3" type="ot:OT_UlicaPropertyType" minOccurs="0">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:skjz_l3</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_SKJZ_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_SKJZ_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_SKDR_L" type="ot:OT_SKDR_LType" substitutionGroup="ot:OT_CharakterystykaDrogi"/>
<complexType name="OT_SKDR_LType">
<complexContent>
<extension base="ot:OT_CharakterystykaDrogiType">
<sequence>
<element name="nrOdcinkaReferencyjnego" type="string" minOccurs="0"/>
<!-- Roles -->
<element name="szlakDrogowy2" type="ot:OT_SzlakDrogowyPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:skdr_l2</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="skjz_l2" type="ot:OT_SKJZ_LPropertyType" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:skdr_l1</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_SKDR_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_SKDR_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_SzlakDrogowy" type="ot:OT_SzlakDrogowyType" substitutionGroup="gml:AbstractFeature"/>
<complexType name="OT_SzlakDrogowyType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="numer" type="string"/>
<!-- Roles -->
<element name="skjz_l1" type="ot:OT_SKJZ_LPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:szlakDrogowy1</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="skdr_l2" type="ot:OT_SKDR_LPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:szlakDrogowy2</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_SzlakDrogowyPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_SzlakDrogowy"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_LiniaKolejowa" type="ot:OT_LiniaKolejowaType" substitutionGroup="gml:AbstractFeature"/>
<complexType name="OT_LiniaKolejowaType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="nrLinii" type="string"/>
<!-- Roles -->
<element name="sktr_l" type="ot:OT_SKTR_LPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:liniaKolejowa</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="wezelKolejowy1" type="ot:OT_WezelKolejowyPropertyType">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:poczatekLiniiKolejowej</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="wezelKolejowy2" type="ot:OT_WezelKolejowyPropertyType">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:koniecLiniiKolejowej</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_LiniaKolejowaPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_LiniaKolejowa"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_WezelKolejowy" type="ot:OT_WezelKolejowyType" substitutionGroup="gml:AbstractFeature"/>
<complexType name="OT_WezelKolejowyType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="oznaczenie" type="string"/>
<element name="nrWezla" type="string"/>
<element name="nazwa" type="string" minOccurs="0"/>
<!-- Roles -->
<element name="poczatekLiniiKolejowej" type="ot:OT_LiniaKolejowaPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:wezelKolejowy1</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="koniecLiniiKolejowej" type="ot:OT_LiniaKolejowaPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:wezelKolejowy2</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_WezelKolejowyPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_WezelKolejowy"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!-- =========== sieć uzbrojenia terenu ============================== -->
<element name="OT_SiecUzbrojeniaTerenu" type="ot:OT_SiecUzbrojeniaTerenuType" abstract="true" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_SiecUzbrojeniaTerenuType" abstract="true">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="geometria" type="gml:CurvePropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_SiecUzbrojeniaTerenuPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_SiecUzbrojeniaTerenu"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_SULN_L" type="ot:OT_SULN_LType" substitutionGroup="ot:OT_SiecUzbrojeniaTerenu"/>
<complexType name="OT_SULN_LType">
<complexContent>
<extension base="ot:OT_SiecUzbrojeniaTerenuType">
<sequence>
<element name="rodzaj" type="ot:OT_RodzajLiniiNapowietrznejType"/>
<!-- Roles -->
<element name="GESUT" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_SULN_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_SULN_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_SUPR_L" type="ot:OT_SUPR_LType" substitutionGroup="ot:OT_SiecUzbrojeniaTerenu"/>
<complexType name="OT_SUPR_LType">
<complexContent>
<extension base="ot:OT_SiecUzbrojeniaTerenuType">
<sequence>
<element name="polozenie" type="ot:OT_PolozenieRurociaguType"/>
<element name="srPrzewodu" nillable="true">
<complexType>
<simpleContent>
<extension base="gml:LengthType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="rodzaj" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajPrzewoduRurowegoType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-- Roles -->
<element name="GESUT" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_SUPR_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_SUPR_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!-- =========== pokrycie terenu =================================== -->
<element name="OT_PokrycieTerenu" type="ot:OT_PokrycieTerenuType" abstract="true" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_PokrycieTerenuType" abstract="true">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="geometria" type="gml:PolygonType"/>
<!-- Roles -->
<element name="PRNG" type="bt:BT_ReferencjaDoObiektuPropertyType">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_PokrycieTerenuPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_PokrycieTerenu"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_PTWP_A" type="ot:OT_PTWP_AType" substitutionGroup="ot:OT_PokrycieTerenu"/>
<complexType name="OT_PTWP_AType">
<complexContent>
<extension base="ot:OT_PokrycieTerenuType">
<sequence>
<element name="idMPHP" type="string" minOccurs="0"/>
<element name="poziomWody" type="double" minOccurs="0"/>
<element name="rodzaj" type="ot:OT_RodzajObszaruWodyType"/>
<element name="katIstnienia" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_KatIstnieniaType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-- Roles -->
<element name="zbiornikWodny1" type="ot:OT_ZbiornikWodnyPropertyType" minOccurs="0">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:ptwp_a1</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="ciek2" type="ot:OT_CiekPropertyType" minOccurs="0">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:ptwp_a2</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_PTWP_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_PTWP_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_PTLZ_A" type="ot:OT_PTLZ_AType" substitutionGroup="ot:OT_PokrycieTerenu"/>
<complexType name="OT_PTLZ_AType">
<complexContent>
<extension base="ot:OT_PokrycieTerenuType">
<sequence>
<element name="gatunekDrzew" nillable="true" minOccurs="0" maxOccurs="2">
<complexType>
<simpleContent>
<extension base="ot:OT_GatunekDrzewostanuType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="kategoria" type="ot:OT_KatDrzewostanuType"/>
<element name="rodzaj" type="ot:OT_RodzajTerenuLesnegoLubZadrzewionegoType"/>
<element name="nazwa" type="string" minOccurs="0"/>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_PTLZ_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_PTLZ_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_PTRK_A" type="ot:OT_PTRK_AType" substitutionGroup="ot:OT_PokrycieTerenu"/>
<complexType name="OT_PTRK_AType">
<complexContent>
<extension base="ot:OT_PokrycieTerenuType">
<sequence>
<element name="rodzaj" type="ot:OT_RodzajTerenuKrzewiastegoType"/>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_PTRK_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_PTRK_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_PTTR_A" type="ot:OT_PTTR_AType" substitutionGroup="ot:OT_PokrycieTerenu"/>
<complexType name="OT_PTTR_AType">
<complexContent>
<extension base="ot:OT_PokrycieTerenuType">
<sequence>
<element name="rodzaj" type="ot:OT_RodzajRoslinnosciTerenuRolnegoType"/>
<!-- Roles -->
<element name="EGiB" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_PTTR_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_PTTR_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_PTUT_A" type="ot:OT_PTUT_AType" substitutionGroup="ot:OT_PokrycieTerenu"/>
<complexType name="OT_PTUT_AType">
<complexContent>
<extension base="ot:OT_PokrycieTerenuType">
<sequence>
<element name="gatunek" nillable="true" minOccurs="0">
<complexType>
<simpleContent>
<extension base="ot:OT_GatunekUprawTrwalychType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="rodzaj" type="ot:OT_RodzajTerenuUprawTrwalychType"/>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_PTUT_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_PTUT_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_PTPL_A" type="ot:OT_PTPL_AType" substitutionGroup="ot:OT_PokrycieTerenu"/>
<complexType name="OT_PTPL_AType">
<complexContent>
<extension base="ot:OT_PokrycieTerenuType">
<sequence>
<element name="materialNawierzchni" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_MaterialNawierzchniType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-- Roles -->
<element name="ulica5" type="ot:OT_UlicaPropertyType" minOccurs="0">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:ptpl_a</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_PTPL_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_PTPL_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_PTZB_A" type="ot:OT_PTZB_AType" substitutionGroup="ot:OT_PokrycieTerenu"/>
<complexType name="OT_PTZB_AType">
<complexContent>
<extension base="ot:OT_PokrycieTerenuType">
<sequence>
<element name="charakter" type="ot:OT_RodzajCharakteruZabudowyType"/>
<element name="rodzaj" type="ot:OT_RodzajZabudowyType"/>
<element name="roslinnosc" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajRoslinnosciTerenuZabudowyType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_PTZB_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_PTZB_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_PTKM_A" type="ot:OT_PTKM_AType" substitutionGroup="ot:OT_PokrycieTerenu"/>
<complexType name="OT_PTKM_AType">
<complexContent>
<extension base="ot:OT_PokrycieTerenuType">
<sequence>
<element name="rodzaj" type="ot:OT_RodzajTerenuKomunikacyjnegoType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_PTKM_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_PTKM_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_PTGN_A" type="ot:OT_PTGN_AType" substitutionGroup="ot:OT_PokrycieTerenu"/>
<complexType name="OT_PTGN_AType">
<complexContent>
<extension base="ot:OT_PokrycieTerenuType">
<sequence>
<element name="rodzaj" type="ot:OT_RodzajGruntuNieuzytkowanegoType"/>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_PTGN_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_PTGN_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_PTNZ_A" type="ot:OT_PTNZ_AType" substitutionGroup="ot:OT_PokrycieTerenu"/>
<complexType name="OT_PTNZ_AType">
<complexContent>
<extension base="ot:OT_PokrycieTerenuType">
<sequence>
<element name="rodzaj" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajTerenuNiezabudowanegoType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_PTNZ_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_PTNZ_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_PTSO_A" type="ot:OT_PTSO_AType" substitutionGroup="ot:OT_PokrycieTerenu"/>
<complexType name="OT_PTSO_AType">
<complexContent>
<extension base="ot:OT_PokrycieTerenuType">
<sequence>
<element name="rodzaj" type="ot:OT_RodzajTerenuSkladowaniaOdpadowType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_PTSO_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_PTSO_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_PTWZ_A" type="ot:OT_PTWZ_AType" substitutionGroup="ot:OT_PokrycieTerenu"/>
<complexType name="OT_PTWZ_AType">
<complexContent>
<extension base="ot:OT_PokrycieTerenuType">
<sequence>
<element name="rodzaj" type="ot:OT_RodzajZwalowiskaWyrobiskaType"/>
<element name="surowiec" type="ot:OT_RodzajSurowcaType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_PTWZ_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_PTWZ_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_ZbiornikWodny" type="ot:OT_ZbiornikWodnyType" substitutionGroup="gml:AbstractFeature"/>
<complexType name="OT_ZbiornikWodnyType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="idIIP" type="bt:BT_IdentyfikatorPropertyType"/>
<element name="idPRNG" type="string"/>
<element name="nazwa" type="string"/>
<element name="x_informDodatkowa" type="string" minOccurs="0"/>
<element name="x_aktualnoscA" type="date"/>
<!-- Roles -->
<element name="ptwp_a1" type="ot:OT_PTWP_APropertyType" minOccurs="0">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:zbiornikWodny1</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="buzm_l2" type="ot:OT_BUZM_LPropertyType" minOccurs="0">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:zbiornikWodny2</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="PRNG" type="bt:BT_ReferencjaDoObiektuPropertyType">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_ZbiornikWodnyPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_ZbiornikWodny"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!-- =========== budowle i urzšdzenia ============================== -->
<element name="OT_BudynkiBudowleIUrzadzenia" type="ot:OT_BudynkiBudowleIUrzadzeniaType" abstract="true" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_BudynkiBudowleIUrzadzeniaType" abstract="true">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType"/>
</complexContent>
</complexType>
<complexType name="OT_BudynkiBudowleIUrzadzeniaPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BudynkiBudowleIUrzadzenia"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUZM_L" type="ot:OT_BUZM_LType" substitutionGroup="ot:OT_BudynkiBudowleIUrzadzenia"/>
<complexType name="OT_BUZM_LType">
<complexContent>
<extension base="ot:OT_BudynkiBudowleIUrzadzeniaType">
<sequence>
<element name="material" type="ot:OT_MaterialBudowliZiemnejType" minOccurs="0"/>
<element name="rodzaj" type="ot:OT_RodzajBudowliZiemnejType"/>
<element name="szerKorony" type="gml:LengthType" minOccurs="0"/>
<element name="szerPodstawy" type="gml:LengthType" minOccurs="0"/>
<element name="wysokosc" type="double" minOccurs="0"/>
<element name="geometria" type="gml:CurvePropertyType"/>
<!-- Roles -->
<element name="zbiornikWodny2" type="ot:OT_ZbiornikWodnyPropertyType" minOccurs="0">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:buzm_l2</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="ciek3" type="ot:OT_CiekPropertyType" minOccurs="0">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:buzm_l1</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUZM_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUZM_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUBD_A" type="ot:OT_BUBD_AType" substitutionGroup="ot:OT_BudynkiBudowleIUrzadzenia"/>
<complexType name="OT_BUBD_AType">
<complexContent>
<extension base="ot:OT_BudynkiBudowleIUrzadzeniaType">
<sequence>
<element name="funOgolnaBudynku" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_FunOgolnaBudynkuType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="funSzczegolowaBudynku" nillable="true" maxOccurs="unbounded">
<complexType>
<simpleContent>
<extension base="ot:OT_FunSzczegolowaBudynkuType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="liczbaKondygnacji" nillable="true">
<complexType>
<simpleContent>
<extension base="integer">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="kodKst" type="string" minOccurs="0"/>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="zabytek" type="boolean"/>
<element name="geometria" type="gml:PolygonType"/>
<!-- Roles -->
<element name="EGiB" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUBD_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUBD_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUSP" type="ot:OT_BUSPType" abstract="true" substitutionGroup="ot:OT_BudynkiBudowleIUrzadzenia"/>
<complexType name="OT_BUSPType" abstract="true">
<complexContent>
<extension base="ot:OT_BudynkiBudowleIUrzadzeniaType">
<sequence>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="rodzaj" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajBudowliSportowejType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUSPPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUSP"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUWT" type="ot:OT_BUWTType" abstract="true" substitutionGroup="ot:OT_BudynkiBudowleIUrzadzenia"/>
<complexType name="OT_BUWTType" abstract="true">
<complexContent>
<extension base="ot:OT_BudynkiBudowleIUrzadzeniaType">
<sequence>
<element name="rodzaj" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajBudowliTechnicznejType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="wysokosc" nillable="true" minOccurs="0">
<complexType>
<simpleContent>
<extension base="double">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUWTPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUWT"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUTR" type="ot:OT_BUTRType" abstract="true" substitutionGroup="ot:OT_BudynkiBudowleIUrzadzenia"/>
<complexType name="OT_BUTRType" abstract="true">
<complexContent>
<extension base="ot:OT_BudynkiBudowleIUrzadzeniaType">
<sequence>
<element name="dlugosc" type="gml:LengthType" minOccurs="0"/>
<element name="rodzaj" type="ot:OT_RodzajUrzadzeniaTransportowegoType"/>
<element name="szerokosc" type="gml:LengthType" minOccurs="0"/>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUTRPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUTR"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUZT" type="ot:OT_BUZTType" abstract="true" substitutionGroup="ot:OT_BudynkiBudowleIUrzadzenia"/>
<complexType name="OT_BUZTType" abstract="true">
<complexContent>
<extension base="ot:OT_BudynkiBudowleIUrzadzeniaType">
<sequence>
<element name="gromadzonaSubstancja" nillable="true" minOccurs="0">
<complexType>
<simpleContent>
<extension base="ot:OT_GromadzonaSubstancjaType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="rodzajKonstrukcji" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajKonstrukcjiZbiornikaType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="rodzaj" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajZbiornikaTechnicznegoType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUZTPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUZT"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUHD" type="ot:OT_BUHDType" abstract="true" substitutionGroup="ot:OT_BudynkiBudowleIUrzadzenia"/>
<complexType name="OT_BUHDType" abstract="true">
<complexContent>
<extension base="ot:OT_BudynkiBudowleIUrzadzeniaType">
<sequence>
<element name="poziomWodyMaksymalny" type="double" minOccurs="0"/>
<element name="poziomWodyMinimalny" type="double" minOccurs="0"/>
<element name="rodzaj" type="ot:OT_RodzajBudowliHydrotechnicznejType"/>
<element name="wysokoscKoronyZapory" type="double" minOccurs="0"/>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUHDPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUHD"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUIB" type="ot:OT_BUIBType" abstract="true" substitutionGroup="ot:OT_BudynkiBudowleIUrzadzenia"/>
<complexType name="OT_BUIBType" abstract="true">
<complexContent>
<extension base="ot:OT_BudynkiBudowleIUrzadzeniaType">
<sequence>
<element name="rodzaj" type="ot:OT_RodzajInnejBudowliType"/>
<!-- Roles -->
<element name="EGiB" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUIBPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUIB"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUIT" type="ot:OT_BUITType" abstract="true" substitutionGroup="ot:OT_BudynkiBudowleIUrzadzenia"/>
<complexType name="OT_BUITType" abstract="true">
<complexContent>
<extension base="ot:OT_BudynkiBudowleIUrzadzeniaType">
<sequence>
<element name="rodzaj" type="ot:OT_RodzajUrzadzeniaTechnicznegoType"/>
<!-- Roles -->
<element name="GESUT" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUITPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUIT"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUIN_L" type="ot:OT_BUIN_LType" substitutionGroup="ot:OT_BudynkiBudowleIUrzadzenia"/>
<complexType name="OT_BUIN_LType">
<complexContent>
<extension base="ot:OT_BudynkiBudowleIUrzadzeniaType">
<sequence>
<element name="dlugosc" type="gml:LengthType" minOccurs="0"/>
<element name="geometria" type="gml:CurvePropertyType"/>
<element name="konstrukcja" type="ot:OT_KonstrukcjaBudowliInzynierskiejType" minOccurs="0"/>
<element name="liczbaPoziomow" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_LiczbaPoziomowType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="materialKonstrukcyjnyPodpor" type="ot:OT_MaterialKonstrukcyjnyBudowliInzynierskiejType" minOccurs="0"/>
<element name="materialKonstrukcyjnyPomostu" type="ot:OT_MaterialKonstrukcyjnyBudowliInzynierskiejType" minOccurs="0"/>
<element name="mobilnoscPrzesla" nillable="true">
<complexType>
<simpleContent>
<extension base="boolean">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="nosnosc" type="double" minOccurs="0"/>
<element name="nrEwidencyjnyZarzaduDrog" type="string" minOccurs="0"/>
<element name="rodzaj" type="ot:OT_RodzajBudowliInzynierskiejType"/>
<element name="rodzajKomunikacji" type="ot:OT_RodzajKomunikacjiType"/>
<element name="szerokosc" type="gml:LengthType" minOccurs="0"/>
<element name="wysokosc" type="double" minOccurs="0"/>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUIN_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUIN_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUUO_L" type="ot:OT_BUUO_LType" substitutionGroup="ot:OT_BudynkiBudowleIUrzadzenia"/>
<complexType name="OT_BUUO_LType">
<complexContent>
<extension base="ot:OT_BudynkiBudowleIUrzadzeniaType">
<sequence>
<element name="rodzaj" type="ot:OT_RodzajUmocnieniaType"/>
<element name="geometria" type="gml:CurvePropertyType"/>
<element name="material" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_MaterialUmocnieniaType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="wysokosc" nillable="true">
<complexType>
<simpleContent>
<extension base="double">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUUO_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUUO_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUCM_A" type="ot:OT_BUCM_AType" substitutionGroup="ot:OT_BudynkiBudowleIUrzadzenia"/>
<complexType name="OT_BUCM_AType">
<complexContent>
<extension base="ot:OT_BudynkiBudowleIUrzadzeniaType">
<sequence>
<element name="geometria" type="gml:PolygonType"/>
<element name="rodzaj" type="ot:OT_RodzajCmentarzaType"/>
<element name="wyznanie" type="ot:OT_WyznanieType"/>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUCM_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUCM_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUSP_A" type="ot:OT_BUSP_AType" substitutionGroup="ot:OT_BUSP"/>
<complexType name="OT_BUSP_AType">
<complexContent>
<extension base="ot:OT_BUSPType">
<sequence>
<element name="geometria" type="gml:PolygonType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUSP_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUSP_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUSP_L" type="ot:OT_BUSP_LType" substitutionGroup="ot:OT_BUSP"/>
<complexType name="OT_BUSP_LType">
<complexContent>
<extension base="ot:OT_BUSPType">
<sequence>
<element name="geometria" type="gml:CurvePropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUSP_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUSP_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUWT_A" type="ot:OT_BUWT_AType" substitutionGroup="ot:OT_BUWT"/>
<complexType name="OT_BUWT_AType">
<complexContent>
<extension base="ot:OT_BUWTType">
<sequence>
<element name="geometria" type="gml:PolygonType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUWT_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUWT_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUWT_P" type="ot:OT_BUWT_PType" substitutionGroup="ot:OT_BUWT"/>
<complexType name="OT_BUWT_PType">
<complexContent>
<extension base="ot:OT_BUWTType">
<sequence>
<element name="geometria" type="gml:PointPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUWT_PPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUWT_P"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUTR_L" type="ot:OT_BUTR_LType" substitutionGroup="ot:OT_BUTR"/>
<complexType name="OT_BUTR_LType">
<complexContent>
<extension base="ot:OT_BUTRType">
<sequence>
<element name="geometria" type="gml:CurvePropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUTR_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUTR_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUTR_P" type="ot:OT_BUTR_PType" substitutionGroup="ot:OT_BUTR"/>
<complexType name="OT_BUTR_PType">
<complexContent>
<extension base="ot:OT_BUTRType">
<sequence>
<element name="geometria" type="gml:PointPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUTR_PPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUTR_P"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUZT_A" type="ot:OT_BUZT_AType" substitutionGroup="ot:OT_BUZT"/>
<complexType name="OT_BUZT_AType">
<complexContent>
<extension base="ot:OT_BUZTType">
<sequence>
<element name="geometria" type="gml:PolygonType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUZT_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUZT_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUZT_P" type="ot:OT_BUZT_PType" substitutionGroup="ot:OT_BUZT"/>
<complexType name="OT_BUZT_PType">
<complexContent>
<extension base="ot:OT_BUZTType">
<sequence>
<element name="geometria" type="gml:PointPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUZT_PPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUZT_P"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUHD_A" type="ot:OT_BUHD_AType" substitutionGroup="ot:OT_BUHD"/>
<complexType name="OT_BUHD_AType">
<complexContent>
<extension base="ot:OT_BUHDType">
<sequence>
<element name="geometria" type="gml:PolygonType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUHD_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUHD_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUHD_L" type="ot:OT_BUHD_LType" substitutionGroup="ot:OT_BUHD"/>
<complexType name="OT_BUHD_LType">
<complexContent>
<extension base="ot:OT_BUHDType">
<sequence>
<element name="geometria" type="gml:CurvePropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUHD_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUHD_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUHD_P" type="ot:OT_BUHD_PType" substitutionGroup="ot:OT_BUHD"/>
<complexType name="OT_BUHD_PType">
<complexContent>
<extension base="ot:OT_BUHDType">
<sequence>
<element name="geometria" type="gml:PointPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUHD_PPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUHD_P"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUIB_A" type="ot:OT_BUIB_AType" substitutionGroup="ot:OT_BUIB"/>
<complexType name="OT_BUIB_AType">
<complexContent>
<extension base="ot:OT_BUIBType">
<sequence>
<element name="geometria" type="gml:PolygonType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUIB_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUIB_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUIB_L" type="ot:OT_BUIB_LType" substitutionGroup="ot:OT_BUIB"/>
<complexType name="OT_BUIB_LType">
<complexContent>
<extension base="ot:OT_BUIBType">
<sequence>
<element name="geometria" type="gml:CurvePropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUIB_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUIB_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUIT_A" type="ot:OT_BUIT_AType" substitutionGroup="ot:OT_BUIT"/>
<complexType name="OT_BUIT_AType">
<complexContent>
<extension base="ot:OT_BUITType">
<sequence>
<element name="geometria" type="gml:PolygonType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUIT_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUIT_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_BUIT_P" type="ot:OT_BUIT_PType" substitutionGroup="ot:OT_BUIT"/>
<complexType name="OT_BUIT_PType">
<complexContent>
<extension base="ot:OT_BUITType">
<sequence>
<element name="geometria" type="gml:PointPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_BUIT_PPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_BUIT_P"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!-- =========== kompleksy użytkowania terenu ======================= -->
<element name="OT_KUPG_P" type="ot:OT_KUPG_PType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_KUPG_PType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="geometria" type="gml:PointPropertyType"/>
<!-- Roles -->
<element name="kupg_a1" type="ot:OT_KUPG_APropertyType">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:kupg_p</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_KUPG_PPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_KUPG_P"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_KUPG_A" type="ot:OT_KUPG_AType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_KUPG_AType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="rodzaj" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajKompleksuPrzemyslowoGospodarczegoType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="geometria" type="gml:PolygonType"/>
<!-- Roles -->
<element name="kupg_p" type="ot:OT_KUPG_PPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:kupg_a1</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="elektrownia" type="ot:OT_ElektrowniaPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:kupg_a2</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="kopalnia" type="ot:OT_KopalniaPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:kupg_a3</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_KUPG_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_KUPG_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_KUKO_A" type="ot:OT_KUKO_AType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_KUKO_AType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="rodzaj" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajKompleksuKomunikacyjnegoType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="geometria" type="gml:PolygonType"/>
<element name="nazwa" type="string" minOccurs="0"/>
<!-- Roles -->
<element name="kuko_p" type="ot:OT_KUKO_PPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:kuko_a1</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="port" type="ot:OT_PortPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:kuko_a2</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="lotnisko" type="ot:OT_LotniskoPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:kuko_a3</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_KUKO_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_KUKO_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_KUKO_P" type="ot:OT_KUKO_PType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_KUKO_PType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="geometria2" type="gml:PointPropertyType"/>
<!-- Roles -->
<element name="kuko_a1" type="ot:OT_KUKO_APropertyType">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:kuko_p</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_KUKO_PPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_KUKO_P"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_KUHO_A" type="ot:OT_KUHO_AType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_KUHO_AType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="rodzaj" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajKompleksuUslugHotelarskichType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="geometria" type="gml:PolygonType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_KUHO_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_KUHO_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_KUHU_P" type="ot:OT_KUHU_PType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_KUHU_PType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="geometria" type="gml:PointPropertyType"/>
<!-- Roles -->
<element name="kuhu_a" type="ot:OT_KUHU_APropertyType">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:kuhu_p</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_KUHU_PPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_KUHU_P"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_KUHU_A" type="ot:OT_KUHU_AType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_KUHU_AType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="rodzaj" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajKompleksuHandlowoUslugowegoType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="geometria" type="gml:PolygonType"/>
<!-- Roles -->
<element name="kuhu_p" type="ot:OT_KUHU_PPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:kuhu_a</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_KUHU_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_KUHU_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_KUOZ_A" type="ot:OT_KUOZ_AType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_KUOZ_AType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="rodzaj" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajKompleksuOchronyZdrowiaType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="geometria" type="gml:PolygonType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_KUOZ_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_KUOZ_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_KUMN_A" type="ot:OT_KUMN_AType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_KUMN_AType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="rodzaj" type="ot:OT_RodzajKompleksuMieszkaniowegoType"/>
<element name="geometria" type="gml:PolygonType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_KUMN_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_KUMN_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_KUSC_A" type="ot:OT_KUSC_AType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_KUSC_AType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="rodzaj" type="ot:OT_RodzajKompleksuSakralnegoType"/>
<element name="geometria" type="gml:PolygonType"/>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_KUSC_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_KUSC_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_KUOS_A" type="ot:OT_KUOS_AType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_KUOS_AType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="rodzaj" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajKompleksuOswiatowegoType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="geometria" type="gml:PolygonType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_KUOS_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_KUOS_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_KUSK_A" type="ot:OT_KUSK_AType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_KUSK_AType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="rodzaj" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajKompleksuSportowoRekreacyjnegoType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="geometria" type="gml:PolygonType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_KUSK_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_KUSK_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_KUZA_A" type="ot:OT_KUZA_AType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_KUZA_AType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="rodzaj" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajKompleksuZabytkowoHistorycznegoType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="geometria" type="gml:PolygonType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_KUZA_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_KUZA_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_KUIK_A" type="ot:OT_KUIK_AType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_KUIK_AType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="rodzaj" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajInnegoKompleksuType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="geometria" type="gml:PolygonType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_KUIK_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_KUIK_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_Elektrownia" type="ot:OT_ElektrowniaType" substitutionGroup="gml:AbstractFeature"/>
<complexType name="OT_ElektrowniaType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="rodzaj" type="ot:OT_RodzajElektrowniType"/>
<!-- Roles -->
<element name="kupg_a2" type="ot:OT_KUPG_APropertyType">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:elektrownia</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_ElektrowniaPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_Elektrownia"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_Kopalnia" type="ot:OT_KopalniaType" substitutionGroup="gml:AbstractFeature"/>
<complexType name="OT_KopalniaType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="kopalina" type="ot:OT_KopalinaType"/>
<element name="rodzaj" type="ot:OT_RodzajKopalniType"/>
<!-- Roles -->
<element name="kupg_a3" type="ot:OT_KUPG_APropertyType">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:kopalnia</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_KopalniaPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_Kopalnia"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_Port" type="ot:OT_PortType" substitutionGroup="gml:AbstractFeature"/>
<complexType name="OT_PortType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="lokalizacjaPortu" type="ot:OT_LokalizacjaPortuType"/>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="rodzaj" type="ot:OT_RodzajPortuType"/>
<!-- Roles -->
<element name="kuko_a2" type="ot:OT_KUKO_APropertyType">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:port</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_PortPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_Port"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_Lotnisko" type="ot:OT_LotniskoType" substitutionGroup="gml:AbstractFeature"/>
<complexType name="OT_LotniskoType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="idIata" type="string"/>
<element name="idIcao" type="string"/>
<element name="rodzaj" type="ot:OT_RodzajLotniskaType"/>
<!-- Roles -->
<element name="kuko_a3" type="ot:OT_KUKO_APropertyType">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:lotnisko</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_LotniskoPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_Lotnisko"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!-- =========== tereny chronione ================================== -->
<element name="OT_TerenyChronione" type="ot:OT_TerenyChronioneType" abstract="true" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_TerenyChronioneType" abstract="true">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="geometria" type="gml:PolygonType"/>
<element name="idKSOCH" type="string" minOccurs="0"/>
<!-- Roles -->
<element name="PRNG" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_TerenyChronionePropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_TerenyChronione"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_TCRZ_A" type="ot:OT_TCRZ_AType" substitutionGroup="ot:OT_TerenyChronione"/>
<complexType name="OT_TCRZ_AType">
<complexContent>
<extension base="ot:OT_TerenyChronioneType">
<sequence>
<element name="rodzaj" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajRezerwatuType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="nazwa" type="string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_TCRZ_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_TCRZ_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_TCPN_A" type="ot:OT_TCPN_AType" substitutionGroup="ot:OT_TerenyChronione"/>
<complexType name="OT_TCPN_AType">
<complexContent>
<extension base="ot:OT_TerenyChronioneType">
<sequence>
<element name="nazwa" type="string"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_TCPN_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_TCPN_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_TCON_A" type="ot:OT_TCON_AType" substitutionGroup="ot:OT_TerenyChronione"/>
<complexType name="OT_TCON_AType">
<complexContent>
<extension base="ot:OT_TerenyChronioneType">
<sequence>
<element name="idNatura" type="string"/>
<element name="nazwa" type="string"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_TCON_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_TCON_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_TCPK_A" type="ot:OT_TCPK_AType" substitutionGroup="ot:OT_TerenyChronione"/>
<complexType name="OT_TCPK_AType">
<complexContent>
<extension base="ot:OT_TerenyChronioneType">
<sequence>
<element name="nazwa" type="string"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_TCPK_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_TCPK_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!-- =========== jednostki podziału terytorialnego ======================-->
<element name="OT_PodzialTerytorialny" type="ot:OT_PodzialTerytorialnyType" abstract="true" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_PodzialTerytorialnyType" abstract="true">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="nazwa" type="string"/>
<element name="geometria" type="gml:PolygonType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_PodzialTerytorialnyPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_PodzialTerytorialny"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_ADMS_A" type="ot:OT_ADMS_AType" substitutionGroup="ot:OT_PodzialTerytorialny"/>
<complexType name="OT_ADMS_AType">
<complexContent>
<extension base="ot:OT_PodzialTerytorialnyType">
<sequence>
<element name="idPRNG" type="string"/>
<element name="idTerytGmi" type="string"/>
<element name="idTerytMiejsc" nillable="true">
<complexType>
<simpleContent>
<extension base="string">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="liczbaMieszkancow" type="integer" minOccurs="0"/>
<element name="rodzaj" type="ot:OT_RodzajMiejscowosciType"/>
<element name="siedzibaUrzeduGminy" type="boolean"/>
<!-- Roles -->
<element name="adms_a1" type="ot:OT_ADMS_APropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:adms_a2</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="adms_a2" type="ot:OT_ADMS_APropertyType" minOccurs="0">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:adms_a1</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="ulica1" type="ot:OT_UlicaPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:adms_a4</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="adja_a3" type="ot:OT_ADJA_APropertyType">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:adms_a3</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="EMUiA" type="bt:BT_ReferencjaDoObiektuPropertyType">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
<element name="PRNG" type="bt:BT_ReferencjaDoObiektuPropertyType">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_ADMS_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_ADMS_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_ADJA_A" type="ot:OT_ADJA_AType" substitutionGroup="ot:OT_PodzialTerytorialny"/>
<complexType name="OT_ADJA_AType">
<complexContent>
<extension base="ot:OT_PodzialTerytorialnyType">
<sequence>
<element name="idPRG" type="string"/>
<element name="idTerytJednostkiNadrzednej" type="string" minOccurs="0"/>
<element name="idTerytTerc" type="string"/>
<element name="rodzaj" type="ot:OT_RodzajJednostkiAdministracyjnejType"/>
<!-- Roles -->
<element name="adja_a1" type="ot:OT_ADJA_APropertyType" minOccurs="0">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:adja_a2</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="adja_a2" type="ot:OT_ADJA_APropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:adja_a1</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="adms_a3" type="ot:OT_ADMS_APropertyType" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:reversePropertyName>ot:adja_a3</gml:reversePropertyName>
</appinfo>
</annotation>
</element>
<element name="PRG" type="bt:BT_ReferencjaDoObiektuPropertyType">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_ADJA_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_ADJA_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_ADMS_P" type="ot:OT_ADMS_PType" substitutionGroup="ot:OT_ADMS_A"/>
<complexType name="OT_ADMS_PType">
<complexContent>
<extension base="ot:OT_ADMS_AType">
<sequence>
<element name="geometria2" type="gml:PointPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_ADMS_PPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_ADMS_P"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<!-- =========== obiekty inne ======================================-->
<element name="OT_OIPR" type="ot:OT_OIPRType" abstract="true" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_OIPRType" abstract="true">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="pomnikPrzyrody" type="boolean"/>
<element name="rodzaj" type="ot:OT_RodzajObiektuPrzyrodniczegoType"/>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_OIPRPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_OIPR"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_OIKM" type="ot:OT_OIKMType" abstract="true" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_OIKMType" abstract="true">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="rodzaj" nillable="true">
<complexType>
<simpleContent>
<extension base="ot:OT_RodzajObiektuKomunikacyjnegoType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</simpleContent>
</complexType>
</element>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_OIKMPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_OIKM"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_OIOR" type="ot:OT_OIORType" abstract="true" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_OIORType" abstract="true">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="nazwa" type="string" minOccurs="0"/>
<element name="rodzaj" type="ot:OT_RodzajObiektuOrientacyjnegoType"/>
<element name="szerokosc" type="gml:LengthType" minOccurs="0"/>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_OIORPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_OIOR"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_OIMK_A" type="ot:OT_OIMK_AType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_OIMK_AType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="rodzaj" type="ot:OT_RodzajMokradlaType"/>
<element name="geometria" type="gml:PolygonType"/>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_OIMK_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_OIMK_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_OISZ_A" type="ot:OT_OISZ_AType" substitutionGroup="ot:OT_ObiektTopograficzny"/>
<complexType name="OT_OISZ_AType">
<complexContent>
<extension base="ot:OT_ObiektTopograficznyType">
<sequence>
<element name="geometria" type="gml:PolygonType"/>
<!-- Roles -->
<element name="BDOT500" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<appinfo>
<gml:targetElement>bt:BT_ReferencjaDoObiektu</gml:targetElement>
</appinfo>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_OISZ_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_OISZ_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_OIPR_L" type="ot:OT_OIPR_LType" substitutionGroup="ot:OT_OIPR"/>
<complexType name="OT_OIPR_LType">
<complexContent>
<extension base="ot:OT_OIPRType">
<sequence>
<element name="geometria" type="gml:CurvePropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_OIPR_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_OIPR_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_OIPR_P" type="ot:OT_OIPR_PType" substitutionGroup="ot:OT_OIPR"/>
<complexType name="OT_OIPR_PType">
<complexContent>
<extension base="ot:OT_OIPRType">
<sequence>
<element name="geometria" type="gml:PointPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_OIPR_PPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_OIPR_P"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_OIKM_A" type="ot:OT_OIKM_AType" substitutionGroup="ot:OT_OIKM"/>
<complexType name="OT_OIKM_AType">
<complexContent>
<extension base="ot:OT_OIKMType">
<sequence>
<element name="geometria" type="gml:PolygonType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_OIKM_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_OIKM_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_OIKM_L" type="ot:OT_OIKM_LType" substitutionGroup="ot:OT_OIKM"/>
<complexType name="OT_OIKM_LType">
<complexContent>
<extension base="ot:OT_OIKMType">
<sequence>
<element name="geometria" type="gml:CurvePropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_OIKM_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_OIKM_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_OIKM_P" type="ot:OT_OIKM_PType" substitutionGroup="ot:OT_OIKM"/>
<complexType name="OT_OIKM_PType">
<complexContent>
<extension base="ot:OT_OIKMType">
<sequence>
<element name="geometria" type="gml:PointPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_OIKM_PPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_OIKM_P"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_OIOR_A" type="ot:OT_OIOR_AType" substitutionGroup="ot:OT_OIOR"/>
<complexType name="OT_OIOR_AType">
<complexContent>
<extension base="ot:OT_OIORType">
<sequence>
<element name="geometria" type="gml:PolygonType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_OIOR_APropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_OIOR_A"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_OIOR_L" type="ot:OT_OIOR_LType" substitutionGroup="ot:OT_OIOR"/>
<complexType name="OT_OIOR_LType">
<complexContent>
<extension base="ot:OT_OIORType">
<sequence>
<element name="geometria" type="gml:CurveType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_OIOR_LPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_OIOR_L"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
<element name="OT_OIOR_P" type="ot:OT_OIOR_PType" substitutionGroup="ot:OT_OIOR"/>
<complexType name="OT_OIOR_PType">
<complexContent>
<extension base="ot:OT_OIORType">
<sequence>
<element name="geometria" type="gml:PointPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="OT_OIOR_PPropertyType">
<sequence minOccurs="0">
<element ref="ot:OT_OIOR_P"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
<attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>
</schema>
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ot="urn:gugik:specyfikacje:gmlas:bazaDanychObiektowTopograficznych10k:1.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:bt="urn:gugik:specyfikacje:gmlas:modelPodstawowy:1.0" targetNamespace="urn:gugik:specyfikacje:gmlas:bazaDanychObiektowTopograficznych10k:1.0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
<import namespace="urn:gugik:specyfikacje:gmlas:modelPodstawowy:1.0" schemaLocation="BT_ModelPodstawowy.xsd"/>
<!-- ========= SlownikiBudowleIUrzadzenia =========================-->
<!-- ============ ENUMERATIONS =============-->
<simpleType name="OT_FunSzczegolowaBudynkuType">
<restriction base="string">
<enumeration value="1110.Dj">
<annotation>
<appinfo>
<gml:description>budynekJednorodzinny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1110.Dl">
<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="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>domOpiekiSpolecznej</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.In">
<annotation>
<appinfo>
<gml:description>internat</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1130.Kl">
<annotation>
<appinfo>
<gml:description>klasztor</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1130.Km">
<annotation>
<appinfo>
<gml:description>koszary</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>zakladKarny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1130.Zp">
<annotation>
<appinfo>
<gml:description>zakladPoprawczy</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="1212.Dk">
<annotation>
<appinfo>
<gml:description>domekKempingowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1212.Dr">
<annotation>
<appinfo>
<gml:description>domRekolekcyjny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1212.Dw">
<annotation>
<appinfo>
<gml:description>domWypoczynkowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1212.Os">
<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="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>kuriaMetropolitarna</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>placowkaOperatoraPocztowego</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="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>dworzecAutobusowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1241.Dk">
<annotation>
<appinfo>
<gml:description>dworzecKolejowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1241.Dl">
<annotation>
<appinfo>
<gml:description>dworzecLotniczy</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>stacjaNadawczaRadiaITelewizji</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>zajezdniaAutobusowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1241.Tr">
<annotation>
<appinfo>
<gml:description>zajezdniaTramwajowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1241.Tb">
<annotation>
<appinfo>
<gml:description>zajezdniaTrolejbusowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1242.Gr">
<annotation>
<appinfo>
<gml:description>garaz</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1242.Pw">
<annotation>
<appinfo>
<gml:description>parkingWielopoziomowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1251.El">
<annotation>
<appinfo>
<gml:description>elektrocieplownia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1251.Ek">
<annotation>
<appinfo>
<gml:description>elektrownia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1251.Kt">
<annotation>
<appinfo>
<gml:description>kotlownia</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>produkcyjny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1251.Rf">
<annotation>
<appinfo>
<gml:description>rafineria</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1251.Ss">
<annotation>
<appinfo>
<gml:description>spalarniaSmieci</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>wiatrak</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="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.Op">
<annotation>
<appinfo>
<gml:description>opera</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1261.Sz">
<annotation>
<appinfo>
<gml:description>schroniskoDlaZwierzat</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1261.Tt">
<annotation>
<appinfo>
<gml:description>teatr</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="1263.Ob">
<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="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="1264.Jr">
<annotation>
<appinfo>
<gml:description>jednostkaRatownictwaMedycznego</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1264.Kw">
<annotation>
<appinfo>
<gml:description>klinikaWeterenaryjna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1264.Oo">
<annotation>
<appinfo>
<gml:description>osrodekOpiekiSpolecznej</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="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>salaGimnastyczna</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="1271.Bg">
<annotation>
<appinfo>
<gml:description>budynekGospodarczy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1271.Bp">
<annotation>
<appinfo>
<gml:description>budynekProdukcyjnyZwierzatHodowlanych</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1271.St">
<annotation>
<appinfo>
<gml:description>stajnia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1271.Sz">
<annotation>
<appinfo>
<gml:description>szklarniaLubCieplarnia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1272.Bc">
<annotation>
<appinfo>
<gml:description>budynkiCmentarne</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.Ir">
<annotation>
<appinfo>
<gml:description>innyBudynekKultuReligijnego</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="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>zabudowaniaKoszarowe</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1274.Zp">
<annotation>
<appinfo>
<gml:description>zakladKarnyLubPoprawczy</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_FunOgolnaBudynkuType">
<restriction base="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>zbiornikSilosIBudynkiMagazynowe</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>budynekGospodarstwaRolnego</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>budynekZabytkowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1274">
<annotation>
<appinfo>
<gml:description>pozostaleBudynkiNiemieszkalne</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajBudowliSportowejType">
<restriction base="string">
<enumeration value="Bdk">
<annotation>
<appinfo>
<gml:description>basenOdkryty</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Bcf">
<annotation>
<appinfo>
<gml:description>basenZCzaszaFoliowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Bzn">
<annotation>
<appinfo>
<gml:description>bieznia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ktn">
<annotation>
<appinfo>
<gml:description>kortTenisowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Kcf">
<annotation>
<appinfo>
<gml:description>kortTenisowyZCzaszaFoliowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pgz">
<annotation>
<appinfo>
<gml:description>placGierIZabaw</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Psp">
<annotation>
<appinfo>
<gml:description>placSportowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Snr">
<annotation>
<appinfo>
<gml:description>skoczniaNarciarska</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Std">
<annotation>
<appinfo>
<gml:description>stadion</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Sst">
<annotation>
<appinfo>
<gml:description>sztucznyStok</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tsm">
<annotation>
<appinfo>
<gml:description>torSamochodowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tsn">
<annotation>
<appinfo>
<gml:description>torSaneczkowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tzz">
<annotation>
<appinfo>
<gml:description>torZuzlowy</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_MaterialKonstrukcyjnyBudowliInzynierskiejType">
<restriction base="string">
<enumeration value="Bt">
<annotation>
<appinfo>
<gml:description>beton</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Cg">
<annotation>
<appinfo>
<gml:description>cegla</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Dr">
<annotation>
<appinfo>
<gml:description>drewno</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Km">
<annotation>
<appinfo>
<gml:description>kamien</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="St">
<annotation>
<appinfo>
<gml:description>stal</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zb">
<annotation>
<appinfo>
<gml:description>zelbet</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajZbiornikaTechnicznegoType">
<restriction base="string">
<enumeration value="Osd">
<annotation>
<appinfo>
<gml:description>osadnik</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zcc">
<annotation>
<appinfo>
<gml:description>zbiornikNaCiecz</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zmp">
<annotation>
<appinfo>
<gml:description>zbiornikNaMaterialyPedneLubGaz</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zms">
<annotation>
<appinfo>
<gml:description>zbiornikNaMaterialySypkie</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_MaterialUmocnieniaType">
<restriction base="string">
<enumeration value="Btn">
<annotation>
<appinfo>
<gml:description>beton</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Kam">
<annotation>
<appinfo>
<gml:description>kamien</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pdr">
<annotation>
<appinfo>
<gml:description>paleDrewniane</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pbt">
<annotation>
<appinfo>
<gml:description>paleBetonowe</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pst">
<annotation>
<appinfo>
<gml:description>paleStalowe</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajBudowliHydrotechnicznejType">
<restriction base="string">
<enumeration value="Jry">
<annotation>
<appinfo>
<gml:description>jazRuchomyLubZastawkaPietrzaca</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Jsy">
<annotation>
<appinfo>
<gml:description>jazStaly</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Slz">
<annotation>
<appinfo>
<gml:description>sluza</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zap">
<annotation>
<appinfo>
<gml:description>zapora</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="JZ">
<annotation>
<appinfo>
<gml:description>jaz</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajKomunikacjiType">
<restriction base="string">
<enumeration value="dr">
<annotation>
<appinfo>
<gml:description>drogowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="kl">
<annotation>
<appinfo>
<gml:description>kolejowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="tr">
<annotation>
<appinfo>
<gml:description>tramwajowa</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajUrzadzeniaTransportowegoType">
<restriction base="string">
<enumeration value="Kln">
<annotation>
<appinfo>
<gml:description>kolejLinowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Okl">
<annotation>
<appinfo>
<gml:description>obrotnicaKolejowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Suw">
<annotation>
<appinfo>
<gml:description>suwnica</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tsm">
<annotation>
<appinfo>
<gml:description>tasmociag</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wnt">
<annotation>
<appinfo>
<gml:description>wyciagNarciarski</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajCmentarzaType">
<restriction base="string">
<enumeration value="Kom">
<annotation>
<appinfo>
<gml:description>komunalny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wjn">
<annotation>
<appinfo>
<gml:description>wojenny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wzn">
<annotation>
<appinfo>
<gml:description>wyznaniowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zwr">
<annotation>
<appinfo>
<gml:description>dlaZwierzat</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajInnejBudowliType">
<restriction base="string">
<enumeration value="Est">
<annotation>
<appinfo>
<gml:description>estrada</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ogr">
<annotation>
<appinfo>
<gml:description>ogrodzenieTrwale</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Prn">
<annotation>
<appinfo>
<gml:description>peronKolejowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pfw">
<annotation>
<appinfo>
<gml:description>platformaWidokowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Rmp">
<annotation>
<appinfo>
<gml:description>rampa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Trb">
<annotation>
<appinfo>
<gml:description>trybuna</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_WyznanieType">
<restriction base="string">
<enumeration value="1">
<annotation>
<appinfo>
<gml:description>chrzescijanskie</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="0">
<annotation>
<appinfo>
<gml:description>inne</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_MaterialBudowliZiemnejType">
<restriction base="string">
<enumeration value="Bt">
<annotation>
<appinfo>
<gml:description>zOkladzinaBetonowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Gr">
<annotation>
<appinfo>
<gml:description>ziemny</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajBudowliInzynierskiejType">
<restriction base="string">
<enumeration value="e">
<annotation>
<appinfo>
<gml:description>estakada</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="w">
<annotation>
<appinfo>
<gml:description>wiadukt</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="k">
<annotation>
<appinfo>
<gml:description>kladkaDlaPieszych</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="m">
<annotation>
<appinfo>
<gml:description>most</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="d">
<annotation>
<appinfo>
<gml:description>przejsciePodziemneDlaPieszych</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="p">
<annotation>
<appinfo>
<gml:description>przepust</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="t">
<annotation>
<appinfo>
<gml:description>tunel</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajUmocnieniaType">
<restriction base="string">
<enumeration value="Flc">
<annotation>
<appinfo>
<gml:description>falochron</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ost">
<annotation>
<appinfo>
<gml:description>ostroga</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Sop">
<annotation>
<appinfo>
<gml:description>scianaOporowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ubr">
<annotation>
<appinfo>
<gml:description>umocnienieBrzegu</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajBudowliZiemnejType">
<restriction base="string">
<enumeration value="F">
<annotation>
<appinfo>
<gml:description>fosaSuchaIWykop</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="N">
<annotation>
<appinfo>
<gml:description>nasyp</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="W">
<annotation>
<appinfo>
<gml:description>walPrzeciwpowodziowyLubGrobla</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_KonstrukcjaBudowliInzynierskiejType">
<restriction base="string">
<enumeration value="Blk">
<annotation>
<appinfo>
<gml:description>belkowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Luk">
<annotation>
<appinfo>
<gml:description>lukowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Obt">
<annotation>
<appinfo>
<gml:description>obrotowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pws">
<annotation>
<appinfo>
<gml:description>podwieszony</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wsc">
<annotation>
<appinfo>
<gml:description>wiszacy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Inn">
<annotation>
<appinfo>
<gml:description>pozostaleKonstrukcje</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajUrzadzeniaTechnicznegoType">
<restriction base="string">
<enumeration value="Sng">
<annotation>
<appinfo>
<gml:description>szybNaftowyLubGazowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Uwd">
<annotation>
<appinfo>
<gml:description>ujecieWody</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Trn">
<annotation>
<appinfo>
<gml:description>transformator</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ztr">
<annotation>
<appinfo>
<gml:description>zespolTransformatorow</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zdp">
<annotation>
<appinfo>
<gml:description>zespolDystrybutorowPaliwa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zum">
<annotation>
<appinfo>
<gml:description>zespolUrzadzenStacjiMeteorologicznej</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zrp">
<annotation>
<appinfo>
<gml:description>zespolUrzadzenTerminaluRopyNaftowejLubMaterialowRopopochodnych</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_LiczbaPoziomowType">
<restriction base="string">
<enumeration value="1">
<annotation>
<appinfo>
<gml:description>jednopoziomowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="2">
<annotation>
<appinfo>
<gml:description>dwupoziomowy</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<!-- ============== CODE LISTS ==============-->
<simpleType name="OT_RodzajBudowliTechnicznejType">
<union memberTypes="ot:OT_RodzajBudowliTechnicznejEnumerationType ot:OT_RodzajBudowliTechnicznejOtherType"/>
</simpleType>
<simpleType name="OT_RodzajBudowliTechnicznejEnumerationType">
<restriction base="string">
<enumeration value="Ckm">
<annotation>
<appinfo>
<gml:description>chlodniaKominowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Kmn">
<annotation>
<appinfo>
<gml:description>kominPrzemyslowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Mos">
<annotation>
<appinfo>
<gml:description>masztOswietleniowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Mtl">
<annotation>
<appinfo>
<gml:description>masztTelekomunikacyjny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Twt">
<annotation>
<appinfo>
<gml:description>turbinaWiatrowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Sen">
<annotation>
<appinfo>
<gml:description>slupEnergetyczny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pkl">
<annotation>
<appinfo>
<gml:description>podporaKoleiLinowej</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wcs">
<annotation>
<appinfo>
<gml:description>wiezaCisnien</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wpp">
<annotation>
<appinfo>
<gml:description>wiezaPrzeciwpozarowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wsk">
<annotation>
<appinfo>
<gml:description>wiezaSzybuKopalnianego</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wtl">
<annotation>
<appinfo>
<gml:description>wiezaTelekomunikacyjna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wdk">
<annotation>
<appinfo>
<gml:description>wiezaWidokowa</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajBudowliTechnicznejOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<simpleType name="OT_GromadzonaSubstancjaType">
<union memberTypes="ot:OT_GromadzonaSubstancjaEnumerationType ot:OT_GromadzonaSubstancjaOtherType"/>
</simpleType>
<simpleType name="OT_GromadzonaSubstancjaEnumerationType">
<restriction base="string">
<enumeration value="Bnz">
<annotation>
<appinfo>
<gml:description>benzyna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Cmn">
<annotation>
<appinfo>
<gml:description>cement</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Gzm">
<annotation>
<appinfo>
<gml:description>gazZiemny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Psz">
<annotation>
<appinfo>
<gml:description>pasza</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Rpa">
<annotation>
<appinfo>
<gml:description>ropa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wod">
<annotation>
<appinfo>
<gml:description>woda</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zbz">
<annotation>
<appinfo>
<gml:description>zboze</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_GromadzonaSubstancjaOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<simpleType name="OT_RodzajKonstrukcjiZbiornikaType">
<union memberTypes="ot:OT_RodzajKonstrukcjiZbiornikaEnumerationType ot:OT_RodzajKonstrukcjiZbiornikaOtherType"/>
</simpleType>
<simpleType name="OT_RodzajKonstrukcjiZbiornikaEnumerationType">
<restriction base="string">
<enumeration value="Bsn">
<annotation>
<appinfo>
<gml:description>basen</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Cld">
<annotation>
<appinfo>
<gml:description>cylindryczny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Kls">
<annotation>
<appinfo>
<gml:description>kulisty</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pkl">
<annotation>
<appinfo>
<gml:description>polkulisty</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zso">
<annotation>
<appinfo>
<gml:description>zespolScianOporowych</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajKonstrukcjiZbiornikaOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<!-- ========= SlownikiObiektyInne ================================-->
<!-- ============ ENUMERATIONS =============-->
<simpleType name="OT_RodzajObiektuKomunikacyjnegoType">
<restriction base="string">
<enumeration value="Eka">
<annotation>
<appinfo>
<gml:description>ekranAkustyczny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pst">
<annotation>
<appinfo>
<gml:description>pasStartowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pgr">
<annotation>
<appinfo>
<gml:description>przejscieGraniczne</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pat">
<annotation>
<appinfo>
<gml:description>przystanekAutobusowyTramwajowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pkl">
<annotation>
<appinfo>
<gml:description>przystanekKolejowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Sch">
<annotation>
<appinfo>
<gml:description>schody</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Swt">
<annotation>
<appinfo>
<gml:description>sygnalizatorSwietlny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wmt">
<annotation>
<appinfo>
<gml:description>wejscieDoStacjiMetra</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Mpo">
<annotation>
<appinfo>
<gml:description>miejscePoboruOplat</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajObiektuPrzyrodniczegoType">
<restriction base="string">
<enumeration value="Dwo">
<annotation>
<appinfo>
<gml:description>drzewoGrupaDrzew</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Gnr">
<annotation>
<appinfo>
<gml:description>glazNarzutowyGrupa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Kkr">
<annotation>
<appinfo>
<gml:description>kepaKrzewow</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Kko">
<annotation>
<appinfo>
<gml:description>kepaKosodrzewiny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Lod">
<annotation>
<appinfo>
<gml:description>liniaOddzialowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Mls">
<annotation>
<appinfo>
<gml:description>malyLas</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Osk">
<annotation>
<appinfo>
<gml:description>odosobnionaSkala</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zwp">
<annotation>
<appinfo>
<gml:description>pasKrzakowZywoplot</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Psk">
<annotation>
<appinfo>
<gml:description>progSkalny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Rdr">
<annotation>
<appinfo>
<gml:description>rzadDrzew</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wdj">
<annotation>
<appinfo>
<gml:description>wejscieDoJaskini</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wds">
<annotation>
<appinfo>
<gml:description>wodospad</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zrd">
<annotation>
<appinfo>
<gml:description>zrodlo</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajMokradlaType">
<restriction base="string">
<enumeration value="Bg">
<annotation>
<appinfo>
<gml:description>bagno</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pd">
<annotation>
<appinfo>
<gml:description>terenPodmokly</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="MO">
<annotation>
<appinfo>
<gml:description>mokradlo</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<!-- ============== CODE LISTS ==============-->
<simpleType name="OT_RodzajObiektuOrientacyjnegoType">
<union memberTypes="ot:OT_RodzajObiektuOrientacyjnegoEnumerationType ot:OT_RodzajObiektuOrientacyjnegoOtherType"/>
</simpleType>
<simpleType name="OT_RodzajObiektuOrientacyjnegoEnumerationType">
<restriction base="string">
<enumeration value="Bun">
<annotation>
<appinfo>
<gml:description>bunkierSchron</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Fgk">
<annotation>
<appinfo>
<gml:description>figuraKapliczkaKrzyz</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ftn">
<annotation>
<appinfo>
<gml:description>fontanna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Mhi">
<annotation>
<appinfo>
<gml:description>murHistoryczny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Mog">
<annotation>
<appinfo>
<gml:description>mogilaOdosobniona</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pmn">
<annotation>
<appinfo>
<gml:description>pomnik</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pom">
<annotation>
<appinfo>
<gml:description>pomostMolo</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Rzb">
<annotation>
<appinfo>
<gml:description>ruinaZabytkowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Sgl">
<annotation>
<appinfo>
<gml:description>studniaGlebinowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Skl">
<annotation>
<appinfo>
<gml:description>szklarnia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wal">
<annotation>
<appinfo>
<gml:description>wiataAltana</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wtr">
<annotation>
<appinfo>
<gml:description>wiatrak</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wwk">
<annotation>
<appinfo>
<gml:description>wiezaObserwacyjna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wdw">
<annotation>
<appinfo>
<gml:description>wodowskaz</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajObiektuOrientacyjnegoOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<!-- ========= SlownikiOgolne ====================================-->
<!-- ============ ENUMERATIONS =============-->
<simpleType name="OT_SkrKartoType">
<restriction base="string">
<enumeration value="amb.">
<annotation>
<appinfo>
<gml:description>ambasada</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="B">
<annotation>
<appinfo>
<gml:description>bank</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="b.">
<annotation>
<appinfo>
<gml:description>brod</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="b. tran.">
<annotation>
<appinfo>
<gml:description>bazaTransportowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="bas. kąp.">
<annotation>
<appinfo>
<gml:description>basenKapielowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="bud.">
<annotation>
<appinfo>
<gml:description>budowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="biur.">
<annotation>
<appinfo>
<gml:description>biurowiec</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="bot.">
<annotation>
<appinfo>
<gml:description>ogrodBotaniczny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="c. han.">
<annotation>
<appinfo>
<gml:description>centrumHandlowe</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="chm.">
<annotation>
<appinfo>
<gml:description>plantacjaChmielu</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="d. dz.">
<annotation>
<appinfo>
<gml:description>domDziecka</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="d. h.">
<annotation>
<appinfo>
<gml:description>domHandlowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="d. k.">
<annotation>
<appinfo>
<gml:description>domKultury</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="d. op.">
<annotation>
<appinfo>
<gml:description>domOpieki</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="d. paraf.">
<annotation>
<appinfo>
<gml:description>domParafialny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="d. s.">
<annotation>
<appinfo>
<gml:description>domStudenta</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="d. wych.">
<annotation>
<appinfo>
<gml:description>domWychowawczy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="d. wyp.">
<annotation>
<appinfo>
<gml:description>domWypoczynkowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="dw. aut.">
<annotation>
<appinfo>
<gml:description>dworzecAutobusowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="el.">
<annotation>
<appinfo>
<gml:description>elektrownia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="elc.">
<annotation>
<appinfo>
<gml:description>elektrocieplownia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="elw.">
<annotation>
<appinfo>
<gml:description>elewator</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="fort.">
<annotation>
<appinfo>
<gml:description>twierdzaLubForteca</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="gar.">
<annotation>
<appinfo>
<gml:description>garaz</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="gaz.">
<annotation>
<appinfo>
<gml:description>gazowniaZbiornikGazu</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="H">
<annotation>
<appinfo>
<gml:description>hotel</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="h. targ.">
<annotation>
<appinfo>
<gml:description>halaTargowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="h. sport.">
<annotation>
<appinfo>
<gml:description>halaSportowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="hłd.">
<annotation>
<appinfo>
<gml:description>halda</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="hod.">
<annotation>
<appinfo>
<gml:description>budynekFermHodowlanych</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="int.">
<annotation>
<appinfo>
<gml:description>internat</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="K">
<annotation>
<appinfo>
<gml:description>kino</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="kemp.">
<annotation>
<appinfo>
<gml:description>kemping</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="kl.">
<annotation>
<appinfo>
<gml:description>klasztor</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="kłm.">
<annotation>
<appinfo>
<gml:description>kamieniolom</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="kop.">
<annotation>
<appinfo>
<gml:description>kopalnia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="letn.">
<annotation>
<appinfo>
<gml:description>domkiLetniskowe</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="ląd.">
<annotation>
<appinfo>
<gml:description>ladowisko</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="lotn.">
<annotation>
<appinfo>
<gml:description>lotnisko</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="M">
<annotation>
<appinfo>
<gml:description>muzeum</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="mag.">
<annotation>
<appinfo>
<gml:description>magazyny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="metalurg.">
<annotation>
<appinfo>
<gml:description>przemyslMetalurgiczny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="nft.">
<annotation>
<appinfo>
<gml:description>szybNaftowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="niecz.">
<annotation>
<appinfo>
<gml:description>nieczynny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="obs. astr.">
<annotation>
<appinfo>
<gml:description>obserwatoriumAstronomiczne</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="oczyszcz.">
<annotation>
<appinfo>
<gml:description>oczyszczalniaSciekow</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="osad.">
<annotation>
<appinfo>
<gml:description>osadnik</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="ośr. wyp.">
<annotation>
<appinfo>
<gml:description>terenOsrodkaWyp</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="P">
<annotation>
<appinfo>
<gml:description>policja</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="p.">
<annotation>
<appinfo>
<gml:description>parking</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="p. kol.">
<annotation>
<appinfo>
<gml:description>przystanekKolejowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="piask.">
<annotation>
<appinfo>
<gml:description>kopalniaPiaskuPiaskownia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="pl. sport.">
<annotation>
<appinfo>
<gml:description>placSportowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="pleb.">
<annotation>
<appinfo>
<gml:description>plebania</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="pocz.">
<annotation>
<appinfo>
<gml:description>placowkaOperatoraPocztowego</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="pog. rat.">
<annotation>
<appinfo>
<gml:description>pogotowieRatunkowe</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="pomp.">
<annotation>
<appinfo>
<gml:description>przepompownia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="port">
<annotation>
<appinfo>
<gml:description>portWodnyPrzystan</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="port lot.">
<annotation>
<appinfo>
<gml:description>dworzecLotniczy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="pr.">
<annotation>
<appinfo>
<gml:description>prom</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="przedszk.">
<annotation>
<appinfo>
<gml:description>przedszkole</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="pw.">
<annotation>
<appinfo>
<gml:description>przewozLodziami</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="r. zab.">
<annotation>
<appinfo>
<gml:description>ruinyZabytkowe</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="rafin.">
<annotation>
<appinfo>
<gml:description>rafineria</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="rem.">
<annotation>
<appinfo>
<gml:description>remizaStrazacka</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="rest.">
<annotation>
<appinfo>
<gml:description>restauracja</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="rmp.">
<annotation>
<appinfo>
<gml:description>rampa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="S">
<annotation>
<appinfo>
<gml:description>sad</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="san.">
<annotation>
<appinfo>
<gml:description>sanatorium</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="schr.">
<annotation>
<appinfo>
<gml:description>schronisko</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="sil.">
<annotation>
<appinfo>
<gml:description>silos</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="stadn.">
<annotation>
<appinfo>
<gml:description>stadnina</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="SP">
<annotation>
<appinfo>
<gml:description>starostwoPowiatowe</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="st.">
<annotation>
<appinfo>
<gml:description>stacjaKolejowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="szk.">
<annotation>
<appinfo>
<gml:description>szkola</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="szpit.">
<annotation>
<appinfo>
<gml:description>szpital</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="T">
<annotation>
<appinfo>
<gml:description>teatr</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="targ.">
<annotation>
<appinfo>
<gml:description>targowiskoBazar</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="UG">
<annotation>
<appinfo>
<gml:description>urzadGminy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="UM">
<annotation>
<appinfo>
<gml:description>urzadMiasta</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="UMG">
<annotation>
<appinfo>
<gml:description>urzadMiastaIGminy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="UMr.">
<annotation>
<appinfo>
<gml:description>urzadMarszalkowski</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="utyliz.">
<annotation>
<appinfo>
<gml:description>zakladUtylizacyjny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="UW">
<annotation>
<appinfo>
<gml:description>urzadWojewodzki</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="w. ciśn.">
<annotation>
<appinfo>
<gml:description>wiezaCisnien</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="w. obs.">
<annotation>
<appinfo>
<gml:description>wiezaObserwacyjna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="wdc.">
<annotation>
<appinfo>
<gml:description>zakladWodociagowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="wikl.">
<annotation>
<appinfo>
<gml:description>plantacjaWikliny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="zaj.">
<annotation>
<appinfo>
<gml:description>zajezdniaAutobusowaLubTramwajowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="z. kar.">
<annotation>
<appinfo>
<gml:description>zakladKarny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="zdr.">
<annotation>
<appinfo>
<gml:description>osrodekZdrowia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Źr. min.">
<annotation>
<appinfo>
<gml:description>zrodloMineralne</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="ZOO">
<annotation>
<appinfo>
<gml:description>ogrodZoologiczny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="żłb.">
<annotation>
<appinfo>
<gml:description>zlobek</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="żw.">
<annotation>
<appinfo>
<gml:description>miejsceWydobyciaZwiru</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="d. wes.">
<annotation>
<appinfo>
<gml:description>domWeselny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="kąp.">
<annotation>
<appinfo>
<gml:description>kapielisko</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="kort">
<annotation>
<appinfo>
<gml:description>kortTenisowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="p. prom.">
<annotation>
<appinfo>
<gml:description>przystanPromowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="p. golf.">
<annotation>
<appinfo>
<gml:description>poleGolfowe</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="rdst.">
<annotation>
<appinfo>
<gml:description>radiostacja</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="gl.">
<annotation>
<appinfo>
<gml:description>miejsceWydobyciaGliny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="nadl.">
<annotation>
<appinfo>
<gml:description>nadlesnictwo</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_ZrodloDanychType">
<restriction base="string">
<enumeration value="GEOS">
<annotation>
<appinfo>
<gml:description>bazaDanychGeodezyjnychGrawimetrycznych</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="EGiB">
<annotation>
<appinfo>
<gml:description>ewidencjaGruntowIBudynkow</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="GESUT">
<annotation>
<appinfo>
<gml:description>geodezyjnaEwidencjaSieciUzbrojeniaTerenu</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="PRG">
<annotation>
<appinfo>
<gml:description>bazaDanychPanstwowegoRejestruGranic</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="PRNG">
<annotation>
<appinfo>
<gml:description>panstwowyRejestrNazwGeograficznych</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="EMUiA">
<annotation>
<appinfo>
<gml:description>ewidencjaMiejscowosciUlicAdresow</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="RCiWN">
<annotation>
<appinfo>
<gml:description>rejestrCenWartosciNieruchomosci</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="BDO">
<annotation>
<appinfo>
<gml:description>bazaDanychOgolnogeograficznych</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ort">
<annotation>
<appinfo>
<gml:description>ortofotomapa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Mz">
<annotation>
<appinfo>
<gml:description>mapaZasadnicza</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Mtp10">
<annotation>
<appinfo>
<gml:description>mapaTopograficzna10k</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Mtp50">
<annotation>
<appinfo>
<gml:description>mapaTopograficzna50k</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="VMAPL2_v1">
<annotation>
<appinfo>
<gml:description>vmapLevel2PierwszejEdycji</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="VMAPL2_v2">
<annotation>
<appinfo>
<gml:description>vmapLevel2DrugiejEdycji</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="TBD">
<annotation>
<appinfo>
<gml:description>bazaDanychTopograficznych</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="CORINE">
<annotation>
<appinfo>
<gml:description>bazaDanychCLC</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="CRFOP">
<annotation>
<appinfo>
<gml:description>centralnyRejestrFormOchronyPrzyrody</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="BDD">
<annotation>
<appinfo>
<gml:description>bankDanychDrogowych</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="BDOT500">
<annotation>
<appinfo>
<gml:description>bazaDanychWgInstrK1</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="KSOCH">
<annotation>
<appinfo>
<gml:description>krajowySystemObszarowChronionych</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="LMN">
<annotation>
<appinfo>
<gml:description>lesnaMapaNumeryczna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="MPHP">
<annotation>
<appinfo>
<gml:description>mapaPodzialuHydrograficznegoPolski</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="PKP">
<annotation>
<appinfo>
<gml:description>bazyDanychPKP</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="RZAB">
<annotation>
<appinfo>
<gml:description>rejestrZabytkow</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="TERYT">
<annotation>
<appinfo>
<gml:description>krajowyRejestrUrzedowegoPodzialuTerytorialnegoKraju</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Str">
<annotation>
<appinfo>
<gml:description>pomiarStereoskopowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Trn">
<annotation>
<appinfo>
<gml:description>pomiarTerenowy</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajRepGeomType">
<restriction base="string">
<enumeration value="SG">
<annotation>
<appinfo>
<gml:description>srodekGeometryczny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="MC">
<annotation>
<appinfo>
<gml:description>miejsceCharakterystyczne</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="PU">
<annotation>
<appinfo>
<gml:description>punktUmowny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="OG">
<annotation>
<appinfo>
<gml:description>osGeometryczna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="OI">
<annotation>
<appinfo>
<gml:description>osInterpolowana</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="LU">
<annotation>
<appinfo>
<gml:description>liniaUmowna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="SL">
<annotation>
<appinfo>
<gml:description>sztucznyLacznik</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="KR">
<annotation>
<appinfo>
<gml:description>krawedz</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="ZP">
<annotation>
<appinfo>
<gml:description>zarysPodstawy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="ZU">
<annotation>
<appinfo>
<gml:description>zasiegUmowny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="MA">
<annotation>
<appinfo>
<gml:description>maksymalnyZasieg</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="MI">
<annotation>
<appinfo>
<gml:description>minimalnyZasieg</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="SZ">
<annotation>
<appinfo>
<gml:description>sredniZasieg</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_KatIstnieniaType">
<restriction base="string">
<enumeration value="Eks">
<annotation>
<appinfo>
<gml:description>eksploatowany</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Bud">
<annotation>
<appinfo>
<gml:description>wBudowie</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zns">
<annotation>
<appinfo>
<gml:description>zniszczony</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tmc">
<annotation>
<appinfo>
<gml:description>tymczasowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ncn">
<annotation>
<appinfo>
<gml:description>nieczynny</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_KatDokladnosciType">
<restriction base="string">
<enumeration value="Dok">
<annotation>
<appinfo>
<gml:description>dokladny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Prz">
<annotation>
<appinfo>
<gml:description>przyblizony</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Npw">
<annotation>
<appinfo>
<gml:description>niepewny</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<!-- ========= SlownikiPodzialTerytorialny ==========================-->
<!-- ============ ENUMERATIONS =============-->
<simpleType name="OT_RodzajJednostkiAdministracyjnejType">
<restriction base="string">
<enumeration value="Pns">
<annotation>
<appinfo>
<gml:description>panstwo</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Woj">
<annotation>
<appinfo>
<gml:description>wojewodztwo</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pow">
<annotation>
<appinfo>
<gml:description>powiat</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="GM">
<annotation>
<appinfo>
<gml:description>gminaMiejska</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="GW">
<annotation>
<appinfo>
<gml:description>gminaWiejska</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Gmw">
<annotation>
<appinfo>
<gml:description>gminaMiejskoWiejska</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="CmG">
<annotation>
<appinfo>
<gml:description>miastoWGminieMiejskoWiejskiej</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="CwG">
<annotation>
<appinfo>
<gml:description>obszarWiejskiWGminieMiejskoWiejskiej</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Dzl">
<annotation>
<appinfo>
<gml:description>dzielnica</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Dlg">
<annotation>
<appinfo>
<gml:description>delegatura</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajMiejscowosciType">
<restriction base="string">
<enumeration value="Ms">
<annotation>
<appinfo>
<gml:description>miasto</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="CMs">
<annotation>
<appinfo>
<gml:description>czescMiasta</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ws">
<annotation>
<appinfo>
<gml:description>wies</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="CWs">
<annotation>
<appinfo>
<gml:description>czescWsi</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Kl">
<annotation>
<appinfo>
<gml:description>kolonia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="CKl">
<annotation>
<appinfo>
<gml:description>czescKolonii</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Osd">
<annotation>
<appinfo>
<gml:description>osada</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="COsd">
<annotation>
<appinfo>
<gml:description>czescOsady</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Osl">
<annotation>
<appinfo>
<gml:description>osiedle</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Prz">
<annotation>
<appinfo>
<gml:description>przysiolek</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ls">
<annotation>
<appinfo>
<gml:description>lesniczowka</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Gj">
<annotation>
<appinfo>
<gml:description>gajowka</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Inn">
<annotation>
<appinfo>
<gml:description>innyObiekt</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<!-- ========= SlownikiPokrycieTerenu =============================-->
<!-- ============ ENUMERATIONS =============-->
<simpleType name="OT_RodzajSurowcaType">
<restriction base="string">
<enumeration value="Gl">
<annotation>
<appinfo>
<gml:description>glina</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Km">
<annotation>
<appinfo>
<gml:description>kamien</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Md">
<annotation>
<appinfo>
<gml:description>miedz</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pk">
<annotation>
<appinfo>
<gml:description>piasek</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Co">
<annotation>
<appinfo>
<gml:description>rudaCynkuIOlowiu</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Sr">
<annotation>
<appinfo>
<gml:description>siarka</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tf">
<annotation>
<appinfo>
<gml:description>torf</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wb">
<annotation>
<appinfo>
<gml:description>wegielBrunatny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wp">
<annotation>
<appinfo>
<gml:description>wapien</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zw">
<annotation>
<appinfo>
<gml:description>zwir</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajZabudowyType">
<restriction base="string">
<enumeration value="Wld">
<annotation>
<appinfo>
<gml:description>wielorodzinna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Jrd">
<annotation>
<appinfo>
<gml:description>jednorodzinna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pmg">
<annotation>
<appinfo>
<gml:description>przemyslowoSkladowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Hnd">
<annotation>
<appinfo>
<gml:description>handlowoUslugowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Inn">
<annotation>
<appinfo>
<gml:description>pozostalaZabudowa</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajRoslinnosciTerenuZabudowyType">
<restriction base="string">
<enumeration value="Br">
<annotation>
<appinfo>
<gml:description>brak</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Bl">
<annotation>
<appinfo>
<gml:description>brakPlacTwardy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Dr">
<annotation>
<appinfo>
<gml:description>drzewa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Sd">
<annotation>
<appinfo>
<gml:description>sad</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tr">
<annotation>
<appinfo>
<gml:description>trawa</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajTerenuNiezabudowanegoType">
<restriction base="string">
<enumeration value="Urz">
<annotation>
<appinfo>
<gml:description>terenPodUrzadzeniamiTechnicznymiBudowlami</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tps">
<annotation>
<appinfo>
<gml:description>terenPrzemyslowoSkladowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="TN">
<annotation>
<appinfo>
<gml:description>terenNiezabudowany</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajRoslinnosciTerenuRolnegoType">
<restriction base="string">
<enumeration value="Rt">
<annotation>
<appinfo>
<gml:description>roslinnoscTrawiasta</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Gr">
<annotation>
<appinfo>
<gml:description>gruntOrny</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajTerenuUprawTrwalychType">
<restriction base="string">
<enumeration value="Odz">
<annotation>
<appinfo>
<gml:description>ogrodkiDzialkowe</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pln">
<annotation>
<appinfo>
<gml:description>plantacja</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Sad">
<annotation>
<appinfo>
<gml:description>sad</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Szl">
<annotation>
<appinfo>
<gml:description>szkolkaLesna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Szr">
<annotation>
<appinfo>
<gml:description>szkolkaRoslinOzdobnych</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajCharakteruZabudowyType">
<restriction base="string">
<enumeration value="Zwr">
<annotation>
<appinfo>
<gml:description>zwarta</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Gst">
<annotation>
<appinfo>
<gml:description>gesta</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Luz">
<annotation>
<appinfo>
<gml:description>luzna</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajTerenuSkladowaniaOdpadowType">
<restriction base="string">
<enumeration value="Odk">
<annotation>
<appinfo>
<gml:description>terenSkladowaniaOdpadowKomunalnych</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Odp">
<annotation>
<appinfo>
<gml:description>terenSkladowaniaOdpadowPrzemyslowych</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="SO">
<annotation>
<appinfo>
<gml:description>skladowiskoOdpadow</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajGruntuNieuzytkowanegoType">
<restriction base="string">
<enumeration value="Skl">
<annotation>
<appinfo>
<gml:description>piargUsypiskoRumowiskoSkalne</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Kam">
<annotation>
<appinfo>
<gml:description>terenKamienisty</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Psk">
<annotation>
<appinfo>
<gml:description>terenPiaszczystyZwirowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Inn">
<annotation>
<appinfo>
<gml:description>pozostaleGruntyNieuzytkowane</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="GN">
<annotation>
<appinfo>
<gml:description>gruntNieuzytkowany</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajTerenuKomunikacyjnegoType">
<restriction base="string">
<enumeration value="Dkw">
<annotation>
<appinfo>
<gml:description>terenPodDrogaKolowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Trw">
<annotation>
<appinfo>
<gml:description>terenPodTorowiskiem</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Dtr">
<annotation>
<appinfo>
<gml:description>terenPodDrogaKolowaTorowiskiem</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ltn">
<annotation>
<appinfo>
<gml:description>terenPodDrogaLotniskowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="TK">
<annotation>
<appinfo>
<gml:description>terenPodDrogamiKolowymiSzynowymiLotniskowymi</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajObszaruWodyType">
<restriction base="string">
<enumeration value="Pm">
<annotation>
<appinfo>
<gml:description>wodyMorskie</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pp">
<annotation>
<appinfo>
<gml:description>wodyPlynace</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ps">
<annotation>
<appinfo>
<gml:description>wodyStojace</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_KatDrzewostanuType">
<restriction base="string">
<enumeration value="I">
<annotation>
<appinfo>
<gml:description>iglasty</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="L">
<annotation>
<appinfo>
<gml:description>lisciasty</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="M">
<annotation>
<appinfo>
<gml:description>mieszany</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajTerenuLesnegoLubZadrzewionegoType">
<restriction base="string">
<enumeration value="Las">
<annotation>
<appinfo>
<gml:description>las</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zag">
<annotation>
<appinfo>
<gml:description>zagajnik</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zdr">
<annotation>
<appinfo>
<gml:description>zadrzewienie</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="LZ">
<annotation>
<appinfo>
<gml:description>terenLesnyZadrzewiony</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajTerenuKrzewiastegoType">
<restriction base="string">
<enumeration value="Kos">
<annotation>
<appinfo>
<gml:description>zaroslaKosodrzewiny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Krz">
<annotation>
<appinfo>
<gml:description>zaroslaKrzewow</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="RK">
<annotation>
<appinfo>
<gml:description>roslinnoscKrzewiasta</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajZwalowiskaWyrobiskaType">
<restriction base="string">
<enumeration value="Wrb">
<annotation>
<appinfo>
<gml:description>wyrobisko</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zwl">
<annotation>
<appinfo>
<gml:description>zwalowisko</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<!-- ============== CODE LISTS ==============-->
<simpleType name="OT_GatunekDrzewostanuType">
<union memberTypes="ot:OT_GatunekDrzewostanuEnumerationType ot:OT_GatunekDrzewostanuOtherType"/>
</simpleType>
<simpleType name="OT_GatunekDrzewostanuEnumerationType">
<restriction base="string">
<enumeration value="Akc">
<annotation>
<appinfo>
<gml:description>akacja</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Brz">
<annotation>
<appinfo>
<gml:description>brzoza</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Buk">
<annotation>
<appinfo>
<gml:description>buk</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Dgl">
<annotation>
<appinfo>
<gml:description>daglezja</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Dab">
<annotation>
<appinfo>
<gml:description>dab</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Grb">
<annotation>
<appinfo>
<gml:description>grab</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Jwr">
<annotation>
<appinfo>
<gml:description>jawor</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Jsn">
<annotation>
<appinfo>
<gml:description>jesion</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Jdl">
<annotation>
<appinfo>
<gml:description>jodla</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Kln">
<annotation>
<appinfo>
<gml:description>klon</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Lmb">
<annotation>
<appinfo>
<gml:description>limba</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Lpa">
<annotation>
<appinfo>
<gml:description>lipa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Mdr">
<annotation>
<appinfo>
<gml:description>modrzew</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Olc">
<annotation>
<appinfo>
<gml:description>olcha</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Osk">
<annotation>
<appinfo>
<gml:description>osika</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ssn">
<annotation>
<appinfo>
<gml:description>sosna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Swr">
<annotation>
<appinfo>
<gml:description>swierk</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tpl">
<annotation>
<appinfo>
<gml:description>topola</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wiz">
<annotation>
<appinfo>
<gml:description>wiaz</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wib">
<annotation>
<appinfo>
<gml:description>wierzba</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_GatunekDrzewostanuOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<simpleType name="OT_GatunekUprawTrwalychType">
<union memberTypes="ot:OT_GatunekUprawTrwalychEnumerationType ot:OT_GatunekUprawTrwalychOtherType"/>
</simpleType>
<simpleType name="OT_GatunekUprawTrwalychEnumerationType">
<restriction base="string">
<enumeration value="Agr">
<annotation>
<appinfo>
<gml:description>agrest</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Aro">
<annotation>
<appinfo>
<gml:description>aronia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Brz">
<annotation>
<appinfo>
<gml:description>brzoskwinia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Chm">
<annotation>
<appinfo>
<gml:description>chmiel</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Czr">
<annotation>
<appinfo>
<gml:description>czeresnia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Grs">
<annotation>
<appinfo>
<gml:description>grusza</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Jbl">
<annotation>
<appinfo>
<gml:description>jablon</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Mrl">
<annotation>
<appinfo>
<gml:description>morela</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Prz">
<annotation>
<appinfo>
<gml:description>porzeczka</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Slw">
<annotation>
<appinfo>
<gml:description>sliwa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wkl">
<annotation>
<appinfo>
<gml:description>wiklina</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Win">
<annotation>
<appinfo>
<gml:description>winorosl</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wsn">
<annotation>
<appinfo>
<gml:description>wisnia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Dig">
<annotation>
<appinfo>
<gml:description>drzewaIglaste</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Dls">
<annotation>
<appinfo>
<gml:description>drzewaLisciaste</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Dms">
<annotation>
<appinfo>
<gml:description>drzewaMieszane</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_GatunekUprawTrwalychOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
<!-- ========= SlownikiSiecKomunikacyjna ==========================-->
<!-- ============ ENUMERATIONS =============-->
<simpleType name="OT_MaterialNawierzchniType">
<restriction base="string">
<enumeration value="Bt">
<annotation>
<appinfo>
<gml:description>beton</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Br">
<annotation>
<appinfo>
<gml:description>bruk</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Kl">
<annotation>
<appinfo>
<gml:description>klinkier</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Kk">
<annotation>
<appinfo>
<gml:description>kostkaKamienna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Kp">
<annotation>
<appinfo>
<gml:description>kostkaPrefabrykowana</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Mb">
<annotation>
<appinfo>
<gml:description>masaBitumiczna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pb">
<annotation>
<appinfo>
<gml:description>plytyBetonowe</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tl">
<annotation>
<appinfo>
<gml:description>tluczen</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zw">
<annotation>
<appinfo>
<gml:description>zwir</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Gr">
<annotation>
<appinfo>
<gml:description>gruntNaturalny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Gz">
<annotation>
<appinfo>
<gml:description>stabilizacjaZwiremLubZuzlem</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="T">
<annotation>
<appinfo>
<gml:description>nawierzchniaTwarda</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="U">
<annotation>
<appinfo>
<gml:description>nawierzchniaUtwardzona</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="G">
<annotation>
<appinfo>
<gml:description>nawierzchniaGruntowa</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajPrzeprawyType">
<restriction base="string">
<enumeration value="Br">
<annotation>
<appinfo>
<gml:description>brod</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ld">
<annotation>
<appinfo>
<gml:description>przeprawaLodziami</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pr">
<annotation>
<appinfo>
<gml:description>przeprawaPromowa</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RuchRowerowyType">
<restriction base="string">
<enumeration value="Wlc">
<annotation>
<appinfo>
<gml:description>wylaczny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Dps">
<annotation>
<appinfo>
<gml:description>dopuszczony</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ndp">
<annotation>
<appinfo>
<gml:description>niedopuszczony</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajToruType">
<restriction base="string">
<enumeration value="Tn">
<annotation>
<appinfo>
<gml:description>torNormalny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ts">
<annotation>
<appinfo>
<gml:description>torSzeroki</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tw">
<annotation>
<appinfo>
<gml:description>torWaski</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajPojazduSzynowegoType">
<restriction base="string">
<enumeration value="Kol">
<annotation>
<appinfo>
<gml:description>kolej</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Mtr">
<annotation>
<appinfo>
<gml:description>metro</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Trm">
<annotation>
<appinfo>
<gml:description>tramwaj</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_KlasaCiaguRuchuPieszegoType">
<restriction base="string">
<enumeration value="Ap">
<annotation>
<appinfo>
<gml:description>alejka</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pm">
<annotation>
<appinfo>
<gml:description>pasaz</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Sc">
<annotation>
<appinfo>
<gml:description>sciezka</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajTrakcjiType">
<restriction base="string">
<enumeration value="Nz">
<annotation>
<appinfo>
<gml:description>niezelektryfikowana</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Z">
<annotation>
<appinfo>
<gml:description>zelektryfikowana</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_KlasaDrogiType">
<restriction base="string">
<enumeration value="A">
<annotation>
<appinfo>
<gml:description>autostrada</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="S">
<annotation>
<appinfo>
<gml:description>ekspresowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="GP">
<annotation>
<appinfo>
<gml:description>glownaRuchuPrzyspieszonego</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="G">
<annotation>
<appinfo>
<gml:description>glowna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Z">
<annotation>
<appinfo>
<gml:description>zbiorcza</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="L">
<annotation>
<appinfo>
<gml:description>lokalna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="D">
<annotation>
<appinfo>
<gml:description>dojazdowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="I">
<annotation>
<appinfo>
<gml:description>inna</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_PolozenieObiektuSieciTransportowejType">
<restriction base="string">
<enumeration value="-1">
<annotation>
<appinfo>
<gml:description>podPowierzchniaGruntu</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="0">
<annotation>
<appinfo>
<gml:description>naPowierzchniGruntu</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="1">
<annotation>
<appinfo>
<gml:description>ponadPowierzchniaGruntuPoziom1</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="2">
<annotation>
<appinfo>
<gml:description>ponadPowierzchniaGruntuPoziom2</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="3">
<annotation>
<appinfo>
<gml:description>ponadPowierzchniaGruntuPoziom3</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="4">
<annotation>
<appinfo>
<gml:description>ponadPowierzchniaGruntuPoziom4</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_KatZarzadzaniaDrogiType">
<restriction base="string">
<enumeration value="K">
<annotation>
<appinfo>
<gml:description>krajowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="W">
<annotation>
<appinfo>
<gml:description>wojewodzka</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="P">
<annotation>
<appinfo>
<gml:description>powiatowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="G">
<annotation>
<appinfo>
<gml:description>gminna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Z">
<annotation>
<appinfo>
<gml:description>zakladowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="I">
<annotation>
<appinfo>
<gml:description>inna</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_FunkcjaToruType">
<restriction base="string">
<enumeration value="Tsz">
<annotation>
<appinfo>
<gml:description>torSzlakowyZwykly</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tss">
<annotation>
<appinfo>
<gml:description>torSzlakowyStacyjny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tzs">
<annotation>
<appinfo>
<gml:description>torZwyklyStacyjny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Bcz">
<annotation>
<appinfo>
<gml:description>bocznica</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="TS">
<annotation>
<appinfo>
<gml:description>torSzlakowy</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_FunkcjaTransportowaType">
<restriction base="string">
<enumeration value="Psz">
<annotation>
<appinfo>
<gml:description>ruchPieszy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Sam">
<annotation>
<appinfo>
<gml:description>ruchSamochodowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tos">
<annotation>
<appinfo>
<gml:description>ruchOsobowoTowarowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tow">
<annotation>
<appinfo>
<gml:description>ruchTowarowy</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_TypKrzyzowanDrogType">
<restriction base="string">
<enumeration value="Rd">
<annotation>
<appinfo>
<gml:description>rondo</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wa">
<annotation>
<appinfo>
<gml:description>wezelBezkolizyjny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wb">
<annotation>
<appinfo>
<gml:description>wezelCzesciowoBezkolizyjny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wc">
<annotation>
<appinfo>
<gml:description>wezelKolizyjny</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<!-- ========= SlownikiSiecUzbrojeniaTerenu ========================-->
<!-- ============ ENUMERATIONS =============-->
<simpleType name="OT_RodzajLiniiNapowietrznejType">
<restriction base="string">
<enumeration value="NN">
<annotation>
<appinfo>
<gml:description>najwyzszeNapiecie</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="WN">
<annotation>
<appinfo>
<gml:description>wysokieNapiecie</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="SN">
<annotation>
<appinfo>
<gml:description>srednieNapiecie</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="n/n">
<annotation>
<appinfo>
<gml:description>niskieNapiecie</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="LTK">
<annotation>
<appinfo>
<gml:description>telekomunikacyjna</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_PolozenieRurociaguType">
<restriction base="string">
<enumeration value="Nzp">
<annotation>
<appinfo>
<gml:description>nadziemnyNaPodporach</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Nzz">
<annotation>
<appinfo>
<gml:description>nadziemnyZawieszony</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Nzm">
<annotation>
<appinfo>
<gml:description>naziemny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pdz">
<annotation>
<appinfo>
<gml:description>podziemny</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajPrzewoduRurowegoType">
<restriction base="string">
<enumeration value="B">
<annotation>
<appinfo>
<gml:description>benzynowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="C">
<annotation>
<appinfo>
<gml:description>cieplowniczy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="G">
<annotation>
<appinfo>
<gml:description>gazowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="K">
<annotation>
<appinfo>
<gml:description>kanalizacji</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="N">
<annotation>
<appinfo>
<gml:description>naftowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="W">
<annotation>
<appinfo>
<gml:description>wodociagowy</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<!-- ========= SlownikiSiecWodna ================================-->
<!-- ============ ENUMERATIONS =============-->
<simpleType name="OT_RodzajRzekiType">
<restriction base="string">
<enumeration value="Rz">
<annotation>
<appinfo>
<gml:description>rzeka</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="St">
<annotation>
<appinfo>
<gml:description>strumienPotokLubStruga</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="RS">
<annotation>
<appinfo>
<gml:description>rzekaStrumienPotokLubStruga</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajRowuMelioracyjnegoType">
<restriction base="string">
<enumeration value="Rzb">
<annotation>
<appinfo>
<gml:description>zbiorczy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Rzw">
<annotation>
<appinfo>
<gml:description>zwykly</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="RM">
<annotation>
<appinfo>
<gml:description>rowMelioracyjny</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_StatusEksploatacjiType">
<restriction base="string">
<enumeration value="Nz">
<annotation>
<appinfo>
<gml:description>niezeglowny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Z">
<annotation>
<appinfo>
<gml:description>zeglowny</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_PolozenieCiekuType">
<restriction base="string">
<enumeration value="0">
<annotation>
<appinfo>
<gml:description>naPowierzchni</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="-1">
<annotation>
<appinfo>
<gml:description>podPowierzchnia</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_PrzebiegCiekuType">
<restriction base="string">
<enumeration value="Cgl">
<annotation>
<appinfo>
<gml:description>ciekGlowny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Rbc">
<annotation>
<appinfo>
<gml:description>ramieBoczne</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<!-- ========= SlownikiTerenyChronione ============================-->
<!-- ============ ENUMERATIONS =============-->
<simpleType name="OT_RodzajRezerwatuType">
<restriction base="string">
<enumeration value="Ls">
<annotation>
<appinfo>
<gml:description>lesny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wd">
<annotation>
<appinfo>
<gml:description>wodny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="St">
<annotation>
<appinfo>
<gml:description>stepowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Sl">
<annotation>
<appinfo>
<gml:description>slonoroslowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Fn">
<annotation>
<appinfo>
<gml:description>faunistyczny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Fl">
<annotation>
<appinfo>
<gml:description>florystyczny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tf">
<annotation>
<appinfo>
<gml:description>torfowiskowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pn">
<annotation>
<appinfo>
<gml:description>przyrodyNieozywionej</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Kr">
<annotation>
<appinfo>
<gml:description>krajobrazowy</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<!-- ========= SlownikiUzytkowanieTerenu =========================-->
<!-- ============ ENUMERATIONS =============-->
<simpleType name="OT_RodzajKompleksuOchronyZdrowiaType">
<restriction base="string">
<enumeration value="Zop">
<annotation>
<appinfo>
<gml:description>zakladOpiekiSocjalnejDomDziecka</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zsz">
<annotation>
<appinfo>
<gml:description>zespolSzpitalnySanatoryjny</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajKompleksuHandlowoUslugowegoType">
<restriction base="string">
<enumeration value="Chu">
<annotation>
<appinfo>
<gml:description>centrumHandlowoUslugowe</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Trg">
<annotation>
<appinfo>
<gml:description>targowiskoBazar</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajInnegoKompleksuType">
<restriction base="string">
<enumeration value="Pwk">
<annotation>
<appinfo>
<gml:description>poligonWojskowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zsp">
<annotation>
<appinfo>
<gml:description>zakladSpecjalny</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_LokalizacjaPortuType">
<restriction base="string">
<enumeration value="Mrs">
<annotation>
<appinfo>
<gml:description>morski</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Srd">
<annotation>
<appinfo>
<gml:description>srodladowy</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajKompleksuSakralnegoType">
<restriction base="string">
<enumeration value="Cmt">
<annotation>
<appinfo>
<gml:description>cmentarz</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zsk">
<annotation>
<appinfo>
<gml:description>zespolSakralnyKlasztorny</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajKompleksuMieszkaniowegoType">
<restriction base="string">
<enumeration value="Osd">
<annotation>
<appinfo>
<gml:description>osiedleMieszkaniowe</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pss">
<annotation>
<appinfo>
<gml:description>posesja</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajKompleksuOswiatowegoType">
<restriction base="string">
<enumeration value="Ond">
<annotation>
<appinfo>
<gml:description>osrodekNaukowoDoswiadczalny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pzl">
<annotation>
<appinfo>
<gml:description>przedszkoleZlobek</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Szk">
<annotation>
<appinfo>
<gml:description>szkolaZespolSzkol</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Szw">
<annotation>
<appinfo>
<gml:description>szkolaWyzsza</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajKompleksuKomunikacyjnegoType">
<restriction base="string">
<enumeration value="Dau">
<annotation>
<appinfo>
<gml:description>dworzecAutobusowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Lot">
<annotation>
<appinfo>
<gml:description>lotniskoLadowisko</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Mop">
<annotation>
<appinfo>
<gml:description>miejsceObslugiPodroznych</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Prk">
<annotation>
<appinfo>
<gml:description>parking</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pwd">
<annotation>
<appinfo>
<gml:description>portWodnyPrzystan</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Skl">
<annotation>
<appinfo>
<gml:description>stacjaKolejowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Smt">
<annotation>
<appinfo>
<gml:description>stacjaMetra</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Spl">
<annotation>
<appinfo>
<gml:description>stacjaPaliw</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tkl">
<annotation>
<appinfo>
<gml:description>terenKolejowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zjz">
<annotation>
<appinfo>
<gml:description>zajezdniaBazaTransportowa</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajPortuType">
<restriction base="string">
<enumeration value="Woj">
<annotation>
<appinfo>
<gml:description>wojskowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Hnd">
<annotation>
<appinfo>
<gml:description>handlowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ryb">
<annotation>
<appinfo>
<gml:description>rybacki</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pzp">
<annotation>
<appinfo>
<gml:description>przystanZeglugiPasazerskiej</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_KopalinaType">
<restriction base="string">
<enumeration value="Wkm">
<annotation>
<appinfo>
<gml:description>wegielKamienny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wbr">
<annotation>
<appinfo>
<gml:description>wegielBrunatny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Rnf">
<annotation>
<appinfo>
<gml:description>ropaNaftowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Gzm">
<annotation>
<appinfo>
<gml:description>gazZiemny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Smt">
<annotation>
<appinfo>
<gml:description>surowceMetaliczne</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Skm">
<annotation>
<appinfo>
<gml:description>solKamienna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Srk">
<annotation>
<appinfo>
<gml:description>siarka</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Isk">
<annotation>
<appinfo>
<gml:description>inneSurowceSkalne</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ich">
<annotation>
<appinfo>
<gml:description>inneSurowceChemiczne</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajKompleksuZabytkowoHistorycznegoType">
<restriction base="string">
<enumeration value="Mpn">
<annotation>
<appinfo>
<gml:description>miejscePamieciNarodowej</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Skn">
<annotation>
<appinfo>
<gml:description>skansen</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Twf">
<annotation>
<appinfo>
<gml:description>twierdzaForteca</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zmz">
<annotation>
<appinfo>
<gml:description>zespolMuzealny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zpl">
<annotation>
<appinfo>
<gml:description>zespolPalacowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zzm">
<annotation>
<appinfo>
<gml:description>zespolZamkowy</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajElektrowniType">
<restriction base="string">
<enumeration value="Cpl">
<annotation>
<appinfo>
<gml:description>cieplna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wdn">
<annotation>
<appinfo>
<gml:description>wodna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Wtr">
<annotation>
<appinfo>
<gml:description>wiatrowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Sln">
<annotation>
<appinfo>
<gml:description>sloneczna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Atm">
<annotation>
<appinfo>
<gml:description>atomowa</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajKopalniType">
<restriction base="string">
<enumeration value="Odk">
<annotation>
<appinfo>
<gml:description>odkrywkowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Glb">
<annotation>
<appinfo>
<gml:description>glebinowa</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Otw">
<annotation>
<appinfo>
<gml:description>otworowa</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajKompleksuUslugHotelarskichType">
<restriction base="string">
<enumeration value="Hmt">
<annotation>
<appinfo>
<gml:description>holelMotel</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Kmp">
<annotation>
<appinfo>
<gml:description>kemping</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Owp">
<annotation>
<appinfo>
<gml:description>osrodekWypoczynkowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Sct">
<annotation>
<appinfo>
<gml:description>schroniskoTurystyczne</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajKompleksuSportowoRekreacyjnegoType">
<restriction base="string">
<enumeration value="Obt">
<annotation>
<appinfo>
<gml:description>ogrodBotaniczny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ozl">
<annotation>
<appinfo>
<gml:description>ogrodZoologiczny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Osr">
<annotation>
<appinfo>
<gml:description>osrodekSportowoRekreacyjny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Prk">
<annotation>
<appinfo>
<gml:description>park</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zdl">
<annotation>
<appinfo>
<gml:description>zespolDomowLetniskowych</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajLotniskaType">
<restriction base="string">
<enumeration value="Prl">
<annotation>
<appinfo>
<gml:description>portLotniczy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Lws">
<annotation>
<appinfo>
<gml:description>lotniskoWojskowe</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Lin">
<annotation>
<appinfo>
<gml:description>lotniskoInneLadowisko</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<!-- ============== CODE LISTS ==============-->
<simpleType name="OT_RodzajKompleksuPrzemyslowoGospodarczegoType">
<union memberTypes="ot:OT_RodzajKompleksuPrzemyslowoGospodarczegoEnumerationType ot:OT_RodzajKompleksuPrzemyslowoGospodarczegoOtherType"/>
</simpleType>
<simpleType name="OT_RodzajKompleksuPrzemyslowoGospodarczegoEnumerationType">
<restriction base="string">
<enumeration value="Elc">
<annotation>
<appinfo>
<gml:description>elektrocieplownia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Elw">
<annotation>
<appinfo>
<gml:description>elektrownia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Gaz">
<annotation>
<appinfo>
<gml:description>gazownia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ghd">
<annotation>
<appinfo>
<gml:description>gospodarstwoHodowlane</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Hut">
<annotation>
<appinfo>
<gml:description>huta</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Kpl">
<annotation>
<appinfo>
<gml:description>kopalnia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Ocs">
<annotation>
<appinfo>
<gml:description>oczyszczalniaSciekow</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Pel">
<annotation>
<appinfo>
<gml:description>podstacjaElektroenergetyczna</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Prz">
<annotation>
<appinfo>
<gml:description>przepompownia</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Rfn">
<annotation>
<appinfo>
<gml:description>rafineria</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Sdp">
<annotation>
<appinfo>
<gml:description>skladowiskoOdpadow</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Tuw">
<annotation>
<appinfo>
<gml:description>terenUjeciaWody</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zmt">
<annotation>
<appinfo>
<gml:description>zakladMetalurgiczny</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zpr">
<annotation>
<appinfo>
<gml:description>zakladProdukcyjnyUslugowyRemontowy</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zut">
<annotation>
<appinfo>
<gml:description>zakladUtylizacji</gml:description>
</appinfo>
</annotation>
</enumeration>
<enumeration value="Zwd">
<annotation>
<appinfo>
<gml:description>zakladWodociagowy</gml:description>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType name="OT_RodzajKompleksuPrzemyslowoGospodarczegoOtherType">
<restriction base="string">
<pattern value="other: \w{2,}"/>
</restriction>
</simpleType>
</schema>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment