Legend: dodane
usunięte
zmienione
przeniesione z
przeniesione do
pomijane
|
| File in editor : 4.xsd |
File to compare : 5.xsd |
first | | |
| <?xml version="1.0" encoding="UTF-8" ?> | <?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:gco="http://www.isotc211.org/2005/gco" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:bt="urn:gugik:specyfikacje:gmlas:modelPodstawowy:1.0" targetNamespace="urn:gugik:specyfikacje:gmlas:modelPodstawowy:1.0" elementFormDefault="qualified" attributeFormDefault="unqualified"> | <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:bt="urn:gugik:specyfikacje:gmlas:modelPodstawowy:1.0" targetNamespace="urn:gugik:specyfikacje:gmlas:modelPodstawowy:1.0" elementFormDefault="qualified" attributeFormDefault="unqualified"> |
| <import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/> | <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/gmd.xsd"/> |
| <import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="http://schemas.opengis.net/iso/19139/20070417/gmd/citation.xsd"/> | <import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="http://schemas.opengis.net/iso/19139/20070417/gmd/citation.xsd"/> |
| <import namespace="http://www.isotc211.org/2005/gco" schemaLocation="http://schemas.opengis.net/iso/19139/20070417/gco/gco.xsd"/> | <import namespace="http://www.isotc211.org/2005/gco" schemaLocation="http://schemas.opengis.net/iso/19139/20070417/gco/gco.xsd"/> |
| <!--======================================--> | <!--======================================--> |
| <element name="BT_ObiektPrzestrzenny" type="bt:BT_ObiektPrzestrzennyType" abstract="true" substitutionGroup="gml:AbstractFeature"> | <element name="BT_ObiektPrzestrzenny" type="bt:BT_ObiektPrzestrzennyType" abstract="true" substitutionGroup="gml:AbstractFeature"> |
next
| <annotation> | |
| <documentation> | |
| Abstrakcyjna reprezentacja zjawiska świata rzeczywistego związana z określonym położeniem lub obszarem geograficznym [źródło: DYREKTYWA 2007/2/WE PARLAMENTU EUROPEJSKIEGO I RADY z dnia 14 marca 2007 r. ustanawiająca infrastrukturę informacji przestrzennej we Wspólnocie Europejskiej (INSPIRE)] | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <complexType name="BT_ObiektPrzestrzennyType" abstract="true"> | <complexType name="BT_ObiektPrzestrzennyType" abstract="true"> |
| <complexContent> | <complexContent> |
| <extension base="gml:AbstractFeatureType"> | <extension base="gml:AbstractFeatureType"> |
| <sequence> | <sequence> |
| <element name="zbior" minOccurs="0" maxOccurs="unbounded"> | <element name="zbior" minOccurs="0" maxOccurs="unbounded"> |
| <annotation> | <annotation> |
| <appinfo> | <appinfo> |
| <gml:targetElement> | <gml:targetElement> |
| bt:BT_ZbiorDanychPrzestrzennych | bt:BT_ZbiorDanychPrzestrzennych |
| </gml:targetElement> | </gml:targetElement> |
| </appinfo> | </appinfo> |
prev next
| <documentation> | |
| Zbiór danych przestrzennych, do którego należy obiekt przestrzenny. | |
| </documentation> | |
| </annotation> | </annotation> |
| <complexType> | <complexType> |
| <complexContent> | <complexContent> |
| <extension base="gml:ReferenceType"> | <extension base="gml:ReferenceType"> |
| <attribute ref="gco:nilReason"/> | <attribute ref="gco:nilReason"/> |
| </extension> | </extension> |
| </complexContent> | </complexContent> |
| </complexType> | </complexType> |
| </element> | </element> |
| </sequence> | </sequence> |
| </extension> | </extension> |
| </complexContent> | </complexContent> |
| </complexType> | </complexType> |
| <complexType name="BT_ObiektPrzestrzennyPropertyType"> | <complexType name="BT_ObiektPrzestrzennyPropertyType"> |
| <sequence minOccurs="0"> | <sequence minOccurs="0"> |
| <element ref="bt:BT_ObiektPrzestrzenny"/> | <element ref="bt:BT_ObiektPrzestrzenny"/> |
| </sequence> | </sequence> |
| <attributeGroup ref="gml:AssociationAttributeGroup"/> | <attributeGroup ref="gml:AssociationAttributeGroup"/> |
| <attributeGroup ref="gml:OwnershipAttributeGroup"/> | <attributeGroup ref="gml:OwnershipAttributeGroup"/> |
| </complexType> | </complexType> |
| <!--======================================--> | <!--======================================--> |
| <element name="BT_ReferencyjnyObiektPrzestrzenny" type="bt:BT_ReferencyjnyObiektPrzestrzennyType" abstract="true" substitutionGroup="bt:BT_ObiektPrzestrzenny"> | <element name="BT_ReferencyjnyObiektPrzestrzenny" type="bt:BT_ReferencyjnyObiektPrzestrzennyType" abstract="true" substitutionGroup="bt:BT_ObiektPrzestrzenny"> |
prev next
| <annotation> | |
| <documentation> | |
| Abstrakcyjna reprezentacja zjawiska świata rzeczywistego związana z określonym położeniem lub obszarem geograficznym (obiekt przestrzenny), posiadająca identyfikator w ramach infrastruktury informacji przestrzennej. Identyfikator ten może zostać wykorzystany przez zewnętrzne systemy/aplikacje, aby zbudować referencję do obiektu. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <complexType name="BT_ReferencyjnyObiektPrzestrzennyType" abstract="true"> | <complexType name="BT_ReferencyjnyObiektPrzestrzennyType" abstract="true"> |
| <complexContent> | <complexContent> |
| <extension base="bt:BT_ObiektPrzestrzennyType"> | <extension base="bt:BT_ObiektPrzestrzennyType"> |
| <sequence> | <sequence> |
| <element name="idIIP" type="bt:BT_IdentyfikatorPropertyType"> | <element name="idIIP" type="bt:BT_IdentyfikatorPropertyType"> |
prev next
| <annotation> | |
| <documentation> | |
| Identyfikator obiektu w ramach infrastruktury informacji przestrzennej. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| </sequence> | </sequence> |
| </extension> | </extension> |
| </complexContent> | </complexContent> |
| </complexType> | </complexType> |
| <complexType name="BT_ReferencyjnyObiektPrzestrzennyPropertyType"> | <complexType name="BT_ReferencyjnyObiektPrzestrzennyPropertyType"> |
| <sequence minOccurs="0"> | <sequence minOccurs="0"> |
| <element ref="bt:BT_ReferencyjnyObiektPrzestrzenny"/> | <element ref="bt:BT_ReferencyjnyObiektPrzestrzenny"/> |
| </sequence> | </sequence> |
| <attributeGroup ref="gml:AssociationAttributeGroup"/> | <attributeGroup ref="gml:AssociationAttributeGroup"/> |
| <attributeGroup ref="gml:OwnershipAttributeGroup"/> | <attributeGroup ref="gml:OwnershipAttributeGroup"/> |
| </complexType> | </complexType> |
| <!--======================================--> | <!--======================================--> |
| <element name="BT_ZbiorDanychPrzestrzennych" type="bt:BT_ZbiorDanychPrzestrzennychType" substitutionGroup="gml:AbstractFeature"> | <element name="BT_ZbiorDanychPrzestrzennych" type="bt:BT_ZbiorDanychPrzestrzennychType" substitutionGroup="gml:AbstractFeature"> |
prev next
| <annotation> | |
| <documentation> | |
| Rozpoznawalny zestaw danych przestrzennych [źródło: DYREKTYWA 2007/2/WE PARLAMENTU EUROPEJSKIEGO I RADY z dnia 14 marca 2007 r. ustanawiająca infrastrukturę informacji przestrzennej we Wspólnocie Europejskiej (INSPIRE)] | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <complexType name="BT_ZbiorDanychPrzestrzennychType"> | <complexType name="BT_ZbiorDanychPrzestrzennychType"> |
| <complexContent> | <complexContent> |
| <extension base="gml:AbstractFeatureType"> | <extension base="gml:AbstractFeatureType"> |
| <sequence> | <sequence> |
| <element name="idIIP" type="bt:BT_IdentyfikatorPropertyType"> | <element name="idIIP" type="bt:BT_IdentyfikatorPropertyType"> |
prev next
| <annotation> | |
| <documentation> | |
| Identyfikator zbioru danych przestrzennych. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="metadane" type="gmd:MD_Metadata_PropertyType"> | <element name="metadane" type="gmd:MD_Metadata_PropertyType"> |
| <annotation> | <annotation> |
| <appinfo> | <appinfo> |
| <gml:targetElement> | <gml:targetElement> |
| gmd:MD_Metadata | gmd:MD_Metadata |
| </gml:targetElement> | </gml:targetElement> |
| </appinfo> | </appinfo> |
prev next
| <documentation> | |
| Metadane opisujące zbiór danych przestrzennych. | |
| </documentation> | |
| </annotation> | </annotation> |
| </element> | </element> |
| <element name="obiekt" type="bt:BT_ObiektPrzestrzennyPropertyType" minOccurs="0" maxOccurs="unbounded"> | <element name="obiekt" type="bt:BT_ObiektPrzestrzennyPropertyType" minOccurs="0" maxOccurs="unbounded"> |
| <annotation> | <annotation> |
| <appinfo> | <appinfo> |
| <gml:targetElement> | <gml:targetElement> |
| bt:BT_ObiektPrzestrzenny | bt:BT_ObiektPrzestrzenny |
| </gml:targetElement> | </gml:targetElement> |
| </appinfo> | </appinfo> |
prev next
| <documentation> | |
| Obiekt przestrzenny wchodzący w skład zbioru danych przestrzennych. | |
| </documentation> | |
| </annotation> | </annotation> |
| </element> | </element> |
| </sequence> | </sequence> |
| </extension> | </extension> |
| </complexContent> | </complexContent> |
| </complexType> | </complexType> |
| <complexType name="BT_ZbiorDanychPrzestrzennychPropertyType"> | <complexType name="BT_ZbiorDanychPrzestrzennychPropertyType"> |
| <sequence minOccurs="0"> | <sequence minOccurs="0"> |
| <element ref="bt:BT_ZbiorDanychPrzestrzennych"/> | <element ref="bt:BT_ZbiorDanychPrzestrzennych"/> |
| </sequence> | </sequence> |
| <attributeGroup ref="gml:AssociationAttributeGroup"/> | <attributeGroup ref="gml:AssociationAttributeGroup"/> |
| <attributeGroup ref="gml:OwnershipAttributeGroup"/> | <attributeGroup ref="gml:OwnershipAttributeGroup"/> |
| </complexType> | </complexType> |
| <!--======================================--> | <!--======================================--> |
| <element name="BT_Identyfikator" type="bt:BT_IdentyfikatorType" substitutionGroup="gml:AbstractObject"> | <element name="BT_Identyfikator" type="bt:BT_IdentyfikatorType" substitutionGroup="gml:AbstractObject"> |
prev next
| <annotation> | |
| <documentation> | |
| Typ reprezentujący unikalny identyfikator obiektu nadawany przez dostawcę zbioru danych. Identyfikator ten może zostać wykorzystany przez zewnętrzne systemy/aplikacje, aby zbudować referencję do obiektu. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <complexType name="BT_IdentyfikatorType"> | <complexType name="BT_IdentyfikatorType"> |
| <sequence> | <sequence> |
| <element name="lokalnyId" type="string"> | <element name="lokalnyId" type="string"> |
prev next
| <annotation> | |
| <documentation> | |
| Lokalny identyfikator obiektu przestrzennego nadawany przez dostawcę zbioru danych. Identyfikator musi być unikalny w zakresie przestrzeni nazw, tzn. żaden obiekt nie może mieć takiego samego identyfikatora.
Unikalność identyfikatora w przestrzeni nazw gwarantuje dostawca zbioru danych. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="przestrzenNazw" type="string"> | <element name="przestrzenNazw" type="string"> |
prev next
| <annotation> | |
| <documentation> | |
| Nazwa przestrzeni nazw identyfikującej zbiór danych, z którego pochodzi obiekt przestrzenny. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="wersjaId" type="string" minOccurs="0"> | <element name="wersjaId" type="string" minOccurs="0"> |
prev next
| <annotation> | |
| <documentation> | |
| Identyfikator poszczególnej wersji obiektu przestrzennego. Jeżeli specyfikacja obiektu zawiera informacje o cyklu życia obiektu, identyfikator wersji jest używany do rozróżnienia poszczególnych wersji obiektu. W zestawie wszystkich wersji danego obiektu identyfikator wersji musi być unikalny. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| </sequence> | </sequence> |
| </complexType> | </complexType> |
| <complexType name="BT_IdentyfikatorPropertyType"> | <complexType name="BT_IdentyfikatorPropertyType"> |
| <sequence> | <sequence> |
| <element ref="bt:BT_Identyfikator"/> | <element ref="bt:BT_Identyfikator"/> |
| </sequence> | </sequence> |
| <attributeGroup ref="gml:OwnershipAttributeGroup"/> | <attributeGroup ref="gml:OwnershipAttributeGroup"/> |
| </complexType> | </complexType> |
| <!--======================================--> | <!--======================================--> |
| <element name="BT_Zbior" type="bt:BT_ZbiorType" substitutionGroup="gml:AbstractObject"/> | <element name="BT_Zbior" type="bt:BT_ZbiorType" substitutionGroup="gml:AbstractObject"/> |
| <complexType name="BT_ZbiorType"> | <complexType name="BT_ZbiorType"> |
| <sequence> | <sequence> |
| <element name="dataAktualizacji" type="date" minOccurs="0"/> | <element name="dataAktualizacji" type="date" minOccurs="0"/> |
| <element name="dataUtworzenia" type="date"/> | <element name="dataUtworzenia" type="date"/> |
| <element name="opis" type="string" minOccurs="0"/> | <element name="opis" type="string" minOccurs="0"/> |
| <element name="postacElektroniczna" type="boolean"/> | <element name="postacElektroniczna" type="boolean"/> |
| <element name="rozszerzenie" type="string" minOccurs="0" maxOccurs="unbounded"/> | <element name="rozszerzenie" type="string" minOccurs="0" maxOccurs="unbounded"/> |
| <element name="autor" type="gmd:CI_ResponsibleParty_PropertyType" maxOccurs="unbounded"/> | <element name="autor" type="gmd:CI_ResponsibleParty_PropertyType" maxOccurs="unbounded"/> |
| <element name="tytul" type="string"/> | <element name="tytul" type="string"/> |
| <element name="zasobSieciowy" type="gmd:CI_OnlineResource_PropertyType" minOccurs="0" maxOccurs="unbounded"/> | <element name="zasobSieciowy" type="gmd:CI_OnlineResource_PropertyType" minOccurs="0" maxOccurs="unbounded"/> |
| <element name="rodzajZawartosci" type="bt:BT_RodzajElementuType" maxOccurs="unbounded"> | <element name="rodzajZawartosci" type="bt:BT_RodzajElementuType" maxOccurs="unbounded"> |
prev next
| <annotation> | |
| <documentation> | |
| Rodzaje plików lub dokumentów. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| </sequence> | </sequence> |
| </complexType> | </complexType> |
| <complexType name="BT_ZbiorPropertyType"> | <complexType name="BT_ZbiorPropertyType"> |
| <sequence> | <sequence> |
| <element ref="bt:BT_Zbior"/> | <element ref="bt:BT_Zbior"/> |
| </sequence> | </sequence> |
| <attributeGroup ref="gml:OwnershipAttributeGroup"/> | <attributeGroup ref="gml:OwnershipAttributeGroup"/> |
| </complexType> | </complexType> |
| <!--======================================--> | <!--======================================--> |
| <element name="BT_CyklZyciaInfo" type="bt:BT_CyklZyciaInfoType" substitutionGroup="gml:AbstractObject"> | <element name="BT_CyklZyciaInfo" type="bt:BT_CyklZyciaInfoType" substitutionGroup="gml:AbstractObject"> |
prev next
| <annotation> | |
| <documentation> | |
| Typ reprezentujący cykl życia wersji obiektu w zbiorze danych. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <complexType name="BT_CyklZyciaInfoType"> | <complexType name="BT_CyklZyciaInfoType"> |
| <sequence> | <sequence> |
| <element name="poczatekWersjiObiektu" type="dateTime"> | <element name="poczatekWersjiObiektu" type="dateTime"> |
prev next
| <annotation> | |
| <documentation> | |
| Data i czas, kiedy wersja obiektu została wprowadzona do zbioru danych lub w nim zmieniona. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="koniecWersjiObiektu" type="dateTime" minOccurs="0"> | <element name="koniecWersjiObiektu" type="dateTime" minOccurs="0"> |
prev next
| <annotation> | |
| <documentation> | |
| Data i czas, kiedy wersja obiektu została 'wycofana' ze zbioru danych. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| </sequence> | </sequence> |
| </complexType> | </complexType> |
| <complexType name="BT_CyklZyciaInfoPropertyType"> | <complexType name="BT_CyklZyciaInfoPropertyType"> |
| <sequence> | <sequence> |
| <element ref="bt:BT_CyklZyciaInfo"/> | <element ref="bt:BT_CyklZyciaInfo"/> |
| </sequence> | </sequence> |
| <attributeGroup ref="gml:OwnershipAttributeGroup"/> | <attributeGroup ref="gml:OwnershipAttributeGroup"/> |
| </complexType> | </complexType> |
| <!--======================================--> | <!--======================================--> |
| <element name="BT_OperatTech" type="bt:BT_OperatTechType" substitutionGroup="gml:AbstractFeature"/> | <element name="BT_OperatTech" type="bt:BT_OperatTechType" substitutionGroup="gml:AbstractFeature"/> |
| <complexType name="BT_OperatTechType"> | <complexType name="BT_OperatTechType"> |
| <complexContent> | <complexContent> |
| <extension base="gml:AbstractFeatureType"> | <extension base="gml:AbstractFeatureType"> |
| <sequence> | <sequence> |
| <element name="dataUtworzenia" type="date"> | <element name="dataUtworzenia" type="date"> |
prev next
| <annotation> | |
| <documentation> | |
| Data utworzenia operatu. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="idOpracowania" type="string" maxOccurs="unbounded"> | <element name="idOpracowania" type="string" maxOccurs="unbounded"> |
prev next
| <annotation> | |
| <documentation> | |
| Identyfikator opracowania, w ramach którego powstała dokumentacja. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="metadane" type="gmd:MD_Metadata_PropertyType"> | <element name="metadane" type="gmd:MD_Metadata_PropertyType"> |
prev next
| <annotation> | |
| <documentation> | |
| Metadane opisujące operat techniczny. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="odniesienieDoBazy" type="bt:BT_BazaEnumerationType"> | <element maxOccurs="unbounded" name="odniesienieDoBazy" type="bt:BT_BazaEnumerationType"> |
prev next
| <annotation> | |
| <documentation> | |
| Określenie prowadzonych baz danych, do których odnoszą się pewne elementy opracowania. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element element="wykonwaca" type="gmd:CI_ResponsibleParty_PropertyType"> | <element element="wykonawca" type="gmd:CI_ResponsibleParty_PropertyType"> |
prev next
| <annotation> | |
| <documentation> | |
| Wykonawca dokumentacji. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="zasiegRoboty" type="gml:LinearRingPropertyType"> | <element name="zasiegRoboty" type="gml:LinearRingPropertyType"> |
prev next
| <annotation> | |
| <documentation> | |
| Zasięg roboty zdefiniowany w postaci zamkniętego wieloboku. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="zasobSieciowy" type="gmd:CI_OnlineResource_PropertyType" minOccurs="0" maxOccurs="unbounded"> | <element name="zasobSieciowy" type="gmd:CI_OnlineResource_PropertyType" minOccurs="0" maxOccurs="unbounded"> |
prev next
| <annotation> | |
| <documentation> | |
| Zasób sieciowy - np. adres URL, pod którym znajduje się dokumentacja lub jej części. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="zawartosc" type="bt:BT_ZbiorPropertyType" maxOccurs="unbounded"> | <element name="zawartosc" type="bt:BT_ZbiorPropertyType" maxOccurs="unbounded"> |
prev next
| <annotation> | |
| <documentation> | |
| Zawartość dokumentacji. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="idZgloszenia"> | <element name="idZgloszenia"> |
prev next
| <annotation> | |
| <documentation> | |
| Identyfikator zgłoszenia do ośrodka dokumentacji geodezyjnej i kartograficznej. | |
| </documentation> | |
| </annotation> | |
| <complexType> | <complexType> |
| <simpleContent> | <simpleContent> |
| <extension base="string"> | <extension base="string"> |
| <attribute ref="gco:nilReason"/> | <attribute ref="gco:nilReason"/> |
| </extension> | </extension> |
| </simpleContent> | </simpleContent> |
| </complexType> | </complexType> |
| </element> | </element> |
| <element name="zleceniodawca"> | <element name="zleceniodawca"> |
prev next
| <annotation> | |
| <documentation> | |
| Zleceniodawca, który zlecił utworzenie dokumentacji lub opracowania, w ramach którego powstała dokumentacja. | |
| </documentation> | |
| </annotation> | |
| <complexType> | <complexType> |
| <complexContent> | <complexContent> |
| <extension base="gmd:CI_ResponsibleParty_PropertyType"/> | <extension base="gmd:CI_ResponsibleParty_PropertyType"/> |
| </complexContent> | </complexContent> |
| </complexType> | </complexType> |
| </element> | </element> |
| </sequence> | </sequence> |
| </extension> | </extension> |
| </complexContent> | </complexContent> |
| </complexType> | </complexType> |
| <complexType name="BT_OperatTechPropertyType"> | <complexType name="BT_OperatTechPropertyType"> |
| <sequence> | <sequence> |
| <element ref="bt:BT_OperatTech"/> | <element ref="bt:BT_OperatTech"/> |
| </sequence> | </sequence> |
| <attributeGroup ref="gml:OwnershipAttributeGroup"/> | <attributeGroup ref="gml:OwnershipAttributeGroup"/> |
| <attributeGroup ref="gml:AssociationAttributeGroup"/> | <attributeGroup ref="gml:AssociationAttributeGroup"/> |
| </complexType> | </complexType> |
| <!--======================================--> | <!--======================================--> |
| <simpleType name="BT_BazaEnumerationType"> | <simpleType name="BT_BazaEnumerationType"> |
| <annotation> | <annotation> |
prev next
| <documentation> | |
| Określa nazwy dostępnych baz danych. | |
| </documentation> | |
| </annotation> | </annotation> |
| <restriction base="string"> | <restriction base="string"> |
| <enumeration value="EGiB"/> | <enumeration value="EGiB"/> |
| <enumeration value="GESUT"/> | <enumeration value="GESUT"/> |
| <enumeration value="BDNMT"/> | <enumeration value="BDNMT"/> |
| <enumeration value="BDOrto"/> | <enumeration value="BDOrto"/> |
| <enumeration value="BDOT10k"/> | <enumeration value="BDOT10k"/> |
| <enumeration value="BDOT500"/> | <enumeration value="BDOT500"/> |
| <enumeration value="BDSOG"/> | <enumeration value="BDSOG"/> |
| <enumeration value="BDZLiS"/> | <enumeration value="BDZLiS"/> |
| <enumeration value="EMUiA"/> | <enumeration value="EMUiA"/> |
| <enumeration value="PRG"/> | <enumeration value="PRG"/> |
| <enumeration value="PRNG"/> | <enumeration value="PRNG"/> |
| <enumeration value="PRPOG"/> | <enumeration value="PRPOG"/> |
| <enumeration value="RCiWN"/> | <enumeration value="RCiWN"/> |
| <enumeration value="BDOO"/> | <enumeration value="BDOO"/> |
| </restriction> | </restriction> |
| </simpleType> | </simpleType> |
| <!--======================================--> | <!--======================================--> |
| <simpleType name="BT_RodzajElementuType"> | <simpleType name="BT_RodzajElementuType"> |
| <union memberTypes="bt:BT_RodzajElementuEnumerationType bt:BT_RodzajElementuOtherType"/> | <union memberTypes="bt:BT_RodzajElementuEnumerationType bt:BT_RodzajElementuOtherType"/> |
| </simpleType> | </simpleType> |
| <simpleType name="BT_RodzajElementuEnumerationType"> | <simpleType name="BT_RodzajElementuEnumerationType"> |
| <restriction base="string"> | <restriction base="string"> |
| <enumeration value="dowodyIKopieDoreczen"> | <enumeration value="dowodyIKopieDoreczen"> |
| <annotation> | <annotation> |
prev next
| <documentation> | |
| Dowody doręczeń zawiadomień i kopie doręczeń wezwań. | |
| </documentation> | |
| </annotation> | </annotation> |
| </enumeration> | </enumeration> |
| <enumeration value="dziennikPomiaru"> | <enumeration value="dziennikPomiaru"> |
| <annotation> | <annotation> |
prev next
| <documentation> | |
| Dziennik pomiaru. | |
| </documentation> | |
| </annotation> | </annotation> |
| </enumeration> | </enumeration> |
| <enumeration value="inny"> | <enumeration value="inny"> |
| <annotation> | <annotation> |
prev next
| <documentation> | |
| Inny rodzaj. | |
| </documentation> | |
| </annotation> | </annotation> |
| </enumeration> | </enumeration> |
| <enumeration value="protokol"> | <enumeration value="protokol"> |
| <annotation> | <annotation> |
prev next
| <documentation> | |
| Protokoły przyjęcia granic, ustalenia granic, wznowienia znaków granicznych, wyznaczenia punktów granicznych, kopie protokołów granicznych. | |
| </documentation> | |
| </annotation> | </annotation> |
| </enumeration> | </enumeration> |
| <enumeration value="roboczaBazaDanych"> | <enumeration value="roboczaBazaDanych"> |
| <annotation> | <annotation> |
prev next
| <documentation> | |
| Robocze bazy danych zapisane na nośniku informatycznym zgodne z odpowiednim schematem GML lub zapisane w innym formacie uzgodnionym między wykonawcą prac geodezyjnych lub kartograficznych a organem prowadzącym PZGiK. | |
| </documentation> | |
| </annotation> | </annotation> |
| </enumeration> | </enumeration> |
| <enumeration value="sprawozdanieTechniczne"> | <enumeration value="sprawozdanieTechniczne"> |
| <annotation> | <annotation> |
prev next
| <documentation> | |
| Sprawozdanie techniczne określa cel, zakres rzeczowy i terytorialny wykonywanych prac geodezyjnych lub kartograficznych, wykonawcę oraz opisuje przebieg i rezultaty wykonywanych prac geodezyjnych i kartograficznych. | |
| </documentation> | |
| </annotation> | </annotation> |
| </enumeration> | </enumeration> |
| <enumeration value="szkicPomiarowy"> | <enumeration value="szkicPomiarowy"> |
| <annotation> | <annotation> |
prev next
| <documentation> | |
| Szkic pomiarowy lub odbitka mapy. | |
| </documentation> | |
| </annotation> | </annotation> |
| </enumeration> | </enumeration> |
| </restriction> | </restriction> |
| </simpleType> | </simpleType> |
| <simpleType name="BT_RodzajElementuOtherType"> | <simpleType name="BT_RodzajElementuOtherType"> |
| <restriction base="string"> | <restriction base="string"> |
| <pattern value="other: \w{2,}"/> | <pattern value="other: \w{2,}"/> |
| </restriction> | </restriction> |
| </simpleType> | </simpleType> |
| <!--======================================--> | <!--======================================--> |
| <simpleType name="BT_UkladWysType"> | <simpleType name="BT_UkladWysType"> |
prev next
| <annotation> | |
| <documentation> | |
| Układ wysokościowy, w którym jest określona wysokość punktu osnowy. | |
| </documentation> | |
| </annotation> | |
| <union memberTypes="bt:BT_UkladWysEnumerationType bt:BT_UkladWysOtherType"/> | <union memberTypes="bt:BT_UkladWysEnumerationType bt:BT_UkladWysOtherType"/> |
| </simpleType> | </simpleType> |
| <simpleType name="BT_UkladWysEnumerationType"> | <simpleType name="BT_UkladWysEnumerationType"> |
| <restriction base="string"> | <restriction base="string"> |
| <enumeration value="Kronsztadt60"/> | <enumeration value="Kronsztadt60"/> |
| <enumeration value="Kronsztadt86"/> | <enumeration value="Kronsztadt86"/> |
| <enumeration value="Kronsztadt2006"/> | <enumeration value="Kronsztadt2006"/> |
| <enumeration value="Amsterdam55"/> | <enumeration value="Amsterdam55"/> |
| <enumeration value="Amsterdam2000"/> | <enumeration value="Amsterdam2000"/> |
| <enumeration value="EUREF89"/> | <enumeration value="EUREF89"/> |
| <enumeration value="ETRF2000"/> | <enumeration value="ETRF2000"/> |
| <enumeration value="ETRF2008"/> | <enumeration value="ETRF2008"/> |
| <enumeration value="Pulkowo42"/> | <enumeration value="Pulkowo42"/> |
| <enumeration value="EVRS2007"/> | <enumeration value="EVRS2007"/> |
| </restriction> | </restriction> |
| </simpleType> | </simpleType> |
| <simpleType name="BT_UkladWysOtherType"> | <simpleType name="BT_UkladWysOtherType"> |
| <restriction base="string"> | <restriction base="string"> |
| <pattern value="other: \w{2,}"/> | <pattern value="other: \w{2,}"/> |
| </restriction> | </restriction> |
| </simpleType> | </simpleType> |
| <!--======================================--> | <!--======================================--> |
| <simpleType name="BT_UkladGeodType"> | <simpleType name="BT_UkladGeodType"> |
prev next
| <annotation> | |
| <documentation> | |
| Układ współrzędnych, w którym zostały wyrównane współrzędne punktu osnowy. | |
| </documentation> | |
| </annotation> | |
| <union memberTypes="bt:BT_UkladGeodEnumerationType bt:BT_UkladGeodOtherType"/> | <union memberTypes="bt:BT_UkladGeodEnumerationType bt:BT_UkladGeodOtherType"/> |
| </simpleType> | </simpleType> |
| <simpleType name="BT_UkladGeodEnumerationType"> | <simpleType name="BT_UkladGeodEnumerationType"> |
| <restriction base="string"> | <restriction base="string"> |
| <enumeration value="EUREF89"/> | <enumeration value="EUREF89"/> |
| <enumeration value="ETRF2000"/> | <enumeration value="ETRF2000"/> |
| <enumeration value="ETRF2008"/> | <enumeration value="ETRF2008"/> |
| <enumeration value="Pulkowo42"/> | <enumeration value="Pulkowo42"/> |
| <enumeration value="PUWP1992"/> | <enumeration value="PUWP1992"/> |
| <enumeration value="PUWP2000"/> | <enumeration value="PUWP2000"/> |
| <enumeration value="PUWP1965"/> | <enumeration value="PUWP1965"/> |
| <enumeration value="PUWP1942"/> | <enumeration value="PUWP1942"/> |
| <enumeration value="PUWPBG"/> | <enumeration value="PUWPBG"/> |
| <enumeration value="UTM"/> | <enumeration value="UTM"/> |
| </restriction> | </restriction> |
| </simpleType> | </simpleType> |
| <simpleType name="BT_UkladGeodOtherType"> | <simpleType name="BT_UkladGeodOtherType"> |
| <restriction base="string"> | <restriction base="string"> |
| <pattern value="other: \w{2,}"/> | <pattern value="other: \w{2,}"/> |
| </restriction> | </restriction> |
| </simpleType> | </simpleType> |
| <!--======================================--> | <!--======================================--> |
| <element name="BT_ReferencjaDoObiektu" type="bt:BT_ReferencjaDoObiektuType" substitutionGroup="gml:AbstractObject"> | <element name="BT_ReferencjaDoObiektu" type="bt:BT_ReferencjaDoObiektuType" substitutionGroup="gml:AbstractObject"> |
prev next
| <annotation> | |
| <documentation> | |
| Typ wyboru pozwalający na zdefiniowanie bezpośredniej (informacja o obiekcie zapisana bezpośrednio w strukturze atrybutu definiującego odwołanie) lub pośredniej (podanie identyfikatora IIP obiektu) referencji do instancji typu obiektu dostępnej w ramach infrastruktury informacji przestrzennej (IIP). | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <complexType name="BT_ReferencjaDoObiektuType"> | <complexType name="BT_ReferencjaDoObiektuType"> |
| <choice> | <choice> |
| <element name="idIIP" type="bt:BT_IdentyfikatorPropertyType"/> | <element name="idIIP" type="bt:BT_IdentyfikatorPropertyType"/> |
| <element name="obiekt" type="gml:ReferenceType"> | <element name="obiekt" type="gml:ReferenceType"> |
| <annotation> | <annotation> |
| <appinfo> | <appinfo> |
| <gml:targetElement> | <gml:targetElement> |
| bt:BT_ReferencyjnyObiektPrzestrzenny | bt:BT_ReferencyjnyObiektPrzestrzenny |
| </gml:targetElement> | </gml:targetElement> |
| </appinfo> | </appinfo> |
prev next
| <documentation> | |
| Unikalny identyfikator obiektu Infrastruktury Informacji Przestrzennej, do którego jest referencja. | |
| </documentation> | |
| </annotation> | </annotation> |
| </element> | </element> |
| <element name="obiektKarto" type="bt:KR_ObiektKartoPropertyType" maxOccurs="unbounded"> | <element name="obiektKarto" type="bt:KR_ObiektKartoPropertyType" maxOccurs="unbounded"> |
| <annotation> | <annotation> |
| <appinfo> | <appinfo> |
| <gml:reversePropertyName> | <gml:reversePropertyName> |
| bt:obiektPrzedstawiany | bt:obiektPrzedstawiany |
| </gml:reversePropertyName> | </gml:reversePropertyName> |
| </appinfo> | </appinfo> |
| </annotation> | </annotation> |
| </element> | </element> |
| <element name="pktWysKarto" type="bt:KR_PktWysPropertyType" minOccurs="0"> | <element name="pktWysKarto" type="bt:KR_PktWysPropertyType" minOccurs="0"> |
| <annotation> | <annotation> |
| <appinfo> | <appinfo> |
| <gml:reversePropertyName> | <gml:reversePropertyName> |
| bt:obiektPrzedstawiany2 | bt:obiektPrzedstawiany2 |
| </gml:reversePropertyName> | </gml:reversePropertyName> |
| </appinfo> | </appinfo> |
| </annotation> | </annotation> |
| </element> | </element> |
| <element name="liniaWysKarto" type="bt:KR_LiniaWysPropertyType" minOccurs="0" maxOccurs="unbounded"> | <element name="liniaWysKarto" type="bt:KR_LiniaWysPropertyType" minOccurs="0" maxOccurs="unbounded"> |
| <annotation> | <annotation> |
| <appinfo> | <appinfo> |
| <gml:reversePropertyName> | <gml:reversePropertyName> |
| bt:obiektyReferencyjne | bt:obiektyReferencyjne |
| </gml:reversePropertyName> | </gml:reversePropertyName> |
| </appinfo> | </appinfo> |
| </annotation> | </annotation> |
| </element> | </element> |
| </choice> | </choice> |
| </complexType> | </complexType> |
| <complexType name="BT_ReferencjaDoObiektuPropertyType"> | <complexType name="BT_ReferencjaDoObiektuPropertyType"> |
| <sequence> | <sequence> |
| <element ref="bt:BT_ReferencjaDoObiektu"/> | <element ref="bt:BT_ReferencjaDoObiektu"/> |
| </sequence> | </sequence> |
| <attributeGroup ref="gml:OwnershipAttributeGroup"/> | <attributeGroup ref="gml:OwnershipAttributeGroup"/> |
| </complexType> | </complexType> |
| <simpleType name="BT_ReferencjaDoObiektuUnionSemantics"> | <simpleType name="BT_ReferencjaDoObiektuUnionSemantics"> |
| <restriction base="string"> | <restriction base="string"> |
| <enumeration value="identyfikatorIIP"/> | <enumeration value="identyfikatorIIP"/> |
| </restriction> | </restriction> |
| </simpleType> | </simpleType> |
| <!--======================================--> | <!--======================================--> |
| <element name="BT_Dokument" type="bt:BT_DokumentType" substitutionGroup="gml:AbstractObject"> | <element name="BT_Dokument" type="bt:BT_DokumentType" substitutionGroup="gml:AbstractObject"> |
prev next
| <annotation> | |
| <documentation> | |
| Rzeczowe świadectwo jakiegoś zjawiska sporządzone w formie właściwej dla danego czasu i miejsca. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <complexType name="BT_DokumentType"> | <complexType name="BT_DokumentType"> |
| <sequence> | <sequence> |
| <element name="opis" type="string" minOccurs="0"> | <element name="opis" type="string" minOccurs="0"> |
prev next
| <annotation> | |
| <documentation> | |
| Opis dokumentu. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="rodzaj" element="bt:DC_RodzajDokumentuKodType"> | <element name="rodzaj" element="bt:DC_RodzajDokumentuType"> |
prev next
| <annotation> | |
| <documentation> | |
| Rodzaj dokumentu. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="status" type="bt:DC_StatusDokumentuKodType"> | <element name="status" type="bt:DC_StatusDokumentuKodType"> |
prev next
| <annotation> | |
| <documentation> | |
| Status dokumentu. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="sygnatura" type="string" minOccurs="0"> | <element name="sygnatura" type="string" minOccurs="0"> |
prev next
| <annotation> | |
| <documentation> | |
| Sygnatura dokumentu nadana przez twórcę. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="tytul" type="string"> | <element name="tytul" type="string"> |
prev next
| <annotation> | |
| <documentation> | |
| Tytuł lub nazwa dokumentu. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="wydawca" type="string"> | <element name="wydawca" type="string"> |
prev next
| <annotation> | |
| <documentation> | |
| Organ wydający/osoba wydająca dokument. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="zasobSieciowy" type="gmd:CI_OnlineResource_PropertyType" minOccurs="0" maxOccurs="unbounded"> | <element name="zasobSieciowy" type="gmd:CI_OnlineResource_PropertyType" minOccurs="0" maxOccurs="unbounded"> |
prev next
| <annotation> | |
| <documentation> | |
| Zasób sieciowy, np. adres URL, pod którym dostępny jest tekst dokumentu. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="data" maxOccurs="unbounded"> | <element name="data" > |
prev next
| <annotation> | |
| <documentation> | |
| Data wystawienia lub publikacji dokumentu. | |
| </documentation> | |
| </annotation> | |
| <complexType> | <complexType> |
| <simpleContent> | <simpleContent> |
| <extension base="date"> | <extension base="date"> |
| <attribute ref="gco:nilReason"/> | <attribute ref="gco:nilReason"/> |
| </extension> | </extension> |
| </simpleContent> | </simpleContent> |
| </complexType> | </complexType> |
| </element> | </element> |
| </sequence> | </sequence> |
| </complexType> | </complexType> |
| <complexType name="BT_DokumentPropertyType"> | <complexType name="BT_DokumentPropertyType"> |
| <sequence> | <sequence> |
| <element ref="bt:BT_Dokument"/> | <element ref="bt:BT_Dokument"/> |
| </sequence> | </sequence> |
| <attributeGroup ref="gml:OwnershipAttributeGroup"/> | <attributeGroup ref="gml:OwnershipAttributeGroup"/> |
| </complexType> | </complexType> |
| <!--======================================--> | <!--======================================--> |
| <simpleType simpleType="DC_RodzajDokumentuKodType"> | <simpleType simpleType="DC_RodzajDokumentuType"> |
| <annotation> | <annotation> |
prev next
| <documentation> | |
| Typ reprezentujący rodzaj dokumentu. | |
| </documentation> | |
| </annotation> | </annotation> |
| <union union="bt:DC_RodzajDokumentuKodEnumerationType bt:DC_RodzajDokumentuKodOtherType"/> | <union union="bt:DC_RodzajDokumentuEnumerationType bt:DC_RodzajDokumentuOtherType"/> |
| </simpleType> | </simpleType> |
| <simpleType simpleType="DC_RodzajDokumentuKodEnumerationType"> | <simpleType simpleType="DC_RodzajDokumentuEnumerationType"> |
| <restriction base="string"> | <restriction base="string"> |
| <enumeration value="decyzja"> | <enumeration value="decyzja"> |
prev next
| <annotation> | |
| <documentation> | |
| Rozstrzygająca sprawę decyzja wydana w trybie określonym w przepisach, w szczególności Kodeksu postępowania administracyjnego. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="inny"> | <enumeration value="inny"> |
prev next
| <annotation> | |
| <documentation> | |
| Inny dokument, z wyłączeniem operatu technicznego. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="orzeczenie"> | <enumeration value="orzeczenie"> |
prev next
| <annotation> | |
| <documentation> | |
| Prawomocne, władcze rozstrzygnięcie sądu. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="rozporzadzenie"> | <enumeration value="rozporzadzenie"> |
prev next
| <annotation> | |
| <documentation> | |
| Akt normatywny wydany na podstawie ustawy przez upoważniony tą ustawą organ w celu wykonania tej ustawy. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="protokol"> | <enumeration value="protokol"> |
prev next
| <annotation> | |
| <documentation> | |
| Sprawozdanie z przebiegu oględzin. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="uchwala"> | <enumeration value="uchwala"> |
prev next
| <annotation> | |
| <documentation> | |
| Akt normatywny (akt prawa miejscowego) wydany przez ciało kolegialne. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="umowa"> | <enumeration value="umowa"> |
prev next
| <annotation> | |
| <documentation> | |
| Zgodne porozumienie dwóch lub więcej stron, ustalające ich wzajemne prawa lub obowiązki, rodzące skutki dla informacji zawartych w bazach danych, w szczególności: akt notarialny, umowa administracyjna (porozumienie). | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="ustawa"> | <enumeration value="ustawa"> |
prev next
| <annotation> | |
| <documentation> | |
| Akt normatywny wydany przez Sejm RP, ale także ratyfikowana umowa międzynarodowa oraz rozporządzenie Komisji Europejskiej lub Rady Unii Europejskiej. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="wyciągZKW"> | <enumeration value="wyciągZKW"> |
prev next
| <annotation> | |
| <documentation> | |
| Odpis zwykły lub odpis zupełny z księgi wieczystej urządzonej dla nieruchomości. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="zarzadzenie"> | <enumeration value="zarzadzenie"> |
prev next
| <annotation> | |
| <documentation> | |
| Akt normatywny wydany przez organ jednoosobowy na podstawie ustawy. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="zawiadomienie"> | <enumeration value="zawiadomienie"> |
prev next
| <annotation> | |
| <documentation> | |
| Różne dokumenty wydane ze zbiorów referencyjnych, wydane przez upoważnione organy prowadzące te zbiory, lub inny dokument informujący o istotnych faktach, rodzących skutki dla informacji zawartych w bazach danych. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| </restriction> | </restriction> |
| </simpleType> | </simpleType> |
| <simpleType simpleType="DC_RodzajDokumentuKodOtherType"> | <simpleType simpleType="DC_RodzajDokumentuOtherType"> |
| <restriction base="string"> | <restriction base="string"> |
| <pattern value="other: \w{2,}"/> | <pattern value="other: \w{2,}"/> |
| </restriction> | </restriction> |
| </simpleType> | </simpleType> |
| <!--======================================--> | <!--======================================--> |
| <simpleType name="DC_StatusDokumentuKodType"> | <simpleType name="DC_StatusDokumentuKodType"> |
prev next
| <annotation> | |
| <documentation> | |
| Typ reprezentujący status dokumentu. | |
| </documentation> | |
| </annotation> | |
| <restriction base="string"> | <restriction base="string"> |
| <enumeration value="obowiazujacy"/> | <enumeration value="obowiazujacy"/> |
| <enumeration value="nieobowiazujacy"/> | <enumeration value="nieobowiazujacy"/> |
| </restriction> | </restriction> |
| </simpleType> | </simpleType> |
| <!--======================================--> | <!--======================================--> |
| <element name="KR_ObiektKarto" type="bt:KR_ObiektKartoType" substitutionGroup="gml:AbstractFeature"> | <element name="KR_ObiektKarto" type="bt:KR_ObiektKartoType" substitutionGroup="gml:AbstractFeature"> |
prev next
| <annotation> | |
| <documentation> | |
| Obiekt kartograficzny, który powstaje dla każdego obiektu z bazy danych umieszczanego na mapie. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <complexType name="KR_ObiektKartoType"> | <complexType name="KR_ObiektKartoType"> |
| <complexContent> | <complexContent> |
| <extension base="gml:AbstractFeatureType"> | <extension base="gml:AbstractFeatureType"> |
| <sequence> | <sequence> |
| <element name="mianownikSkali" type="integer"> | <element name="mianownikSkali" type="integer"> |
prev next
| <annotation> | |
| <documentation> | |
| Mianownik skali mapy. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="kodKarto" type="string" minOccurs="0"> | <element name="kodKarto" type="string" minOccurs="0"> |
prev next
| <annotation> | |
| <documentation> | |
| Kod kartograficzny przypisany do danego obiektu. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="geometriaKarto" type="gml:GeometricPrimitivePropertyType" maxOccurs="unbounded"> | <element name="geometriaKarto" type="gml:GeometricPrimitivePropertyType" maxOccurs="unbounded"> |
prev next
| <annotation> | |
| <documentation> | |
| Współrzędne obiektu w "układzie mapy". | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="uwagi" type="string" minOccurs="0"> | <element name="uwagi" type="string" minOccurs="0"> |
prev next
| <annotation> | |
| <documentation> | |
| Uwagi, które redaktor uznał za istotne. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="etykieta" type="bt:KR_EtykietaType" minOccurs="0" maxOccurs="unbounded"> | <element name="etykieta" type="bt:KR_EtykietaType" minOccurs="0" maxOccurs="unbounded"> |
prev next
| <annotation> | |
| <documentation> | |
| Etykieta/napis, który ma zostać umieszczony wewnątrz lub obok przedstawienia kartograficznego
obiektu. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="parametr" type="double" minOccurs="0" maxOccurs="unbounded"> | <element name="parametr" type="double" minOccurs="0" maxOccurs="unbounded"> |
prev next
| <annotation> | |
| <documentation> | |
| Parametr, którego wartość jest istotna dla przedstawienia kartograficznego obiektu (np. szerokość drogi); może też przechowywać wartości typu integer. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="warstwa" type="string" minOccurs="0"> | <element name="warstwa" type="string" minOccurs="0"> |
prev next
| <annotation> | |
| <documentation> | |
| Atrybut umożliwiający kategoryzację obiektów kartograficznych, np. na obiekty punktowe, liniowe i powierzchniowe. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="obiektPrzedstawiany1" type="bt:BT_ReferencjaDoObiektuPropertyType"> | <element name="obiektPrzedstawiany1" type="bt:BT_ReferencjaDoObiektuPropertyType"> |
| <annotation> | <annotation> |
| <appinfo> | <appinfo> |
| <gml:reversePropertyName> | <gml:reversePropertyName> |
| bt:obiektKarto | bt:obiektKarto |
| </gml:reversePropertyName> | </gml:reversePropertyName> |
| </appinfo> | </appinfo> |
| </annotation> | </annotation> |
| </element> | </element> |
| </sequence> | </sequence> |
| </extension> | </extension> |
| </complexContent> | </complexContent> |
| </complexType> | </complexType> |
| <complexType name="KR_ObiektKartoPropertyType"> | <complexType name="KR_ObiektKartoPropertyType"> |
| <sequence> | <sequence> |
| <element ref="bt:KR_ObiektKarto"/> | <element ref="bt:KR_ObiektKarto"/> |
| </sequence> | </sequence> |
| <attributeGroup ref="gml:OwnershipAttributeGroup"/> | <attributeGroup ref="gml:OwnershipAttributeGroup"/> |
| <attributeGroup ref="gml:AssociationAttributeGroup"/> | <attributeGroup ref="gml:AssociationAttributeGroup"/> |
| </complexType> | </complexType> |
| <!--======================================--> | <!--======================================--> |
| <element name="KR_PktWys" type="bt:KR_PktWysType" substitutionGroup="gml:AbstractFeature"> | <element name="KR_PktWys" type="bt:KR_PktWysType" substitutionGroup="gml:AbstractFeature"> |
prev next
| <annotation> | |
| <documentation> | |
| Punkt wysokościowy, którego wysokość została uzyskana z NMT, bezpośrednich pomiarów terenowych, z materiałów kartograficznych lub w jakiś inny sposób. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <complexType name="KR_PktWysType"> | <complexType name="KR_PktWysType"> |
| <complexContent> | <complexContent> |
| <extension base="gml:AbstractFeatureType"> | <extension base="gml:AbstractFeatureType"> |
| <sequence> | <sequence> |
| <element name="polozenie" type="gml:DirectPositionType"> | <element name="polozenie" type="gml:DirectPositionType"> |
prev next
| <annotation> | |
| <documentation> | |
| Określenie położenia punktu wysokościowego na mapie. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="etykieta" type="bt:KR_EtykietaType"> | <element name="etykieta" type="bt:KR_EtykietaType"> |
prev next
| <annotation> | |
| <documentation> | |
| Wysokość punktu (napis) umieszczony obok punktu wysokościowego. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="rodzajPkt" type="bt:KR_RodzajPktuType"/> | <element name="rodzajPkt" type="bt:KR_RodzajPktuType"/> |
| <element name="obiektPrzedstawiany2" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded"> | <element name="obiektPrzedstawiany2" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded"> |
| <annotation> | <annotation> |
| <appinfo> | <appinfo> |
| <gml:reversePropertyName> | <gml:reversePropertyName> |
| bt:pktWysKarto | bt:pktWysKarto |
| </gml:reversePropertyName> | </gml:reversePropertyName> |
| </appinfo> | </appinfo> |
| </annotation> | </annotation> |
| </element> | </element> |
| </sequence> | </sequence> |
| </extension> | </extension> |
| </complexContent> | </complexContent> |
| </complexType> | </complexType> |
| <complexType name="KR_PktWysPropertyType"> | <complexType name="KR_PktWysPropertyType"> |
| <sequence> | <sequence> |
| <element ref="bt:KR_PktWys"/> | <element ref="bt:KR_PktWys"/> |
| </sequence> | </sequence> |
| <attributeGroup ref="gml:OwnershipAttributeGroup"/> | <attributeGroup ref="gml:OwnershipAttributeGroup"/> |
| <attributeGroup ref="gml:AssociationAttributeGroup"/> | <attributeGroup ref="gml:AssociationAttributeGroup"/> |
| </complexType> | </complexType> |
| <!--======================================--> | <!--======================================--> |
| <element name="KR_LiniaWys" type="bt:KR_LiniaWysType" substitutionGroup="gml:AbstractFeature"> | <element name="KR_LiniaWys" type="bt:KR_LiniaWysType" substitutionGroup="gml:AbstractFeature"> |
prev next
| <annotation> | |
| <documentation> | |
| Linia, której wysokość została pozyskana z NMT, interpolacji, z opracowań kartograficznych lub innych materiałów. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <complexType name="KR_LiniaWysType"> | <complexType name="KR_LiniaWysType"> |
| <complexContent> | <complexContent> |
| <extension base="gml:AbstractFeatureType"> | <extension base="gml:AbstractFeatureType"> |
| <sequence> | <sequence> |
| <element name="geometriaKarto" type="gml:GeometricPrimitivePropertyType" maxOccurs="unbounded"> | <element name="geometriaKarto" type="gml:GeometricPrimitivePropertyType" maxOccurs="unbounded"> |
prev next
| <annotation> | |
| <documentation> | |
| Współrzędne obiektu w "układzie mapy". | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="etykieta" type="bt:KR_EtykietaType" minOccurs="0" maxOccurs="unbounded"> | <element name="etykieta" type="bt:KR_EtykietaType" minOccurs="0" maxOccurs="unbounded"> |
prev next
| <annotation> | |
| <documentation> | |
| Etykieta/napis, który ma zostać umieszczony wewnątrz lub obok przedstawienia kartograficznego obiektu. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="rodzajLinii" type="bt:KR_RodzajLiniiType"/> | <element name="rodzajLinii" type="bt:KR_RodzajLiniiType"/> |
| <element name="obiektyReferencyjne" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded"> | <element name="obiektyReferencyjne" type="bt:BT_ReferencjaDoObiektuPropertyType" minOccurs="0" maxOccurs="unbounded"> |
| <annotation> | <annotation> |
| <appinfo> | <appinfo> |
| <gml:reversePropertyName> | <gml:reversePropertyName> |
| liniaWysKarto | liniaWysKarto |
| </gml:reversePropertyName> | </gml:reversePropertyName> |
| </appinfo> | </appinfo> |
| </annotation> | </annotation> |
| </element> | </element> |
| </sequence> | </sequence> |
| </extension> | </extension> |
| </complexContent> | </complexContent> |
| </complexType> | </complexType> |
| <complexType name="KR_LiniaWysPropertyType"> | <complexType name="KR_LiniaWysPropertyType"> |
| <sequence> | <sequence> |
| <element ref="bt:KR_LiniaWys"/> | <element ref="bt:KR_LiniaWys"/> |
| </sequence> | </sequence> |
| <attributeGroup ref="gml:OwnershipAttributeGroup"/> | <attributeGroup ref="gml:OwnershipAttributeGroup"/> |
| <attributeGroup ref="gml:AssociationAttributeGroup"/> | <attributeGroup ref="gml:AssociationAttributeGroup"/> |
| </complexType> | </complexType> |
| <!--======================================--> | <!--======================================--> |
| <element name="KR_Etykieta" type="bt:KR_EtykietaType" substitutionGroup="gml:AbstractObject"> | <element name="KR_Etykieta" type="bt:KR_EtykietaType" substitutionGroup="gml:AbstractObject"> |
prev next
| <annotation> | |
| <documentation> | |
| Napis, który ma się pojawić wewnątrz lub tuż obok obiektu na mapie. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <complexType name="KR_EtykietaType"> | <complexType name="KR_EtykietaType"> |
| <sequence> | <sequence> |
| <element name="tekst" type="string"> | <element name="tekst" type="string"> |
prev next
| <annotation> | |
| <documentation> | |
| Tekst, który ma zostać umieszczony na mapie. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="czcionka" type="bt:KR_KrojPismaType"> | <element name="czcionka" type="bt:KR_KrojPismaType"> |
prev next
| <annotation> | |
| <documentation> | |
| Podstawowe parametry użytego kroju pisma. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="geometriaKarto" type="gml:GeometricPrimitivePropertyType" maxOccurs="unbounded"> | <element name="geometriaKarto" type="gml:GeometricPrimitivePropertyType" maxOccurs="unbounded"> |
prev next
| <annotation> | |
| <documentation> | |
| Współrzędne etykiety w "układzie mapy". | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <element name="odnosnik" type="bt:KR_OdnosnikType" minOccurs="0"> | <element name="odnosnik" type="bt:KR_OdnosnikType" minOccurs="0"> |
prev next
| <annotation> | |
| <documentation> | |
| Definiuje położenie odnośnika. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| </sequence> | </sequence> |
| </complexType> | </complexType> |
| <complexType name="KR_EtykietaTypePropertyType"> | <complexType name="KR_EtykietaTypePropertyType"> |
| <sequence> | <sequence> |
| <element ref="bt:KR_Etykieta"/> | <element ref="bt:KR_Etykieta"/> |
| </sequence> | </sequence> |
| <attributeGroup ref="gml:OwnershipAttributeGroup"/> | <attributeGroup ref="gml:OwnershipAttributeGroup"/> |
| </complexType> | </complexType> |
| <!--======================================--> | <!--======================================--> |
| <element name="KR_KrojPisma" type="bt:KR_KrojPismaType" substitutionGroup="gml:AbstractObject"/> | <element name="KR_KrojPisma" type="bt:KR_KrojPismaType" substitutionGroup="gml:AbstractObject"/> |
| <complexType name="KR_KrojPismaType"> | <complexType name="KR_KrojPismaType"> |
| <sequence> | <sequence> |
| <element name="nazwaCzcionki" type="string"/> | <element name="nazwaCzcionki" type="string"/> |
| <element name="wysCzcionki" type="integer"/> | <element name="wysCzcionki" type="integer"/> |
| <element name="pogrubiona" type="boolean"/> | <element name="pogrubiona" type="boolean"/> |
| <element name="kursywa" type="boolean"/> | <element name="kursywa" type="boolean"/> |
| <element name="podkreslona" type="boolean"/> | <element name="podkreslona" type="boolean"/> |
| <element name="kolor" type="integer" minOccurs="3" maxOccurs="4"/> | <element name="kolor" type="integer" minOccurs="3" maxOccurs="4"/> |
| </sequence> | </sequence> |
| </complexType> | </complexType> |
| <complexType name="KR_KrojPismaPropertyType"> | <complexType name="KR_KrojPismaPropertyType"> |
| <sequence> | <sequence> |
| <element ref="bt:KR_KrojPisma"/> | <element ref="bt:KR_KrojPisma"/> |
| </sequence> | </sequence> |
| <attributeGroup ref="gml:OwnershipAttributeGroup"/> | <attributeGroup ref="gml:OwnershipAttributeGroup"/> |
| </complexType> | </complexType> |
| <!--======================================--> | <!--======================================--> |
| <element name="KR_Odnosnik" type="bt:KR_OdnosnikType" substitutionGroup="gml:AbstractObject"> | <element name="KR_Odnosnik" type="bt:KR_OdnosnikType" substitutionGroup="gml:AbstractObject"> |
prev next
| <annotation> | |
| <documentation> | |
| Definiuje położenie odnośnika. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| <complexType name="KR_OdnosnikType"> | <complexType name="KR_OdnosnikType"> |
| <sequence> | <sequence> |
| <element name="polozenie" type="gml:PointType" minOccurs="3" maxOccurs="3"> | <element name="polozenie" type="gml:PointType" minOccurs="3" maxOccurs="3"> |
prev next
| <annotation> | |
| <documentation> | |
| Definiuje położenie odnośnika, przy czym punkt nr 1 wskazuje na obiekt opisywany przez etykietę, punkty 2 i 3 definiują położenie drugiej linii odnośnika, która jest równoległą do linii określonej przez lewy dolny i prawy dolny punkt prostokąta otaczającego etykietę. | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| </sequence> | </sequence> |
| </complexType> | </complexType> |
| <complexType name="KR_OdnosnikPropertyType"> | <complexType name="KR_OdnosnikPropertyType"> |
| <sequence> | <sequence> |
| <element ref="bt:KR_Odnosnik"/> | <element ref="bt:KR_Odnosnik"/> |
| </sequence> | </sequence> |
| <attributeGroup ref="gml:OwnershipAttributeGroup"/> | <attributeGroup ref="gml:OwnershipAttributeGroup"/> |
| </complexType> | </complexType> |
| <!--======================================--> | <!--======================================--> |
| <element name="KR_Opis" type="bt:KR_OpisType" substitutionGroup="gml:AbstractFeature"/> | <element name="KR_Opis" type="bt:KR_OpisType" substitutionGroup="gml:AbstractFeature"/> |
| <complexType name="KR_OpisType"> | <complexType name="KR_OpisType"> |
| <complexContent> | <complexContent> |
| <extension base="gml:AbstractFeatureType"> | <extension base="gml:AbstractFeatureType"> |
| <sequence> | <sequence> |
| <element name="idOpisu" type="string"/> | <element name="idOpisu" type="string"/> |
| <element name="opis" type="string" minOccurs="0"/> | <element name="opis" type="string" minOccurs="0"/> |
| <element name="czcionka" type="bt:KR_KrojPismaType" minOccurs="0"/> | <element name="czcionka" type="bt:KR_KrojPismaType" minOccurs="0"/> |
| <element name="geometriaKarto" type="gml:GeometricPrimitivePropertyType" maxOccurs="unbounded"> | <element name="geometriaKarto" type="gml:GeometricPrimitivePropertyType" maxOccurs="unbounded"> |
prev next
| <annotation> | |
| <documentation> | |
| Współrzędne opisu w "układzie mapy". | |
| </documentation> | |
| </annotation> | |
| </element> | </element> |
| </sequence> | </sequence> |
| </extension> | </extension> |
| </complexContent> | </complexContent> |
| </complexType> | </complexType> |
| <complexType name="KR_OpisPropertyType"> | <complexType name="KR_OpisPropertyType"> |
| <sequence> | <sequence> |
| <element ref="bt:KR_Opis"/> | <element ref="bt:KR_Opis"/> |
| </sequence> | </sequence> |
| <attributeGroup ref="gml:OwnershipAttributeGroup"/> | <attributeGroup ref="gml:OwnershipAttributeGroup"/> |
| <attributeGroup ref="gml:AssociationAttributeGroup"/> | <attributeGroup ref="gml:AssociationAttributeGroup"/> |
| </complexType> | </complexType> |
| <!--======================================--> | <!--======================================--> |
| <simpleType name="KR_RodzajPktuType"> | <simpleType name="KR_RodzajPktuType"> |
| <annotation> | <annotation> |
prev next
| <documentation> | |
| Klasa opisująca rodzaje punktów wysokościowych. | |
| </documentation> | |
| </annotation> | </annotation> |
| <union memberTypes="bt:KR_RodzajPktuEnumerationType bt:KR_RodzajPktuOtherType"/> | <union memberTypes="bt:KR_RodzajPktuEnumerationType bt:KR_RodzajPktuOtherType"/> |
| </simpleType> | </simpleType> |
| <simpleType name="KR_RodzajPktuEnumerationType"> | <simpleType name="KR_RodzajPktuEnumerationType"> |
| <restriction base="string"> | <restriction base="string"> |
| <enumeration value="pikieta"> | <enumeration value="pikieta"> |
prev next
| <annotation> | |
| <documentation> | |
| Charakterystyczny punkt wysokościowy. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="pktOsnowy"> | <enumeration value="pktOsnowy"> |
prev next
| <annotation> | |
| <documentation> | |
| Punkt osnowy, dla którego umieszcza się jego wysokość jako opis. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="rzednaArmatury"> | <enumeration value="rzednaArmatury"> |
prev next
| <annotation> | |
| <documentation> | |
| Rzędna armatury. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="inny"> | <enumeration value="inny"> |
prev next
| <annotation> | |
| <documentation> | |
| Inny rodzaj punktu wysokościowego. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="rzednaDna"> | <enumeration value="rzednaDna"> |
prev next
| <annotation> | |
| <documentation> | |
| Rzędna dna zbiornika wodnego. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="rzednaGory"> | <enumeration value="rzednaGory"> |
prev next
| <annotation> | |
| <documentation> | |
| Rzędna góry. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="rzednaDolu"> | <enumeration value="rzednaDolu"> |
prev next
| <annotation> | |
| <documentation> | |
| Rzędna dołu. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="pktWysNaturalny"> | <enumeration value="pktWysNaturalny"> |
prev next
| <annotation> | |
| <documentation> | |
| Punkt wysokościowy naturalny. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="pktWysSztuczny"> | <enumeration value="pktWysSztuczny"> |
prev next
| <annotation> | |
| <documentation> | |
| Punkt wysokościowy sztuczny. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| </restriction> | </restriction> |
| </simpleType> | </simpleType> |
| <simpleType name="KR_RodzajPktuOtherType"> | <simpleType name="KR_RodzajPktuOtherType"> |
| <restriction base="string"> | <restriction base="string"> |
| <pattern value="other: \w{2,}"/> | <pattern value="other: \w{2,}"/> |
| </restriction> | </restriction> |
| </simpleType> | </simpleType> |
| <!--======================================--> | <!--======================================--> |
| <simpleType name="KR_RodzajLiniiType"> | <simpleType name="KR_RodzajLiniiType"> |
| <annotation> | <annotation> |
prev next
| <documentation> | |
| Rodzaje linii "wysokościowych". | |
| </documentation> | |
| </annotation> | </annotation> |
| <union memberTypes="bt:KR_RodzajLiniiEnumerationType bt:KR_RodzajLiniiOtherType"/> | <union memberTypes="bt:KR_RodzajLiniiEnumerationType bt:KR_RodzajLiniiOtherType"/> |
| </simpleType> | </simpleType> |
| <simpleType name="KR_RodzajLiniiEnumerationType"> | <simpleType name="KR_RodzajLiniiEnumerationType"> |
| <restriction base="string"> | <restriction base="string"> |
| <enumeration value="warstwica"> | <enumeration value="warstwica"> |
prev next
| <annotation> | |
| <documentation> | |
| Warstwica. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="granicaSkarpy"> | <enumeration value="granicaSkarpy"> |
prev next
| <annotation> | |
| <documentation> | |
| Granica skarpy. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="inna"> | <enumeration value="inna"> |
prev next
| <annotation> | |
| <documentation> | |
| Inna linia z określoną wysokością. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="liniaGrzbietu"> | <enumeration value="liniaGrzbietu"> |
prev next
| <annotation> | |
| <documentation> | |
| Linia grzbietu. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| <enumeration value="liniaCieku"> | <enumeration value="liniaCieku"> |
prev | <annotation> | |
| <documentation> | |
| Linia cieku. | |
| </documentation> | |
| </annotation> | |
| </enumeration> | </enumeration> |
| </restriction> | </restriction> |
| </simpleType> | </simpleType> |
| <simpleType name="KR_RodzajLiniiOtherType"> | <simpleType name="KR_RodzajLiniiOtherType"> |
| <restriction base="string"> | <restriction base="string"> |
| <pattern value="other: \w{2,}"/> | <pattern value="other: \w{2,}"/> |
| </restriction> | </restriction> |
| </simpleType> | </simpleType> |
| </schema> | </schema> |
last | | |