Schema siis5-68.xsd


Elements 
dokument 


element dokument
diagram siis5-68_p1.png
properties
content complex
children podmiot_przekazujacy_dane dane
attributes
Name  Type  Use  Default  Fixed  Annotation
wersja  xs:string        
oznaczenie  xs:string        
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@&amp;]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@&amp;]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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>

attribute dokument/@wersja
type xs:string
source <xs:attribute name="wersja" type="xs:string"/>

attribute dokument/@oznaczenie
type xs:string
source <xs:attribute name="oznaczenie" type="xs:string"/>

element dokument/podmiot_przekazujacy_dane
diagram siis5-68_p2.png
properties
content complex
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
documentation

Podmiot przekazujący informacje oraz osoba kontaktowa.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@&amp;]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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>

element dokument/podmiot_przekazujacy_dane/nazwa
diagram siis5-68_p3.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 250
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@&amp;]{1,250}
annotation
documentation

Nazwa podmiotu.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@&amp;]{1,250}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/podmiot_przekazujacy_dane/NIP
diagram siis5-68_p4.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{10}
annotation
documentation

NIP.
Znacznik obowiązkowy dla podmiotów posiadających NIP.
Zgodny z NIP, bez kresek.
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>

element dokument/podmiot_przekazujacy_dane/REGON
diagram siis5-68_p5.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{9}
pattern \d{14}
annotation
documentation

REGON.
Znacznik obowiązkowy dla podmiotów posiadających REGON.
Zgodny z REGON wraz z zerami wiodącymi.
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>

element dokument/podmiot_przekazujacy_dane/RPT
diagram siis5-68_p6.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{1,10}
annotation
documentation

RPT.
Znacznik obowiązkowy dla przedsiębiorców telekomunikacyjnych.
Zgodny z RPT – rejestrem przedsiębiorców telekomunikacyjnych.
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>

element dokument/podmiot_przekazujacy_dane/RJST
diagram siis5-68_p7.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{1,10}
annotation
documentation

RJST.
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>

element dokument/podmiot_przekazujacy_dane/KRS
diagram siis5-68_p8.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{1,14}
annotation
documentation

KRS.
Znacznik obowiązkowy dla przedsiębiorców telekomunikacyjnych i przedsiębiorstw użyteczności publicznej.
Zgodny z KRS.
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>

element dokument/podmiot_przekazujacy_dane/wojewodztwo
diagram siis5-68_p9.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Województwo.
Nazwa województwa zgodna z TERYT.
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>

element dokument/podmiot_przekazujacy_dane/powiat
diagram siis5-68_p10.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Powiat.
Nazwa powiatu zgodna z TERYT.
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>

element dokument/podmiot_przekazujacy_dane/gmina
diagram siis5-68_p11.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Gmina.
Nazwa gminy zgodna z TERYT.
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>

element dokument/podmiot_przekazujacy_dane/TERC
diagram siis5-68_p12.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
pattern \d{7}
annotation
documentation

Kod TERC.
Kod TERC zgodny z TERYT.
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>

element dokument/podmiot_przekazujacy_dane/miejscowosc
diagram siis5-68_p13.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
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.
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>

element dokument/podmiot_przekazujacy_dane/SYM
diagram siis5-68_p14.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
pattern \d{7}
annotation
documentation

Kod SIMC.
Kod SIMC zgodny z TERYT.
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>

element dokument/podmiot_przekazujacy_dane/ulica
diagram siis5-68_p15.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 250
pattern .*\S.*
annotation
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".
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>

element dokument/podmiot_przekazujacy_dane/SYM_UL
diagram siis5-68_p16.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{5}
annotation
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".
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>

element dokument/podmiot_przekazujacy_dane/nr_budynku
diagram siis5-68_p17.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,50}
annotation
documentation

Numer porządkowy.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,50}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/podmiot_przekazujacy_dane/kod_pocztowy
diagram siis5-68_p18.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (\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})
annotation
documentation

Kod pocztowy.
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>

element dokument/podmiot_przekazujacy_dane/strona_www
diagram siis5-68_p19.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Strona WWW.
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>

element dokument/podmiot_przekazujacy_dane/e-mail
diagram siis5-68_p20.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern ([0-9a-zA-Z]([-\.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9})
annotation
documentation

E-mail.
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>

element dokument/podmiot_przekazujacy_dane/upublicznienie_wezly
diagram siis5-68_p21.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Wyrażenie zgody na upublicznienie nazwy podmiotu dla węzłów własnych.
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>

element dokument/podmiot_przekazujacy_dane/upublicznienie_elementy
diagram siis5-68_p22.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
annotation
documentation

Wyrażenie zgody na upublicznienie nazwy podmiotu dla elementów infrastruktury telekomunikacyjnej zapewniających łączenie kabli telekomunikacyjnych.
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>

element dokument/podmiot_przekazujacy_dane/upublicznienie_punkty_styku
diagram siis5-68_p23.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
annotation
documentation

Wyrażenie zgody na upublicznienie nazwy podmiotu dla elementów infrastruktury stanowiących punkty styku z innymi sieciami.
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>

element dokument/podmiot_przekazujacy_dane/upublicznienie_linie
diagram siis5-68_p24.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
annotation
documentation

Wyrażenie zgody na upublicznienie nazwy podmiotu dla elementów infrastruktury telekomunikacyjnej stanowiących linie kablowe lub bezprzewodowe.
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>

element dokument/podmiot_przekazujacy_dane/upublicznienie_polaczenia
diagram siis5-68_p25.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
annotation
documentation

Wyrażenie zgody na upublicznienie nazwy podmiotu dla połączeń pomiędzy węzłami sieci.
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>

element dokument/podmiot_przekazujacy_dane/upublicznienie_zasiegi
diagram siis5-68_p26.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
annotation
documentation

Wyrażenie zgody na upublicznienie nazwy podmiotu dla adresów budynków objętych zasięgiem sieci.
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>

element dokument/podmiot_przekazujacy_dane/osoba_imiona
diagram siis5-68_p27.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}
annotation
documentation
Imiona osoby kontaktowej.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/podmiot_przekazujacy_dane/osoba_nazwisko
diagram siis5-68_p28.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}
annotation
documentation
Nazwisko osoby kontaktowej.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/podmiot_przekazujacy_dane/osoba_telefon
diagram siis5-68_p29.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}
annotation
documentation
Numer telefonu osoby kontaktowej.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/podmiot_przekazujacy_dane/osoba_faks
diagram siis5-68_p30.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}
annotation
documentation
Numer faksu osoby kontaktowej.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/podmiot_przekazujacy_dane/osoba_e-mail
diagram siis5-68_p31.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern ([0-9a-zA-Z]([-\.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9})
annotation
documentation
E-mail osoby kontaktowej.
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>

element dokument/dane
diagram siis5-68_p32.png
properties
content complex
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@&amp;]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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>

element dokument/dane/podmiot_obcy_lub_wspoldzielacy
diagram siis5-68_p33.png
properties
content complex
children identyfikator nazwa NIP REGON RPT wojewodztwo powiat gmina TERC miejscowosc SYM ulica SYM_UL nr_budynku kod_pocztowy projekt
annotation
documentation

Dostawcy usług i podmioty udostępniające lub współdzielące infrastrukturę.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@&amp;]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:all>
 
</xs:complexType>
</xs:element>

element dokument/dane/podmiot_obcy_lub_wspoldzielacy/identyfikator
diagram siis5-68_p34.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\]\\,.;:/|@]{1,100}
annotation
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ę.
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>

