Elements |
dokument |
diagram | ![]() |
||||||||||||||||||
properties |
|
||||||||||||||||||
children | podmiot_przekazujacy_dane dane | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="dokument"> <xs:complexType> <xs:all> <xs:element name="podmiot_przekazujacy_dane"> <xs:annotation> <xs:documentation> Podmiot przekazujący informacje oraz osoba kontaktowa. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="nazwa"> <xs:annotation> <xs:documentation> Nazwa podmiotu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@&]{1,250}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="NIP" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> NIP. Znacznik obowiązkowy dla podmiotów posiadających NIP. Zgodny z NIP, bez kresek. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{10}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="REGON" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> REGON. Znacznik obowiązkowy dla podmiotów posiadających REGON. Zgodny z REGON wraz z zerami wiodącymi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{9}"/> <xs:pattern value="\d{14}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="RPT" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> RPT. Znacznik obowiązkowy dla przedsiębiorców telekomunikacyjnych. Zgodny z RPT – rejestrem przedsiębiorców telekomunikacyjnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{1,10}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="RJST" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> RJST. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{1,10}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="KRS" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> KRS. Znacznik obowiązkowy dla przedsiębiorców telekomunikacyjnych i przedsiębiorstw użyteczności publicznej. Zgodny z KRS. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{1,14}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation xml:lang="pl"> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat"> <xs:annotation> <xs:documentation xml:lang="pl"> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina"> <xs:annotation> <xs:documentation xml:lang="pl"> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nieposiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="strona_www" minOccurs="0"> <xs:annotation> <xs:documentation> Strona WWW. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="e-mail"> <xs:annotation> <xs:documentation> E-mail. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="([0-9a-zA-Z]([-\.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="upublicznienie_wezly" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla węzłów własnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="upublicznienie_elementy" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla elementów infrastruktury telekomunikacyjnej zapewniających łączenie kabli telekomunikacyjnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="upublicznienie_punkty_styku" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla elementów infrastruktury stanowiących punkty styku z innymi sieciami. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="upublicznienie_linie" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla elementów infrastruktury telekomunikacyjnej stanowiących linie kablowe lub bezprzewodowe. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="upublicznienie_polaczenia" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla połączeń pomiędzy węzłami sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="upublicznienie_zasiegi" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla adresów budynków objętych zasięgiem sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="osoba_imiona"> <xs:annotation> <xs:documentation>Imiona osoby kontaktowej.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="osoba_nazwisko"> <xs:annotation> <xs:documentation>Nazwisko osoby kontaktowej.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="osoba_telefon" minOccurs="0"> <xs:annotation> <xs:documentation>Numer telefonu osoby kontaktowej.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="osoba_faks" minOccurs="0"> <xs:annotation> <xs:documentation>Numer faksu osoby kontaktowej.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="osoba_e-mail"> <xs:annotation> <xs:documentation>E-mail osoby kontaktowej.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="([0-9a-zA-Z]([-\.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9})"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="dane"> <xs:complexType> <xs:choice maxOccurs="unbounded"> <xs:element name="podmiot_obcy_lub_wspoldzielacy"> <xs:annotation> <xs:documentation> Dostawcy usług i podmioty udostępniające lub współdzielące infrastrukturę. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator dostawcy usług i podmiotu udostępniającego lub współdzielącego infrastrukturę. Pole unikalne w ramach danych dotyczących dostawców usług i podmiotów udostępniających lub współdzielących infrastrukturę. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\]\\,.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nazwa"> <xs:annotation> <xs:documentation> Nazwa dostawcy usług i podmiotu udostępniającego lub współdzielącego infrastrukturę. Zgodny z nazwą dostawcy usług i podmiotu udostępniającego lub współdzielącego infrastrukturę. Dane podmiotu innego niż podmiot przekazujący informacje a zarządzającego wymienionymi w danych elementami sieci nie należącymi do podmiotu przekazującego informacje. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@&]{1,250}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="NIP" minOccurs="0"> <xs:annotation> <xs:documentation> NIP. Zgodny z NIP, bez kresek. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{10}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="REGON" minOccurs="0"> <xs:annotation> <xs:documentation> REGON. Zgodny z REGON wraz z zerami wiodącymi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{9}"/> <xs:pattern value="\d{14}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="RPT" minOccurs="0"> <xs:annotation> <xs:documentation> RPT. Znacznik obowiązkowy dla przedsiębiorców telekomunikacyjnych. Zgodny z RPT – rejestrem przedsiębiorców telekomunikacyjnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{1,10}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo" minOccurs="0"> <xs:annotation> <xs:documentation> Województwo. Nazwa województwa zgodna z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat" minOccurs="0"> <xs:annotation> <xs:documentation> Powiat. Nazwa powiatu zgodna z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina" minOccurs="0"> <xs:annotation> <xs:documentation> Gmina. Nazwa gminy zgodna z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC" minOccurs="0"> <xs:annotation> <xs:documentation> Kod TERC. Kod TERC zgodny z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc" minOccurs="0"> <xs:annotation> <xs:documentation> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nieposiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM" minOccurs="0"> <xs:annotation> <xs:documentation> Kod SIMC. Kod SIMC zgodny z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation> Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation> Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation> Numer porządkowy. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="wezel_wlasny"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka własnych lub współdzielonych z innymi podmiotami węzłów sieci telekomunikacyjnej. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator węzła własnego lub współdzielonego z innym podmiotem. Pole unikalne w ramach danych dotyczących węzłów własnych lub współdzielonych oraz obcych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlasnosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Własność infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Węzeł własny"/> <xs:enumeration value="Węzeł współdzielony z innym podmiotem"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_podmiotu_wspoldzielacego" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik wymagany dla elementu współdzielonego z innym podmiotem. Identyfikator podmiotu współdzielącego element infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_kolokacji" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator budynku umożliwiającego kolokację. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="100"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation xml:lang="pl"> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat"> <xs:annotation> <xs:documentation xml:lang="pl"> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina"> <xs:annotation> <xs:documentation xml:lang="pl"> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nie posiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". Wymagane dla wszystkich budynków i budowli posiadających adres. Niewymagane dla budowli bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Szerokość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="typ_obiektu"> <xs:annotation> <xs:documentation xml:lang="pl"> Typ obiektu, w którym umieszczony jest element. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="budynek biurowy"/> <xs:enumeration value="budynek mieszkalny"/> <xs:enumeration value="budynek przemysłowy"/> <xs:enumeration value="budynek usługowy"/> <xs:enumeration value="budynek użyteczności publicznej"/> <xs:enumeration value="obiekt sakralny"/> <xs:enumeration value="obiekt sieci elektroenergetycznej"/> <xs:enumeration value="wieża"/> <xs:enumeration value="maszt"/> <xs:enumeration value="komin"/> <xs:enumeration value="kontener"/> <xs:enumeration value="szafa uliczna"/> <xs:enumeration value="słup"/> <xs:enumeration value="skrzynka"/> <xs:enumeration value="studnia kablowa"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="udostepnienie_powierzchni" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla przypadków, w których węzeł nie znajduje się w budynku kolokacyjnym i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. (budynku w którym została udostępniona fizyczna przestrzeń lub urządzenia techniczne w celu umieszczenia i podłączenia niezbędnego sprzętu operatora podłączającego swoją sieć do sieci innego operatora lub korzystającego z dostępu do lokalnej pętli abonenckiej). Możliwość udostępnienia innym podmiotom powierzchni w obiekcie, w którym znajduje się węzeł. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="instalacja_anten" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla przypadków, w których węzeł nie znajduje się w budynku kolokacyjnym i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość instalacji anten dla radiowej sieci dostępowej lub anten dla radiolinii w obiekcie, w którym znajduje się węzeł. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="finansowanie_ue"> <xs:annotation> <xs:documentation xml:lang="pl"> Węzeł współfinansowany ze środków unijnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="wezel_obcy"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka węzłów sieci telekomunikacyjnej innych podmiotów dla potrzeb przekazania informacji o punktach styku między sieciami lub punktów świadczenia usługi przez dostawców. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła obcego. Pole unikalne w ramach danych dotyczących węzłów własnych lub współdzielonych oraz obcych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="forma_wlasnosci"> <xs:annotation> <xs:documentation> Podstawa i forma korzystania z infrastruktury obcej. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Umowa o dostęp do sieci telekomunikacyjnej"/> <xs:enumeration value="Umowa BSA na sieci innego podmiotu"/> <xs:enumeration value="Umowa LLU na sieci innego podmiotu"/> <xs:enumeration value="Prosta odsprzedaż usług na sieci innego podmiotu"/> <xs:enumeration value="Usługa dostępu szerokopasmowego w modelu VNO"/> <xs:enumeration value="Inne usługi w modelu VNO"/> <xs:enumeration value="Świadczenie lub zakup usług IP Tranzyt i IP Peering"/> <xs:enumeration value="Świadczenie lub zakup usług transmisji danych"/> <xs:enumeration value="Umowa o połączeniu sieci PSTN"/> <xs:enumeration value="Kolokacja i najem"/> <xs:enumeration value="Dzierżawa"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_podmiotu_obcego"> <xs:annotation> <xs:documentation> Identyfikator podmiotu obcego będącego właścicielem elementu infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation xml:lang="pl"> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat"> <xs:annotation> <xs:documentation xml:lang="pl"> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina"> <xs:annotation> <xs:documentation xml:lang="pl"> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nie posiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Szerokość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="typ_obiektu" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Typ obiektu, w którym umieszczony jest element. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="budynek biurowy"/> <xs:enumeration value="budynek mieszkalny"/> <xs:enumeration value="budynek przemysłowy"/> <xs:enumeration value="budynek usługowy"/> <xs:enumeration value="budynek użyteczności publicznej"/> <xs:enumeration value="obiekt sakralny"/> <xs:enumeration value="obiekt sieci elektroenergetycznej"/> <xs:enumeration value="wieża"/> <xs:enumeration value="maszt"/> <xs:enumeration value="komin"/> <xs:enumeration value="kontener"/> <xs:enumeration value="szafa uliczna"/> <xs:enumeration value="słup"/> <xs:enumeration value="skrzynka"/> <xs:enumeration value="studnia kablowa"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="interfejs_wezla"> <xs:annotation> <xs:documentation xml:lang="pl"> Informacje o interfejsach węzłów własnych lub współdzielonych z innymi podmiotami i ich wykorzystaniu </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator grupy interfejsów. Pole unikalne w ramach danych dotyczących Interfejsów. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła własnego lub współdzielonego z innym podmiotem. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_szkieletowa"> <xs:annotation> <xs:documentation> Warstwa szkieletowa. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_dystrybucyjna"> <xs:annotation> <xs:documentation> Warstwa dystrybucyjna. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_dostepowa"> <xs:annotation> <xs:documentation> Warstwa dostępowa. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="medium"> <xs:annotation> <xs:documentation xml:lang="pl"> Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="światłowodowe"/> <xs:enumeration value="kablowe współosiowe miedziane"/> <xs:enumeration value="kablowe parowe miedziane"/> <xs:enumeration value="radiowe"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="pasmo_radiowe" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla medium radiowego. Pasmo radiowe (w GHz). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="5"/> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="technologia"> <xs:annotation> <xs:documentation xml:lang="pl"> Technologia. Dla medium światłowodowego jedna z wartości: 10 Mb/s Ethernet, 100 Mb/s Fast Ethernet, 1 Gigabit Ethernet, 10 Gigabit Ethernet, 40 Gigabit Ethernet, 100 Gigabit Ethernet GPON, EPON, DWDM, CWDM, SDH, ATM, PDH, (EURO)DOCSIS 3.x, (EURO)DOCSIS 2.x, (EURO)DOCSIS 1.x, ATV. Dla medium kablowego współosiowego miedzianego jedna z wartości: (EURO)DOCSIS 3.x, (EURO)DOCSIS 2.x, (EURO)DOCSIS 1.x, 10 Mb/s Ethernet, ATV, SDH, COAXDATA. Dla medium kablowego parowego miedzianego jedna z wartości: 10 Mb/s Ethernet, 100 Mb/s Fast Ethernet, 1 Gigabit Ethernet, 10 Gigabit Ethernet, VDSL2, VDSL, ADSL2+, ADSL2, ADSL, HDSL, PDH, POTS/ISDN, SDH. Dla medium radiowego jedna z wartości: radiolinia, WiFi 2,4 i 5 GHz, WiFi - 5 GHz, WiFi - 2,4 GHz, LTE, MC-HSPA+, DC-HSPA+, HSPA+, HSPA, UMTS, EDGE, GPRS, CDMA, WiMAX, LMDS, DMS, FWA. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przepustowosc" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Maksymalna przepustowość dla jednego interfejsu (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przepustowosc_w_gore" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik wymagany w przypadku interfejsów sieci dostępowej o asymetrycznej przepustowości: w dół do użytkownika (downlink) i w górę od użytkownika (uplink) (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="interfejsy_lacznie" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba interfejsów łącznie </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="interfejsy_wykorzystane" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba interfejsów wykorzystanych dla świadczenia usług szerokopasmowego dostępu do Internetu. Suma liczby interfejsów wykorzystywanych dla świadczenia usług szerokopasmowego dostępu do Internetu i liczby interfejsów wolnych nie większa niż Liczba interfejsów łącznie. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="interfejsy_wolne" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba interfejsów niewykorzystanych. Suma liczby interfejsów wykorzystywanych dla świadczenia usług szerokopasmowego dostępu do Internetu i liczby interfejsów wolnych nie większa niż Liczba interfejsów łącznie. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="udostepnienie" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia interfejsów. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="zasieg_wezla"> <xs:annotation> <xs:documentation xml:lang="pl"> Informacje o własnych lub współdzielonych węzłach sieci telekomunikacyjnej umożliwiających przyłączenie użytkowników końcowych w radiowej technologii dostępowej. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator sektora radiowego. Pole unikalne w ramach danych dotyczących Interfejsów. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła własnego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_interfejsu_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator interfejsu radiowego sieci dostępowej węzła własnego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="pasmo_licencjonowane"> <xs:annotation> <xs:documentation> Czy na używanie urządzenia radiowego obsługującego sektor zostało wydane pozwolenie radiowe. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_pozwolenia_radiowego" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla pasma licencjonowanego jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Należy podać numer pozwolenia radiowego dla elementów działających na pasmach licencjonowanych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="azymut" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla pasma nielicencjonowanego jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Azymut sektora (w stopniach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="359"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_katowa" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla pasma nielicencjonowanego jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Szerokość kątowa sektora (w stopniach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="360"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wysokosc_anten" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Wysokość zawieszenia anten nad poziomem gruntu (w metrach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="promien_zasiegu" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość różną od planowane dla statusu realizacji. Promień zasięgu sektora dla pokrycia na zewnątrz budynków dla terminali abonenckich instalowanych u użytkowników końcowych (w metrach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przepustowosc" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Największa możliwa do zaoferowania przepustowość do użytkownika, na końcu promienia zasięgu sektora (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="laczenie_kabli"> <xs:annotation> <xs:documentation> Charakterystyka elementów infrastruktury telekomunikacyjnej zapewniających łączenie kabli telekomunikacyjnych. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator elementu łączenia kabli. Pole unikalne w ramach danych dotyczących Łączenia kabli. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nie posiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Szerokość geograficzna. Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Zestaw danych podawanych razem: Szerokość geograficzna i Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Długość geograficzna. Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Zestaw danych podawanych razem: Szerokość geograficzna i Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="typ_obiektu"> <xs:annotation> <xs:documentation xml:lang="pl"> Typ obiektu, w którym umieszczony jest element. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="budynek biurowy"/> <xs:enumeration value="budynek mieszkalny"/> <xs:enumeration value="budynek przemysłowy"/> <xs:enumeration value="budynek usługowy"/> <xs:enumeration value="budynek użyteczności publicznej"/> <xs:enumeration value="obiekt sakralny"/> <xs:enumeration value="obiekt sieci elektroenergetycznej"/> <xs:enumeration value="wieża"/> <xs:enumeration value="maszt"/> <xs:enumeration value="komin"/> <xs:enumeration value="kontener"/> <xs:enumeration value="szafa uliczna"/> <xs:enumeration value="słup"/> <xs:enumeration value="skrzynka"/> <xs:enumeration value="studnia kablowa"/> <xs:enumeration value="zasobnik kablowy"/> <xs:enumeration value="słupek telekomunikacyjny"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="punkt_styku"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka elementów infrastruktury stanowiących punkty styku z innymi sieciami. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator Punktu Styku Pole unikalne w ramach danych dotyczących punktów styku. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła własnego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_obcego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła obcego lub punktu świadczenia usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_interfejsu_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator interfejsu węzła własnego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ruch_szerokopasmowy"> <xs:annotation> <xs:documentation> Wykorzystanie Punktu Styku dla wymiany ruchu pomiędzy sieciami szerokopasmowymi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ruch_glosowy"> <xs:annotation> <xs:documentation xml:lang="pl"> Wykorzystanie Punktu Styku dla wymiany ruchu głosowego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="inne_przeznaczenie" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Inne przeznaczenie. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przep_laczna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Przepustowość łączna (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przep_danych" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. W tym przepustowości na potrzeby szerokopasmowej transmisji danych (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="linia_kablowa"> <xs:annotation> <xs:documentation> Charakterystyka elementów infrastruktury telekomunikacyjnej stanowiących miedziane linie kablowe, światłowodowe linie kablowe lub ciemne włókna z wyłączeniem instalacji telekomunikacyjnej budynku. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator linii przewodowej lub ciemnych włókien. Pole unikalne w ramach danych dotyczących linii kablowych i linii bezprzewodowych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="forma_wlasnosci"> <xs:annotation> <xs:documentation> Określenie własności elementu infrastruktury. "Własna" gdy linia kablowa jest własnością podmiotu przekazującego dane. "Udostępniona przez inny podmiot" w przypadku dzierżawy od innego podmiotu lub udostępnienia przez inny podmiot podmiotowi przekazującemu dane np. dzierżawa ciemnych włókien. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Własna"/> <xs:enumeration value="Udostępniona przez inny podmiot"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_podmiotu_obcego" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla elementu udostępnianego przez inny podmiot. Identyfikator podmiotu obcego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="rodzaj_punktu_poczatkowego"> <xs:annotation> <xs:documentation> Rodzaj punktu początkowego A. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Węzeł własny"/> <xs:enumeration value="Węzeł obcy"/> <xs:enumeration value="Element infrastruktury zapewniający łączenie kabli"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_punktu_poczatkowego"> <xs:annotation> <xs:documentation> Identyfikator punktu początkowego A. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="rodzaj_punktu_koncowego"> <xs:annotation> <xs:documentation> Rodzaj punktu końcowego B. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Węzeł własny"/> <xs:enumeration value="Węzeł obcy"/> <xs:enumeration value="Element infrastruktury zapewniający łączenie kabli"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_punktu_koncowego"> <xs:annotation> <xs:documentation> Identyfikator punktu końcowego B (punkt, do którego dochodzi linia kablowa z punktu A). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="medium"> <xs:annotation> <xs:documentation> Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="światłowodowe"/> <xs:enumeration value="kablowe parowe miedziane"/> <xs:enumeration value="kablowe współosiowe miedziane"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="typ_wlokna" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla medium światłowodowego. Typ włókna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="G.652"/> <xs:enumeration value="G.657"/> <xs:enumeration value="G.651"/> <xs:enumeration value="G.656"/> <xs:enumeration value="G.653"/> <xs:enumeration value="G.654"/> <xs:enumeration value="G.655"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlokna_lacznie" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla medium światłowodowego. Liczba włókien łącznie. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlokna_wykorzystane" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla medium światłowodowego, i gdy nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba włókien wykorzystanych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="finansowanie_ue"> <xs:annotation> <xs:documentation xml:lang="pl"> Linia współfinansowana ze środków unijnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="pasywna_infrastruktura" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Dostępność pasywnej infrastruktury teletechnicznej. Dostępność wolnych duktów, kanalizacji, otworów, rurociągu, podbudowy słupowej dla innego podmiotu - dotyczy wyłącznie linii własnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="rodzaj_pasywnej_infrastruktury" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy, gdy wybrano Dostępność pasywnej infrastruktury teletechnicznej i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Rodzaj infrastruktury pasywnej możliwej do udostępnienia. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="udostepnienie_wlokien" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy wybrano medium transmisyjne światłowodowe i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia włókien. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlokna_do_udostepnienia" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy w przypadku zadeklarowania możliwości udostępnienia włókien i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba włókien możliwych do udostępnienia . </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="udostepnienie_przep" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia przepustowości. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="rodzaj_traktu" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy, gdy nie podano numeru projektu lub podano wartość inną niż planowane dla statusu realizacji. Rodzaj traktu dla linii przewodowej. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="podziemny w kanalizacji"/> <xs:enumeration value="podziemny w rurociągu"/> <xs:enumeration value="podziemny w kanale technicznym drogi"/> <xs:enumeration value="podziemny"/> <xs:enumeration value="napowietrzny na dedykowanej podbudowie słupowej"/> <xs:enumeration value="napowietrzny na linii energetycznej"/> <xs:enumeration value="napowietrzny"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_kabla" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli wybrano światłowodowe medium transmisyjne i nie podano numeru projektu lub podano wartość inną niż planowane dla statusu realizacji. Długość kabla (w km z dokładnością do 0,1km). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="5"/> <xs:fractionDigits value="1"/> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="linia_bezprzewodowa"> <xs:annotation> <xs:documentation> Charakterystyka elementów infrastruktury telekomunikacyjnej stanowiących linie bezprzewodowe z wyłączeniem instalacji telekomunikacyjnej budynku. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator linii bezprzewodowej. Pole unikalne w ramach danych dotyczących linii kablowych i linii bezprzewodowych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_poczatkowego"> <xs:annotation> <xs:documentation> Identyfikator węzła początkowego A. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_koncowego"> <xs:annotation> <xs:documentation> Identyfikator węzła końcowego B (punkt, do którego dochodzi linia bezprzewodowa z punktu A). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="medium_transmisyjne"> <xs:annotation> <xs:documentation> Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="radiowe na częstotliwości wymagającej uzyskanie pozwolenia radiowego"/> <xs:enumeration value="radiowe na częstotliwości ogólnodostępnej"/> <xs:enumeration value="optyczne w wolnej przestrzeni"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="numer_pozwolenia" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy w przypadku linii radiowej działającej na częstotliwości wymagającej uzyskanie pozwolenia radiowego, jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Numer pozwolenia radiowego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="pasmo_radiowe" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy w przypadku linii radiowej działającej na częstotliwości ogólnodostępnej, jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Pasmo radiowe (w GHz). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="5"/> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="system_transmisyjny" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla medium radiowego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="radiolinia"/> <xs:enumeration value="WiFi"/> <xs:enumeration value="WiMAX"/> <xs:enumeration value="LMDS"/> <xs:enumeration value="LTE"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przep" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Przepustowość (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="udostepnienie_przep" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia przepustowości. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="polaczenie"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka połączeń pomiędzy węzłami sieci. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator połączenia pomiędzy węzłami. Pole unikalne w ramach danych o połączeniach. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlasnosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Określenie własności infrastruktury użytej dla zestawienia połączenia. "Własna" gdy połączenie zrealizowane z wykorzystaniem własnej infrastruktury kablowej lub bezprzewodowej. "Udostępniona przez inny podmiot" w przypadku dzierżawy od innego podmiotu lub udostępnienia przez inny podmiot podmiotowi przekazującemu dane np. dzierżawa kanałów cyfrowych, dzierżawa lambdy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Własna"/> <xs:enumeration value="Udostępniona przez inny podmiot"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_podmiotu_obcego" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla elementu udostępnianego przez inny podmiot. Identyfikator podmiotu obcego będącego właścicielem elementu infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_poczatkowego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła początkowego A. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_koncowego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła końcowego B (węzeł, do którego dochodzi połączenie z węzła A). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_szkieletowa"> <xs:annotation> <xs:documentation> Warstwa szkieletowa. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_dystrybucyjna"> <xs:annotation> <xs:documentation> Warstwa dystrybucyjna. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_dostepowa"> <xs:annotation> <xs:documentation> Warstwa dostępowa. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="potrzeby_szerokopasmowe" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wykorzystanie na potrzeby usług szerokopasmowych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="potrzeby_glosowe" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wykorzystanie na potrzeby usług głosowych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="inne_przeznaczenie" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy w przypadku innego wykorzystania niż powyżej, jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przep_calkowita" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Przepustowość całkowita (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przep_internet" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. W tym przepustowość na potrzeby usług szerokopasmowego dostępu do Internetu (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="zakonczenie_sieci"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka adresów budynków lub budowli, w których występuje zakończenie sieci przewodowej lub zainstalowany jest terminal użytkownika końcowego bezprzewodowej sieci dostępowej. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator budynku lub budowli w zasięgu sieci. Pole unikalne w ramach danych dotyczących zakończenia sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlasnosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Określenie własności elementu infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Własna"/> <xs:enumeration value="Udostępniona przez inny podmiot"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="forma_korzystania" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Forma korzystania z infrastruktury obcej. Wymagane dla elementu udostępnianego przez inny podmiot. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Współwłasność z innym podmiotem"/> <xs:enumeration value="Usługa LLU na sieci innego podmiotu"/> <xs:enumeration value="Usługa BSA na sieci innego podmiotu"/> <xs:enumeration value="Usługa WLR na sieci innego podmiotu"/> <xs:enumeration value="Prosta odsprzedaż usług na sieci innego podmiotu"/> <xs:enumeration value="Usługa dostępu szerokopasmowego w modelu MVNO"/> <xs:enumeration value="Inne usługi w modelu MVNO"/> <xs:enumeration value="Dzierżawa włókna światłowodowego"/> <xs:enumeration value="Usługi transmisji danych na sieci innego podmiotu"/> <xs:enumeration value="Usługi IP Transit na sieci innego podmiotu"/> <xs:enumeration value="Numer Dostępu do Sieci"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_podmiotu_obcego" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator podmiotu obcego. Wymagane dla elementu udostępnianego przez inny podmiot. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła, z którego podmiot ma zasięg sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation xml:lang="pl"> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat"> <xs:annotation> <xs:documentation xml:lang="pl"> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina"> <xs:annotation> <xs:documentation xml:lang="pl"> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nieposiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Ulica. Nazwa ulicy zgodna z TERYT. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Szerokość geograficzna. Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Długość geograficzna. Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="medium_transmisyjne"> <xs:annotation> <xs:documentation xml:lang="pl"> Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="światłowodowe"/> <xs:enumeration value="kablowe współosiowe miedziane"/> <xs:enumeration value="kablowe parowe miedziane"/> <xs:enumeration value="radiowe"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="siec_dostepowa"> <xs:annotation> <xs:documentation xml:lang="pl"> Sieć dostępowa dla wybranego medium. Znacznik obowiązkowy jeśli wybrano jedną z wartości znormalizowanych medium transmisyjnego. Dla medium światłowodowego jedna z wartości: (EURO)DOCSIS 3.x, (EURO)DOCSIS 2.x, (EURO)DOCSIS 1.x, GPON, EPON, 10 Mb/s Ethernet, 100 Mb/s Fast Ethernet, 1 Gigabit Ethernet, 10 Gigabit Ethernet, 100 Gigabit Ethernet, DWDM, CWDM, SDH, ATM, PDH. Dla medium kablowego współosiowo miedzianego jedna z wartości: (EURO)DOCSIS 1.x, (EURO)DOCSIS 2.x, (EURO)DOCSIS 3.x, 10 Mb/s Ethernet, ATV, SDH, COAXDATA. Dla medium kablowego parowego miedzianego jedna z wartości: VDSL2, VDSL, ADSL2+, ADSL2, ADSL, 10 Mb/s Ethernet, 100 Mb/s Fast Ethernet, 1 Gigabit Ethernet, 10 Gigabit Ethernet, PDH, HDSL, POTS/ISDN, SDH. Dla medium radiowego jedna z wartości: radiolinia, WiFi 2,4 i 5 GHz, WiFi - 5 GHz, WiFi - 2,4 GHz, LTE, MC-HSPA+, DC-HSPA+, DC-HSPA+/LTE, HSPA+, HSPA+/LTE, HSPA, HSPA/LTE, UMTS, UMTS/HSPA/HSPA+, UMTS/HSPA/HSPA+/LTE, UMTS/HSPA/HSPA+/DC-HSPA+, UMTS/HSPA/HSPA+/DC-HSPA+/LTE, EDGE, GPRS, GPRS/EDGE, GPRS/EDGE/CDMA, GPRS/EDGE/CDMA/DC-HSPA+, GPRS/EDGE/CDMA/DC-HSPA+/LTE, GPRS/EDGE/CDMA/LTE, GPRS/EDGE/CDMA/UMTS/HSPA/HSPA+, GPRS/EDGE/CDMA/UMTS/HSPA/HSPA+/DC-HSPA+, GPRS/EDGE/CDMA/UMTS/HSPA/HSPA+/DC-HSPA+/LTE, GPRS/EDGE/CDMA/UMTS/HSPA/HSPA+/LTE, GPRS/EDGE/DC-HSPA+, GPRS/EDGE/DC-HSPA+/LTE, GPRS/EDGE/LTE, GPRS/EDGE/UMTS/HSPA/HSPA+, GPRS/EDGE/UMTS/HSPA/HSPA+/DC-HSPA+, GPRS/EDGE/UMTS/HSPA/HSPA+/DC-HSPA+/LTE, GPRS/EDGE/UMTS/HSPA/HSPA+/LTE, CDMA, CDMA/DC-HSPA+, CDMA/DC-HSPA+/LTE, CDMA/LTE, CDMA/UMTS/HSPA/HSPA+, CDMA/UMTS/HSPA/HSPA+/DC-HSPA+, CDMA/UMTS/HSPA/HSPA+/DC-HSPA+/LTE, WiMAX, LMDS, DMS, FWA. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_POTS_ISDN"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia stacjonarna POTS i ISDN (Usługi telefoniczne w stacjonarnej publicznej sieci telefonicznej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_VoIP"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia stacjonarna VoIP (Telefonia IP w stacjonarnej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_mobilna"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia mobilna (Publicznie dostępna usługa telefoniczna w ruchomej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="stacjonarny_internet"> <xs:annotation> <xs:documentation xml:lang="pl"> Stacjonarny dostęp do Internetu (Usługi dostępu do sieci Internet w stacjonarnej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="mobilny_internet"> <xs:annotation> <xs:documentation xml:lang="pl"> Mobilny dostęp do Internetu (Usługi dostępu do sieci Internet w ruchomej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="tv_IPTV_DTV"> <xs:annotation> <xs:documentation xml:lang="pl"> IPTV lub DTV (Rozpowszechnianie programów telewizyjnych w technologii cyfrowej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="inne_uslugi" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Inne usługi. Znacznik wymagany jeśli nie wybrano żadnej z usług. Wielokrotny wybór spośród podanych wartości. Wartości oddzielone znakiem średnika. ATV, dzierżawa włókna, dzierżawa lambdy, dzierżawa łącza, VPN-MetroETH, VPN MPLS, VPN FR, VPN pozostałe, IP Tranzyt, IP Peering, IP Transport. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="255"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przepustowosc_stacjonarny" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Maksymalna możliwa do zaoferowania przepustowość do użytkownika końcowego na potrzeby stacjonarnego szerokopasmowego dostępu do Internetu (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="4"/> <xs:enumeration value="6"/> <xs:enumeration value="8"/> <xs:enumeration value="10"/> <xs:enumeration value="20"/> <xs:enumeration value="30"/> <xs:enumeration value="40"/> <xs:enumeration value="60"/> <xs:enumeration value="80"/> <xs:enumeration value="100"/> <xs:enumeration value="120"/> <xs:enumeration value="150"/> <xs:enumeration value="250"/> <xs:enumeration value="300"/> <xs:enumeration value="500"/> <xs:enumeration value="600"/> <xs:enumeration value="1000"/> <xs:enumeration value="2500"/> <xs:enumeration value="10000"/> <xs:enumeration value="40000"/> <xs:enumeration value="100000"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przepustowosc_mobilny" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Maksymalna możliwa do zaoferowania przepustowość do użytkownika końcowego na potrzeby mobilnego szerokopasmowego dostępu do Internetu (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="4"/> <xs:enumeration value="6"/> <xs:enumeration value="8"/> <xs:enumeration value="10"/> <xs:enumeration value="20"/> <xs:enumeration value="30"/> <xs:enumeration value="40"/> <xs:enumeration value="60"/> <xs:enumeration value="80"/> <xs:enumeration value="100"/> <xs:enumeration value="120"/> <xs:enumeration value="150"/> <xs:enumeration value="250"/> <xs:enumeration value="500"/> <xs:enumeration value="1000"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="usluga"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka świadczonych usług w budynkach objętych zasięgiem sieci. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator usługi. Pole unikalne w ramach danych dotyczących usług świadczonych w budynku. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_budynku"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator budynku lub budowli w zasięgu sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_POTS_ISDN"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia stacjonarna POTS i ISDN (Usługi telefoniczne w stacjonarnej publicznej sieci telefonicznej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_VoIP"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia stacjonarna VoIP (Telefonia IP w stacjonarnej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_mobilna"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia mobilna (Publicznie dostępna usługa telefoniczna w ruchomej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="stacjonarny_internet"> <xs:annotation> <xs:documentation xml:lang="pl"> Stacjonarny dostęp do Internetu (Usługi dostępu do sieci Internet w stacjonarnej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="mobilny_internet"> <xs:annotation> <xs:documentation xml:lang="pl"> Mobilny dostęp do Internetu (Usługi dostępu do sieci Internet w ruchomej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="tv_IPTV_DTV"> <xs:annotation> <xs:documentation xml:lang="pl"> IPTV lub DTV (Rozpowszechnianie programów telewizyjnych w technologii cyfrowej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="inne_uslugi" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Inne usługi. Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="ATV"/> <xs:enumeration value="dzierżawa włókna"/> <xs:enumeration value="dzierżawa lambdy"/> <xs:enumeration value="dzierżawa łącza"/> <xs:enumeration value="VPN-MetroETH"/> <xs:enumeration value="VPN MPLS"/> <xs:enumeration value="VPN FR"/> <xs:enumeration value="VPN pozostałe"/> <xs:enumeration value="IP Tranzyt"/> <xs:enumeration value="IP Peering"/> <xs:enumeration value="IP Transport"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_bez_internetu"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci bez dostępu do Internetu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_ponizej_1Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 0 [Mb/s] i poniżej lub równej 1 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_od_1Mbps_do_2Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 1 [Mb/s] i poniżej 2 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_2Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości równej 2 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_od_2Mbps_do_10Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 2 [Mb/s] i poniżej lub równej 10 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_od_10Mbps_do_20Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 10 [Mb/s] i poniżej lub równej 20 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_od_20Mbps_do_30Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 20 [Mb/s] i poniżej 30 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_30Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości równej 30 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_od_30Mbps_do_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 30 [Mb/s] i poniżej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości równej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_powyzej_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_bez_internetu"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami bez dostępu do Internetu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_ponizej_1Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 0 [Mb/s] i poniżej lub równej 1 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_od_1Mbps_do_2Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 1 [Mb/s] i poniżej 2 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_2Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości równej 2 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_od_2Mbps_do_10Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 2 [Mb/s] i poniżej 10 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_od_10Mbps_do_20Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 10 [Mb/s] i poniżej lub równej 20 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_od_20Mbps_do_30Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 20 [Mb/s] i poniżej 30 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_30Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości równej 30 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_od_30Mbps_do_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 30 [Mb/s] i poniżej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości równej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_powyzej_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="kolokacja"> <xs:annotation> <xs:documentation> Charakterystyka budynków umożliwiających kolokację. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator budynku umożliwiającego kolokację. Pole unikalne w ramach danych dotyczących kolokacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat"> <xs:annotation> <xs:documentation> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina"> <xs:annotation> <xs:documentation> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC"> <xs:annotation> <xs:documentation> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nie posiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Szerokość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="typ_budynku"> <xs:annotation> <xs:documentation xml:lang="pl"> Typ budynku, w którym umieszczony jest element. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="budynek biurowy"/> <xs:enumeration value="budynek mieszkalny"/> <xs:enumeration value="budynek przemysłowy"/> <xs:enumeration value="budynek usługowy"/> <xs:enumeration value="budynek użyteczności publicznej"/> <xs:enumeration value="obiekt sakralny"/> <xs:enumeration value="obiekt sieci elektroenergetycznej"/> <xs:enumeration value="wieża"/> <xs:enumeration value="maszt"/> <xs:enumeration value="komin"/> <xs:enumeration value="kontener"/> <xs:enumeration value="szafa uliczna"/> <xs:enumeration value="słup"/> <xs:enumeration value="skrzynka"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="instalacja_anten" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość instalacji anten dla radiowej sieci dostępowej lub anten dla radiolinii. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wysokosc_zawieszenia_anten" minOccurs="0"> <xs:annotation> <xs:documentation> Wysokość zawieszenia anten nad poziomem gruntu (w metrach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="postawienie_masztu" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość postawienia masztu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powierzchnia_calkowita" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Powierzchnia pomieszczenia kolokacyjnego - całkowita (w metrach kwadratowych). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powierzchnia_wolna" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Powierzchnia pomieszczenia kolokacyjnego - wolna (w metrach kwadratowych). Nie może być większa niż Powierzchnia pomieszczenia kolokacyjnego - całkowita. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="podloga_techniczna" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie pomieszczeń kolokacji w podłogę techniczną. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Częściowo"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="sufit_techniczny" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie pomieszczeń kolokacji w sufit techniczny. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Częściowo"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="klimatyzacja" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie pomieszczeń kolokacji w klimatyzację. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Częściowo"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="zasilanie_DC48V" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie w gwarantowane zasilanie DC48V. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="zasilanie_AC230V" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie w gwarantowane zasilanie AC230V. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przylacze_swiatlowodowe" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia przyłącza światłowodowego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="podmioty_obce" minOccurs="0"> <xs:annotation> <xs:documentation> Liczba podmiotów obcych w budynku. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="podmioty_z_zakonczeniami" minOccurs="0"> <xs:annotation> <xs:documentation> Liczba podmiotów posiadających zakończenia światłowodowe w budynku. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> </xs:all> <xs:attribute name="wersja" type="xs:string"/> <xs:attribute name="oznaczenie" type="xs:string"/> </xs:complexType> </xs:element> |
type | xs:string |
source | <xs:attribute name="wersja" type="xs:string"/> |
type | xs:string |
source | <xs:attribute name="oznaczenie" type="xs:string"/> |
diagram | ![]() |
||
properties |
|
||
children | nazwa NIP REGON RPT RJST KRS wojewodztwo powiat gmina TERC miejscowosc SYM ulica SYM_UL nr_budynku kod_pocztowy strona_www e-mail upublicznienie_wezly upublicznienie_elementy upublicznienie_punkty_styku upublicznienie_linie upublicznienie_polaczenia upublicznienie_zasiegi osoba_imiona osoba_nazwisko osoba_telefon osoba_faks osoba_e-mail | ||
annotation |
|
||
source | <xs:element name="podmiot_przekazujacy_dane"> <xs:annotation> <xs:documentation> Podmiot przekazujący informacje oraz osoba kontaktowa. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="nazwa"> <xs:annotation> <xs:documentation> Nazwa podmiotu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@&]{1,250}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="NIP" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> NIP. Znacznik obowiązkowy dla podmiotów posiadających NIP. Zgodny z NIP, bez kresek. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{10}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="REGON" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> REGON. Znacznik obowiązkowy dla podmiotów posiadających REGON. Zgodny z REGON wraz z zerami wiodącymi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{9}"/> <xs:pattern value="\d{14}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="RPT" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> RPT. Znacznik obowiązkowy dla przedsiębiorców telekomunikacyjnych. Zgodny z RPT – rejestrem przedsiębiorców telekomunikacyjnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{1,10}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="RJST" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> RJST. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{1,10}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="KRS" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> KRS. Znacznik obowiązkowy dla przedsiębiorców telekomunikacyjnych i przedsiębiorstw użyteczności publicznej. Zgodny z KRS. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{1,14}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation xml:lang="pl"> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat"> <xs:annotation> <xs:documentation xml:lang="pl"> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina"> <xs:annotation> <xs:documentation xml:lang="pl"> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nieposiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="strona_www" minOccurs="0"> <xs:annotation> <xs:documentation> Strona WWW. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="e-mail"> <xs:annotation> <xs:documentation> E-mail. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="([0-9a-zA-Z]([-\.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="upublicznienie_wezly" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla węzłów własnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="upublicznienie_elementy" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla elementów infrastruktury telekomunikacyjnej zapewniających łączenie kabli telekomunikacyjnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="upublicznienie_punkty_styku" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla elementów infrastruktury stanowiących punkty styku z innymi sieciami. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="upublicznienie_linie" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla elementów infrastruktury telekomunikacyjnej stanowiących linie kablowe lub bezprzewodowe. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="upublicznienie_polaczenia" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla połączeń pomiędzy węzłami sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="upublicznienie_zasiegi" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla adresów budynków objętych zasięgiem sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="osoba_imiona"> <xs:annotation> <xs:documentation>Imiona osoby kontaktowej.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="osoba_nazwisko"> <xs:annotation> <xs:documentation>Nazwisko osoby kontaktowej.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="osoba_telefon" minOccurs="0"> <xs:annotation> <xs:documentation>Numer telefonu osoby kontaktowej.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="osoba_faks" minOccurs="0"> <xs:annotation> <xs:documentation>Numer faksu osoby kontaktowej.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="osoba_e-mail"> <xs:annotation> <xs:documentation>E-mail osoby kontaktowej.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="([0-9a-zA-Z]([-\.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9})"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="nazwa"> <xs:annotation> <xs:documentation> Nazwa podmiotu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@&]{1,250}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="NIP" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> NIP. Znacznik obowiązkowy dla podmiotów posiadających NIP. Zgodny z NIP, bez kresek. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{10}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="REGON" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> REGON. Znacznik obowiązkowy dla podmiotów posiadających REGON. Zgodny z REGON wraz z zerami wiodącymi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{9}"/> <xs:pattern value="\d{14}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="RPT" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> RPT. Znacznik obowiązkowy dla przedsiębiorców telekomunikacyjnych. Zgodny z RPT – rejestrem przedsiębiorców telekomunikacyjnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{1,10}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="RJST" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> RJST. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{1,10}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="KRS" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> KRS. Znacznik obowiązkowy dla przedsiębiorców telekomunikacyjnych i przedsiębiorstw użyteczności publicznej. Zgodny z KRS. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{1,14}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation xml:lang="pl"> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="powiat"> <xs:annotation> <xs:documentation xml:lang="pl"> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="gmina"> <xs:annotation> <xs:documentation xml:lang="pl"> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="TERC"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nieposiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="strona_www" minOccurs="0"> <xs:annotation> <xs:documentation> Strona WWW. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="e-mail"> <xs:annotation> <xs:documentation> E-mail. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="([0-9a-zA-Z]([-\.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9})"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="upublicznienie_wezly" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla węzłów własnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="upublicznienie_elementy" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla elementów infrastruktury telekomunikacyjnej zapewniających łączenie kabli telekomunikacyjnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="upublicznienie_punkty_styku" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla elementów infrastruktury stanowiących punkty styku z innymi sieciami. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="upublicznienie_linie" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla elementów infrastruktury telekomunikacyjnej stanowiących linie kablowe lub bezprzewodowe. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="upublicznienie_polaczenia" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla połączeń pomiędzy węzłami sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="upublicznienie_zasiegi" minOccurs="0"> <xs:annotation> <xs:documentation> Wyrażenie zgody na upublicznienie nazwy podmiotu dla adresów budynków objętych zasięgiem sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="osoba_imiona"> <xs:annotation> <xs:documentation>Imiona osoby kontaktowej.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="osoba_nazwisko"> <xs:annotation> <xs:documentation>Nazwisko osoby kontaktowej.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="osoba_telefon" minOccurs="0"> <xs:annotation> <xs:documentation>Numer telefonu osoby kontaktowej.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="osoba_faks" minOccurs="0"> <xs:annotation> <xs:documentation>Numer faksu osoby kontaktowej.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="osoba_e-mail"> <xs:annotation> <xs:documentation>E-mail osoby kontaktowej.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="([0-9a-zA-Z]([-\.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9})"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | podmiot_obcy_lub_wspoldzielacy wezel_wlasny wezel_obcy interfejs_wezla zasieg_wezla laczenie_kabli punkt_styku linia_kablowa linia_bezprzewodowa polaczenie zakonczenie_sieci usluga kolokacja | ||
source | <xs:element name="dane"> <xs:complexType> <xs:choice maxOccurs="unbounded"> <xs:element name="podmiot_obcy_lub_wspoldzielacy"> <xs:annotation> <xs:documentation> Dostawcy usług i podmioty udostępniające lub współdzielące infrastrukturę. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator dostawcy usług i podmiotu udostępniającego lub współdzielącego infrastrukturę. Pole unikalne w ramach danych dotyczących dostawców usług i podmiotów udostępniających lub współdzielących infrastrukturę. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\]\\,.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nazwa"> <xs:annotation> <xs:documentation> Nazwa dostawcy usług i podmiotu udostępniającego lub współdzielącego infrastrukturę. Zgodny z nazwą dostawcy usług i podmiotu udostępniającego lub współdzielącego infrastrukturę. Dane podmiotu innego niż podmiot przekazujący informacje a zarządzającego wymienionymi w danych elementami sieci nie należącymi do podmiotu przekazującego informacje. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@&]{1,250}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="NIP" minOccurs="0"> <xs:annotation> <xs:documentation> NIP. Zgodny z NIP, bez kresek. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{10}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="REGON" minOccurs="0"> <xs:annotation> <xs:documentation> REGON. Zgodny z REGON wraz z zerami wiodącymi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{9}"/> <xs:pattern value="\d{14}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="RPT" minOccurs="0"> <xs:annotation> <xs:documentation> RPT. Znacznik obowiązkowy dla przedsiębiorców telekomunikacyjnych. Zgodny z RPT – rejestrem przedsiębiorców telekomunikacyjnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{1,10}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo" minOccurs="0"> <xs:annotation> <xs:documentation> Województwo. Nazwa województwa zgodna z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat" minOccurs="0"> <xs:annotation> <xs:documentation> Powiat. Nazwa powiatu zgodna z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina" minOccurs="0"> <xs:annotation> <xs:documentation> Gmina. Nazwa gminy zgodna z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC" minOccurs="0"> <xs:annotation> <xs:documentation> Kod TERC. Kod TERC zgodny z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc" minOccurs="0"> <xs:annotation> <xs:documentation> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nieposiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM" minOccurs="0"> <xs:annotation> <xs:documentation> Kod SIMC. Kod SIMC zgodny z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation> Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation> Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation> Numer porządkowy. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="wezel_wlasny"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka własnych lub współdzielonych z innymi podmiotami węzłów sieci telekomunikacyjnej. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator węzła własnego lub współdzielonego z innym podmiotem. Pole unikalne w ramach danych dotyczących węzłów własnych lub współdzielonych oraz obcych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlasnosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Własność infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Węzeł własny"/> <xs:enumeration value="Węzeł współdzielony z innym podmiotem"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_podmiotu_wspoldzielacego" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik wymagany dla elementu współdzielonego z innym podmiotem. Identyfikator podmiotu współdzielącego element infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_kolokacji" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator budynku umożliwiającego kolokację. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="100"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation xml:lang="pl"> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat"> <xs:annotation> <xs:documentation xml:lang="pl"> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina"> <xs:annotation> <xs:documentation xml:lang="pl"> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nie posiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". Wymagane dla wszystkich budynków i budowli posiadających adres. Niewymagane dla budowli bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Szerokość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="typ_obiektu"> <xs:annotation> <xs:documentation xml:lang="pl"> Typ obiektu, w którym umieszczony jest element. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="budynek biurowy"/> <xs:enumeration value="budynek mieszkalny"/> <xs:enumeration value="budynek przemysłowy"/> <xs:enumeration value="budynek usługowy"/> <xs:enumeration value="budynek użyteczności publicznej"/> <xs:enumeration value="obiekt sakralny"/> <xs:enumeration value="obiekt sieci elektroenergetycznej"/> <xs:enumeration value="wieża"/> <xs:enumeration value="maszt"/> <xs:enumeration value="komin"/> <xs:enumeration value="kontener"/> <xs:enumeration value="szafa uliczna"/> <xs:enumeration value="słup"/> <xs:enumeration value="skrzynka"/> <xs:enumeration value="studnia kablowa"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="udostepnienie_powierzchni" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla przypadków, w których węzeł nie znajduje się w budynku kolokacyjnym i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. (budynku w którym została udostępniona fizyczna przestrzeń lub urządzenia techniczne w celu umieszczenia i podłączenia niezbędnego sprzętu operatora podłączającego swoją sieć do sieci innego operatora lub korzystającego z dostępu do lokalnej pętli abonenckiej). Możliwość udostępnienia innym podmiotom powierzchni w obiekcie, w którym znajduje się węzeł. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="instalacja_anten" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla przypadków, w których węzeł nie znajduje się w budynku kolokacyjnym i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość instalacji anten dla radiowej sieci dostępowej lub anten dla radiolinii w obiekcie, w którym znajduje się węzeł. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="finansowanie_ue"> <xs:annotation> <xs:documentation xml:lang="pl"> Węzeł współfinansowany ze środków unijnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="wezel_obcy"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka węzłów sieci telekomunikacyjnej innych podmiotów dla potrzeb przekazania informacji o punktach styku między sieciami lub punktów świadczenia usługi przez dostawców. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła obcego. Pole unikalne w ramach danych dotyczących węzłów własnych lub współdzielonych oraz obcych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="forma_wlasnosci"> <xs:annotation> <xs:documentation> Podstawa i forma korzystania z infrastruktury obcej. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Umowa o dostęp do sieci telekomunikacyjnej"/> <xs:enumeration value="Umowa BSA na sieci innego podmiotu"/> <xs:enumeration value="Umowa LLU na sieci innego podmiotu"/> <xs:enumeration value="Prosta odsprzedaż usług na sieci innego podmiotu"/> <xs:enumeration value="Usługa dostępu szerokopasmowego w modelu VNO"/> <xs:enumeration value="Inne usługi w modelu VNO"/> <xs:enumeration value="Świadczenie lub zakup usług IP Tranzyt i IP Peering"/> <xs:enumeration value="Świadczenie lub zakup usług transmisji danych"/> <xs:enumeration value="Umowa o połączeniu sieci PSTN"/> <xs:enumeration value="Kolokacja i najem"/> <xs:enumeration value="Dzierżawa"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_podmiotu_obcego"> <xs:annotation> <xs:documentation> Identyfikator podmiotu obcego będącego właścicielem elementu infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation xml:lang="pl"> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat"> <xs:annotation> <xs:documentation xml:lang="pl"> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina"> <xs:annotation> <xs:documentation xml:lang="pl"> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nie posiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Szerokość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="typ_obiektu" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Typ obiektu, w którym umieszczony jest element. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="budynek biurowy"/> <xs:enumeration value="budynek mieszkalny"/> <xs:enumeration value="budynek przemysłowy"/> <xs:enumeration value="budynek usługowy"/> <xs:enumeration value="budynek użyteczności publicznej"/> <xs:enumeration value="obiekt sakralny"/> <xs:enumeration value="obiekt sieci elektroenergetycznej"/> <xs:enumeration value="wieża"/> <xs:enumeration value="maszt"/> <xs:enumeration value="komin"/> <xs:enumeration value="kontener"/> <xs:enumeration value="szafa uliczna"/> <xs:enumeration value="słup"/> <xs:enumeration value="skrzynka"/> <xs:enumeration value="studnia kablowa"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="interfejs_wezla"> <xs:annotation> <xs:documentation xml:lang="pl"> Informacje o interfejsach węzłów własnych lub współdzielonych z innymi podmiotami i ich wykorzystaniu </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator grupy interfejsów. Pole unikalne w ramach danych dotyczących Interfejsów. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła własnego lub współdzielonego z innym podmiotem. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_szkieletowa"> <xs:annotation> <xs:documentation> Warstwa szkieletowa. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_dystrybucyjna"> <xs:annotation> <xs:documentation> Warstwa dystrybucyjna. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_dostepowa"> <xs:annotation> <xs:documentation> Warstwa dostępowa. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="medium"> <xs:annotation> <xs:documentation xml:lang="pl"> Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="światłowodowe"/> <xs:enumeration value="kablowe współosiowe miedziane"/> <xs:enumeration value="kablowe parowe miedziane"/> <xs:enumeration value="radiowe"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="pasmo_radiowe" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla medium radiowego. Pasmo radiowe (w GHz). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="5"/> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="technologia"> <xs:annotation> <xs:documentation xml:lang="pl"> Technologia. Dla medium światłowodowego jedna z wartości: 10 Mb/s Ethernet, 100 Mb/s Fast Ethernet, 1 Gigabit Ethernet, 10 Gigabit Ethernet, 40 Gigabit Ethernet, 100 Gigabit Ethernet GPON, EPON, DWDM, CWDM, SDH, ATM, PDH, (EURO)DOCSIS 3.x, (EURO)DOCSIS 2.x, (EURO)DOCSIS 1.x, ATV. Dla medium kablowego współosiowego miedzianego jedna z wartości: (EURO)DOCSIS 3.x, (EURO)DOCSIS 2.x, (EURO)DOCSIS 1.x, 10 Mb/s Ethernet, ATV, SDH, COAXDATA. Dla medium kablowego parowego miedzianego jedna z wartości: 10 Mb/s Ethernet, 100 Mb/s Fast Ethernet, 1 Gigabit Ethernet, 10 Gigabit Ethernet, VDSL2, VDSL, ADSL2+, ADSL2, ADSL, HDSL, PDH, POTS/ISDN, SDH. Dla medium radiowego jedna z wartości: radiolinia, WiFi 2,4 i 5 GHz, WiFi - 5 GHz, WiFi - 2,4 GHz, LTE, MC-HSPA+, DC-HSPA+, HSPA+, HSPA, UMTS, EDGE, GPRS, CDMA, WiMAX, LMDS, DMS, FWA. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przepustowosc" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Maksymalna przepustowość dla jednego interfejsu (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przepustowosc_w_gore" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik wymagany w przypadku interfejsów sieci dostępowej o asymetrycznej przepustowości: w dół do użytkownika (downlink) i w górę od użytkownika (uplink) (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="interfejsy_lacznie" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba interfejsów łącznie </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="interfejsy_wykorzystane" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba interfejsów wykorzystanych dla świadczenia usług szerokopasmowego dostępu do Internetu. Suma liczby interfejsów wykorzystywanych dla świadczenia usług szerokopasmowego dostępu do Internetu i liczby interfejsów wolnych nie większa niż Liczba interfejsów łącznie. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="interfejsy_wolne" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba interfejsów niewykorzystanych. Suma liczby interfejsów wykorzystywanych dla świadczenia usług szerokopasmowego dostępu do Internetu i liczby interfejsów wolnych nie większa niż Liczba interfejsów łącznie. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="udostepnienie" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia interfejsów. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="zasieg_wezla"> <xs:annotation> <xs:documentation xml:lang="pl"> Informacje o własnych lub współdzielonych węzłach sieci telekomunikacyjnej umożliwiających przyłączenie użytkowników końcowych w radiowej technologii dostępowej. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator sektora radiowego. Pole unikalne w ramach danych dotyczących Interfejsów. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła własnego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_interfejsu_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator interfejsu radiowego sieci dostępowej węzła własnego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="pasmo_licencjonowane"> <xs:annotation> <xs:documentation> Czy na używanie urządzenia radiowego obsługującego sektor zostało wydane pozwolenie radiowe. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_pozwolenia_radiowego" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla pasma licencjonowanego jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Należy podać numer pozwolenia radiowego dla elementów działających na pasmach licencjonowanych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="azymut" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla pasma nielicencjonowanego jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Azymut sektora (w stopniach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="359"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_katowa" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla pasma nielicencjonowanego jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Szerokość kątowa sektora (w stopniach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="360"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wysokosc_anten" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Wysokość zawieszenia anten nad poziomem gruntu (w metrach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="promien_zasiegu" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość różną od planowane dla statusu realizacji. Promień zasięgu sektora dla pokrycia na zewnątrz budynków dla terminali abonenckich instalowanych u użytkowników końcowych (w metrach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przepustowosc" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Największa możliwa do zaoferowania przepustowość do użytkownika, na końcu promienia zasięgu sektora (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="laczenie_kabli"> <xs:annotation> <xs:documentation> Charakterystyka elementów infrastruktury telekomunikacyjnej zapewniających łączenie kabli telekomunikacyjnych. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator elementu łączenia kabli. Pole unikalne w ramach danych dotyczących Łączenia kabli. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nie posiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Szerokość geograficzna. Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Zestaw danych podawanych razem: Szerokość geograficzna i Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Długość geograficzna. Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Zestaw danych podawanych razem: Szerokość geograficzna i Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="typ_obiektu"> <xs:annotation> <xs:documentation xml:lang="pl"> Typ obiektu, w którym umieszczony jest element. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="budynek biurowy"/> <xs:enumeration value="budynek mieszkalny"/> <xs:enumeration value="budynek przemysłowy"/> <xs:enumeration value="budynek usługowy"/> <xs:enumeration value="budynek użyteczności publicznej"/> <xs:enumeration value="obiekt sakralny"/> <xs:enumeration value="obiekt sieci elektroenergetycznej"/> <xs:enumeration value="wieża"/> <xs:enumeration value="maszt"/> <xs:enumeration value="komin"/> <xs:enumeration value="kontener"/> <xs:enumeration value="szafa uliczna"/> <xs:enumeration value="słup"/> <xs:enumeration value="skrzynka"/> <xs:enumeration value="studnia kablowa"/> <xs:enumeration value="zasobnik kablowy"/> <xs:enumeration value="słupek telekomunikacyjny"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="punkt_styku"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka elementów infrastruktury stanowiących punkty styku z innymi sieciami. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator Punktu Styku Pole unikalne w ramach danych dotyczących punktów styku. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła własnego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_obcego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła obcego lub punktu świadczenia usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_interfejsu_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator interfejsu węzła własnego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ruch_szerokopasmowy"> <xs:annotation> <xs:documentation> Wykorzystanie Punktu Styku dla wymiany ruchu pomiędzy sieciami szerokopasmowymi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ruch_glosowy"> <xs:annotation> <xs:documentation xml:lang="pl"> Wykorzystanie Punktu Styku dla wymiany ruchu głosowego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="inne_przeznaczenie" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Inne przeznaczenie. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przep_laczna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Przepustowość łączna (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przep_danych" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. W tym przepustowości na potrzeby szerokopasmowej transmisji danych (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="linia_kablowa"> <xs:annotation> <xs:documentation> Charakterystyka elementów infrastruktury telekomunikacyjnej stanowiących miedziane linie kablowe, światłowodowe linie kablowe lub ciemne włókna z wyłączeniem instalacji telekomunikacyjnej budynku. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator linii przewodowej lub ciemnych włókien. Pole unikalne w ramach danych dotyczących linii kablowych i linii bezprzewodowych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="forma_wlasnosci"> <xs:annotation> <xs:documentation> Określenie własności elementu infrastruktury. "Własna" gdy linia kablowa jest własnością podmiotu przekazującego dane. "Udostępniona przez inny podmiot" w przypadku dzierżawy od innego podmiotu lub udostępnienia przez inny podmiot podmiotowi przekazującemu dane np. dzierżawa ciemnych włókien. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Własna"/> <xs:enumeration value="Udostępniona przez inny podmiot"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_podmiotu_obcego" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla elementu udostępnianego przez inny podmiot. Identyfikator podmiotu obcego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="rodzaj_punktu_poczatkowego"> <xs:annotation> <xs:documentation> Rodzaj punktu początkowego A. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Węzeł własny"/> <xs:enumeration value="Węzeł obcy"/> <xs:enumeration value="Element infrastruktury zapewniający łączenie kabli"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_punktu_poczatkowego"> <xs:annotation> <xs:documentation> Identyfikator punktu początkowego A. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="rodzaj_punktu_koncowego"> <xs:annotation> <xs:documentation> Rodzaj punktu końcowego B. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Węzeł własny"/> <xs:enumeration value="Węzeł obcy"/> <xs:enumeration value="Element infrastruktury zapewniający łączenie kabli"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_punktu_koncowego"> <xs:annotation> <xs:documentation> Identyfikator punktu końcowego B (punkt, do którego dochodzi linia kablowa z punktu A). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="medium"> <xs:annotation> <xs:documentation> Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="światłowodowe"/> <xs:enumeration value="kablowe parowe miedziane"/> <xs:enumeration value="kablowe współosiowe miedziane"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="typ_wlokna" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla medium światłowodowego. Typ włókna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="G.652"/> <xs:enumeration value="G.657"/> <xs:enumeration value="G.651"/> <xs:enumeration value="G.656"/> <xs:enumeration value="G.653"/> <xs:enumeration value="G.654"/> <xs:enumeration value="G.655"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlokna_lacznie" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla medium światłowodowego. Liczba włókien łącznie. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlokna_wykorzystane" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla medium światłowodowego, i gdy nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba włókien wykorzystanych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="finansowanie_ue"> <xs:annotation> <xs:documentation xml:lang="pl"> Linia współfinansowana ze środków unijnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="pasywna_infrastruktura" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Dostępność pasywnej infrastruktury teletechnicznej. Dostępność wolnych duktów, kanalizacji, otworów, rurociągu, podbudowy słupowej dla innego podmiotu - dotyczy wyłącznie linii własnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="rodzaj_pasywnej_infrastruktury" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy, gdy wybrano Dostępność pasywnej infrastruktury teletechnicznej i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Rodzaj infrastruktury pasywnej możliwej do udostępnienia. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="udostepnienie_wlokien" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy wybrano medium transmisyjne światłowodowe i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia włókien. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlokna_do_udostepnienia" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy w przypadku zadeklarowania możliwości udostępnienia włókien i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba włókien możliwych do udostępnienia . </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="udostepnienie_przep" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia przepustowości. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="rodzaj_traktu" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy, gdy nie podano numeru projektu lub podano wartość inną niż planowane dla statusu realizacji. Rodzaj traktu dla linii przewodowej. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="podziemny w kanalizacji"/> <xs:enumeration value="podziemny w rurociągu"/> <xs:enumeration value="podziemny w kanale technicznym drogi"/> <xs:enumeration value="podziemny"/> <xs:enumeration value="napowietrzny na dedykowanej podbudowie słupowej"/> <xs:enumeration value="napowietrzny na linii energetycznej"/> <xs:enumeration value="napowietrzny"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_kabla" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli wybrano światłowodowe medium transmisyjne i nie podano numeru projektu lub podano wartość inną niż planowane dla statusu realizacji. Długość kabla (w km z dokładnością do 0,1km). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="5"/> <xs:fractionDigits value="1"/> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="linia_bezprzewodowa"> <xs:annotation> <xs:documentation> Charakterystyka elementów infrastruktury telekomunikacyjnej stanowiących linie bezprzewodowe z wyłączeniem instalacji telekomunikacyjnej budynku. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator linii bezprzewodowej. Pole unikalne w ramach danych dotyczących linii kablowych i linii bezprzewodowych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_poczatkowego"> <xs:annotation> <xs:documentation> Identyfikator węzła początkowego A. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_koncowego"> <xs:annotation> <xs:documentation> Identyfikator węzła końcowego B (punkt, do którego dochodzi linia bezprzewodowa z punktu A). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="medium_transmisyjne"> <xs:annotation> <xs:documentation> Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="radiowe na częstotliwości wymagającej uzyskanie pozwolenia radiowego"/> <xs:enumeration value="radiowe na częstotliwości ogólnodostępnej"/> <xs:enumeration value="optyczne w wolnej przestrzeni"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="numer_pozwolenia" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy w przypadku linii radiowej działającej na częstotliwości wymagającej uzyskanie pozwolenia radiowego, jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Numer pozwolenia radiowego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="pasmo_radiowe" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy w przypadku linii radiowej działającej na częstotliwości ogólnodostępnej, jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Pasmo radiowe (w GHz). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="5"/> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="system_transmisyjny" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla medium radiowego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="radiolinia"/> <xs:enumeration value="WiFi"/> <xs:enumeration value="WiMAX"/> <xs:enumeration value="LMDS"/> <xs:enumeration value="LTE"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przep" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Przepustowość (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="udostepnienie_przep" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia przepustowości. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="polaczenie"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka połączeń pomiędzy węzłami sieci. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator połączenia pomiędzy węzłami. Pole unikalne w ramach danych o połączeniach. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlasnosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Określenie własności infrastruktury użytej dla zestawienia połączenia. "Własna" gdy połączenie zrealizowane z wykorzystaniem własnej infrastruktury kablowej lub bezprzewodowej. "Udostępniona przez inny podmiot" w przypadku dzierżawy od innego podmiotu lub udostępnienia przez inny podmiot podmiotowi przekazującemu dane np. dzierżawa kanałów cyfrowych, dzierżawa lambdy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Własna"/> <xs:enumeration value="Udostępniona przez inny podmiot"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_podmiotu_obcego" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla elementu udostępnianego przez inny podmiot. Identyfikator podmiotu obcego będącego właścicielem elementu infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_poczatkowego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła początkowego A. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_koncowego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła końcowego B (węzeł, do którego dochodzi połączenie z węzła A). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_szkieletowa"> <xs:annotation> <xs:documentation> Warstwa szkieletowa. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_dystrybucyjna"> <xs:annotation> <xs:documentation> Warstwa dystrybucyjna. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_dostepowa"> <xs:annotation> <xs:documentation> Warstwa dostępowa. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="potrzeby_szerokopasmowe" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wykorzystanie na potrzeby usług szerokopasmowych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="potrzeby_glosowe" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wykorzystanie na potrzeby usług głosowych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="inne_przeznaczenie" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy w przypadku innego wykorzystania niż powyżej, jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przep_calkowita" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Przepustowość całkowita (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przep_internet" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. W tym przepustowość na potrzeby usług szerokopasmowego dostępu do Internetu (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="zakonczenie_sieci"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka adresów budynków lub budowli, w których występuje zakończenie sieci przewodowej lub zainstalowany jest terminal użytkownika końcowego bezprzewodowej sieci dostępowej. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator budynku lub budowli w zasięgu sieci. Pole unikalne w ramach danych dotyczących zakończenia sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlasnosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Określenie własności elementu infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Własna"/> <xs:enumeration value="Udostępniona przez inny podmiot"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="forma_korzystania" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Forma korzystania z infrastruktury obcej. Wymagane dla elementu udostępnianego przez inny podmiot. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Współwłasność z innym podmiotem"/> <xs:enumeration value="Usługa LLU na sieci innego podmiotu"/> <xs:enumeration value="Usługa BSA na sieci innego podmiotu"/> <xs:enumeration value="Usługa WLR na sieci innego podmiotu"/> <xs:enumeration value="Prosta odsprzedaż usług na sieci innego podmiotu"/> <xs:enumeration value="Usługa dostępu szerokopasmowego w modelu MVNO"/> <xs:enumeration value="Inne usługi w modelu MVNO"/> <xs:enumeration value="Dzierżawa włókna światłowodowego"/> <xs:enumeration value="Usługi transmisji danych na sieci innego podmiotu"/> <xs:enumeration value="Usługi IP Transit na sieci innego podmiotu"/> <xs:enumeration value="Numer Dostępu do Sieci"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_podmiotu_obcego" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator podmiotu obcego. Wymagane dla elementu udostępnianego przez inny podmiot. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła, z którego podmiot ma zasięg sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation xml:lang="pl"> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat"> <xs:annotation> <xs:documentation xml:lang="pl"> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina"> <xs:annotation> <xs:documentation xml:lang="pl"> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nieposiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Ulica. Nazwa ulicy zgodna z TERYT. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Szerokość geograficzna. Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Długość geograficzna. Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="medium_transmisyjne"> <xs:annotation> <xs:documentation xml:lang="pl"> Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="światłowodowe"/> <xs:enumeration value="kablowe współosiowe miedziane"/> <xs:enumeration value="kablowe parowe miedziane"/> <xs:enumeration value="radiowe"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="siec_dostepowa"> <xs:annotation> <xs:documentation xml:lang="pl"> Sieć dostępowa dla wybranego medium. Znacznik obowiązkowy jeśli wybrano jedną z wartości znormalizowanych medium transmisyjnego. Dla medium światłowodowego jedna z wartości: (EURO)DOCSIS 3.x, (EURO)DOCSIS 2.x, (EURO)DOCSIS 1.x, GPON, EPON, 10 Mb/s Ethernet, 100 Mb/s Fast Ethernet, 1 Gigabit Ethernet, 10 Gigabit Ethernet, 100 Gigabit Ethernet, DWDM, CWDM, SDH, ATM, PDH. Dla medium kablowego współosiowo miedzianego jedna z wartości: (EURO)DOCSIS 1.x, (EURO)DOCSIS 2.x, (EURO)DOCSIS 3.x, 10 Mb/s Ethernet, ATV, SDH, COAXDATA. Dla medium kablowego parowego miedzianego jedna z wartości: VDSL2, VDSL, ADSL2+, ADSL2, ADSL, 10 Mb/s Ethernet, 100 Mb/s Fast Ethernet, 1 Gigabit Ethernet, 10 Gigabit Ethernet, PDH, HDSL, POTS/ISDN, SDH. Dla medium radiowego jedna z wartości: radiolinia, WiFi 2,4 i 5 GHz, WiFi - 5 GHz, WiFi - 2,4 GHz, LTE, MC-HSPA+, DC-HSPA+, DC-HSPA+/LTE, HSPA+, HSPA+/LTE, HSPA, HSPA/LTE, UMTS, UMTS/HSPA/HSPA+, UMTS/HSPA/HSPA+/LTE, UMTS/HSPA/HSPA+/DC-HSPA+, UMTS/HSPA/HSPA+/DC-HSPA+/LTE, EDGE, GPRS, GPRS/EDGE, GPRS/EDGE/CDMA, GPRS/EDGE/CDMA/DC-HSPA+, GPRS/EDGE/CDMA/DC-HSPA+/LTE, GPRS/EDGE/CDMA/LTE, GPRS/EDGE/CDMA/UMTS/HSPA/HSPA+, GPRS/EDGE/CDMA/UMTS/HSPA/HSPA+/DC-HSPA+, GPRS/EDGE/CDMA/UMTS/HSPA/HSPA+/DC-HSPA+/LTE, GPRS/EDGE/CDMA/UMTS/HSPA/HSPA+/LTE, GPRS/EDGE/DC-HSPA+, GPRS/EDGE/DC-HSPA+/LTE, GPRS/EDGE/LTE, GPRS/EDGE/UMTS/HSPA/HSPA+, GPRS/EDGE/UMTS/HSPA/HSPA+/DC-HSPA+, GPRS/EDGE/UMTS/HSPA/HSPA+/DC-HSPA+/LTE, GPRS/EDGE/UMTS/HSPA/HSPA+/LTE, CDMA, CDMA/DC-HSPA+, CDMA/DC-HSPA+/LTE, CDMA/LTE, CDMA/UMTS/HSPA/HSPA+, CDMA/UMTS/HSPA/HSPA+/DC-HSPA+, CDMA/UMTS/HSPA/HSPA+/DC-HSPA+/LTE, WiMAX, LMDS, DMS, FWA. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_POTS_ISDN"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia stacjonarna POTS i ISDN (Usługi telefoniczne w stacjonarnej publicznej sieci telefonicznej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_VoIP"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia stacjonarna VoIP (Telefonia IP w stacjonarnej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_mobilna"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia mobilna (Publicznie dostępna usługa telefoniczna w ruchomej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="stacjonarny_internet"> <xs:annotation> <xs:documentation xml:lang="pl"> Stacjonarny dostęp do Internetu (Usługi dostępu do sieci Internet w stacjonarnej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="mobilny_internet"> <xs:annotation> <xs:documentation xml:lang="pl"> Mobilny dostęp do Internetu (Usługi dostępu do sieci Internet w ruchomej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="tv_IPTV_DTV"> <xs:annotation> <xs:documentation xml:lang="pl"> IPTV lub DTV (Rozpowszechnianie programów telewizyjnych w technologii cyfrowej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="inne_uslugi" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Inne usługi. Znacznik wymagany jeśli nie wybrano żadnej z usług. Wielokrotny wybór spośród podanych wartości. Wartości oddzielone znakiem średnika. ATV, dzierżawa włókna, dzierżawa lambdy, dzierżawa łącza, VPN-MetroETH, VPN MPLS, VPN FR, VPN pozostałe, IP Tranzyt, IP Peering, IP Transport. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="255"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przepustowosc_stacjonarny" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Maksymalna możliwa do zaoferowania przepustowość do użytkownika końcowego na potrzeby stacjonarnego szerokopasmowego dostępu do Internetu (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="4"/> <xs:enumeration value="6"/> <xs:enumeration value="8"/> <xs:enumeration value="10"/> <xs:enumeration value="20"/> <xs:enumeration value="30"/> <xs:enumeration value="40"/> <xs:enumeration value="60"/> <xs:enumeration value="80"/> <xs:enumeration value="100"/> <xs:enumeration value="120"/> <xs:enumeration value="150"/> <xs:enumeration value="250"/> <xs:enumeration value="300"/> <xs:enumeration value="500"/> <xs:enumeration value="600"/> <xs:enumeration value="1000"/> <xs:enumeration value="2500"/> <xs:enumeration value="10000"/> <xs:enumeration value="40000"/> <xs:enumeration value="100000"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przepustowosc_mobilny" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Maksymalna możliwa do zaoferowania przepustowość do użytkownika końcowego na potrzeby mobilnego szerokopasmowego dostępu do Internetu (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="4"/> <xs:enumeration value="6"/> <xs:enumeration value="8"/> <xs:enumeration value="10"/> <xs:enumeration value="20"/> <xs:enumeration value="30"/> <xs:enumeration value="40"/> <xs:enumeration value="60"/> <xs:enumeration value="80"/> <xs:enumeration value="100"/> <xs:enumeration value="120"/> <xs:enumeration value="150"/> <xs:enumeration value="250"/> <xs:enumeration value="500"/> <xs:enumeration value="1000"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="usluga"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka świadczonych usług w budynkach objętych zasięgiem sieci. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator usługi. Pole unikalne w ramach danych dotyczących usług świadczonych w budynku. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_budynku"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator budynku lub budowli w zasięgu sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_POTS_ISDN"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia stacjonarna POTS i ISDN (Usługi telefoniczne w stacjonarnej publicznej sieci telefonicznej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_VoIP"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia stacjonarna VoIP (Telefonia IP w stacjonarnej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_mobilna"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia mobilna (Publicznie dostępna usługa telefoniczna w ruchomej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="stacjonarny_internet"> <xs:annotation> <xs:documentation xml:lang="pl"> Stacjonarny dostęp do Internetu (Usługi dostępu do sieci Internet w stacjonarnej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="mobilny_internet"> <xs:annotation> <xs:documentation xml:lang="pl"> Mobilny dostęp do Internetu (Usługi dostępu do sieci Internet w ruchomej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="tv_IPTV_DTV"> <xs:annotation> <xs:documentation xml:lang="pl"> IPTV lub DTV (Rozpowszechnianie programów telewizyjnych w technologii cyfrowej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="inne_uslugi" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Inne usługi. Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="ATV"/> <xs:enumeration value="dzierżawa włókna"/> <xs:enumeration value="dzierżawa lambdy"/> <xs:enumeration value="dzierżawa łącza"/> <xs:enumeration value="VPN-MetroETH"/> <xs:enumeration value="VPN MPLS"/> <xs:enumeration value="VPN FR"/> <xs:enumeration value="VPN pozostałe"/> <xs:enumeration value="IP Tranzyt"/> <xs:enumeration value="IP Peering"/> <xs:enumeration value="IP Transport"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_bez_internetu"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci bez dostępu do Internetu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_ponizej_1Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 0 [Mb/s] i poniżej lub równej 1 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_od_1Mbps_do_2Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 1 [Mb/s] i poniżej 2 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_2Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości równej 2 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_od_2Mbps_do_10Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 2 [Mb/s] i poniżej lub równej 10 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_od_10Mbps_do_20Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 10 [Mb/s] i poniżej lub równej 20 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_od_20Mbps_do_30Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 20 [Mb/s] i poniżej 30 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_30Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości równej 30 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_od_30Mbps_do_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 30 [Mb/s] i poniżej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości równej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_powyzej_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_bez_internetu"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami bez dostępu do Internetu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_ponizej_1Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 0 [Mb/s] i poniżej lub równej 1 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_od_1Mbps_do_2Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 1 [Mb/s] i poniżej 2 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_2Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości równej 2 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_od_2Mbps_do_10Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 2 [Mb/s] i poniżej 10 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_od_10Mbps_do_20Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 10 [Mb/s] i poniżej lub równej 20 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_od_20Mbps_do_30Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 20 [Mb/s] i poniżej 30 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_30Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości równej 30 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_od_30Mbps_do_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 30 [Mb/s] i poniżej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości równej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_powyzej_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="kolokacja"> <xs:annotation> <xs:documentation> Charakterystyka budynków umożliwiających kolokację. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator budynku umożliwiającego kolokację. Pole unikalne w ramach danych dotyczących kolokacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat"> <xs:annotation> <xs:documentation> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina"> <xs:annotation> <xs:documentation> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC"> <xs:annotation> <xs:documentation> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nie posiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Szerokość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="typ_budynku"> <xs:annotation> <xs:documentation xml:lang="pl"> Typ budynku, w którym umieszczony jest element. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="budynek biurowy"/> <xs:enumeration value="budynek mieszkalny"/> <xs:enumeration value="budynek przemysłowy"/> <xs:enumeration value="budynek usługowy"/> <xs:enumeration value="budynek użyteczności publicznej"/> <xs:enumeration value="obiekt sakralny"/> <xs:enumeration value="obiekt sieci elektroenergetycznej"/> <xs:enumeration value="wieża"/> <xs:enumeration value="maszt"/> <xs:enumeration value="komin"/> <xs:enumeration value="kontener"/> <xs:enumeration value="szafa uliczna"/> <xs:enumeration value="słup"/> <xs:enumeration value="skrzynka"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="instalacja_anten" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość instalacji anten dla radiowej sieci dostępowej lub anten dla radiolinii. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wysokosc_zawieszenia_anten" minOccurs="0"> <xs:annotation> <xs:documentation> Wysokość zawieszenia anten nad poziomem gruntu (w metrach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="postawienie_masztu" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość postawienia masztu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powierzchnia_calkowita" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Powierzchnia pomieszczenia kolokacyjnego - całkowita (w metrach kwadratowych). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powierzchnia_wolna" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Powierzchnia pomieszczenia kolokacyjnego - wolna (w metrach kwadratowych). Nie może być większa niż Powierzchnia pomieszczenia kolokacyjnego - całkowita. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="podloga_techniczna" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie pomieszczeń kolokacji w podłogę techniczną. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Częściowo"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="sufit_techniczny" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie pomieszczeń kolokacji w sufit techniczny. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Częściowo"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="klimatyzacja" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie pomieszczeń kolokacji w klimatyzację. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Częściowo"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="zasilanie_DC48V" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie w gwarantowane zasilanie DC48V. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="zasilanie_AC230V" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie w gwarantowane zasilanie AC230V. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przylacze_swiatlowodowe" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia przyłącza światłowodowego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="podmioty_obce" minOccurs="0"> <xs:annotation> <xs:documentation> Liczba podmiotów obcych w budynku. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="podmioty_z_zakonczeniami" minOccurs="0"> <xs:annotation> <xs:documentation> Liczba podmiotów posiadających zakończenia światłowodowe w budynku. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | identyfikator nazwa NIP REGON RPT wojewodztwo powiat gmina TERC miejscowosc SYM ulica SYM_UL nr_budynku kod_pocztowy projekt | ||
annotation |
|
||
source | <xs:element name="podmiot_obcy_lub_wspoldzielacy"> <xs:annotation> <xs:documentation> Dostawcy usług i podmioty udostępniające lub współdzielące infrastrukturę. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator dostawcy usług i podmiotu udostępniającego lub współdzielącego infrastrukturę. Pole unikalne w ramach danych dotyczących dostawców usług i podmiotów udostępniających lub współdzielących infrastrukturę. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\]\\,.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nazwa"> <xs:annotation> <xs:documentation> Nazwa dostawcy usług i podmiotu udostępniającego lub współdzielącego infrastrukturę. Zgodny z nazwą dostawcy usług i podmiotu udostępniającego lub współdzielącego infrastrukturę. Dane podmiotu innego niż podmiot przekazujący informacje a zarządzającego wymienionymi w danych elementami sieci nie należącymi do podmiotu przekazującego informacje. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@&]{1,250}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="NIP" minOccurs="0"> <xs:annotation> <xs:documentation> NIP. Zgodny z NIP, bez kresek. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{10}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="REGON" minOccurs="0"> <xs:annotation> <xs:documentation> REGON. Zgodny z REGON wraz z zerami wiodącymi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{9}"/> <xs:pattern value="\d{14}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="RPT" minOccurs="0"> <xs:annotation> <xs:documentation> RPT. Znacznik obowiązkowy dla przedsiębiorców telekomunikacyjnych. Zgodny z RPT – rejestrem przedsiębiorców telekomunikacyjnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{1,10}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo" minOccurs="0"> <xs:annotation> <xs:documentation> Województwo. Nazwa województwa zgodna z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat" minOccurs="0"> <xs:annotation> <xs:documentation> Powiat. Nazwa powiatu zgodna z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina" minOccurs="0"> <xs:annotation> <xs:documentation> Gmina. Nazwa gminy zgodna z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC" minOccurs="0"> <xs:annotation> <xs:documentation> Kod TERC. Kod TERC zgodny z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc" minOccurs="0"> <xs:annotation> <xs:documentation> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nieposiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM" minOccurs="0"> <xs:annotation> <xs:documentation> Kod SIMC. Kod SIMC zgodny z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation> Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation> Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation> Numer porządkowy. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator dostawcy usług i podmiotu udostępniającego lub współdzielącego infrastrukturę. Pole unikalne w ramach danych dotyczących dostawców usług i podmiotów udostępniających lub współdzielących infrastrukturę. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\]\\,.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="nazwa"> <xs:annotation> <xs:documentation> Nazwa dostawcy usług i podmiotu udostępniającego lub współdzielącego infrastrukturę. Zgodny z nazwą dostawcy usług i podmiotu udostępniającego lub współdzielącego infrastrukturę. Dane podmiotu innego niż podmiot przekazujący informacje a zarządzającego wymienionymi w danych elementami sieci nie należącymi do podmiotu przekazującego informacje. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@&]{1,250}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="NIP" minOccurs="0"> <xs:annotation> <xs:documentation> NIP. Zgodny z NIP, bez kresek. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{10}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="REGON" minOccurs="0"> <xs:annotation> <xs:documentation> REGON. Zgodny z REGON wraz z zerami wiodącymi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{9}"/> <xs:pattern value="\d{14}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="RPT" minOccurs="0"> <xs:annotation> <xs:documentation> RPT. Znacznik obowiązkowy dla przedsiębiorców telekomunikacyjnych. Zgodny z RPT – rejestrem przedsiębiorców telekomunikacyjnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{1,10}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="wojewodztwo" minOccurs="0"> <xs:annotation> <xs:documentation> Województwo. Nazwa województwa zgodna z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="powiat" minOccurs="0"> <xs:annotation> <xs:documentation> Powiat. Nazwa powiatu zgodna z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="gmina" minOccurs="0"> <xs:annotation> <xs:documentation> Gmina. Nazwa gminy zgodna z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="TERC" minOccurs="0"> <xs:annotation> <xs:documentation> Kod TERC. Kod TERC zgodny z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="miejscowosc" minOccurs="0"> <xs:annotation> <xs:documentation> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nieposiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="SYM" minOccurs="0"> <xs:annotation> <xs:documentation> Kod SIMC. Kod SIMC zgodny z TERYT. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation> Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation> Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation> Numer porządkowy. Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | identyfikator wlasnosc id_podmiotu_wspoldzielacego id_kolokacji wojewodztwo powiat gmina TERC miejscowosc SYM ulica SYM_UL nr_budynku kod_pocztowy szerokosc_geograficzna dlugosc_geograficzna typ_obiektu udostepnienie_powierzchni instalacja_anten finansowanie_ue projekt status | ||
annotation |
|
||
source | <xs:element name="wezel_wlasny"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka własnych lub współdzielonych z innymi podmiotami węzłów sieci telekomunikacyjnej. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator węzła własnego lub współdzielonego z innym podmiotem. Pole unikalne w ramach danych dotyczących węzłów własnych lub współdzielonych oraz obcych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlasnosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Własność infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Węzeł własny"/> <xs:enumeration value="Węzeł współdzielony z innym podmiotem"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_podmiotu_wspoldzielacego" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik wymagany dla elementu współdzielonego z innym podmiotem. Identyfikator podmiotu współdzielącego element infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_kolokacji" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator budynku umożliwiającego kolokację. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="100"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation xml:lang="pl"> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat"> <xs:annotation> <xs:documentation xml:lang="pl"> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina"> <xs:annotation> <xs:documentation xml:lang="pl"> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nie posiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". Wymagane dla wszystkich budynków i budowli posiadających adres. Niewymagane dla budowli bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Szerokość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="typ_obiektu"> <xs:annotation> <xs:documentation xml:lang="pl"> Typ obiektu, w którym umieszczony jest element. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="budynek biurowy"/> <xs:enumeration value="budynek mieszkalny"/> <xs:enumeration value="budynek przemysłowy"/> <xs:enumeration value="budynek usługowy"/> <xs:enumeration value="budynek użyteczności publicznej"/> <xs:enumeration value="obiekt sakralny"/> <xs:enumeration value="obiekt sieci elektroenergetycznej"/> <xs:enumeration value="wieża"/> <xs:enumeration value="maszt"/> <xs:enumeration value="komin"/> <xs:enumeration value="kontener"/> <xs:enumeration value="szafa uliczna"/> <xs:enumeration value="słup"/> <xs:enumeration value="skrzynka"/> <xs:enumeration value="studnia kablowa"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="udostepnienie_powierzchni" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla przypadków, w których węzeł nie znajduje się w budynku kolokacyjnym i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. (budynku w którym została udostępniona fizyczna przestrzeń lub urządzenia techniczne w celu umieszczenia i podłączenia niezbędnego sprzętu operatora podłączającego swoją sieć do sieci innego operatora lub korzystającego z dostępu do lokalnej pętli abonenckiej). Możliwość udostępnienia innym podmiotom powierzchni w obiekcie, w którym znajduje się węzeł. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="instalacja_anten" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla przypadków, w których węzeł nie znajduje się w budynku kolokacyjnym i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość instalacji anten dla radiowej sieci dostępowej lub anten dla radiolinii w obiekcie, w którym znajduje się węzeł. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="finansowanie_ue"> <xs:annotation> <xs:documentation xml:lang="pl"> Węzeł współfinansowany ze środków unijnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator węzła własnego lub współdzielonego z innym podmiotem. Pole unikalne w ramach danych dotyczących węzłów własnych lub współdzielonych oraz obcych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="wlasnosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Własność infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Węzeł własny"/> <xs:enumeration value="Węzeł współdzielony z innym podmiotem"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_podmiotu_wspoldzielacego" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik wymagany dla elementu współdzielonego z innym podmiotem. Identyfikator podmiotu współdzielącego element infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_kolokacji" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator budynku umożliwiającego kolokację. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="100"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation xml:lang="pl"> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="powiat"> <xs:annotation> <xs:documentation xml:lang="pl"> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="gmina"> <xs:annotation> <xs:documentation xml:lang="pl"> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="TERC"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nie posiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". Wymagane dla wszystkich budynków i budowli posiadających adres. Niewymagane dla budowli bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||
type | restriction of xs:decimal | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Szerokość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||
type | restriction of xs:decimal | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="typ_obiektu"> <xs:annotation> <xs:documentation xml:lang="pl"> Typ obiektu, w którym umieszczony jest element. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="budynek biurowy"/> <xs:enumeration value="budynek mieszkalny"/> <xs:enumeration value="budynek przemysłowy"/> <xs:enumeration value="budynek usługowy"/> <xs:enumeration value="budynek użyteczności publicznej"/> <xs:enumeration value="obiekt sakralny"/> <xs:enumeration value="obiekt sieci elektroenergetycznej"/> <xs:enumeration value="wieża"/> <xs:enumeration value="maszt"/> <xs:enumeration value="komin"/> <xs:enumeration value="kontener"/> <xs:enumeration value="szafa uliczna"/> <xs:enumeration value="słup"/> <xs:enumeration value="skrzynka"/> <xs:enumeration value="studnia kablowa"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="udostepnienie_powierzchni" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla przypadków, w których węzeł nie znajduje się w budynku kolokacyjnym i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. (budynku w którym została udostępniona fizyczna przestrzeń lub urządzenia techniczne w celu umieszczenia i podłączenia niezbędnego sprzętu operatora podłączającego swoją sieć do sieci innego operatora lub korzystającego z dostępu do lokalnej pętli abonenckiej). Możliwość udostępnienia innym podmiotom powierzchni w obiekcie, w którym znajduje się węzeł. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="instalacja_anten" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla przypadków, w których węzeł nie znajduje się w budynku kolokacyjnym i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość instalacji anten dla radiowej sieci dostępowej lub anten dla radiolinii w obiekcie, w którym znajduje się węzeł. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="finansowanie_ue"> <xs:annotation> <xs:documentation xml:lang="pl"> Węzeł współfinansowany ze środków unijnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | identyfikator forma_wlasnosci id_podmiotu_obcego wojewodztwo powiat gmina TERC miejscowosc SYM ulica SYM_UL nr_budynku kod_pocztowy szerokosc_geograficzna dlugosc_geograficzna typ_obiektu projekt | ||
annotation |
|
||
source | <xs:element name="wezel_obcy"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka węzłów sieci telekomunikacyjnej innych podmiotów dla potrzeb przekazania informacji o punktach styku między sieciami lub punktów świadczenia usługi przez dostawców. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła obcego. Pole unikalne w ramach danych dotyczących węzłów własnych lub współdzielonych oraz obcych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="forma_wlasnosci"> <xs:annotation> <xs:documentation> Podstawa i forma korzystania z infrastruktury obcej. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Umowa o dostęp do sieci telekomunikacyjnej"/> <xs:enumeration value="Umowa BSA na sieci innego podmiotu"/> <xs:enumeration value="Umowa LLU na sieci innego podmiotu"/> <xs:enumeration value="Prosta odsprzedaż usług na sieci innego podmiotu"/> <xs:enumeration value="Usługa dostępu szerokopasmowego w modelu VNO"/> <xs:enumeration value="Inne usługi w modelu VNO"/> <xs:enumeration value="Świadczenie lub zakup usług IP Tranzyt i IP Peering"/> <xs:enumeration value="Świadczenie lub zakup usług transmisji danych"/> <xs:enumeration value="Umowa o połączeniu sieci PSTN"/> <xs:enumeration value="Kolokacja i najem"/> <xs:enumeration value="Dzierżawa"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_podmiotu_obcego"> <xs:annotation> <xs:documentation> Identyfikator podmiotu obcego będącego właścicielem elementu infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation xml:lang="pl"> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat"> <xs:annotation> <xs:documentation xml:lang="pl"> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina"> <xs:annotation> <xs:documentation xml:lang="pl"> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nie posiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Szerokość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="typ_obiektu" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Typ obiektu, w którym umieszczony jest element. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="budynek biurowy"/> <xs:enumeration value="budynek mieszkalny"/> <xs:enumeration value="budynek przemysłowy"/> <xs:enumeration value="budynek usługowy"/> <xs:enumeration value="budynek użyteczności publicznej"/> <xs:enumeration value="obiekt sakralny"/> <xs:enumeration value="obiekt sieci elektroenergetycznej"/> <xs:enumeration value="wieża"/> <xs:enumeration value="maszt"/> <xs:enumeration value="komin"/> <xs:enumeration value="kontener"/> <xs:enumeration value="szafa uliczna"/> <xs:enumeration value="słup"/> <xs:enumeration value="skrzynka"/> <xs:enumeration value="studnia kablowa"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła obcego. Pole unikalne w ramach danych dotyczących węzłów własnych lub współdzielonych oraz obcych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xs:element name="forma_wlasnosci"> <xs:annotation> <xs:documentation> Podstawa i forma korzystania z infrastruktury obcej. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Umowa o dostęp do sieci telekomunikacyjnej"/> <xs:enumeration value="Umowa BSA na sieci innego podmiotu"/> <xs:enumeration value="Umowa LLU na sieci innego podmiotu"/> <xs:enumeration value="Prosta odsprzedaż usług na sieci innego podmiotu"/> <xs:enumeration value="Usługa dostępu szerokopasmowego w modelu VNO"/> <xs:enumeration value="Inne usługi w modelu VNO"/> <xs:enumeration value="Świadczenie lub zakup usług IP Tranzyt i IP Peering"/> <xs:enumeration value="Świadczenie lub zakup usług transmisji danych"/> <xs:enumeration value="Umowa o połączeniu sieci PSTN"/> <xs:enumeration value="Kolokacja i najem"/> <xs:enumeration value="Dzierżawa"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_podmiotu_obcego"> <xs:annotation> <xs:documentation> Identyfikator podmiotu obcego będącego właścicielem elementu infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation xml:lang="pl"> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="powiat"> <xs:annotation> <xs:documentation xml:lang="pl"> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="gmina"> <xs:annotation> <xs:documentation xml:lang="pl"> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="TERC"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nie posiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||
type | restriction of xs:decimal | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Szerokość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||
type | restriction of xs:decimal | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="typ_obiektu" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Typ obiektu, w którym umieszczony jest element. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="budynek biurowy"/> <xs:enumeration value="budynek mieszkalny"/> <xs:enumeration value="budynek przemysłowy"/> <xs:enumeration value="budynek usługowy"/> <xs:enumeration value="budynek użyteczności publicznej"/> <xs:enumeration value="obiekt sakralny"/> <xs:enumeration value="obiekt sieci elektroenergetycznej"/> <xs:enumeration value="wieża"/> <xs:enumeration value="maszt"/> <xs:enumeration value="komin"/> <xs:enumeration value="kontener"/> <xs:enumeration value="szafa uliczna"/> <xs:enumeration value="słup"/> <xs:enumeration value="skrzynka"/> <xs:enumeration value="studnia kablowa"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | identyfikator id_wezla_wlasnego warstwa_szkieletowa warstwa_dystrybucyjna warstwa_dostepowa medium pasmo_radiowe technologia przepustowosc przepustowosc_w_gore interfejsy_lacznie interfejsy_wykorzystane interfejsy_wolne udostepnienie projekt status | ||
annotation |
|
||
source | <xs:element name="interfejs_wezla"> <xs:annotation> <xs:documentation xml:lang="pl"> Informacje o interfejsach węzłów własnych lub współdzielonych z innymi podmiotami i ich wykorzystaniu </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator grupy interfejsów. Pole unikalne w ramach danych dotyczących Interfejsów. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła własnego lub współdzielonego z innym podmiotem. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_szkieletowa"> <xs:annotation> <xs:documentation> Warstwa szkieletowa. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_dystrybucyjna"> <xs:annotation> <xs:documentation> Warstwa dystrybucyjna. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_dostepowa"> <xs:annotation> <xs:documentation> Warstwa dostępowa. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="medium"> <xs:annotation> <xs:documentation xml:lang="pl"> Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="światłowodowe"/> <xs:enumeration value="kablowe współosiowe miedziane"/> <xs:enumeration value="kablowe parowe miedziane"/> <xs:enumeration value="radiowe"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="pasmo_radiowe" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla medium radiowego. Pasmo radiowe (w GHz). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="5"/> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="technologia"> <xs:annotation> <xs:documentation xml:lang="pl"> Technologia. Dla medium światłowodowego jedna z wartości: 10 Mb/s Ethernet, 100 Mb/s Fast Ethernet, 1 Gigabit Ethernet, 10 Gigabit Ethernet, 40 Gigabit Ethernet, 100 Gigabit Ethernet GPON, EPON, DWDM, CWDM, SDH, ATM, PDH, (EURO)DOCSIS 3.x, (EURO)DOCSIS 2.x, (EURO)DOCSIS 1.x, ATV. Dla medium kablowego współosiowego miedzianego jedna z wartości: (EURO)DOCSIS 3.x, (EURO)DOCSIS 2.x, (EURO)DOCSIS 1.x, 10 Mb/s Ethernet, ATV, SDH, COAXDATA. Dla medium kablowego parowego miedzianego jedna z wartości: 10 Mb/s Ethernet, 100 Mb/s Fast Ethernet, 1 Gigabit Ethernet, 10 Gigabit Ethernet, VDSL2, VDSL, ADSL2+, ADSL2, ADSL, HDSL, PDH, POTS/ISDN, SDH. Dla medium radiowego jedna z wartości: radiolinia, WiFi 2,4 i 5 GHz, WiFi - 5 GHz, WiFi - 2,4 GHz, LTE, MC-HSPA+, DC-HSPA+, HSPA+, HSPA, UMTS, EDGE, GPRS, CDMA, WiMAX, LMDS, DMS, FWA. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przepustowosc" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Maksymalna przepustowość dla jednego interfejsu (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przepustowosc_w_gore" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik wymagany w przypadku interfejsów sieci dostępowej o asymetrycznej przepustowości: w dół do użytkownika (downlink) i w górę od użytkownika (uplink) (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="interfejsy_lacznie" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba interfejsów łącznie </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="interfejsy_wykorzystane" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba interfejsów wykorzystanych dla świadczenia usług szerokopasmowego dostępu do Internetu. Suma liczby interfejsów wykorzystywanych dla świadczenia usług szerokopasmowego dostępu do Internetu i liczby interfejsów wolnych nie większa niż Liczba interfejsów łącznie. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="interfejsy_wolne" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba interfejsów niewykorzystanych. Suma liczby interfejsów wykorzystywanych dla świadczenia usług szerokopasmowego dostępu do Internetu i liczby interfejsów wolnych nie większa niż Liczba interfejsów łącznie. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="udostepnienie" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia interfejsów. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator grupy interfejsów. Pole unikalne w ramach danych dotyczących Interfejsów. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła własnego lub współdzielonego z innym podmiotem. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="warstwa_szkieletowa"> <xs:annotation> <xs:documentation> Warstwa szkieletowa. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="warstwa_dystrybucyjna"> <xs:annotation> <xs:documentation> Warstwa dystrybucyjna. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="warstwa_dostepowa"> <xs:annotation> <xs:documentation> Warstwa dostępowa. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||||||||
type | restriction of xs:string | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:element name="medium"> <xs:annotation> <xs:documentation xml:lang="pl"> Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="światłowodowe"/> <xs:enumeration value="kablowe współosiowe miedziane"/> <xs:enumeration value="kablowe parowe miedziane"/> <xs:enumeration value="radiowe"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:decimal | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="pasmo_radiowe" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla medium radiowego. Pasmo radiowe (w GHz). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="5"/> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="technologia"> <xs:annotation> <xs:documentation xml:lang="pl"> Technologia. Dla medium światłowodowego jedna z wartości: 10 Mb/s Ethernet, 100 Mb/s Fast Ethernet, 1 Gigabit Ethernet, 10 Gigabit Ethernet, 40 Gigabit Ethernet, 100 Gigabit Ethernet GPON, EPON, DWDM, CWDM, SDH, ATM, PDH, (EURO)DOCSIS 3.x, (EURO)DOCSIS 2.x, (EURO)DOCSIS 1.x, ATV. Dla medium kablowego współosiowego miedzianego jedna z wartości: (EURO)DOCSIS 3.x, (EURO)DOCSIS 2.x, (EURO)DOCSIS 1.x, 10 Mb/s Ethernet, ATV, SDH, COAXDATA. Dla medium kablowego parowego miedzianego jedna z wartości: 10 Mb/s Ethernet, 100 Mb/s Fast Ethernet, 1 Gigabit Ethernet, 10 Gigabit Ethernet, VDSL2, VDSL, ADSL2+, ADSL2, ADSL, HDSL, PDH, POTS/ISDN, SDH. Dla medium radiowego jedna z wartości: radiolinia, WiFi 2,4 i 5 GHz, WiFi - 5 GHz, WiFi - 2,4 GHz, LTE, MC-HSPA+, DC-HSPA+, HSPA+, HSPA, UMTS, EDGE, GPRS, CDMA, WiMAX, LMDS, DMS, FWA. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="przepustowosc" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Maksymalna przepustowość dla jednego interfejsu (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="przepustowosc_w_gore" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik wymagany w przypadku interfejsów sieci dostępowej o asymetrycznej przepustowości: w dół do użytkownika (downlink) i w górę od użytkownika (uplink) (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="interfejsy_lacznie" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba interfejsów łącznie </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="interfejsy_wykorzystane" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba interfejsów wykorzystanych dla świadczenia usług szerokopasmowego dostępu do Internetu. Suma liczby interfejsów wykorzystywanych dla świadczenia usług szerokopasmowego dostępu do Internetu i liczby interfejsów wolnych nie większa niż Liczba interfejsów łącznie. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="interfejsy_wolne" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba interfejsów niewykorzystanych. Suma liczby interfejsów wykorzystywanych dla świadczenia usług szerokopasmowego dostępu do Internetu i liczby interfejsów wolnych nie większa niż Liczba interfejsów łącznie. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="udostepnienie" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia interfejsów. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | identyfikator id_wezla_wlasnego id_interfejsu_wezla_wlasnego pasmo_licencjonowane nr_pozwolenia_radiowego azymut szerokosc_katowa wysokosc_anten promien_zasiegu przepustowosc projekt status | ||
annotation |
|
||
source | <xs:element name="zasieg_wezla"> <xs:annotation> <xs:documentation xml:lang="pl"> Informacje o własnych lub współdzielonych węzłach sieci telekomunikacyjnej umożliwiających przyłączenie użytkowników końcowych w radiowej technologii dostępowej. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator sektora radiowego. Pole unikalne w ramach danych dotyczących Interfejsów. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła własnego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_interfejsu_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator interfejsu radiowego sieci dostępowej węzła własnego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="pasmo_licencjonowane"> <xs:annotation> <xs:documentation> Czy na używanie urządzenia radiowego obsługującego sektor zostało wydane pozwolenie radiowe. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_pozwolenia_radiowego" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla pasma licencjonowanego jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Należy podać numer pozwolenia radiowego dla elementów działających na pasmach licencjonowanych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="azymut" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla pasma nielicencjonowanego jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Azymut sektora (w stopniach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="359"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_katowa" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla pasma nielicencjonowanego jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Szerokość kątowa sektora (w stopniach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="360"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wysokosc_anten" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Wysokość zawieszenia anten nad poziomem gruntu (w metrach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="promien_zasiegu" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość różną od planowane dla statusu realizacji. Promień zasięgu sektora dla pokrycia na zewnątrz budynków dla terminali abonenckich instalowanych u użytkowników końcowych (w metrach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przepustowosc" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Największa możliwa do zaoferowania przepustowość do użytkownika, na końcu promienia zasięgu sektora (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator sektora radiowego. Pole unikalne w ramach danych dotyczących Interfejsów. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła własnego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_interfejsu_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator interfejsu radiowego sieci dostępowej węzła własnego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="pasmo_licencjonowane"> <xs:annotation> <xs:documentation> Czy na używanie urządzenia radiowego obsługującego sektor zostało wydane pozwolenie radiowe. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="nr_pozwolenia_radiowego" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla pasma licencjonowanego jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Należy podać numer pozwolenia radiowego dla elementów działających na pasmach licencjonowanych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="azymut" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla pasma nielicencjonowanego jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Azymut sektora (w stopniach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="359"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:positiveInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="szerokosc_katowa" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla pasma nielicencjonowanego jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Szerokość kątowa sektora (w stopniach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="360"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:positiveInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="wysokosc_anten" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Wysokość zawieszenia anten nad poziomem gruntu (w metrach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:positiveInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="promien_zasiegu" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość różną od planowane dla statusu realizacji. Promień zasięgu sektora dla pokrycia na zewnątrz budynków dla terminali abonenckich instalowanych u użytkowników końcowych (w metrach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="999999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:positiveInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="przepustowosc" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Największa możliwa do zaoferowania przepustowość do użytkownika, na końcu promienia zasięgu sektora (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | identyfikator wojewodztwo powiat gmina TERC miejscowosc SYM ulica SYM_UL nr_budynku kod_pocztowy szerokosc_geograficzna dlugosc_geograficzna typ_obiektu projekt status | ||
annotation |
|
||
source | <xs:element name="laczenie_kabli"> <xs:annotation> <xs:documentation> Charakterystyka elementów infrastruktury telekomunikacyjnej zapewniających łączenie kabli telekomunikacyjnych. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator elementu łączenia kabli. Pole unikalne w ramach danych dotyczących Łączenia kabli. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nie posiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Szerokość geograficzna. Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Zestaw danych podawanych razem: Szerokość geograficzna i Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Długość geograficzna. Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Zestaw danych podawanych razem: Szerokość geograficzna i Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="typ_obiektu"> <xs:annotation> <xs:documentation xml:lang="pl"> Typ obiektu, w którym umieszczony jest element. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="budynek biurowy"/> <xs:enumeration value="budynek mieszkalny"/> <xs:enumeration value="budynek przemysłowy"/> <xs:enumeration value="budynek usługowy"/> <xs:enumeration value="budynek użyteczności publicznej"/> <xs:enumeration value="obiekt sakralny"/> <xs:enumeration value="obiekt sieci elektroenergetycznej"/> <xs:enumeration value="wieża"/> <xs:enumeration value="maszt"/> <xs:enumeration value="komin"/> <xs:enumeration value="kontener"/> <xs:enumeration value="szafa uliczna"/> <xs:enumeration value="słup"/> <xs:enumeration value="skrzynka"/> <xs:enumeration value="studnia kablowa"/> <xs:enumeration value="zasobnik kablowy"/> <xs:enumeration value="słupek telekomunikacyjny"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator elementu łączenia kabli. Pole unikalne w ramach danych dotyczących Łączenia kabli. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="wojewodztwo" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="powiat" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="gmina" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="TERC" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="miejscowosc" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nie posiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="SYM" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||
type | restriction of xs:decimal | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Szerokość geograficzna. Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Zestaw danych podawanych razem: Szerokość geograficzna i Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||
type | restriction of xs:decimal | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Długość geograficzna. Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Zestaw danych podawanych razem: Szerokość geograficzna i Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="typ_obiektu"> <xs:annotation> <xs:documentation xml:lang="pl"> Typ obiektu, w którym umieszczony jest element. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="budynek biurowy"/> <xs:enumeration value="budynek mieszkalny"/> <xs:enumeration value="budynek przemysłowy"/> <xs:enumeration value="budynek usługowy"/> <xs:enumeration value="budynek użyteczności publicznej"/> <xs:enumeration value="obiekt sakralny"/> <xs:enumeration value="obiekt sieci elektroenergetycznej"/> <xs:enumeration value="wieża"/> <xs:enumeration value="maszt"/> <xs:enumeration value="komin"/> <xs:enumeration value="kontener"/> <xs:enumeration value="szafa uliczna"/> <xs:enumeration value="słup"/> <xs:enumeration value="skrzynka"/> <xs:enumeration value="studnia kablowa"/> <xs:enumeration value="zasobnik kablowy"/> <xs:enumeration value="słupek telekomunikacyjny"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | identyfikator id_wezla_wlasnego id_wezla_obcego id_interfejsu_wezla_wlasnego ruch_szerokopasmowy ruch_glosowy inne_przeznaczenie przep_laczna przep_danych projekt status | ||
annotation |
|
||
source | <xs:element name="punkt_styku"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka elementów infrastruktury stanowiących punkty styku z innymi sieciami. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator Punktu Styku Pole unikalne w ramach danych dotyczących punktów styku. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła własnego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_obcego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła obcego lub punktu świadczenia usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_interfejsu_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator interfejsu węzła własnego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ruch_szerokopasmowy"> <xs:annotation> <xs:documentation> Wykorzystanie Punktu Styku dla wymiany ruchu pomiędzy sieciami szerokopasmowymi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ruch_glosowy"> <xs:annotation> <xs:documentation xml:lang="pl"> Wykorzystanie Punktu Styku dla wymiany ruchu głosowego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="inne_przeznaczenie" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Inne przeznaczenie. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przep_laczna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Przepustowość łączna (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przep_danych" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. W tym przepustowości na potrzeby szerokopasmowej transmisji danych (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator Punktu Styku Pole unikalne w ramach danych dotyczących punktów styku. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła własnego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_wezla_obcego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła obcego lub punktu świadczenia usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_interfejsu_wezla_wlasnego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator interfejsu węzła własnego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="ruch_szerokopasmowy"> <xs:annotation> <xs:documentation> Wykorzystanie Punktu Styku dla wymiany ruchu pomiędzy sieciami szerokopasmowymi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="ruch_glosowy"> <xs:annotation> <xs:documentation xml:lang="pl"> Wykorzystanie Punktu Styku dla wymiany ruchu głosowego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="inne_przeznaczenie" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Inne przeznaczenie. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="przep_laczna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Przepustowość łączna (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="przep_danych" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. W tym przepustowości na potrzeby szerokopasmowej transmisji danych (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | identyfikator forma_wlasnosci id_podmiotu_obcego rodzaj_punktu_poczatkowego id_punktu_poczatkowego rodzaj_punktu_koncowego id_punktu_koncowego medium typ_wlokna wlokna_lacznie wlokna_wykorzystane finansowanie_ue pasywna_infrastruktura rodzaj_pasywnej_infrastruktury udostepnienie_wlokien wlokna_do_udostepnienia udostepnienie_przep rodzaj_traktu dlugosc_kabla projekt status | ||
annotation |
|
||
source | <xs:element name="linia_kablowa"> <xs:annotation> <xs:documentation> Charakterystyka elementów infrastruktury telekomunikacyjnej stanowiących miedziane linie kablowe, światłowodowe linie kablowe lub ciemne włókna z wyłączeniem instalacji telekomunikacyjnej budynku. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator linii przewodowej lub ciemnych włókien. Pole unikalne w ramach danych dotyczących linii kablowych i linii bezprzewodowych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="forma_wlasnosci"> <xs:annotation> <xs:documentation> Określenie własności elementu infrastruktury. "Własna" gdy linia kablowa jest własnością podmiotu przekazującego dane. "Udostępniona przez inny podmiot" w przypadku dzierżawy od innego podmiotu lub udostępnienia przez inny podmiot podmiotowi przekazującemu dane np. dzierżawa ciemnych włókien. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Własna"/> <xs:enumeration value="Udostępniona przez inny podmiot"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_podmiotu_obcego" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla elementu udostępnianego przez inny podmiot. Identyfikator podmiotu obcego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="rodzaj_punktu_poczatkowego"> <xs:annotation> <xs:documentation> Rodzaj punktu początkowego A. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Węzeł własny"/> <xs:enumeration value="Węzeł obcy"/> <xs:enumeration value="Element infrastruktury zapewniający łączenie kabli"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_punktu_poczatkowego"> <xs:annotation> <xs:documentation> Identyfikator punktu początkowego A. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="rodzaj_punktu_koncowego"> <xs:annotation> <xs:documentation> Rodzaj punktu końcowego B. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Węzeł własny"/> <xs:enumeration value="Węzeł obcy"/> <xs:enumeration value="Element infrastruktury zapewniający łączenie kabli"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_punktu_koncowego"> <xs:annotation> <xs:documentation> Identyfikator punktu końcowego B (punkt, do którego dochodzi linia kablowa z punktu A). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="medium"> <xs:annotation> <xs:documentation> Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="światłowodowe"/> <xs:enumeration value="kablowe parowe miedziane"/> <xs:enumeration value="kablowe współosiowe miedziane"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="typ_wlokna" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla medium światłowodowego. Typ włókna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="G.652"/> <xs:enumeration value="G.657"/> <xs:enumeration value="G.651"/> <xs:enumeration value="G.656"/> <xs:enumeration value="G.653"/> <xs:enumeration value="G.654"/> <xs:enumeration value="G.655"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlokna_lacznie" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla medium światłowodowego. Liczba włókien łącznie. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlokna_wykorzystane" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla medium światłowodowego, i gdy nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba włókien wykorzystanych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="finansowanie_ue"> <xs:annotation> <xs:documentation xml:lang="pl"> Linia współfinansowana ze środków unijnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="pasywna_infrastruktura" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Dostępność pasywnej infrastruktury teletechnicznej. Dostępność wolnych duktów, kanalizacji, otworów, rurociągu, podbudowy słupowej dla innego podmiotu - dotyczy wyłącznie linii własnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="rodzaj_pasywnej_infrastruktury" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy, gdy wybrano Dostępność pasywnej infrastruktury teletechnicznej i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Rodzaj infrastruktury pasywnej możliwej do udostępnienia. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="udostepnienie_wlokien" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy wybrano medium transmisyjne światłowodowe i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia włókien. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlokna_do_udostepnienia" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy w przypadku zadeklarowania możliwości udostępnienia włókien i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba włókien możliwych do udostępnienia . </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="udostepnienie_przep" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia przepustowości. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="rodzaj_traktu" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy, gdy nie podano numeru projektu lub podano wartość inną niż planowane dla statusu realizacji. Rodzaj traktu dla linii przewodowej. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="podziemny w kanalizacji"/> <xs:enumeration value="podziemny w rurociągu"/> <xs:enumeration value="podziemny w kanale technicznym drogi"/> <xs:enumeration value="podziemny"/> <xs:enumeration value="napowietrzny na dedykowanej podbudowie słupowej"/> <xs:enumeration value="napowietrzny na linii energetycznej"/> <xs:enumeration value="napowietrzny"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_kabla" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli wybrano światłowodowe medium transmisyjne i nie podano numeru projektu lub podano wartość inną niż planowane dla statusu realizacji. Długość kabla (w km z dokładnością do 0,1km). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="5"/> <xs:fractionDigits value="1"/> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator linii przewodowej lub ciemnych włókien. Pole unikalne w ramach danych dotyczących linii kablowych i linii bezprzewodowych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="forma_wlasnosci"> <xs:annotation> <xs:documentation> Określenie własności elementu infrastruktury. "Własna" gdy linia kablowa jest własnością podmiotu przekazującego dane. "Udostępniona przez inny podmiot" w przypadku dzierżawy od innego podmiotu lub udostępnienia przez inny podmiot podmiotowi przekazującemu dane np. dzierżawa ciemnych włókien. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Własna"/> <xs:enumeration value="Udostępniona przez inny podmiot"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_podmiotu_obcego" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla elementu udostępnianego przez inny podmiot. Identyfikator podmiotu obcego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="rodzaj_punktu_poczatkowego"> <xs:annotation> <xs:documentation> Rodzaj punktu początkowego A. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Węzeł własny"/> <xs:enumeration value="Węzeł obcy"/> <xs:enumeration value="Element infrastruktury zapewniający łączenie kabli"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_punktu_poczatkowego"> <xs:annotation> <xs:documentation> Identyfikator punktu początkowego A. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="rodzaj_punktu_koncowego"> <xs:annotation> <xs:documentation> Rodzaj punktu końcowego B. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Węzeł własny"/> <xs:enumeration value="Węzeł obcy"/> <xs:enumeration value="Element infrastruktury zapewniający łączenie kabli"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_punktu_koncowego"> <xs:annotation> <xs:documentation> Identyfikator punktu końcowego B (punkt, do którego dochodzi linia kablowa z punktu A). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="medium"> <xs:annotation> <xs:documentation> Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="światłowodowe"/> <xs:enumeration value="kablowe parowe miedziane"/> <xs:enumeration value="kablowe współosiowe miedziane"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:element name="typ_wlokna" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla medium światłowodowego. Typ włókna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="G.652"/> <xs:enumeration value="G.657"/> <xs:enumeration value="G.651"/> <xs:enumeration value="G.656"/> <xs:enumeration value="G.653"/> <xs:enumeration value="G.654"/> <xs:enumeration value="G.655"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:positiveInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="wlokna_lacznie" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla medium światłowodowego. Liczba włókien łącznie. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="wlokna_wykorzystane" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy dla medium światłowodowego, i gdy nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba włókien wykorzystanych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="finansowanie_ue"> <xs:annotation> <xs:documentation xml:lang="pl"> Linia współfinansowana ze środków unijnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="pasywna_infrastruktura" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Dostępność pasywnej infrastruktury teletechnicznej. Dostępność wolnych duktów, kanalizacji, otworów, rurociągu, podbudowy słupowej dla innego podmiotu - dotyczy wyłącznie linii własnych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="rodzaj_pasywnej_infrastruktury" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy, gdy wybrano Dostępność pasywnej infrastruktury teletechnicznej i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Rodzaj infrastruktury pasywnej możliwej do udostępnienia. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="udostepnienie_wlokien" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy wybrano medium transmisyjne światłowodowe i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia włókien. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="wlokna_do_udostepnienia" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy w przypadku zadeklarowania możliwości udostępnienia włókien i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Liczba włókien możliwych do udostępnienia . </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="udostepnienie_przep" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia przepustowości. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:element name="rodzaj_traktu" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy, gdy nie podano numeru projektu lub podano wartość inną niż planowane dla statusu realizacji. Rodzaj traktu dla linii przewodowej. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="podziemny w kanalizacji"/> <xs:enumeration value="podziemny w rurociągu"/> <xs:enumeration value="podziemny w kanale technicznym drogi"/> <xs:enumeration value="podziemny"/> <xs:enumeration value="napowietrzny na dedykowanej podbudowie słupowej"/> <xs:enumeration value="napowietrzny na linii energetycznej"/> <xs:enumeration value="napowietrzny"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:decimal | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="dlugosc_kabla" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli wybrano światłowodowe medium transmisyjne i nie podano numeru projektu lub podano wartość inną niż planowane dla statusu realizacji. Długość kabla (w km z dokładnością do 0,1km). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="5"/> <xs:fractionDigits value="1"/> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | identyfikator id_wezla_poczatkowego id_wezla_koncowego medium_transmisyjne numer_pozwolenia pasmo_radiowe system_transmisyjny przep udostepnienie_przep projekt status | ||
annotation |
|
||
source | <xs:element name="linia_bezprzewodowa"> <xs:annotation> <xs:documentation> Charakterystyka elementów infrastruktury telekomunikacyjnej stanowiących linie bezprzewodowe z wyłączeniem instalacji telekomunikacyjnej budynku. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator linii bezprzewodowej. Pole unikalne w ramach danych dotyczących linii kablowych i linii bezprzewodowych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_poczatkowego"> <xs:annotation> <xs:documentation> Identyfikator węzła początkowego A. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_koncowego"> <xs:annotation> <xs:documentation> Identyfikator węzła końcowego B (punkt, do którego dochodzi linia bezprzewodowa z punktu A). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="medium_transmisyjne"> <xs:annotation> <xs:documentation> Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="radiowe na częstotliwości wymagającej uzyskanie pozwolenia radiowego"/> <xs:enumeration value="radiowe na częstotliwości ogólnodostępnej"/> <xs:enumeration value="optyczne w wolnej przestrzeni"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="numer_pozwolenia" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy w przypadku linii radiowej działającej na częstotliwości wymagającej uzyskanie pozwolenia radiowego, jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Numer pozwolenia radiowego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="pasmo_radiowe" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy w przypadku linii radiowej działającej na częstotliwości ogólnodostępnej, jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Pasmo radiowe (w GHz). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="5"/> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="system_transmisyjny" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla medium radiowego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="radiolinia"/> <xs:enumeration value="WiFi"/> <xs:enumeration value="WiMAX"/> <xs:enumeration value="LMDS"/> <xs:enumeration value="LTE"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przep" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Przepustowość (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="udostepnienie_przep" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia przepustowości. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator linii bezprzewodowej. Pole unikalne w ramach danych dotyczących linii kablowych i linii bezprzewodowych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_wezla_poczatkowego"> <xs:annotation> <xs:documentation> Identyfikator węzła początkowego A. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_wezla_koncowego"> <xs:annotation> <xs:documentation> Identyfikator węzła końcowego B (punkt, do którego dochodzi linia bezprzewodowa z punktu A). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="medium_transmisyjne"> <xs:annotation> <xs:documentation> Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="radiowe na częstotliwości wymagającej uzyskanie pozwolenia radiowego"/> <xs:enumeration value="radiowe na częstotliwości ogólnodostępnej"/> <xs:enumeration value="optyczne w wolnej przestrzeni"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="numer_pozwolenia" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy w przypadku linii radiowej działającej na częstotliwości wymagającej uzyskanie pozwolenia radiowego, jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Numer pozwolenia radiowego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:decimal | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="pasmo_radiowe" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy w przypadku linii radiowej działającej na częstotliwości ogólnodostępnej, jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Pasmo radiowe (w GHz). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="5"/> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="system_transmisyjny" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla medium radiowego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="radiolinia"/> <xs:enumeration value="WiFi"/> <xs:enumeration value="WiMAX"/> <xs:enumeration value="LMDS"/> <xs:enumeration value="LTE"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:positiveInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="przep" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Przepustowość (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="udostepnienie_przep" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia przepustowości. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | identyfikator wlasnosc id_podmiotu_obcego id_wezla_poczatkowego id_wezla_koncowego warstwa_szkieletowa warstwa_dystrybucyjna warstwa_dostepowa potrzeby_szerokopasmowe potrzeby_glosowe inne_przeznaczenie przep_calkowita przep_internet projekt status | ||
annotation |
|
||
source | <xs:element name="polaczenie"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka połączeń pomiędzy węzłami sieci. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator połączenia pomiędzy węzłami. Pole unikalne w ramach danych o połączeniach. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlasnosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Określenie własności infrastruktury użytej dla zestawienia połączenia. "Własna" gdy połączenie zrealizowane z wykorzystaniem własnej infrastruktury kablowej lub bezprzewodowej. "Udostępniona przez inny podmiot" w przypadku dzierżawy od innego podmiotu lub udostępnienia przez inny podmiot podmiotowi przekazującemu dane np. dzierżawa kanałów cyfrowych, dzierżawa lambdy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Własna"/> <xs:enumeration value="Udostępniona przez inny podmiot"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_podmiotu_obcego" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla elementu udostępnianego przez inny podmiot. Identyfikator podmiotu obcego będącego właścicielem elementu infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_poczatkowego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła początkowego A. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla_koncowego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła końcowego B (węzeł, do którego dochodzi połączenie z węzła A). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_szkieletowa"> <xs:annotation> <xs:documentation> Warstwa szkieletowa. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_dystrybucyjna"> <xs:annotation> <xs:documentation> Warstwa dystrybucyjna. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="warstwa_dostepowa"> <xs:annotation> <xs:documentation> Warstwa dostępowa. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="potrzeby_szerokopasmowe" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wykorzystanie na potrzeby usług szerokopasmowych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="potrzeby_glosowe" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wykorzystanie na potrzeby usług głosowych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="inne_przeznaczenie" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy w przypadku innego wykorzystania niż powyżej, jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przep_calkowita" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Przepustowość całkowita (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przep_internet" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. W tym przepustowość na potrzeby usług szerokopasmowego dostępu do Internetu (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator połączenia pomiędzy węzłami. Pole unikalne w ramach danych o połączeniach. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="wlasnosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Określenie własności infrastruktury użytej dla zestawienia połączenia. "Własna" gdy połączenie zrealizowane z wykorzystaniem własnej infrastruktury kablowej lub bezprzewodowej. "Udostępniona przez inny podmiot" w przypadku dzierżawy od innego podmiotu lub udostępnienia przez inny podmiot podmiotowi przekazującemu dane np. dzierżawa kanałów cyfrowych, dzierżawa lambdy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Własna"/> <xs:enumeration value="Udostępniona przez inny podmiot"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_podmiotu_obcego" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy dla elementu udostępnianego przez inny podmiot. Identyfikator podmiotu obcego będącego właścicielem elementu infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_wezla_poczatkowego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła początkowego A. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_wezla_koncowego"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła końcowego B (węzeł, do którego dochodzi połączenie z węzła A). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="warstwa_szkieletowa"> <xs:annotation> <xs:documentation> Warstwa szkieletowa. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="warstwa_dystrybucyjna"> <xs:annotation> <xs:documentation> Warstwa dystrybucyjna. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="warstwa_dostepowa"> <xs:annotation> <xs:documentation> Warstwa dostępowa. Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="potrzeby_szerokopasmowe" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wykorzystanie na potrzeby usług szerokopasmowych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="potrzeby_glosowe" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wykorzystanie na potrzeby usług głosowych. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="inne_przeznaczenie" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy w przypadku innego wykorzystania niż powyżej, jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="przep_calkowita" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Przepustowość całkowita (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="przep_internet" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. W tym przepustowość na potrzeby usług szerokopasmowego dostępu do Internetu (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | identyfikator wlasnosc forma_korzystania id_podmiotu_obcego id_wezla wojewodztwo powiat gmina TERC miejscowosc SYM ulica SYM_UL nr_budynku kod_pocztowy szerokosc_geograficzna dlugosc_geograficzna medium_transmisyjne siec_dostepowa telefonia_POTS_ISDN telefonia_VoIP telefonia_mobilna stacjonarny_internet mobilny_internet tv_IPTV_DTV inne_uslugi przepustowosc_stacjonarny przepustowosc_mobilny projekt status | ||
annotation |
|
||
source | <xs:element name="zakonczenie_sieci"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka adresów budynków lub budowli, w których występuje zakończenie sieci przewodowej lub zainstalowany jest terminal użytkownika końcowego bezprzewodowej sieci dostępowej. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator budynku lub budowli w zasięgu sieci. Pole unikalne w ramach danych dotyczących zakończenia sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wlasnosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Określenie własności elementu infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Własna"/> <xs:enumeration value="Udostępniona przez inny podmiot"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="forma_korzystania" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Forma korzystania z infrastruktury obcej. Wymagane dla elementu udostępnianego przez inny podmiot. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Współwłasność z innym podmiotem"/> <xs:enumeration value="Usługa LLU na sieci innego podmiotu"/> <xs:enumeration value="Usługa BSA na sieci innego podmiotu"/> <xs:enumeration value="Usługa WLR na sieci innego podmiotu"/> <xs:enumeration value="Prosta odsprzedaż usług na sieci innego podmiotu"/> <xs:enumeration value="Usługa dostępu szerokopasmowego w modelu MVNO"/> <xs:enumeration value="Inne usługi w modelu MVNO"/> <xs:enumeration value="Dzierżawa włókna światłowodowego"/> <xs:enumeration value="Usługi transmisji danych na sieci innego podmiotu"/> <xs:enumeration value="Usługi IP Transit na sieci innego podmiotu"/> <xs:enumeration value="Numer Dostępu do Sieci"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_podmiotu_obcego" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator podmiotu obcego. Wymagane dla elementu udostępnianego przez inny podmiot. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_wezla"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła, z którego podmiot ma zasięg sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation xml:lang="pl"> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat"> <xs:annotation> <xs:documentation xml:lang="pl"> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina"> <xs:annotation> <xs:documentation xml:lang="pl"> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nieposiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Ulica. Nazwa ulicy zgodna z TERYT. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Szerokość geograficzna. Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Długość geograficzna. Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="medium_transmisyjne"> <xs:annotation> <xs:documentation xml:lang="pl"> Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="światłowodowe"/> <xs:enumeration value="kablowe współosiowe miedziane"/> <xs:enumeration value="kablowe parowe miedziane"/> <xs:enumeration value="radiowe"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="siec_dostepowa"> <xs:annotation> <xs:documentation xml:lang="pl"> Sieć dostępowa dla wybranego medium. Znacznik obowiązkowy jeśli wybrano jedną z wartości znormalizowanych medium transmisyjnego. Dla medium światłowodowego jedna z wartości: (EURO)DOCSIS 3.x, (EURO)DOCSIS 2.x, (EURO)DOCSIS 1.x, GPON, EPON, 10 Mb/s Ethernet, 100 Mb/s Fast Ethernet, 1 Gigabit Ethernet, 10 Gigabit Ethernet, 100 Gigabit Ethernet, DWDM, CWDM, SDH, ATM, PDH. Dla medium kablowego współosiowo miedzianego jedna z wartości: (EURO)DOCSIS 1.x, (EURO)DOCSIS 2.x, (EURO)DOCSIS 3.x, 10 Mb/s Ethernet, ATV, SDH, COAXDATA. Dla medium kablowego parowego miedzianego jedna z wartości: VDSL2, VDSL, ADSL2+, ADSL2, ADSL, 10 Mb/s Ethernet, 100 Mb/s Fast Ethernet, 1 Gigabit Ethernet, 10 Gigabit Ethernet, PDH, HDSL, POTS/ISDN, SDH. Dla medium radiowego jedna z wartości: radiolinia, WiFi 2,4 i 5 GHz, WiFi - 5 GHz, WiFi - 2,4 GHz, LTE, MC-HSPA+, DC-HSPA+, DC-HSPA+/LTE, HSPA+, HSPA+/LTE, HSPA, HSPA/LTE, UMTS, UMTS/HSPA/HSPA+, UMTS/HSPA/HSPA+/LTE, UMTS/HSPA/HSPA+/DC-HSPA+, UMTS/HSPA/HSPA+/DC-HSPA+/LTE, EDGE, GPRS, GPRS/EDGE, GPRS/EDGE/CDMA, GPRS/EDGE/CDMA/DC-HSPA+, GPRS/EDGE/CDMA/DC-HSPA+/LTE, GPRS/EDGE/CDMA/LTE, GPRS/EDGE/CDMA/UMTS/HSPA/HSPA+, GPRS/EDGE/CDMA/UMTS/HSPA/HSPA+/DC-HSPA+, GPRS/EDGE/CDMA/UMTS/HSPA/HSPA+/DC-HSPA+/LTE, GPRS/EDGE/CDMA/UMTS/HSPA/HSPA+/LTE, GPRS/EDGE/DC-HSPA+, GPRS/EDGE/DC-HSPA+/LTE, GPRS/EDGE/LTE, GPRS/EDGE/UMTS/HSPA/HSPA+, GPRS/EDGE/UMTS/HSPA/HSPA+/DC-HSPA+, GPRS/EDGE/UMTS/HSPA/HSPA+/DC-HSPA+/LTE, GPRS/EDGE/UMTS/HSPA/HSPA+/LTE, CDMA, CDMA/DC-HSPA+, CDMA/DC-HSPA+/LTE, CDMA/LTE, CDMA/UMTS/HSPA/HSPA+, CDMA/UMTS/HSPA/HSPA+/DC-HSPA+, CDMA/UMTS/HSPA/HSPA+/DC-HSPA+/LTE, WiMAX, LMDS, DMS, FWA. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_POTS_ISDN"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia stacjonarna POTS i ISDN (Usługi telefoniczne w stacjonarnej publicznej sieci telefonicznej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_VoIP"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia stacjonarna VoIP (Telefonia IP w stacjonarnej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_mobilna"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia mobilna (Publicznie dostępna usługa telefoniczna w ruchomej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="stacjonarny_internet"> <xs:annotation> <xs:documentation xml:lang="pl"> Stacjonarny dostęp do Internetu (Usługi dostępu do sieci Internet w stacjonarnej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="mobilny_internet"> <xs:annotation> <xs:documentation xml:lang="pl"> Mobilny dostęp do Internetu (Usługi dostępu do sieci Internet w ruchomej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="tv_IPTV_DTV"> <xs:annotation> <xs:documentation xml:lang="pl"> IPTV lub DTV (Rozpowszechnianie programów telewizyjnych w technologii cyfrowej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="inne_uslugi" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Inne usługi. Znacznik wymagany jeśli nie wybrano żadnej z usług. Wielokrotny wybór spośród podanych wartości. Wartości oddzielone znakiem średnika. ATV, dzierżawa włókna, dzierżawa lambdy, dzierżawa łącza, VPN-MetroETH, VPN MPLS, VPN FR, VPN pozostałe, IP Tranzyt, IP Peering, IP Transport. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="255"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przepustowosc_stacjonarny" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Maksymalna możliwa do zaoferowania przepustowość do użytkownika końcowego na potrzeby stacjonarnego szerokopasmowego dostępu do Internetu (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="4"/> <xs:enumeration value="6"/> <xs:enumeration value="8"/> <xs:enumeration value="10"/> <xs:enumeration value="20"/> <xs:enumeration value="30"/> <xs:enumeration value="40"/> <xs:enumeration value="60"/> <xs:enumeration value="80"/> <xs:enumeration value="100"/> <xs:enumeration value="120"/> <xs:enumeration value="150"/> <xs:enumeration value="250"/> <xs:enumeration value="300"/> <xs:enumeration value="500"/> <xs:enumeration value="600"/> <xs:enumeration value="1000"/> <xs:enumeration value="2500"/> <xs:enumeration value="10000"/> <xs:enumeration value="40000"/> <xs:enumeration value="100000"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przepustowosc_mobilny" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Maksymalna możliwa do zaoferowania przepustowość do użytkownika końcowego na potrzeby mobilnego szerokopasmowego dostępu do Internetu (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="4"/> <xs:enumeration value="6"/> <xs:enumeration value="8"/> <xs:enumeration value="10"/> <xs:enumeration value="20"/> <xs:enumeration value="30"/> <xs:enumeration value="40"/> <xs:enumeration value="60"/> <xs:enumeration value="80"/> <xs:enumeration value="100"/> <xs:enumeration value="120"/> <xs:enumeration value="150"/> <xs:enumeration value="250"/> <xs:enumeration value="500"/> <xs:enumeration value="1000"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator budynku lub budowli w zasięgu sieci. Pole unikalne w ramach danych dotyczących zakończenia sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="wlasnosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Określenie własności elementu infrastruktury. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Własna"/> <xs:enumeration value="Udostępniona przez inny podmiot"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xs:element name="forma_korzystania" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Forma korzystania z infrastruktury obcej. Wymagane dla elementu udostępnianego przez inny podmiot. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Współwłasność z innym podmiotem"/> <xs:enumeration value="Usługa LLU na sieci innego podmiotu"/> <xs:enumeration value="Usługa BSA na sieci innego podmiotu"/> <xs:enumeration value="Usługa WLR na sieci innego podmiotu"/> <xs:enumeration value="Prosta odsprzedaż usług na sieci innego podmiotu"/> <xs:enumeration value="Usługa dostępu szerokopasmowego w modelu MVNO"/> <xs:enumeration value="Inne usługi w modelu MVNO"/> <xs:enumeration value="Dzierżawa włókna światłowodowego"/> <xs:enumeration value="Usługi transmisji danych na sieci innego podmiotu"/> <xs:enumeration value="Usługi IP Transit na sieci innego podmiotu"/> <xs:enumeration value="Numer Dostępu do Sieci"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_podmiotu_obcego" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator podmiotu obcego. Wymagane dla elementu udostępnianego przez inny podmiot. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_wezla"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator węzła, z którego podmiot ma zasięg sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation xml:lang="pl"> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="powiat"> <xs:annotation> <xs:documentation xml:lang="pl"> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="gmina"> <xs:annotation> <xs:documentation xml:lang="pl"> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="TERC"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nieposiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Ulica. Nazwa ulicy zgodna z TERYT. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||
type | restriction of xs:decimal | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Szerokość geograficzna. Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||
type | restriction of xs:decimal | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Długość geograficzna. Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||||||||
type | restriction of xs:string | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:element name="medium_transmisyjne"> <xs:annotation> <xs:documentation xml:lang="pl"> Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="światłowodowe"/> <xs:enumeration value="kablowe współosiowe miedziane"/> <xs:enumeration value="kablowe parowe miedziane"/> <xs:enumeration value="radiowe"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="siec_dostepowa"> <xs:annotation> <xs:documentation xml:lang="pl"> Sieć dostępowa dla wybranego medium. Znacznik obowiązkowy jeśli wybrano jedną z wartości znormalizowanych medium transmisyjnego. Dla medium światłowodowego jedna z wartości: (EURO)DOCSIS 3.x, (EURO)DOCSIS 2.x, (EURO)DOCSIS 1.x, GPON, EPON, 10 Mb/s Ethernet, 100 Mb/s Fast Ethernet, 1 Gigabit Ethernet, 10 Gigabit Ethernet, 100 Gigabit Ethernet, DWDM, CWDM, SDH, ATM, PDH. Dla medium kablowego współosiowo miedzianego jedna z wartości: (EURO)DOCSIS 1.x, (EURO)DOCSIS 2.x, (EURO)DOCSIS 3.x, 10 Mb/s Ethernet, ATV, SDH, COAXDATA. Dla medium kablowego parowego miedzianego jedna z wartości: VDSL2, VDSL, ADSL2+, ADSL2, ADSL, 10 Mb/s Ethernet, 100 Mb/s Fast Ethernet, 1 Gigabit Ethernet, 10 Gigabit Ethernet, PDH, HDSL, POTS/ISDN, SDH. Dla medium radiowego jedna z wartości: radiolinia, WiFi 2,4 i 5 GHz, WiFi - 5 GHz, WiFi - 2,4 GHz, LTE, MC-HSPA+, DC-HSPA+, DC-HSPA+/LTE, HSPA+, HSPA+/LTE, HSPA, HSPA/LTE, UMTS, UMTS/HSPA/HSPA+, UMTS/HSPA/HSPA+/LTE, UMTS/HSPA/HSPA+/DC-HSPA+, UMTS/HSPA/HSPA+/DC-HSPA+/LTE, EDGE, GPRS, GPRS/EDGE, GPRS/EDGE/CDMA, GPRS/EDGE/CDMA/DC-HSPA+, GPRS/EDGE/CDMA/DC-HSPA+/LTE, GPRS/EDGE/CDMA/LTE, GPRS/EDGE/CDMA/UMTS/HSPA/HSPA+, GPRS/EDGE/CDMA/UMTS/HSPA/HSPA+/DC-HSPA+, GPRS/EDGE/CDMA/UMTS/HSPA/HSPA+/DC-HSPA+/LTE, GPRS/EDGE/CDMA/UMTS/HSPA/HSPA+/LTE, GPRS/EDGE/DC-HSPA+, GPRS/EDGE/DC-HSPA+/LTE, GPRS/EDGE/LTE, GPRS/EDGE/UMTS/HSPA/HSPA+, GPRS/EDGE/UMTS/HSPA/HSPA+/DC-HSPA+, GPRS/EDGE/UMTS/HSPA/HSPA+/DC-HSPA+/LTE, GPRS/EDGE/UMTS/HSPA/HSPA+/LTE, CDMA, CDMA/DC-HSPA+, CDMA/DC-HSPA+/LTE, CDMA/LTE, CDMA/UMTS/HSPA/HSPA+, CDMA/UMTS/HSPA/HSPA+/DC-HSPA+, CDMA/UMTS/HSPA/HSPA+/DC-HSPA+/LTE, WiMAX, LMDS, DMS, FWA. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="telefonia_POTS_ISDN"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia stacjonarna POTS i ISDN (Usługi telefoniczne w stacjonarnej publicznej sieci telefonicznej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="telefonia_VoIP"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia stacjonarna VoIP (Telefonia IP w stacjonarnej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="telefonia_mobilna"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia mobilna (Publicznie dostępna usługa telefoniczna w ruchomej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="stacjonarny_internet"> <xs:annotation> <xs:documentation xml:lang="pl"> Stacjonarny dostęp do Internetu (Usługi dostępu do sieci Internet w stacjonarnej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="mobilny_internet"> <xs:annotation> <xs:documentation xml:lang="pl"> Mobilny dostęp do Internetu (Usługi dostępu do sieci Internet w ruchomej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="tv_IPTV_DTV"> <xs:annotation> <xs:documentation xml:lang="pl"> IPTV lub DTV (Rozpowszechnianie programów telewizyjnych w technologii cyfrowej). Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="inne_uslugi" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Inne usługi. Znacznik wymagany jeśli nie wybrano żadnej z usług. Wielokrotny wybór spośród podanych wartości. Wartości oddzielone znakiem średnika. ATV, dzierżawa włókna, dzierżawa lambdy, dzierżawa łącza, VPN-MetroETH, VPN MPLS, VPN FR, VPN pozostałe, IP Tranzyt, IP Peering, IP Transport. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="255"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:nonNegativeInteger | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="przepustowosc_stacjonarny" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Maksymalna możliwa do zaoferowania przepustowość do użytkownika końcowego na potrzeby stacjonarnego szerokopasmowego dostępu do Internetu (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="4"/> <xs:enumeration value="6"/> <xs:enumeration value="8"/> <xs:enumeration value="10"/> <xs:enumeration value="20"/> <xs:enumeration value="30"/> <xs:enumeration value="40"/> <xs:enumeration value="60"/> <xs:enumeration value="80"/> <xs:enumeration value="100"/> <xs:enumeration value="120"/> <xs:enumeration value="150"/> <xs:enumeration value="250"/> <xs:enumeration value="300"/> <xs:enumeration value="500"/> <xs:enumeration value="600"/> <xs:enumeration value="1000"/> <xs:enumeration value="2500"/> <xs:enumeration value="10000"/> <xs:enumeration value="40000"/> <xs:enumeration value="100000"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:nonNegativeInteger | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="przepustowosc_mobilny" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Maksymalna możliwa do zaoferowania przepustowość do użytkownika końcowego na potrzeby mobilnego szerokopasmowego dostępu do Internetu (w Mb/s). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="4"/> <xs:enumeration value="6"/> <xs:enumeration value="8"/> <xs:enumeration value="10"/> <xs:enumeration value="20"/> <xs:enumeration value="30"/> <xs:enumeration value="40"/> <xs:enumeration value="60"/> <xs:enumeration value="80"/> <xs:enumeration value="100"/> <xs:enumeration value="120"/> <xs:enumeration value="150"/> <xs:enumeration value="250"/> <xs:enumeration value="500"/> <xs:enumeration value="1000"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | identyfikator id_budynku telefonia_POTS_ISDN telefonia_VoIP telefonia_mobilna stacjonarny_internet mobilny_internet tv_IPTV_DTV inne_uslugi kons_bez_internetu kons_ponizej_1Mbps kons_od_1Mbps_do_2Mbps kons_2Mbps kons_od_2Mbps_do_10Mbps kons_od_10Mbps_do_20Mbps kons_od_20Mbps_do_30Mbps kons_30Mbps kons_od_30Mbps_do_100Mbps kons_100Mbps kons_powyzej_100Mbps nie_kons_bez_internetu nie_kons_ponizej_1Mbps nie_kons_od_1Mbps_do_2Mbps nie_kons_2Mbps nie_kons_od_2Mbps_do_10Mbps nie_kons_od_10Mbps_do_20Mbps nie_kons_od_20Mbps_do_30Mbps nie_kons_30Mbps nie_kons_od_30Mbps_do_100Mbps nie_kons_100Mbps nie_kons_powyzej_100Mbps projekt status | ||
annotation |
|
||
source | <xs:element name="usluga"> <xs:annotation> <xs:documentation xml:lang="pl"> Charakterystyka świadczonych usług w budynkach objętych zasięgiem sieci. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator usługi. Pole unikalne w ramach danych dotyczących usług świadczonych w budynku. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="id_budynku"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator budynku lub budowli w zasięgu sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_POTS_ISDN"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia stacjonarna POTS i ISDN (Usługi telefoniczne w stacjonarnej publicznej sieci telefonicznej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_VoIP"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia stacjonarna VoIP (Telefonia IP w stacjonarnej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="telefonia_mobilna"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia mobilna (Publicznie dostępna usługa telefoniczna w ruchomej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="stacjonarny_internet"> <xs:annotation> <xs:documentation xml:lang="pl"> Stacjonarny dostęp do Internetu (Usługi dostępu do sieci Internet w stacjonarnej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="mobilny_internet"> <xs:annotation> <xs:documentation xml:lang="pl"> Mobilny dostęp do Internetu (Usługi dostępu do sieci Internet w ruchomej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="tv_IPTV_DTV"> <xs:annotation> <xs:documentation xml:lang="pl"> IPTV lub DTV (Rozpowszechnianie programów telewizyjnych w technologii cyfrowej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="inne_uslugi" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Inne usługi. Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="ATV"/> <xs:enumeration value="dzierżawa włókna"/> <xs:enumeration value="dzierżawa lambdy"/> <xs:enumeration value="dzierżawa łącza"/> <xs:enumeration value="VPN-MetroETH"/> <xs:enumeration value="VPN MPLS"/> <xs:enumeration value="VPN FR"/> <xs:enumeration value="VPN pozostałe"/> <xs:enumeration value="IP Tranzyt"/> <xs:enumeration value="IP Peering"/> <xs:enumeration value="IP Transport"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_bez_internetu"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci bez dostępu do Internetu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_ponizej_1Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 0 [Mb/s] i poniżej lub równej 1 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_od_1Mbps_do_2Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 1 [Mb/s] i poniżej 2 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_2Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości równej 2 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_od_2Mbps_do_10Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 2 [Mb/s] i poniżej lub równej 10 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_od_10Mbps_do_20Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 10 [Mb/s] i poniżej lub równej 20 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_od_20Mbps_do_30Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 20 [Mb/s] i poniżej 30 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_30Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości równej 30 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_od_30Mbps_do_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 30 [Mb/s] i poniżej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości równej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kons_powyzej_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_bez_internetu"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami bez dostępu do Internetu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_ponizej_1Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 0 [Mb/s] i poniżej lub równej 1 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_od_1Mbps_do_2Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 1 [Mb/s] i poniżej 2 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_2Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości równej 2 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_od_2Mbps_do_10Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 2 [Mb/s] i poniżej 10 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_od_10Mbps_do_20Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 10 [Mb/s] i poniżej lub równej 20 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_od_20Mbps_do_30Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 20 [Mb/s] i poniżej 30 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_30Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości równej 30 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_od_30Mbps_do_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 30 [Mb/s] i poniżej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości równej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nie_kons_powyzej_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="identyfikator"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator usługi. Pole unikalne w ramach danych dotyczących usług świadczonych w budynku. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="id_budynku"> <xs:annotation> <xs:documentation xml:lang="pl"> Identyfikator budynku lub budowli w zasięgu sieci. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="telefonia_POTS_ISDN"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia stacjonarna POTS i ISDN (Usługi telefoniczne w stacjonarnej publicznej sieci telefonicznej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="telefonia_VoIP"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia stacjonarna VoIP (Telefonia IP w stacjonarnej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="telefonia_mobilna"> <xs:annotation> <xs:documentation xml:lang="pl"> Telefonia mobilna (Publicznie dostępna usługa telefoniczna w ruchomej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="stacjonarny_internet"> <xs:annotation> <xs:documentation xml:lang="pl"> Stacjonarny dostęp do Internetu (Usługi dostępu do sieci Internet w stacjonarnej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="mobilny_internet"> <xs:annotation> <xs:documentation xml:lang="pl"> Mobilny dostęp do Internetu (Usługi dostępu do sieci Internet w ruchomej publicznej sieci telekomunikacyjnej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="tv_IPTV_DTV"> <xs:annotation> <xs:documentation xml:lang="pl"> IPTV lub DTV (Rozpowszechnianie programów telewizyjnych w technologii cyfrowej). Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xs:element name="inne_uslugi" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Inne usługi. Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="ATV"/> <xs:enumeration value="dzierżawa włókna"/> <xs:enumeration value="dzierżawa lambdy"/> <xs:enumeration value="dzierżawa łącza"/> <xs:enumeration value="VPN-MetroETH"/> <xs:enumeration value="VPN MPLS"/> <xs:enumeration value="VPN FR"/> <xs:enumeration value="VPN pozostałe"/> <xs:enumeration value="IP Tranzyt"/> <xs:enumeration value="IP Peering"/> <xs:enumeration value="IP Transport"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kons_bez_internetu"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci bez dostępu do Internetu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kons_ponizej_1Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 0 [Mb/s] i poniżej lub równej 1 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kons_od_1Mbps_do_2Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 1 [Mb/s] i poniżej 2 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kons_2Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości równej 2 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kons_od_2Mbps_do_10Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 2 [Mb/s] i poniżej lub równej 10 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kons_od_10Mbps_do_20Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 10 [Mb/s] i poniżej lub równej 20 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kons_od_20Mbps_do_30Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 20 [Mb/s] i poniżej 30 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kons_30Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości równej 30 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kons_od_30Mbps_do_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 30 [Mb/s] i poniżej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kons_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości równej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kons_powyzej_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Konsumenci o przepustowości powyżej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="nie_kons_bez_internetu"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami bez dostępu do Internetu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="nie_kons_ponizej_1Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 0 [Mb/s] i poniżej lub równej 1 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="nie_kons_od_1Mbps_do_2Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 1 [Mb/s] i poniżej 2 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="nie_kons_2Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości równej 2 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="nie_kons_od_2Mbps_do_10Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 2 [Mb/s] i poniżej 10 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="nie_kons_od_10Mbps_do_20Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 10 [Mb/s] i poniżej lub równej 20 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="nie_kons_od_20Mbps_do_30Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 20 [Mb/s] i poniżej 30 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="nie_kons_30Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości równej 30 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="nie_kons_od_30Mbps_do_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 30 [Mb/s] i poniżej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="nie_kons_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości równej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="nie_kons_powyzej_100Mbps"> <xs:annotation> <xs:documentation xml:lang="pl"> Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 100 [Mb/s]. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||
properties |
|
||
children | identyfikator wojewodztwo powiat gmina TERC miejscowosc SYM ulica SYM_UL nr_budynku kod_pocztowy szerokosc_geograficzna dlugosc_geograficzna typ_budynku instalacja_anten wysokosc_zawieszenia_anten postawienie_masztu powierzchnia_calkowita powierzchnia_wolna podloga_techniczna sufit_techniczny klimatyzacja zasilanie_DC48V zasilanie_AC230V przylacze_swiatlowodowe podmioty_obce podmioty_z_zakonczeniami projekt status | ||
annotation |
|
||
source | <xs:element name="kolokacja"> <xs:annotation> <xs:documentation> Charakterystyka budynków umożliwiających kolokację. </xs:documentation> </xs:annotation> <xs:complexType> <xs:all> <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator budynku umożliwiającego kolokację. Pole unikalne w ramach danych dotyczących kolokacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powiat"> <xs:annotation> <xs:documentation> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="gmina"> <xs:annotation> <xs:documentation> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TERC"> <xs:annotation> <xs:documentation> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nie posiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Szerokość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="typ_budynku"> <xs:annotation> <xs:documentation xml:lang="pl"> Typ budynku, w którym umieszczony jest element. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="budynek biurowy"/> <xs:enumeration value="budynek mieszkalny"/> <xs:enumeration value="budynek przemysłowy"/> <xs:enumeration value="budynek usługowy"/> <xs:enumeration value="budynek użyteczności publicznej"/> <xs:enumeration value="obiekt sakralny"/> <xs:enumeration value="obiekt sieci elektroenergetycznej"/> <xs:enumeration value="wieża"/> <xs:enumeration value="maszt"/> <xs:enumeration value="komin"/> <xs:enumeration value="kontener"/> <xs:enumeration value="szafa uliczna"/> <xs:enumeration value="słup"/> <xs:enumeration value="skrzynka"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="instalacja_anten" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość instalacji anten dla radiowej sieci dostępowej lub anten dla radiolinii. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="wysokosc_zawieszenia_anten" minOccurs="0"> <xs:annotation> <xs:documentation> Wysokość zawieszenia anten nad poziomem gruntu (w metrach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="postawienie_masztu" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość postawienia masztu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powierzchnia_calkowita" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Powierzchnia pomieszczenia kolokacyjnego - całkowita (w metrach kwadratowych). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="powierzchnia_wolna" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Powierzchnia pomieszczenia kolokacyjnego - wolna (w metrach kwadratowych). Nie może być większa niż Powierzchnia pomieszczenia kolokacyjnego - całkowita. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="podloga_techniczna" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie pomieszczeń kolokacji w podłogę techniczną. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Częściowo"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="sufit_techniczny" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie pomieszczeń kolokacji w sufit techniczny. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Częściowo"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="klimatyzacja" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie pomieszczeń kolokacji w klimatyzację. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Częściowo"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="zasilanie_DC48V" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie w gwarantowane zasilanie DC48V. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="zasilanie_AC230V" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie w gwarantowane zasilanie AC230V. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="przylacze_swiatlowodowe" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia przyłącza światłowodowego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="podmioty_obce" minOccurs="0"> <xs:annotation> <xs:documentation> Liczba podmiotów obcych w budynku. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="podmioty_z_zakonczeniami" minOccurs="0"> <xs:annotation> <xs:documentation> Liczba podmiotów posiadających zakończenia światłowodowe w budynku. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="identyfikator"> <xs:annotation> <xs:documentation> Identyfikator budynku umożliwiającego kolokację. Pole unikalne w ramach danych dotyczących kolokacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="wojewodztwo"> <xs:annotation> <xs:documentation> Województwo. Nazwa województwa zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="powiat"> <xs:annotation> <xs:documentation> Powiat. Nazwa powiatu zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="gmina"> <xs:annotation> <xs:documentation> Gmina. Nazwa gminy zgodna z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="TERC"> <xs:annotation> <xs:documentation> Kod TERC. Kod TERC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="miejscowosc"> <xs:annotation> <xs:documentation xml:lang="pl"> Miejscowość. Zgodna z nazwą miejscowości, częścią miejscowości, dzielnicą lub delegaturą w TERYT. W przypadku budowli nie posiadających adresu podawana jest miejscowość w obrębie, której mieści się budowla lub budynek bez adresu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="SYM"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod SIMC. Kod SIMC zgodny z TERYT. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{7}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="ulica" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Ulica. Nazwa ulicy zgodna z TERYT. W przypadku, gdy w miejscowości istnieje ulica, nie występująca w TERYT, należy wpisać nazwę zwyczajową ulicy, a w kodzie ulicy należy wpisać wartość "99998". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="250"/> <xs:minLength value="1"/> <xs:pattern value=".*\S.*"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="SYM_UL" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Kod ULIC. Kod ULIC zgodny z TERYT dla danej nazwy ulicy. W przypadku braku nazwy ulicy w TERYT kod "99998". W przypadku domów i budowli bez przypisanej ulicy kod "99999". </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="nr_budynku" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Numer porządkowy. Znacznik obowiązkowy, gdy nie wypełniono współrzędnych geograficznych i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,50}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="kod_pocztowy" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Kod pocztowy. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="(\d{2}-\d{2}[1-9])|(\d{2}-\d{1}[1-9]\d{1})|(\d{2}-[1-9]\d{2})|([1-9]\d{1}-\d{3})|(\d{1}[1-9]-\d{3})"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||
type | restriction of xs:decimal | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="szerokosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Szerokość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="49.0020"/> <xs:maxInclusive value="54.8357"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||
type | restriction of xs:decimal | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="dlugosc_geograficzna" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="pl"> Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Długość geograficzna. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="8"/> <xs:fractionDigits value="6"/> <xs:minInclusive value="14.1224"/> <xs:maxInclusive value="24.1458"/> <xs:pattern value="\d{2}\.\d{4,6}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="typ_budynku"> <xs:annotation> <xs:documentation xml:lang="pl"> Typ budynku, w którym umieszczony jest element. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="budynek biurowy"/> <xs:enumeration value="budynek mieszkalny"/> <xs:enumeration value="budynek przemysłowy"/> <xs:enumeration value="budynek usługowy"/> <xs:enumeration value="budynek użyteczności publicznej"/> <xs:enumeration value="obiekt sakralny"/> <xs:enumeration value="obiekt sieci elektroenergetycznej"/> <xs:enumeration value="wieża"/> <xs:enumeration value="maszt"/> <xs:enumeration value="komin"/> <xs:enumeration value="kontener"/> <xs:enumeration value="szafa uliczna"/> <xs:enumeration value="słup"/> <xs:enumeration value="skrzynka"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="instalacja_anten" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość instalacji anten dla radiowej sieci dostępowej lub anten dla radiolinii. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="wysokosc_zawieszenia_anten" minOccurs="0"> <xs:annotation> <xs:documentation> Wysokość zawieszenia anten nad poziomem gruntu (w metrach). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="9999999999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
|||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="postawienie_masztu" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość postawienia masztu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:positiveInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="powierzchnia_calkowita" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Powierzchnia pomieszczenia kolokacyjnego - całkowita (w metrach kwadratowych). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="powierzchnia_wolna" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Powierzchnia pomieszczenia kolokacyjnego - wolna (w metrach kwadratowych). Nie może być większa niż Powierzchnia pomieszczenia kolokacyjnego - całkowita. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="podloga_techniczna" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie pomieszczeń kolokacji w podłogę techniczną. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Częściowo"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="sufit_techniczny" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie pomieszczeń kolokacji w sufit techniczny. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Częściowo"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="klimatyzacja" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie pomieszczeń kolokacji w klimatyzację. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Częściowo"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="zasilanie_DC48V" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie w gwarantowane zasilanie DC48V. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="zasilanie_AC230V" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Wyposażenie w gwarantowane zasilanie AC230V. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="przylacze_swiatlowodowe" minOccurs="0"> <xs:annotation> <xs:documentation> Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji. Możliwość udostępnienia przyłącza światłowodowego. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Tak"/> <xs:enumeration value="Nie"/> <xs:enumeration value="Brak danych"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="podmioty_obce" minOccurs="0"> <xs:annotation> <xs:documentation> Liczba podmiotów obcych w budynku. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
type | restriction of xs:nonNegativeInteger | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="podmioty_z_zakonczeniami" minOccurs="0"> <xs:annotation> <xs:documentation> Liczba podmiotów posiadających zakończenia światłowodowe w budynku. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="projekt" minOccurs="0"> <xs:annotation> <xs:documentation> Numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> <xs:minLength value="1"/> <xs:pattern value="[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:"'/|@]{1,30}"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="status" minOccurs="0"> <xs:annotation> <xs:documentation> Status realizacji. Znacznik obowiązkowy dla elementów, dla których podano numer projektu. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="planowane"/> <xs:enumeration value="w realizacji"/> <xs:enumeration value="zakończone"/> </xs:restriction> </xs:simpleType> </xs:element> |