element dokument/dane/podmiot_obcy_lub_wspoldzielacy/nazwa
diagram siis5-68_p35.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 250
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@&amp;]{1,250}
annotation
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.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@&amp;]{1,250}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/podmiot_obcy_lub_wspoldzielacy/NIP
diagram siis5-68_p36.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{10}
annotation
documentation

NIP.
Zgodny z NIP, bez kresek.
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>

element dokument/dane/podmiot_obcy_lub_wspoldzielacy/REGON
diagram siis5-68_p37.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{9}
pattern \d{14}
annotation
documentation

REGON.
Zgodny z REGON wraz z zerami wiodącymi.
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>

element dokument/dane/podmiot_obcy_lub_wspoldzielacy/RPT
diagram siis5-68_p38.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{1,10}
annotation
documentation

RPT.
Znacznik obowiązkowy dla przedsiębiorców telekomunikacyjnych.
Zgodny z RPT – rejestrem przedsiębiorców telekomunikacyjnych.
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>

element dokument/dane/podmiot_obcy_lub_wspoldzielacy/wojewodztwo
diagram siis5-68_p39.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
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.
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>

element dokument/dane/podmiot_obcy_lub_wspoldzielacy/powiat
diagram siis5-68_p40.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
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.
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>

element dokument/dane/podmiot_obcy_lub_wspoldzielacy/gmina
diagram siis5-68_p41.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
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.
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>

element dokument/dane/podmiot_obcy_lub_wspoldzielacy/TERC
diagram siis5-68_p42.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{7}
annotation
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.
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>

element dokument/dane/podmiot_obcy_lub_wspoldzielacy/miejscowosc
diagram siis5-68_p43.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
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.
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>

element dokument/dane/podmiot_obcy_lub_wspoldzielacy/SYM
diagram siis5-68_p44.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{7}
annotation
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.
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>

element dokument/dane/podmiot_obcy_lub_wspoldzielacy/ulica
diagram siis5-68_p45.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 250
pattern .*\S.*
annotation
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.
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>

element dokument/dane/podmiot_obcy_lub_wspoldzielacy/SYM_UL
diagram siis5-68_p46.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{5}
annotation
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.
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>

element dokument/dane/podmiot_obcy_lub_wspoldzielacy/nr_budynku
diagram siis5-68_p47.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,50}
annotation
documentation

Numer porządkowy.
Znacznik obowiązkowy dla dostawców usług i podmiotów, dla których nie podano numeru RPT.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,50}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/podmiot_obcy_lub_wspoldzielacy/kod_pocztowy
diagram siis5-68_p48.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (\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})
annotation
documentation

Kod pocztowy.
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>

element dokument/dane/podmiot_obcy_lub_wspoldzielacy/projekt
diagram siis5-68_p49.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}
annotation
documentation

Numer projektu.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/wezel_wlasny
diagram siis5-68_p50.png
properties
content complex
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
documentation

Charakterystyka własnych lub współdzielonych z innymi podmiotami węzłów sieci telekomunikacyjnej.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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>

element dokument/dane/wezel_wlasny/identyfikator
diagram siis5-68_p51.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}
annotation
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.
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>

element dokument/dane/wezel_wlasny/wlasnosc
diagram siis5-68_p52.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Węzeł własny
enumeration Węzeł współdzielony z innym podmiotem
annotation
documentation

Własność infrastruktury.
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>

element dokument/dane/wezel_wlasny/id_podmiotu_wspoldzielacego
diagram siis5-68_p53.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Znacznik wymagany dla elementu współdzielonego z innym podmiotem.
Identyfikator podmiotu współdzielącego element infrastruktury.
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>

element dokument/dane/wezel_wlasny/id_kolokacji
diagram siis5-68_p54.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Identyfikator budynku umożliwiającego kolokację.
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>

element dokument/dane/wezel_wlasny/wojewodztwo
diagram siis5-68_p55.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Województwo. Nazwa województwa zgodna z TERYT.
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>

element dokument/dane/wezel_wlasny/powiat
diagram siis5-68_p56.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Powiat. Nazwa powiatu zgodna z TERYT.
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>

element dokument/dane/wezel_wlasny/gmina
diagram siis5-68_p57.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Gmina. Nazwa gminy zgodna z TERYT.
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>

element dokument/dane/wezel_wlasny/TERC
diagram siis5-68_p58.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
pattern \d{7}
annotation
documentation

Kod TERC. Kod TERC zgodny z TERYT.
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>

element dokument/dane/wezel_wlasny/miejscowosc
diagram siis5-68_p59.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

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.
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>

element dokument/dane/wezel_wlasny/SYM
diagram siis5-68_p60.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
pattern \d{7}
annotation
documentation

Kod SIMC. Kod SIMC zgodny z TERYT.
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>

element dokument/dane/wezel_wlasny/ulica
diagram siis5-68_p61.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 250
pattern .*\S.*
annotation
documentation

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.
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>

element dokument/dane/wezel_wlasny/SYM_UL
diagram siis5-68_p62.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{5}
annotation
documentation

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".
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>

element dokument/dane/wezel_wlasny/nr_budynku
diagram siis5-68_p63.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,50}
annotation
documentation

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.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,50}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/wezel_wlasny/kod_pocztowy
diagram siis5-68_p64.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (\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})
annotation
documentation

Kod pocztowy.
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>

element dokument/dane/wezel_wlasny/szerokosc_geograficzna
diagram siis5-68_p65.png
type restriction of xs:decimal
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 49.0020
maxInclusive 54.8357
totalDigits 8
fractionDigits 6
pattern \d{2}\.\d{4,6}
annotation
documentation

Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Szerokość geograficzna.
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>

element dokument/dane/wezel_wlasny/dlugosc_geograficzna
diagram siis5-68_p66.png
type restriction of xs:decimal
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 14.1224
maxInclusive 24.1458
totalDigits 8
fractionDigits 6
pattern \d{2}\.\d{4,6}
annotation
documentation

Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Długość geograficzna.
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>

element dokument/dane/wezel_wlasny/typ_obiektu
diagram siis5-68_p67.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration budynek biurowy
enumeration budynek mieszkalny
enumeration budynek przemysłowy
enumeration budynek usługowy
enumeration budynek użyteczności publicznej
enumeration obiekt sakralny
enumeration obiekt sieci elektroenergetycznej
enumeration wieża
enumeration maszt
enumeration komin
enumeration kontener
enumeration szafa uliczna
enumeration słup
enumeration skrzynka
enumeration studnia kablowa
annotation
documentation

Typ obiektu, w którym umieszczony jest element.
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>

element dokument/dane/wezel_wlasny/udostepnienie_powierzchni
diagram siis5-68_p68.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
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ł.
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>

element dokument/dane/wezel_wlasny/instalacja_anten
diagram siis5-68_p69.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
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ł.
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>

element dokument/dane/wezel_wlasny/finansowanie_ue
diagram siis5-68_p70.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
enumeration Brak danych
annotation
documentation

Węzeł współfinansowany ze środków unijnych.
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>

element dokument/dane/wezel_wlasny/projekt
diagram siis5-68_p71.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}
annotation
documentation

Numer projektu.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/wezel_wlasny/status
diagram siis5-68_p72.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration planowane
enumeration w realizacji
enumeration zakończone
annotation
documentation

Status realizacji.
Znacznik obowiązkowy dla elementów, dla których podano numer projektu.
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>

element dokument/dane/wezel_obcy
diagram siis5-68_p73.png
properties
content complex
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
documentation

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.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:all>
 
</xs:complexType>
</xs:element>

element dokument/dane/wezel_obcy/identyfikator
diagram siis5-68_p74.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}
annotation
documentation

Identyfikator węzła obcego.
Pole unikalne w ramach danych dotyczących węzłów własnych lub współdzielonych oraz obcych.
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>

element dokument/dane/wezel_obcy/forma_wlasnosci
diagram siis5-68_p75.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Umowa o dostęp do sieci telekomunikacyjnej
enumeration Umowa BSA na sieci innego podmiotu
enumeration Umowa LLU na sieci innego podmiotu
enumeration Prosta odsprzedaż usług na sieci innego podmiotu
enumeration Usługa dostępu szerokopasmowego w modelu VNO
enumeration Inne usługi w modelu VNO
enumeration Świadczenie lub zakup usług IP Tranzyt i IP Peering
enumeration Świadczenie lub zakup usług transmisji danych
enumeration Umowa o połączeniu sieci PSTN
enumeration Kolokacja i najem
enumeration Dzierżawa
annotation
documentation

Podstawa i forma korzystania z infrastruktury obcej.
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>

element dokument/dane/wezel_obcy/id_podmiotu_obcego
diagram siis5-68_p76.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Identyfikator podmiotu obcego będącego właścicielem elementu infrastruktury.
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>

element dokument/dane/wezel_obcy/wojewodztwo
diagram siis5-68_p77.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Województwo. Nazwa województwa zgodna z TERYT.
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>

element dokument/dane/wezel_obcy/powiat
diagram siis5-68_p78.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Powiat. Nazwa powiatu zgodna z TERYT.
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>

element dokument/dane/wezel_obcy/gmina
diagram siis5-68_p79.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Gmina. Nazwa gminy zgodna z TERYT.
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>

element dokument/dane/wezel_obcy/TERC
diagram siis5-68_p80.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
pattern \d{7}
annotation
documentation

Kod TERC. Kod TERC zgodny z TERYT.
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>

element dokument/dane/wezel_obcy/miejscowosc
diagram siis5-68_p81.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

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.
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>

element dokument/dane/wezel_obcy/SYM
diagram siis5-68_p82.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
pattern \d{7}
annotation
documentation

Kod SIMC. Kod SIMC zgodny z TERYT.
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>

element dokument/dane/wezel_obcy/ulica
diagram siis5-68_p83.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 250
pattern .*\S.*
annotation
documentation

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".
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>

element dokument/dane/wezel_obcy/SYM_UL
diagram siis5-68_p84.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{5}
annotation
documentation

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".
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>

element dokument/dane/wezel_obcy/nr_budynku
diagram siis5-68_p85.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,50}
annotation
documentation

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.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,50}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/wezel_obcy/kod_pocztowy
diagram siis5-68_p86.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (\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})
annotation
documentation

Kod pocztowy.
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>

element dokument/dane/wezel_obcy/szerokosc_geograficzna
diagram siis5-68_p87.png
type restriction of xs:decimal
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 49.0020
maxInclusive 54.8357
totalDigits 8
fractionDigits 6
pattern \d{2}\.\d{4,6}
annotation
documentation

Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Szerokość geograficzna.
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>

element dokument/dane/wezel_obcy/dlugosc_geograficzna
diagram siis5-68_p88.png
type restriction of xs:decimal
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 14.1224
maxInclusive 24.1458
totalDigits 8
fractionDigits 6
pattern \d{2}\.\d{4,6}
annotation
documentation

Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Długość geograficzna.
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>

element dokument/dane/wezel_obcy/typ_obiektu
diagram siis5-68_p89.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration budynek biurowy
enumeration budynek mieszkalny
enumeration budynek przemysłowy
enumeration budynek usługowy
enumeration budynek użyteczności publicznej
enumeration obiekt sakralny
enumeration obiekt sieci elektroenergetycznej
enumeration wieża
enumeration maszt
enumeration komin
enumeration kontener
enumeration szafa uliczna
enumeration słup
enumeration skrzynka
enumeration studnia kablowa
annotation
documentation

Typ obiektu, w którym umieszczony jest element.
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>

element dokument/dane/wezel_obcy/projekt
diagram siis5-68_p90.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}
annotation
documentation

Numer projektu.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/interfejs_wezla
diagram siis5-68_p91.png
properties
content complex
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
documentation

Informacje o interfejsach węzłów własnych lub współdzielonych z innymi podmiotami i ich wykorzystaniu
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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>

element dokument/dane/interfejs_wezla/identyfikator
diagram siis5-68_p92.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}
annotation
documentation

Identyfikator grupy interfejsów.
Pole unikalne w ramach danych dotyczących Interfejsów.
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>

element dokument/dane/interfejs_wezla/id_wezla_wlasnego
diagram siis5-68_p93.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Identyfikator węzła własnego lub współdzielonego z innym podmiotem.
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>

element dokument/dane/interfejs_wezla/warstwa_szkieletowa
diagram siis5-68_p94.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Warstwa szkieletowa.
Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa.
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>

element dokument/dane/interfejs_wezla/warstwa_dystrybucyjna
diagram siis5-68_p95.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Warstwa dystrybucyjna.
Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa.
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>

element dokument/dane/interfejs_wezla/warstwa_dostepowa
diagram siis5-68_p96.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Warstwa dostępowa.
Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa.
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>

element dokument/dane/interfejs_wezla/medium
diagram siis5-68_p97.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration światłowodowe
enumeration kablowe współosiowe miedziane
enumeration kablowe parowe miedziane
enumeration radiowe
annotation
documentation

Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów).
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>

element dokument/dane/interfejs_wezla/pasmo_radiowe
diagram siis5-68_p98.png
type restriction of xs:decimal
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
totalDigits 8
fractionDigits 5
annotation
documentation

Znacznik obowiązkowy dla medium radiowego.
Pasmo radiowe (w GHz).
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>

element dokument/dane/interfejs_wezla/technologia
diagram siis5-68_p99.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

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.
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>

element dokument/dane/interfejs_wezla/przepustowosc
diagram siis5-68_p100.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 9999999
annotation
documentation

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).
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>

element dokument/dane/interfejs_wezla/przepustowosc_w_gore
diagram siis5-68_p101.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 9999999
annotation
documentation

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).
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>

element dokument/dane/interfejs_wezla/interfejsy_lacznie
diagram siis5-68_p102.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 99999
annotation
documentation

Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Liczba interfejsów łącznie
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>

element dokument/dane/interfejs_wezla/interfejsy_wykorzystane
diagram siis5-68_p103.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 99999
annotation
documentation

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.
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>

element dokument/dane/interfejs_wezla/interfejsy_wolne
diagram siis5-68_p104.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 99999
annotation
documentation

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.
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>

element dokument/dane/interfejs_wezla/udostepnienie
diagram siis5-68_p105.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Możliwość udostępnienia interfejsów.
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>

element dokument/dane/interfejs_wezla/projekt
diagram siis5-68_p106.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}
annotation
documentation

Numer projektu.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/interfejs_wezla/status
diagram siis5-68_p107.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration planowane
enumeration w realizacji
enumeration zakończone
annotation
documentation

Status realizacji.
Znacznik obowiązkowy dla elementów, dla których podano numer projektu.
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>

element dokument/dane/zasieg_wezla
diagram siis5-68_p108.png
properties
content complex
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
documentation

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.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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>

element dokument/dane/zasieg_wezla/identyfikator
diagram siis5-68_p109.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}
annotation
documentation

Identyfikator sektora radiowego.
Pole unikalne w ramach danych dotyczących Interfejsów.
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>

element dokument/dane/zasieg_wezla/id_wezla_wlasnego
diagram siis5-68_p110.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Identyfikator węzła własnego.
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>

element dokument/dane/zasieg_wezla/id_interfejsu_wezla_wlasnego
diagram siis5-68_p111.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Identyfikator interfejsu radiowego sieci dostępowej węzła własnego.
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>

element dokument/dane/zasieg_wezla/pasmo_licencjonowane
diagram siis5-68_p112.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Czy na używanie urządzenia radiowego obsługującego sektor zostało wydane pozwolenie radiowe.
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>

element dokument/dane/zasieg_wezla/nr_pozwolenia_radiowego
diagram siis5-68_p113.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}
annotation
documentation

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.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/zasieg_wezla/azymut
diagram siis5-68_p114.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 359
annotation
documentation

Znacznik obowiązkowy dla pasma nielicencjonowanego jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Azymut sektora (w stopniach).
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>

element dokument/dane/zasieg_wezla/szerokosc_katowa
diagram siis5-68_p115.png
type restriction of xs:positiveInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 360
annotation
documentation

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).
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>

element dokument/dane/zasieg_wezla/wysokosc_anten
diagram siis5-68_p116.png
type restriction of xs:positiveInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 999
annotation
documentation

Wysokość zawieszenia anten nad poziomem gruntu (w metrach).
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>

element dokument/dane/zasieg_wezla/promien_zasiegu
diagram siis5-68_p117.png
type restriction of xs:positiveInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 999999
annotation
documentation

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).
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>

element dokument/dane/zasieg_wezla/przepustowosc
diagram siis5-68_p118.png
type restriction of xs:positiveInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 9999999
annotation
documentation

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).
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>

element dokument/dane/zasieg_wezla/projekt
diagram siis5-68_p119.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}
annotation
documentation

Numer projektu.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/zasieg_wezla/status
diagram siis5-68_p120.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration planowane
enumeration w realizacji
enumeration zakończone
annotation
documentation

Status realizacji.
Znacznik obowiązkowy dla elementów, dla których podano numer projektu.
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>

element dokument/dane/laczenie_kabli
diagram siis5-68_p121.png
properties
content complex
children identyfikator wojewodztwo powiat gmina TERC miejscowosc SYM ulica SYM_UL nr_budynku kod_pocztowy szerokosc_geograficzna dlugosc_geograficzna typ_obiektu projekt status
annotation
documentation

Charakterystyka elementów infrastruktury telekomunikacyjnej zapewniających łączenie kabli telekomunikacyjnych.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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>

element dokument/dane/laczenie_kabli/identyfikator
diagram siis5-68_p122.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}
annotation
documentation

Identyfikator elementu łączenia kabli.
Pole unikalne w ramach danych dotyczących Łączenia kabli.
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>

element dokument/dane/laczenie_kabli/wojewodztwo
diagram siis5-68_p123.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

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.
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>

element dokument/dane/laczenie_kabli/powiat
diagram siis5-68_p124.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

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.
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>

element dokument/dane/laczenie_kabli/gmina
diagram siis5-68_p125.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

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.
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>

element dokument/dane/laczenie_kabli/TERC
diagram siis5-68_p126.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{7}
annotation
documentation

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.
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>

element dokument/dane/laczenie_kabli/miejscowosc
diagram siis5-68_p127.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

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.
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>

element dokument/dane/laczenie_kabli/SYM
diagram siis5-68_p128.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{7}
annotation
documentation

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.
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>

element dokument/dane/laczenie_kabli/ulica
diagram siis5-68_p129.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 250
pattern .*\S.*
annotation
documentation

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".
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>

element dokument/dane/laczenie_kabli/SYM_UL
diagram siis5-68_p130.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{5}
annotation
documentation

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".
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>

element dokument/dane/laczenie_kabli/nr_budynku
diagram siis5-68_p131.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,50}
annotation
documentation

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.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,50}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/laczenie_kabli/kod_pocztowy
diagram siis5-68_p132.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (\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})
annotation
documentation

Kod pocztowy.
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>

element dokument/dane/laczenie_kabli/szerokosc_geograficzna
diagram siis5-68_p133.png
type restriction of xs:decimal
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 49.0020
maxInclusive 54.8357
totalDigits 8
fractionDigits 6
pattern \d{2}\.\d{4,6}
annotation
documentation

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.
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>

element dokument/dane/laczenie_kabli/dlugosc_geograficzna
diagram siis5-68_p134.png
type restriction of xs:decimal
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 14.1224
maxInclusive 24.1458
totalDigits 8
fractionDigits 6
pattern \d{2}\.\d{4,6}
annotation
documentation

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.
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>

element dokument/dane/laczenie_kabli/typ_obiektu
diagram siis5-68_p135.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration budynek biurowy
enumeration budynek mieszkalny
enumeration budynek przemysłowy
enumeration budynek usługowy
enumeration budynek użyteczności publicznej
enumeration obiekt sakralny
enumeration obiekt sieci elektroenergetycznej
enumeration wieża
enumeration maszt
enumeration komin
enumeration kontener
enumeration szafa uliczna
enumeration słup
enumeration skrzynka
enumeration studnia kablowa
enumeration zasobnik kablowy
enumeration słupek telekomunikacyjny
annotation
documentation

Typ obiektu, w którym umieszczony jest element.
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>

element dokument/dane/laczenie_kabli/projekt
diagram siis5-68_p136.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}
annotation
documentation

Numer projektu.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/laczenie_kabli/status
diagram siis5-68_p137.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration planowane
enumeration w realizacji
enumeration zakończone
annotation
documentation

Status realizacji.
Znacznik obowiązkowy dla elementów, dla których podano numer projektu.
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>

element dokument/dane/punkt_styku
diagram siis5-68_p138.png
properties
content complex
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
documentation

Charakterystyka elementów infrastruktury stanowiących punkty styku z innymi sieciami.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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>

element dokument/dane/punkt_styku/identyfikator
diagram siis5-68_p139.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}
annotation
documentation

Identyfikator Punktu Styku
Pole unikalne w ramach danych dotyczących punktów styku.
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>

element dokument/dane/punkt_styku/id_wezla_wlasnego
diagram siis5-68_p140.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Identyfikator węzła własnego.
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>

element dokument/dane/punkt_styku/id_wezla_obcego
diagram siis5-68_p141.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Identyfikator węzła obcego lub punktu świadczenia usługi.
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>

element dokument/dane/punkt_styku/id_interfejsu_wezla_wlasnego
diagram siis5-68_p142.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Identyfikator interfejsu węzła własnego.
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>

element dokument/dane/punkt_styku/ruch_szerokopasmowy
diagram siis5-68_p143.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Wykorzystanie Punktu Styku dla wymiany ruchu pomiędzy sieciami szerokopasmowymi.
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>

element dokument/dane/punkt_styku/ruch_glosowy
diagram siis5-68_p144.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Wykorzystanie Punktu Styku dla wymiany ruchu głosowego.
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>

element dokument/dane/punkt_styku/inne_przeznaczenie
diagram siis5-68_p145.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}
annotation
documentation

Inne przeznaczenie.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/punkt_styku/przep_laczna
diagram siis5-68_p146.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 9999999
annotation
documentation

Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Przepustowość łączna (w Mb/s).
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>

element dokument/dane/punkt_styku/przep_danych
diagram siis5-68_p147.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 9999999
annotation
documentation

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).
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>

element dokument/dane/punkt_styku/projekt
diagram siis5-68_p148.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}
annotation
documentation

Numer projektu.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/punkt_styku/status
diagram siis5-68_p149.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration planowane
enumeration w realizacji
enumeration zakończone
annotation
documentation

Status realizacji.
Znacznik obowiązkowy dla elementów, dla których podano numer projektu.
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>

element dokument/dane/linia_kablowa
diagram siis5-68_p150.png
properties
content complex
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
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.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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>

element dokument/dane/linia_kablowa/identyfikator
diagram siis5-68_p151.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}
annotation
documentation

Identyfikator linii przewodowej lub ciemnych włókien.
Pole unikalne w ramach danych dotyczących linii kablowych i linii bezprzewodowych.
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>

element dokument/dane/linia_kablowa/forma_wlasnosci
diagram siis5-68_p152.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Własna
enumeration Udostępniona przez inny podmiot
annotation
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.
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>

element dokument/dane/linia_kablowa/id_podmiotu_obcego
diagram siis5-68_p153.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Znacznik obowiązkowy dla elementu udostępnianego przez inny podmiot.
Identyfikator podmiotu obcego.
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>

element dokument/dane/linia_kablowa/rodzaj_punktu_poczatkowego
diagram siis5-68_p154.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Węzeł własny
enumeration Węzeł obcy
enumeration Element infrastruktury zapewniający łączenie kabli
annotation
documentation

Rodzaj punktu początkowego A.
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>

element dokument/dane/linia_kablowa/id_punktu_poczatkowego
diagram siis5-68_p155.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Identyfikator punktu początkowego A.
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>

element dokument/dane/linia_kablowa/rodzaj_punktu_koncowego
diagram siis5-68_p156.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Węzeł własny
enumeration Węzeł obcy
enumeration Element infrastruktury zapewniający łączenie kabli
annotation
documentation

Rodzaj punktu końcowego B.
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>

element dokument/dane/linia_kablowa/id_punktu_koncowego
diagram siis5-68_p157.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Identyfikator punktu końcowego B (punkt, do którego dochodzi linia kablowa z punktu A).
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>

element dokument/dane/linia_kablowa/medium
diagram siis5-68_p158.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration światłowodowe
enumeration kablowe parowe miedziane
enumeration kablowe współosiowe miedziane
annotation
documentation

Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów).
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>

element dokument/dane/linia_kablowa/typ_wlokna
diagram siis5-68_p159.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration G.652
enumeration G.657
enumeration G.651
enumeration G.656
enumeration G.653
enumeration G.654
enumeration G.655
annotation
documentation

Znacznik obowiązkowy dla medium światłowodowego.
Typ włókna.
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>

element dokument/dane/linia_kablowa/wlokna_lacznie
diagram siis5-68_p160.png
type restriction of xs:positiveInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 99999
annotation
documentation

Znacznik obowiązkowy dla medium światłowodowego.
Liczba włókien łącznie.
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>

element dokument/dane/linia_kablowa/wlokna_wykorzystane
diagram siis5-68_p161.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 99999
annotation
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.
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>

element dokument/dane/linia_kablowa/finansowanie_ue
diagram siis5-68_p162.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Linia współfinansowana ze środków unijnych.
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>

element dokument/dane/linia_kablowa/pasywna_infrastruktura
diagram siis5-68_p163.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
enumeration Brak danych
annotation
documentation

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.
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>

element dokument/dane/linia_kablowa/rodzaj_pasywnej_infrastruktury
diagram siis5-68_p164.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}
annotation
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.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/linia_kablowa/udostepnienie_wlokien
diagram siis5-68_p165.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

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.
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>

element dokument/dane/linia_kablowa/wlokna_do_udostepnienia
diagram siis5-68_p166.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 99999
annotation
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 .
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>

element dokument/dane/linia_kablowa/udostepnienie_przep
diagram siis5-68_p167.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Znacznik obowiązkowy, gdy nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Możliwość udostępnienia przepustowości.
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>

element dokument/dane/linia_kablowa/rodzaj_traktu
diagram siis5-68_p168.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration podziemny w kanalizacji
enumeration podziemny w rurociągu
enumeration podziemny w kanale technicznym drogi
enumeration podziemny
enumeration napowietrzny na dedykowanej podbudowie słupowej
enumeration napowietrzny na linii energetycznej
enumeration napowietrzny
annotation
documentation

Znacznik obowiązkowy, gdy nie podano numeru projektu lub podano wartość inną niż planowane dla statusu realizacji.
Rodzaj traktu dla linii przewodowej.
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>

element dokument/dane/linia_kablowa/dlugosc_kabla
diagram siis5-68_p169.png
type restriction of xs:decimal
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minExclusive 0
totalDigits 5
fractionDigits 1
annotation
documentation

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).
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>

element dokument/dane/linia_kablowa/projekt
diagram siis5-68_p170.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}
annotation
documentation

Numer projektu.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/linia_kablowa/status
diagram siis5-68_p171.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration planowane
enumeration w realizacji
enumeration zakończone
annotation
documentation

Status realizacji.
Znacznik obowiązkowy dla elementów, dla których podano numer projektu.
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>

element dokument/dane/linia_bezprzewodowa
diagram siis5-68_p172.png
properties
content complex
children identyfikator id_wezla_poczatkowego id_wezla_koncowego medium_transmisyjne numer_pozwolenia pasmo_radiowe system_transmisyjny przep udostepnienie_przep projekt status
annotation
documentation

Charakterystyka elementów infrastruktury telekomunikacyjnej stanowiących linie bezprzewodowe z wyłączeniem instalacji telekomunikacyjnej budynku.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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>

element dokument/dane/linia_bezprzewodowa/identyfikator
diagram siis5-68_p173.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}
annotation
documentation

Identyfikator linii bezprzewodowej.
Pole unikalne w ramach danych dotyczących linii kablowych i linii bezprzewodowych.
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>

element dokument/dane/linia_bezprzewodowa/id_wezla_poczatkowego
diagram siis5-68_p174.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Identyfikator węzła początkowego A.
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>

element dokument/dane/linia_bezprzewodowa/id_wezla_koncowego
diagram siis5-68_p175.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Identyfikator węzła końcowego B (punkt, do którego dochodzi linia bezprzewodowa z punktu A).
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>

element dokument/dane/linia_bezprzewodowa/medium_transmisyjne
diagram siis5-68_p176.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration radiowe na częstotliwości wymagającej uzyskanie pozwolenia radiowego
enumeration radiowe na częstotliwości ogólnodostępnej
enumeration optyczne w wolnej przestrzeni
annotation
documentation

Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów).
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>

element dokument/dane/linia_bezprzewodowa/numer_pozwolenia
diagram siis5-68_p177.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}
annotation
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.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/linia_bezprzewodowa/pasmo_radiowe
diagram siis5-68_p178.png
type restriction of xs:decimal
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
totalDigits 8
fractionDigits 5
annotation
documentation

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).
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>

element dokument/dane/linia_bezprzewodowa/system_transmisyjny
diagram siis5-68_p179.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration radiolinia
enumeration WiFi
enumeration WiMAX
enumeration LMDS
enumeration LTE
annotation
documentation

Znacznik obowiązkowy dla medium radiowego.
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>

element dokument/dane/linia_bezprzewodowa/przep
diagram siis5-68_p180.png
type restriction of xs:positiveInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 9999999
annotation
documentation

Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Przepustowość (w Mb/s).
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>

element dokument/dane/linia_bezprzewodowa/udostepnienie_przep
diagram siis5-68_p181.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Możliwość udostępnienia przepustowości.
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>

element dokument/dane/linia_bezprzewodowa/projekt
diagram siis5-68_p182.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}
annotation
documentation

Numer projektu.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/linia_bezprzewodowa/status
diagram siis5-68_p183.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration planowane
enumeration w realizacji
enumeration zakończone
annotation
documentation

Status realizacji.
Znacznik obowiązkowy dla elementów, dla których podano numer projektu.
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>

element dokument/dane/polaczenie
diagram siis5-68_p184.png
properties
content complex
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
documentation

Charakterystyka połączeń pomiędzy węzłami sieci.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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>

element dokument/dane/polaczenie/identyfikator
diagram siis5-68_p185.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}
annotation
documentation

Identyfikator połączenia pomiędzy węzłami.
Pole unikalne w ramach danych o połączeniach.
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>

element dokument/dane/polaczenie/wlasnosc
diagram siis5-68_p186.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Własna
enumeration Udostępniona przez inny podmiot
annotation
documentation

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.
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>

element dokument/dane/polaczenie/id_podmiotu_obcego
diagram siis5-68_p187.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Znacznik obowiązkowy dla elementu udostępnianego przez inny podmiot.
Identyfikator podmiotu obcego będącego właścicielem elementu infrastruktury.
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>

element dokument/dane/polaczenie/id_wezla_poczatkowego
diagram siis5-68_p188.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Identyfikator węzła początkowego A.
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>

element dokument/dane/polaczenie/id_wezla_koncowego
diagram siis5-68_p189.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Identyfikator węzła końcowego B (węzeł, do którego dochodzi połączenie z węzła A).
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>

element dokument/dane/polaczenie/warstwa_szkieletowa
diagram siis5-68_p190.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Warstwa szkieletowa.
Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa.
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>

element dokument/dane/polaczenie/warstwa_dystrybucyjna
diagram siis5-68_p191.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Warstwa dystrybucyjna.
Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa.
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>

element dokument/dane/polaczenie/warstwa_dostepowa
diagram siis5-68_p192.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Warstwa dostępowa.
Wymagana wartość "Tak", co najmniej w jednym polu: Warstwa szkieletowa, Warstwa dystrybucyjna, Warstwa dostępowa.
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>

element dokument/dane/polaczenie/potrzeby_szerokopasmowe
diagram siis5-68_p193.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Wykorzystanie na potrzeby usług szerokopasmowych.
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>

element dokument/dane/polaczenie/potrzeby_glosowe
diagram siis5-68_p194.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Wykorzystanie na potrzeby usług głosowych.
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>

element dokument/dane/polaczenie/inne_przeznaczenie
diagram siis5-68_p195.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}
annotation
documentation

Znacznik obowiązkowy w przypadku innego wykorzystania niż powyżej, jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,100}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/polaczenie/przep_calkowita
diagram siis5-68_p196.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 9999999
annotation
documentation

Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Przepustowość całkowita (w Mb/s).
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>

element dokument/dane/polaczenie/przep_internet
diagram siis5-68_p197.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 9999999
annotation
documentation

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).
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>

element dokument/dane/polaczenie/projekt
diagram siis5-68_p198.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}
annotation
documentation

Numer projektu.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/polaczenie/status
diagram siis5-68_p199.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration planowane
enumeration w realizacji
enumeration zakończone
annotation
documentation

Status realizacji.
Znacznik obowiązkowy dla elementów, dla których podano numer projektu.
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>

element dokument/dane/zakonczenie_sieci
diagram siis5-68_p200.png
properties
content complex
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
documentation

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.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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>

element dokument/dane/zakonczenie_sieci/identyfikator
diagram siis5-68_p201.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}
annotation
documentation

Identyfikator budynku lub budowli w zasięgu sieci.
Pole unikalne w ramach danych dotyczących zakończenia sieci.
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>

element dokument/dane/zakonczenie_sieci/wlasnosc
diagram siis5-68_p202.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Własna
enumeration Udostępniona przez inny podmiot
annotation
documentation

Określenie własności elementu infrastruktury.
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>

element dokument/dane/zakonczenie_sieci/forma_korzystania
diagram siis5-68_p203.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Współwłasność z innym podmiotem
enumeration Usługa LLU na sieci innego podmiotu
enumeration Usługa BSA na sieci innego podmiotu
enumeration Usługa WLR na sieci innego podmiotu
enumeration Prosta odsprzedaż usług na sieci innego podmiotu
enumeration Usługa dostępu szerokopasmowego w modelu MVNO
enumeration Inne usługi w modelu MVNO
enumeration Dzierżawa włókna światłowodowego
enumeration Usługi transmisji danych na sieci innego podmiotu
enumeration Usługi IP Transit na sieci innego podmiotu
enumeration Numer Dostępu do Sieci
annotation
documentation

Forma korzystania z infrastruktury obcej.
Wymagane dla elementu udostępnianego przez inny podmiot.
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>

element dokument/dane/zakonczenie_sieci/id_podmiotu_obcego
diagram siis5-68_p204.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Identyfikator podmiotu obcego.
Wymagane dla elementu udostępnianego przez inny podmiot.
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>

element dokument/dane/zakonczenie_sieci/id_wezla
diagram siis5-68_p205.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Identyfikator węzła, z którego podmiot ma zasięg sieci.
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>

element dokument/dane/zakonczenie_sieci/wojewodztwo
diagram siis5-68_p206.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Województwo.
Nazwa województwa zgodna z TERYT.
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>

element dokument/dane/zakonczenie_sieci/powiat
diagram siis5-68_p207.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Powiat.
Nazwa powiatu zgodna z TERYT.
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>

element dokument/dane/zakonczenie_sieci/gmina
diagram siis5-68_p208.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Gmina.
Nazwa gminy zgodna z TERYT.
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>

element dokument/dane/zakonczenie_sieci/TERC
diagram siis5-68_p209.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
pattern \d{7}
annotation
documentation

Kod TERC.
Kod TERC zgodny z TERYT.
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>

element dokument/dane/zakonczenie_sieci/miejscowosc
diagram siis5-68_p210.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
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.
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>

element dokument/dane/zakonczenie_sieci/SYM
diagram siis5-68_p211.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
pattern \d{7}
annotation
documentation

Kod SIMC. Kod SIMC zgodny z TERYT.
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>

element dokument/dane/zakonczenie_sieci/ulica
diagram siis5-68_p212.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 250
pattern .*\S.*
annotation
documentation

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".
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>

element dokument/dane/zakonczenie_sieci/SYM_UL
diagram siis5-68_p213.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{5}
annotation
documentation

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".
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>

element dokument/dane/zakonczenie_sieci/nr_budynku
diagram siis5-68_p214.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,50}
annotation
documentation

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.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,50}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/zakonczenie_sieci/kod_pocztowy
diagram siis5-68_p215.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (\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})
annotation
documentation

Kod pocztowy.
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>

element dokument/dane/zakonczenie_sieci/szerokosc_geograficzna
diagram siis5-68_p216.png
type restriction of xs:decimal
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 49.0020
maxInclusive 54.8357
totalDigits 8
fractionDigits 6
pattern \d{2}\.\d{4,6}
annotation
documentation

Szerokość geograficzna.
Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
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>

element dokument/dane/zakonczenie_sieci/dlugosc_geograficzna
diagram siis5-68_p217.png
type restriction of xs:decimal
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 14.1224
maxInclusive 24.1458
totalDigits 8
fractionDigits 6
pattern \d{2}\.\d{4,6}
annotation
documentation

Długość geograficzna.
Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
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>

element dokument/dane/zakonczenie_sieci/medium_transmisyjne
diagram siis5-68_p218.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration światłowodowe
enumeration kablowe współosiowe miedziane
enumeration kablowe parowe miedziane
enumeration radiowe
annotation
documentation

Medium transmisyjne (środowisko wykorzystywane do transmisji sygnałów).
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>

element dokument/dane/zakonczenie_sieci/siec_dostepowa
diagram siis5-68_p219.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

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.
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>

element dokument/dane/zakonczenie_sieci/telefonia_POTS_ISDN
diagram siis5-68_p220.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Telefonia stacjonarna POTS i ISDN (Usługi telefoniczne w stacjonarnej publicznej sieci telefonicznej).
Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi.
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>

element dokument/dane/zakonczenie_sieci/telefonia_VoIP
diagram siis5-68_p221.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Telefonia stacjonarna VoIP (Telefonia IP w stacjonarnej publicznej sieci telekomunikacyjnej).
Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi.
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>

element dokument/dane/zakonczenie_sieci/telefonia_mobilna
diagram siis5-68_p222.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Telefonia mobilna (Publicznie dostępna usługa telefoniczna w ruchomej publicznej sieci telekomunikacyjnej).
Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi.
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>

element dokument/dane/zakonczenie_sieci/stacjonarny_internet
diagram siis5-68_p223.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

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.
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>

element dokument/dane/zakonczenie_sieci/mobilny_internet
diagram siis5-68_p224.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

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.
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>

element dokument/dane/zakonczenie_sieci/tv_IPTV_DTV
diagram siis5-68_p225.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

IPTV lub DTV (Rozpowszechnianie programów telewizyjnych w technologii cyfrowej).
Wymagane podanie przynajmniej jednego "Tak" lub podanie znacznika Inne usługi.
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>

element dokument/dane/zakonczenie_sieci/inne_uslugi
diagram siis5-68_p226.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 255
pattern .*\S.*
annotation
documentation

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.
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>

element dokument/dane/zakonczenie_sieci/przepustowosc_stacjonarny
diagram siis5-68_p227.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration 0
enumeration 1
enumeration 2
enumeration 4
enumeration 6
enumeration 8
enumeration 10
enumeration 20
enumeration 30
enumeration 40
enumeration 60
enumeration 80
enumeration 100
enumeration 120
enumeration 150
enumeration 250
enumeration 300
enumeration 500
enumeration 600
enumeration 1000
enumeration 2500
enumeration 10000
enumeration 40000
enumeration 100000
annotation
documentation

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).
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>

element dokument/dane/zakonczenie_sieci/przepustowosc_mobilny
diagram siis5-68_p228.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration 0
enumeration 1
enumeration 2
enumeration 4
enumeration 6
enumeration 8
enumeration 10
enumeration 20
enumeration 30
enumeration 40
enumeration 60
enumeration 80
enumeration 100
enumeration 120
enumeration 150
enumeration 250
enumeration 500
enumeration 1000
annotation
documentation

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).
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>

element dokument/dane/zakonczenie_sieci/projekt
diagram siis5-68_p229.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}
annotation
documentation

Numer projektu.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/zakonczenie_sieci/status
diagram siis5-68_p230.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration planowane
enumeration w realizacji
enumeration zakończone
annotation
documentation

Status realizacji.
Znacznik obowiązkowy dla elementów, dla których podano numer projektu.
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>

element dokument/dane/usluga
diagram siis5-68_p231.png
properties
content complex
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
documentation

Charakterystyka świadczonych usług w budynkach objętych zasięgiem sieci.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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>

element dokument/dane/usluga/identyfikator
diagram siis5-68_p232.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}
annotation
documentation

Identyfikator usługi.
Pole unikalne w ramach danych dotyczących usług świadczonych w budynku.
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>

element dokument/dane/usluga/id_budynku
diagram siis5-68_p233.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Identyfikator budynku lub budowli w zasięgu sieci.
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>

element dokument/dane/usluga/telefonia_POTS_ISDN
diagram siis5-68_p234.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

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.
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>

element dokument/dane/usluga/telefonia_VoIP
diagram siis5-68_p235.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Telefonia stacjonarna VoIP (Telefonia IP w stacjonarnej publicznej sieci telekomunikacyjnej).
Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi.
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>

element dokument/dane/usluga/telefonia_mobilna
diagram siis5-68_p236.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

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.
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>

element dokument/dane/usluga/stacjonarny_internet
diagram siis5-68_p237.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

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.
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>

element dokument/dane/usluga/mobilny_internet
diagram siis5-68_p238.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

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.
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>

element dokument/dane/usluga/tv_IPTV_DTV
diagram siis5-68_p239.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

IPTV lub DTV (Rozpowszechnianie programów telewizyjnych w technologii cyfrowej).
Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi.
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>

element dokument/dane/usluga/inne_uslugi
diagram siis5-68_p240.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration ATV
enumeration dzierżawa włókna
enumeration dzierżawa lambdy
enumeration dzierżawa łącza
enumeration VPN-MetroETH
enumeration VPN MPLS
enumeration VPN FR
enumeration VPN pozostałe
enumeration IP Tranzyt
enumeration IP Peering
enumeration IP Transport
annotation
documentation

Inne usługi.
Wymagane podanie przynajmniej jednego "Tak" lub wypełnienie pola Inne usługi.
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>

element dokument/dane/usluga/kons_bez_internetu
diagram siis5-68_p241.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Konsumenci bez dostępu do Internetu.
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>

element dokument/dane/usluga/kons_ponizej_1Mbps
diagram siis5-68_p242.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Konsumenci o przepustowości powyżej 0 [Mb/s] i poniżej lub równej 1 [Mb/s].
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>

element dokument/dane/usluga/kons_od_1Mbps_do_2Mbps
diagram siis5-68_p243.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Konsumenci o przepustowości powyżej 1 [Mb/s] i poniżej 2 [Mb/s].
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>

element dokument/dane/usluga/kons_2Mbps
diagram siis5-68_p244.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Konsumenci o przepustowości równej 2 [Mb/s].
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>

element dokument/dane/usluga/kons_od_2Mbps_do_10Mbps
diagram siis5-68_p245.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Konsumenci o przepustowości powyżej 2 [Mb/s] i poniżej lub równej 10 [Mb/s].
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>

element dokument/dane/usluga/kons_od_10Mbps_do_20Mbps
diagram siis5-68_p246.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Konsumenci o przepustowości powyżej 10 [Mb/s] i poniżej lub równej 20 [Mb/s].
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>

element dokument/dane/usluga/kons_od_20Mbps_do_30Mbps
diagram siis5-68_p247.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Konsumenci o przepustowości powyżej 20 [Mb/s] i poniżej 30 [Mb/s].
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>

element dokument/dane/usluga/kons_30Mbps
diagram siis5-68_p248.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Konsumenci o przepustowości równej 30 [Mb/s].
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>

element dokument/dane/usluga/kons_od_30Mbps_do_100Mbps
diagram siis5-68_p249.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Konsumenci o przepustowości powyżej 30 [Mb/s] i poniżej 100 [Mb/s].
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>

element dokument/dane/usluga/kons_100Mbps
diagram siis5-68_p250.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Konsumenci o przepustowości równej 100 [Mb/s].
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>

element dokument/dane/usluga/kons_powyzej_100Mbps
diagram siis5-68_p251.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Konsumenci o przepustowości powyżej 100 [Mb/s].
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>

element dokument/dane/usluga/nie_kons_bez_internetu
diagram siis5-68_p252.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Użytkownicy końcowi nie będący konsumentami bez dostępu do Internetu.
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>

element dokument/dane/usluga/nie_kons_ponizej_1Mbps
diagram siis5-68_p253.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

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].
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>

element dokument/dane/usluga/nie_kons_od_1Mbps_do_2Mbps
diagram siis5-68_p254.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 1 [Mb/s] i poniżej 2 [Mb/s].
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>

element dokument/dane/usluga/nie_kons_2Mbps
diagram siis5-68_p255.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Użytkownicy końcowi nie będący konsumentami o przepustowości równej 2 [Mb/s].
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>

element dokument/dane/usluga/nie_kons_od_2Mbps_do_10Mbps
diagram siis5-68_p256.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 2 [Mb/s] i poniżej 10 [Mb/s].
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>

element dokument/dane/usluga/nie_kons_od_10Mbps_do_20Mbps
diagram siis5-68_p257.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

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].
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>

element dokument/dane/usluga/nie_kons_od_20Mbps_do_30Mbps
diagram siis5-68_p258.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 20 [Mb/s] i poniżej 30 [Mb/s].
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>

element dokument/dane/usluga/nie_kons_30Mbps
diagram siis5-68_p259.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Użytkownicy końcowi nie będący konsumentami o przepustowości równej 30 [Mb/s].
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>

element dokument/dane/usluga/nie_kons_od_30Mbps_do_100Mbps
diagram siis5-68_p260.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 30 [Mb/s] i poniżej 100 [Mb/s].
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>

element dokument/dane/usluga/nie_kons_100Mbps
diagram siis5-68_p261.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Użytkownicy końcowi nie będący konsumentami o przepustowości równej 100 [Mb/s].
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>

element dokument/dane/usluga/nie_kons_powyzej_100Mbps
diagram siis5-68_p262.png
type restriction of xs:nonNegativeInteger
properties
content simple
facets
Kind Value Annotation
maxInclusive 9999
annotation
documentation

Użytkownicy końcowi nie będący konsumentami o przepustowości powyżej 100 [Mb/s].
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>

element dokument/dane/usluga/projekt
diagram siis5-68_p263.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}
annotation
documentation

Numer projektu.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/usluga/status
diagram siis5-68_p264.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration planowane
enumeration w realizacji
enumeration zakończone
annotation
documentation

Status realizacji.
Znacznik obowiązkowy dla elementów, dla których podano numer projektu.
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>

element dokument/dane/kolokacja
diagram siis5-68_p265.png
properties
content complex
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
documentation

Charakterystyka budynków umożliwiających kolokację.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{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>

element dokument/dane/kolokacja/identyfikator
diagram siis5-68_p266.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9\-_+/#()\[\],\\.;:/|@]{1,100}
annotation
documentation

Identyfikator budynku umożliwiającego kolokację.
Pole unikalne w ramach danych dotyczących kolokacji.
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>

element dokument/dane/kolokacja/wojewodztwo
diagram siis5-68_p267.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Województwo.
Nazwa województwa zgodna z TERYT.
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>

element dokument/dane/kolokacja/powiat
diagram siis5-68_p268.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Powiat.
Nazwa powiatu zgodna z TERYT.
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>

element dokument/dane/kolokacja/gmina
diagram siis5-68_p269.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

Gmina.
Nazwa gminy zgodna z TERYT.
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>

element dokument/dane/kolokacja/TERC
diagram siis5-68_p270.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
pattern \d{7}
annotation
documentation

Kod TERC.
Kod TERC zgodny z TERYT.
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>

element dokument/dane/kolokacja/miejscowosc
diagram siis5-68_p271.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
pattern .*\S.*
annotation
documentation

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.
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>

element dokument/dane/kolokacja/SYM
diagram siis5-68_p272.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
pattern \d{7}
annotation
documentation

Kod SIMC.
Kod SIMC zgodny z TERYT.
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>

element dokument/dane/kolokacja/ulica
diagram siis5-68_p273.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 250
pattern .*\S.*
annotation
documentation

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".
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>

element dokument/dane/kolokacja/SYM_UL
diagram siis5-68_p274.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern \d{5}
annotation
documentation

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".
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>

element dokument/dane/kolokacja/nr_budynku
diagram siis5-68_p275.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,50}
annotation
documentation

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.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,50}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/kolokacja/kod_pocztowy
diagram siis5-68_p276.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (\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})
annotation
documentation

Kod pocztowy.
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>

element dokument/dane/kolokacja/szerokosc_geograficzna
diagram siis5-68_p277.png
type restriction of xs:decimal
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 49.0020
maxInclusive 54.8357
totalDigits 8
fractionDigits 6
pattern \d{2}\.\d{4,6}
annotation
documentation

Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Szerokość geograficzna.
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>

element dokument/dane/kolokacja/dlugosc_geograficzna
diagram siis5-68_p278.png
type restriction of xs:decimal
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 14.1224
maxInclusive 24.1458
totalDigits 8
fractionDigits 6
pattern \d{2}\.\d{4,6}
annotation
documentation

Znacznik obowiązkowy, gdy nie wypełniono adresu i nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Długość geograficzna.
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>

element dokument/dane/kolokacja/typ_budynku
diagram siis5-68_p279.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration budynek biurowy
enumeration budynek mieszkalny
enumeration budynek przemysłowy
enumeration budynek usługowy
enumeration budynek użyteczności publicznej
enumeration obiekt sakralny
enumeration obiekt sieci elektroenergetycznej
enumeration wieża
enumeration maszt
enumeration komin
enumeration kontener
enumeration szafa uliczna
enumeration słup
enumeration skrzynka
annotation
documentation

Typ budynku, w którym umieszczony jest element.
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>

element dokument/dane/kolokacja/instalacja_anten
diagram siis5-68_p280.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
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.
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>

element dokument/dane/kolokacja/wysokosc_zawieszenia_anten
diagram siis5-68_p281.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 9999999999
annotation
documentation

Wysokość zawieszenia anten nad poziomem gruntu (w metrach).
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>

element dokument/dane/kolokacja/postawienie_masztu
diagram siis5-68_p282.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
annotation
documentation

Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Możliwość postawienia masztu.
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>

element dokument/dane/kolokacja/powierzchnia_calkowita
diagram siis5-68_p283.png
type restriction of xs:positiveInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 99999
annotation
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).
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>

element dokument/dane/kolokacja/powierzchnia_wolna
diagram siis5-68_p284.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 99999
annotation
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.
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>

element dokument/dane/kolokacja/podloga_techniczna
diagram siis5-68_p285.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
enumeration Częściowo
annotation
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ą.
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>

element dokument/dane/kolokacja/sufit_techniczny
diagram siis5-68_p286.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
enumeration Częściowo
annotation
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.
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>

element dokument/dane/kolokacja/klimatyzacja
diagram siis5-68_p287.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
enumeration Częściowo
annotation
documentation

Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Wyposażenie pomieszczeń kolokacji w klimatyzację.
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>

element dokument/dane/kolokacja/zasilanie_DC48V
diagram siis5-68_p288.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
enumeration Brak danych
annotation
documentation

Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Wyposażenie w gwarantowane zasilanie DC48V.
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>

element dokument/dane/kolokacja/zasilanie_AC230V
diagram siis5-68_p289.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
enumeration Brak danych
annotation
documentation

Znacznik obowiązkowy jeśli nie podano numeru projektu lub podano wartość zakończone dla statusu realizacji.
Wyposażenie w gwarantowane zasilanie AC230V.
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>

element dokument/dane/kolokacja/przylacze_swiatlowodowe
diagram siis5-68_p290.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Tak
enumeration Nie
enumeration Brak danych
annotation
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.
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>

element dokument/dane/kolokacja/podmioty_obce
diagram siis5-68_p291.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 99999
annotation
documentation

Liczba podmiotów obcych w budynku.
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>

element dokument/dane/kolokacja/podmioty_z_zakonczeniami
diagram siis5-68_p292.png
type restriction of xs:nonNegativeInteger
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxInclusive 99999
annotation
documentation

Liczba podmiotów posiadających zakończenia światłowodowe w budynku.
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>

element dokument/dane/kolokacja/projekt
diagram siis5-68_p293.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
pattern [a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ0-9ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}
annotation
documentation

Numer projektu.
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ÖöÁáÜüËëÍíÉéĂăŐőŽžČčŘřÄä \-_+/#()\[\]\\,.;:&quot;&apos;/|@]{1,30}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element dokument/dane/kolokacja/status
diagram siis5-68_p294.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration planowane
enumeration w realizacji
enumeration zakończone
annotation
documentation

Status realizacji.
Znacznik obowiązkowy dla elementów, dla których podano numer projektu.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy