Schema typy.xsd


schema location d:\APNZ\Desktop\WZD\schemy2018\gotowe\schemy20180827\transformacja\typy.xsd
attributeFormDefault unqualified
elementFormDefault qualified
targetNamespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
 
Complex types  Simple types 
TAdres  TAdresKod 
TAdresUproszczony  TAdresKodPL 
TDaneSkonsolidowane  TAdresKraj 
TNumerRachunku  TAdresMiejscowosc 
TOsFizycznaUproszczona  TAdresUlica 
TOsobaFizyczna  TCharakterPodmiotu 
TOsobaFizycznaUpowazniona  TDataTr 
TOsobaPrawna  TDataUrodzenia 
TOsPrawnaUproszczona  TEmail 
TFormaOrganizacyjna 
TGminaID 
TIBAN 
TId 
TIdentyfikatorTr 
TImie 
TKodRodzTr 
TKodWalutyTr 
TKwotaTr 
TNazwaPodmiotu 
TNazwaRejestru 
TNazwisko 
TNIP 
TNumerDomu 
TNumerLokalu 
TNumerRejestru 
TObywatelstwo 
TPESEL 
TRodzajDokumentu 
TSeriaINumerDokumentu 
TSposobWydaniaDyspTr 
TTytulTr 
TUwagi 


complexType TAdres
diagram typy_p1.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
children Kraj Miejscowosc KodPocztowy Ulica
used by
elements TOsobaFizyczna/DzialalnoscGosp/Adres TOsobaPrawna/AdresPodmiotu TOsobaFizyczna/AdresZamieszkania
source <xsd:complexType name="TAdres">
 
<xsd:sequence>
   
<xsd:element name="Kraj" type="TAdresKraj"/>
   
<xsd:element name="Miejscowosc" type="TAdresMiejscowosc"/>
   
<xsd:element name="KodPocztowy">
     
<xsd:complexType>
       
<xsd:choice>
         
<xsd:element name="KodPL" type="TAdresKodPL"/>
         
<xsd:element name="Kod" type="TAdresKod"/>
       
</xsd:choice>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="Ulica" type="TAdresUlica">
     
<xsd:annotation>
       
<xsd:documentation>Nazwa ulicy wraz z numerem domu/lokalu</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element TAdres/Kraj
diagram typy_p2.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresKraj
properties
content simple
facets
Kind Value Annotation
length 2
pattern [A-Z]{2}
source <xsd:element name="Kraj" type="TAdresKraj"/>

element TAdres/Miejscowosc
diagram typy_p3.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresMiejscowosc
properties
content simple
facets
Kind Value Annotation
maxLength 35
pattern .*
source <xsd:element name="Miejscowosc" type="TAdresMiejscowosc"/>

element TAdres/KodPocztowy
diagram typy_p4.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
properties
content complex
children KodPL Kod
source <xsd:element name="KodPocztowy">
 
<xsd:complexType>
   
<xsd:choice>
     
<xsd:element name="KodPL" type="TAdresKodPL"/>
     
<xsd:element name="Kod" type="TAdresKod"/>
   
</xsd:choice>
 
</xsd:complexType>
</xsd:element>

element TAdres/KodPocztowy/KodPL
diagram typy_p5.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresKodPL
properties
content simple
facets
Kind Value Annotation
length 6
pattern [0-9]{2}-[0-9]{3}
source <xsd:element name="KodPL" type="TAdresKodPL"/>

element TAdres/KodPocztowy/Kod
diagram typy_p6.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresKod
properties
content simple
facets
Kind Value Annotation
maxLength 25
pattern .*
source <xsd:element name="Kod" type="TAdresKod"/>

element TAdres/Ulica
diagram typy_p7.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresUlica
properties
content simple
facets
Kind Value Annotation
maxLength 80
pattern .*
annotation
documentation
Nazwa ulicy wraz z numerem domu/lokalu
source <xsd:element name="Ulica" type="TAdresUlica">
 
<xsd:annotation>
   
<xsd:documentation>Nazwa ulicy wraz z numerem domu/lokalu</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

complexType TAdresUproszczony
diagram typy_p8.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
children Kraj Miejscowosc Kod Ulica KodPocztowy
used by
elements TOsFizycznaUproszczona/DzialalnoscGosp/Adres TOsPrawnaUproszczona/AdresPodmiotu TOsFizycznaUproszczona/AdresZamieszkania
source <xsd:complexType name="TAdresUproszczony">
 
<xsd:sequence>
   
<xsd:element name="Kraj" type="TAdresKraj"/>
   
<xsd:element name="Miejscowosc" type="TAdresMiejscowosc" minOccurs="0"/>
   
<xsd:element name="Kod" type="TAdresKod" minOccurs="0"/>
   
<xsd:element name="Ulica" type="TAdresUlica" minOccurs="0"/>
   
<xsd:element name="KodPocztowy" minOccurs="0">
     
<xsd:complexType>
       
<xsd:choice>
         
<xsd:element name="KodPL" type="TAdresKodPL"/>
         
<xsd:element name="Kod" type="TAdresKod"/>
       
</xsd:choice>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element TAdresUproszczony/Kraj
diagram typy_p9.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresKraj
properties
content simple
facets
Kind Value Annotation
length 2
pattern [A-Z]{2}
source <xsd:element name="Kraj" type="TAdresKraj"/>

element TAdresUproszczony/Miejscowosc
diagram typy_p10.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresMiejscowosc
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 35
pattern .*
source <xsd:element name="Miejscowosc" type="TAdresMiejscowosc" minOccurs="0"/>

element TAdresUproszczony/Kod
diagram typy_p11.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresKod
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 25
pattern .*
source <xsd:element name="Kod" type="TAdresKod" minOccurs="0"/>

element TAdresUproszczony/Ulica
diagram typy_p12.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresUlica
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 80
pattern .*
source <xsd:element name="Ulica" type="TAdresUlica" minOccurs="0"/>

element TAdresUproszczony/KodPocztowy
diagram typy_p13.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
properties
minOcc 0
maxOcc 1
content complex
children KodPL Kod
source <xsd:element name="KodPocztowy" minOccurs="0">
 
<xsd:complexType>
   
<xsd:choice>
     
<xsd:element name="KodPL" type="TAdresKodPL"/>
     
<xsd:element name="Kod" type="TAdresKod"/>
   
</xsd:choice>
 
</xsd:complexType>
</xsd:element>

element TAdresUproszczony/KodPocztowy/KodPL
diagram typy_p14.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresKodPL
properties
content simple
facets
Kind Value Annotation
length 6
pattern [0-9]{2}-[0-9]{3}
source <xsd:element name="KodPL" type="TAdresKodPL"/>

element TAdresUproszczony/KodPocztowy/Kod
diagram typy_p15.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresKod
properties
content simple
facets
Kind Value Annotation
maxLength 25
pattern .*
source <xsd:element name="Kod" type="TAdresKod"/>

complexType TDaneSkonsolidowane
diagram typy_p16.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
children Nazwa DaneAdresowe
source <xsd:complexType name="TDaneSkonsolidowane">
 
<xsd:sequence>
   
<xsd:element name="Nazwa">
     
<xsd:simpleType>
       
<xsd:restriction base="xsd:string">
         
<xsd:maxLength value="300"/>
         
<xsd:pattern value=".*"/>
       
</xsd:restriction>
     
</xsd:simpleType>
   
</xsd:element>
   
<xsd:element name="DaneAdresowe">
     
<xsd:simpleType>
       
<xsd:restriction base="xsd:string">
         
<xsd:maxLength value="300"/>
         
<xsd:pattern value=".*"/>
       
</xsd:restriction>
     
</xsd:simpleType>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element TDaneSkonsolidowane/Nazwa
diagram typy_p17.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
content simple
facets
Kind Value Annotation
maxLength 300
pattern .*
source <xsd:element name="Nazwa">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:maxLength value="300"/>
     
<xsd:pattern value=".*"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

element TDaneSkonsolidowane/DaneAdresowe
diagram typy_p18.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
content simple
facets
Kind Value Annotation
maxLength 300
pattern .*
source <xsd:element name="DaneAdresowe">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:maxLength value="300"/>
     
<xsd:pattern value=".*"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

complexType TNumerRachunku
diagram typy_p19.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
children IBAN Kraj NumerRachunku
source <xsd:complexType name="TNumerRachunku">
 
<xsd:choice>
   
<xsd:element name="IBAN" type="TIBAN"/>
   
<xsd:sequence>
     
<xsd:element name="Kraj" type="TAdresKraj"/>
     
<xsd:element name="NumerRachunku">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:string">
           
<xsd:maxLength value="50"/>
           
<xsd:pattern value="[A-Z0-9]*"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:choice>
</xsd:complexType>

element TNumerRachunku/IBAN
diagram typy_p20.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TIBAN
properties
content simple
facets
Kind Value Annotation
maxLength 34
pattern [A-Z]{2}[0-9]{2}[A-Z0-9]{1,30}
source <xsd:element name="IBAN" type="TIBAN"/>

element TNumerRachunku/Kraj
diagram typy_p21.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresKraj
properties
content simple
facets
Kind Value Annotation
length 2
pattern [A-Z]{2}
source <xsd:element name="Kraj" type="TAdresKraj"/>

element TNumerRachunku/NumerRachunku
diagram typy_p22.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
content simple
facets
Kind Value Annotation
maxLength 50
pattern [A-Z0-9]*
source <xsd:element name="NumerRachunku">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:maxLength value="50"/>
     
<xsd:pattern value="[A-Z0-9]*"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

complexType TOsFizycznaUproszczona
diagram typy_p23.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
children ImiePierwsze ImieDrugie Nazwisko Obywatelstwo PESEL DataUrodzenia KrajUrodzenia SeriaINumerDokumentu RodzajDokumentu AdresZamieszkania DzialalnoscGosp KrajUrodzeniaOsoby
source <xsd:complexType name="TOsFizycznaUproszczona">
 
<xsd:sequence>
   
<xsd:element name="ImiePierwsze" type="TImie"/>
   
<xsd:element name="ImieDrugie" type="TImie" minOccurs="0"/>
   
<xsd:element name="Nazwisko" type="TNazwisko"/>
   
<xsd:element name="Obywatelstwo" type="TObywatelstwo"/>
   
<xsd:choice minOccurs="0">
     
<xsd:element name="PESEL" type="TPESEL" minOccurs="0"/>
     
<xsd:sequence minOccurs="0">
       
<xsd:element name="DataUrodzenia" type="TDataUrodzenia" minOccurs="0"/>
       
<xsd:element name="KrajUrodzenia" type="TAdresKraj" minOccurs="0">
         
<xsd:annotation>
           
<xsd:documentation>Kod kraju urodzenia podmiotu</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:choice>
   
<xsd:element name="SeriaINumerDokumentu" type="TSeriaINumerDokumentu" minOccurs="0"/>
   
<xsd:element name="RodzajDokumentu" type="TRodzajDokumentu" minOccurs="0"/>
   
<xsd:element name="AdresZamieszkania" type="TAdresUproszczony" minOccurs="0"/>
   
<xsd:element name="DzialalnoscGosp" minOccurs="0">
     
<xsd:complexType>
       
<xsd:sequence>
         
<xsd:annotation>
           
<xsd:documentation>pole należy wypełnic jeśli klient lub nie klient prowadzi dzialalność gospodarcza a Instytucja posiada dane</xsd:documentation>
         
</xsd:annotation>
         
<xsd:element name="NazwaFirmy"/>
         
<xsd:element name="NIP" type="TNIP" minOccurs="0"/>
         
<xsd:element name="Adres" type="TAdresUproszczony" minOccurs="0"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="KrajUrodzeniaOsoby" type="TAdresKraj" minOccurs="0"/>
 
</xsd:sequence>
</xsd:complexType>

element TOsFizycznaUproszczona/ImiePierwsze
diagram typy_p24.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TImie
properties
content simple
facets
Kind Value Annotation
maxLength 30
pattern .*
source <xsd:element name="ImiePierwsze" type="TImie"/>

element TOsFizycznaUproszczona/ImieDrugie
diagram typy_p25.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TImie
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 30
pattern .*
source <xsd:element name="ImieDrugie" type="TImie" minOccurs="0"/>

element TOsFizycznaUproszczona/Nazwisko
diagram typy_p26.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TNazwisko
properties
content simple
facets
Kind Value Annotation
maxLength 40
pattern .*
source <xsd:element name="Nazwisko" type="TNazwisko"/>

element TOsFizycznaUproszczona/Obywatelstwo
diagram typy_p27.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TObywatelstwo
properties
content simple
facets
Kind Value Annotation
length 2
pattern .*
source <xsd:element name="Obywatelstwo" type="TObywatelstwo"/>

element TOsFizycznaUproszczona/PESEL
diagram typy_p28.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TPESEL
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
length 11
pattern \d{11}
source <xsd:element name="PESEL" type="TPESEL" minOccurs="0"/>

element TOsFizycznaUproszczona/DataUrodzenia
diagram typy_p29.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TDataUrodzenia
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="DataUrodzenia" type="TDataUrodzenia" minOccurs="0"/>

element TOsFizycznaUproszczona/KrajUrodzenia
diagram typy_p30.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresKraj
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
length 2
pattern [A-Z]{2}
annotation
documentation
Kod kraju urodzenia podmiotu
source <xsd:element name="KrajUrodzenia" type="TAdresKraj" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Kod kraju urodzenia podmiotu</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element TOsFizycznaUproszczona/SeriaINumerDokumentu
diagram typy_p31.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TSeriaINumerDokumentu
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern .*
source <xsd:element name="SeriaINumerDokumentu" type="TSeriaINumerDokumentu" minOccurs="0"/>

element TOsFizycznaUproszczona/RodzajDokumentu
diagram typy_p32.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TRodzajDokumentu
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
length 2
pattern .*
source <xsd:element name="RodzajDokumentu" type="TRodzajDokumentu" minOccurs="0"/>

element TOsFizycznaUproszczona/AdresZamieszkania
diagram typy_p33.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresUproszczony
properties
minOcc 0
maxOcc 1
content complex
children Kraj Miejscowosc Kod Ulica KodPocztowy
source <xsd:element name="AdresZamieszkania" type="TAdresUproszczony" minOccurs="0"/>

element TOsFizycznaUproszczona/DzialalnoscGosp
diagram typy_p34.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
properties
minOcc 0
maxOcc 1
content complex
children NazwaFirmy NIP Adres
source <xsd:element name="DzialalnoscGosp" minOccurs="0">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:annotation>
       
<xsd:documentation>pole należy wypełnic jeśli klient lub nie klient prowadzi dzialalność gospodarcza a Instytucja posiada dane</xsd:documentation>
     
</xsd:annotation>
     
<xsd:element name="NazwaFirmy"/>
     
<xsd:element name="NIP" type="TNIP" minOccurs="0"/>
     
<xsd:element name="Adres" type="TAdresUproszczony" minOccurs="0"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element TOsFizycznaUproszczona/DzialalnoscGosp/NazwaFirmy
diagram typy_p35.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
source <xsd:element name="NazwaFirmy"/>

element TOsFizycznaUproszczona/DzialalnoscGosp/NIP
diagram typy_p36.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TNIP
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 10
pattern [0-9]{10}
source <xsd:element name="NIP" type="TNIP" minOccurs="0"/>

element TOsFizycznaUproszczona/DzialalnoscGosp/Adres
diagram typy_p37.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresUproszczony
properties
minOcc 0
maxOcc 1
content complex
children Kraj Miejscowosc Kod Ulica KodPocztowy
source <xsd:element name="Adres" type="TAdresUproszczony" minOccurs="0"/>

element TOsFizycznaUproszczona/KrajUrodzeniaOsoby
diagram typy_p38.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresKraj
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
length 2
pattern [A-Z]{2}
source <xsd:element name="KrajUrodzeniaOsoby" type="TAdresKraj" minOccurs="0"/>

complexType TOsobaFizyczna
diagram typy_p39.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
children ImiePierwsze ImieDrugie Nazwisko Obywatelstwo PESEL DataUrodzenia KrajUrodzenia SeriaINumerDokumentu RodzajDokumentu AdresZamieszkania DzialalnoscGosp KrajUrodzeniaOsoby
source <xsd:complexType name="TOsobaFizyczna">
 
<xsd:sequence>
   
<xsd:element name="ImiePierwsze" type="TImie"/>
   
<xsd:element name="ImieDrugie" type="TImie" minOccurs="0"/>
   
<xsd:element name="Nazwisko" type="TNazwisko"/>
   
<xsd:element name="Obywatelstwo" type="TObywatelstwo"/>
   
<xsd:choice>
     
<xsd:element name="PESEL" type="TPESEL"/>
     
<xsd:sequence>
       
<xsd:element name="DataUrodzenia" type="TDataUrodzenia"/>
       
<xsd:element name="KrajUrodzenia" type="TAdresKraj">
         
<xsd:annotation>
           
<xsd:documentation>Kod kraju urodzenia podmiotu</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:choice>
   
<xsd:element name="SeriaINumerDokumentu" type="TSeriaINumerDokumentu"/>
   
<xsd:element name="RodzajDokumentu" type="TRodzajDokumentu"/>
   
<xsd:element name="AdresZamieszkania" type="TAdres" minOccurs="0"/>
   
<xsd:element name="DzialalnoscGosp" minOccurs="0">
     
<xsd:complexType>
       
<xsd:sequence>
         
<xsd:annotation>
           
<xsd:documentation>pole należy wypełnic jeśli klient lub nie klient prowadzi dzialalność gospodarcza a Instytucja posiada dane</xsd:documentation>
         
</xsd:annotation>
         
<xsd:element name="NazwaFirmy" type="TNazwaPodmiotu"/>
         
<xsd:element name="NIP" type="TNIP"/>
         
<xsd:element name="Adres" type="TAdres"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="KrajUrodzeniaOsoby" type="TAdresKraj" minOccurs="0"/>
 
</xsd:sequence>
</xsd:complexType>

element TOsobaFizyczna/ImiePierwsze
diagram typy_p40.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TImie
properties
content simple
facets
Kind Value Annotation
maxLength 30
pattern .*
source <xsd:element name="ImiePierwsze" type="TImie"/>

element TOsobaFizyczna/ImieDrugie
diagram typy_p41.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TImie
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 30
pattern .*
source <xsd:element name="ImieDrugie" type="TImie" minOccurs="0"/>

element TOsobaFizyczna/Nazwisko
diagram typy_p42.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TNazwisko
properties
content simple
facets
Kind Value Annotation
maxLength 40
pattern .*
source <xsd:element name="Nazwisko" type="TNazwisko"/>

element TOsobaFizyczna/Obywatelstwo
diagram typy_p43.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TObywatelstwo
properties
content simple
facets
Kind Value Annotation
length 2
pattern .*
source <xsd:element name="Obywatelstwo" type="TObywatelstwo"/>

element TOsobaFizyczna/PESEL
diagram typy_p44.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TPESEL
properties
content simple
facets
Kind Value Annotation
length 11
pattern \d{11}
source <xsd:element name="PESEL" type="TPESEL"/>

element TOsobaFizyczna/DataUrodzenia
diagram typy_p45.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TDataUrodzenia
properties
content simple
source <xsd:element name="DataUrodzenia" type="TDataUrodzenia"/>

element TOsobaFizyczna/KrajUrodzenia
diagram typy_p46.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresKraj
properties
content simple
facets
Kind Value Annotation
length 2
pattern [A-Z]{2}
annotation
documentation
Kod kraju urodzenia podmiotu
source <xsd:element name="KrajUrodzenia" type="TAdresKraj">
 
<xsd:annotation>
   
<xsd:documentation>Kod kraju urodzenia podmiotu</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element TOsobaFizyczna/SeriaINumerDokumentu
diagram typy_p47.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TSeriaINumerDokumentu
properties
content simple
facets
Kind Value Annotation
pattern .*
source <xsd:element name="SeriaINumerDokumentu" type="TSeriaINumerDokumentu"/>

element TOsobaFizyczna/RodzajDokumentu
diagram typy_p48.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TRodzajDokumentu
properties
content simple
facets
Kind Value Annotation
length 2
pattern .*
source <xsd:element name="RodzajDokumentu" type="TRodzajDokumentu"/>

element TOsobaFizyczna/AdresZamieszkania
diagram typy_p49.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdres
properties
minOcc 0
maxOcc 1
content complex
children Kraj Miejscowosc KodPocztowy Ulica
source <xsd:element name="AdresZamieszkania" type="TAdres" minOccurs="0"/>

element TOsobaFizyczna/DzialalnoscGosp
diagram typy_p50.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
properties
minOcc 0
maxOcc 1
content complex
children NazwaFirmy NIP Adres
source <xsd:element name="DzialalnoscGosp" minOccurs="0">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:annotation>
       
<xsd:documentation>pole należy wypełnic jeśli klient lub nie klient prowadzi dzialalność gospodarcza a Instytucja posiada dane</xsd:documentation>
     
</xsd:annotation>
     
<xsd:element name="NazwaFirmy" type="TNazwaPodmiotu"/>
     
<xsd:element name="NIP" type="TNIP"/>
     
<xsd:element name="Adres" type="TAdres"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element TOsobaFizyczna/DzialalnoscGosp/NazwaFirmy
diagram typy_p51.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TNazwaPodmiotu
properties
content simple
facets
Kind Value Annotation
maxLength 140
pattern .*
source <xsd:element name="NazwaFirmy" type="TNazwaPodmiotu"/>

element TOsobaFizyczna/DzialalnoscGosp/NIP
diagram typy_p52.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TNIP
properties
content simple
facets
Kind Value Annotation
maxLength 10
pattern [0-9]{10}
source <xsd:element name="NIP" type="TNIP"/>

element TOsobaFizyczna/DzialalnoscGosp/Adres
diagram typy_p53.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdres
properties
content complex
children Kraj Miejscowosc KodPocztowy Ulica
source <xsd:element name="Adres" type="TAdres"/>

element TOsobaFizyczna/KrajUrodzeniaOsoby
diagram typy_p54.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresKraj
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
length 2
pattern [A-Z]{2}
source <xsd:element name="KrajUrodzeniaOsoby" type="TAdresKraj" minOccurs="0"/>

complexType TOsobaFizycznaUpowazniona
diagram typy_p55.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
children ImiePierwsze ImieDrugie Nazwisko Obywatelstwo PESEL DataUrodzenia KrajUrodzenia RodzajDokumentu SeriaINumerDokumentu KrajUrodzeniaOsoby
source <xsd:complexType name="TOsobaFizycznaUpowazniona">
 
<xsd:sequence>
   
<xsd:element name="ImiePierwsze" type="TImie"/>
   
<xsd:element name="ImieDrugie" type="TImie" minOccurs="0"/>
   
<xsd:element name="Nazwisko" type="TNazwisko"/>
   
<xsd:element name="Obywatelstwo" type="TObywatelstwo"/>
   
<xsd:choice>
     
<xsd:element name="PESEL" type="TPESEL"/>
     
<xsd:sequence>
       
<xsd:element name="DataUrodzenia" type="TDataUrodzenia"/>
       
<xsd:element name="KrajUrodzenia" type="TAdresKraj">
         
<xsd:annotation>
           
<xsd:documentation>Kod kraju urodzenia podmiotu</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:choice>
   
<xsd:element name="RodzajDokumentu" type="TRodzajDokumentu"/>
   
<xsd:element name="SeriaINumerDokumentu" type="TSeriaINumerDokumentu"/>
   
<xsd:element name="KrajUrodzeniaOsoby" type="TAdresKraj" minOccurs="0"/>
 
</xsd:sequence>
</xsd:complexType>

element TOsobaFizycznaUpowazniona/ImiePierwsze
diagram typy_p56.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TImie
properties
content simple
facets
Kind Value Annotation
maxLength 30
pattern .*
source <xsd:element name="ImiePierwsze" type="TImie"/>

element TOsobaFizycznaUpowazniona/ImieDrugie
diagram typy_p57.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TImie
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 30
pattern .*
source <xsd:element name="ImieDrugie" type="TImie" minOccurs="0"/>

element TOsobaFizycznaUpowazniona/Nazwisko
diagram typy_p58.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TNazwisko
properties
content simple
facets
Kind Value Annotation
maxLength 40
pattern .*
source <xsd:element name="Nazwisko" type="TNazwisko"/>

element TOsobaFizycznaUpowazniona/Obywatelstwo
diagram typy_p59.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TObywatelstwo
properties
content simple
facets
Kind Value Annotation
length 2
pattern .*
source <xsd:element name="Obywatelstwo" type="TObywatelstwo"/>

element TOsobaFizycznaUpowazniona/PESEL
diagram typy_p60.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TPESEL
properties
content simple
facets
Kind Value Annotation
length 11
pattern \d{11}
source <xsd:element name="PESEL" type="TPESEL"/>

element TOsobaFizycznaUpowazniona/DataUrodzenia
diagram typy_p61.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TDataUrodzenia
properties
content simple
source <xsd:element name="DataUrodzenia" type="TDataUrodzenia"/>

element TOsobaFizycznaUpowazniona/KrajUrodzenia
diagram typy_p62.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresKraj
properties
content simple
facets
Kind Value Annotation
length 2
pattern [A-Z]{2}
annotation
documentation
Kod kraju urodzenia podmiotu
source <xsd:element name="KrajUrodzenia" type="TAdresKraj">
 
<xsd:annotation>
   
<xsd:documentation>Kod kraju urodzenia podmiotu</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element TOsobaFizycznaUpowazniona/RodzajDokumentu
diagram typy_p63.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TRodzajDokumentu
properties
content simple
facets
Kind Value Annotation
length 2
pattern .*
source <xsd:element name="RodzajDokumentu" type="TRodzajDokumentu"/>

element TOsobaFizycznaUpowazniona/SeriaINumerDokumentu
diagram typy_p64.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TSeriaINumerDokumentu
properties
content simple
facets
Kind Value Annotation
pattern .*
source <xsd:element name="SeriaINumerDokumentu" type="TSeriaINumerDokumentu"/>

element TOsobaFizycznaUpowazniona/KrajUrodzeniaOsoby
diagram typy_p65.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresKraj
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
length 2
pattern [A-Z]{2}
source <xsd:element name="KrajUrodzeniaOsoby" type="TAdresKraj" minOccurs="0"/>

complexType TOsobaPrawna
diagram typy_p66.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
children NazwaPodmiotu FormaOrganizacyjna AdresPodmiotu PodmiotNIP NumerWRejestrze DataRejestracji NazwaRejestru Kraj
source <xsd:complexType name="TOsobaPrawna">
 
<xsd:sequence>
   
<xsd:element name="NazwaPodmiotu" type="TNazwaPodmiotu"/>
   
<xsd:element name="FormaOrganizacyjna" type="TFormaOrganizacyjna"/>
   
<xsd:element name="AdresPodmiotu" type="TAdres"/>
   
<xsd:choice>
     
<xsd:element name="PodmiotNIP" type="TNIP"/>
     
<xsd:sequence>
       
<xsd:element name="NumerWRejestrze" type="TNumerRejestru"/>
       
<xsd:element name="DataRejestracji" type="TDataTr"/>
       
<xsd:element name="NazwaRejestru" type="TNazwaRejestru"/>
       
<xsd:element name="Kraj" type="TAdresKraj"/>
     
</xsd:sequence>
   
</xsd:choice>
 
</xsd:sequence>
</xsd:complexType>

element TOsobaPrawna/NazwaPodmiotu
diagram typy_p67.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TNazwaPodmiotu
properties
content simple
facets
Kind Value Annotation
maxLength 140
pattern .*
source <xsd:element name="NazwaPodmiotu" type="TNazwaPodmiotu"/>

element TOsobaPrawna/FormaOrganizacyjna
diagram typy_p68.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TFormaOrganizacyjna
properties
content simple
facets
Kind Value Annotation
length 2
source <xsd:element name="FormaOrganizacyjna" type="TFormaOrganizacyjna"/>

element TOsobaPrawna/AdresPodmiotu
diagram typy_p69.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdres
properties
content complex
children Kraj Miejscowosc KodPocztowy Ulica
source <xsd:element name="AdresPodmiotu" type="TAdres"/>

element TOsobaPrawna/PodmiotNIP
diagram typy_p70.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TNIP
properties
content simple
facets
Kind Value Annotation
maxLength 10
pattern [0-9]{10}
source <xsd:element name="PodmiotNIP" type="TNIP"/>

element TOsobaPrawna/NumerWRejestrze
diagram typy_p71.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TNumerRejestru
properties
content simple
facets
Kind Value Annotation
maxLength 30
pattern .*
source <xsd:element name="NumerWRejestrze" type="TNumerRejestru"/>

element TOsobaPrawna/DataRejestracji
diagram typy_p72.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TDataTr
properties
content simple
source <xsd:element name="DataRejestracji" type="TDataTr"/>

element TOsobaPrawna/NazwaRejestru
diagram typy_p73.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TNazwaRejestru
properties
content simple
facets
Kind Value Annotation
maxLength 40
pattern .*
source <xsd:element name="NazwaRejestru" type="TNazwaRejestru"/>

element TOsobaPrawna/Kraj
diagram typy_p74.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresKraj
properties
content simple
facets
Kind Value Annotation
length 2
pattern [A-Z]{2}
source <xsd:element name="Kraj" type="TAdresKraj"/>

complexType TOsPrawnaUproszczona
diagram typy_p75.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
children NazwaPodmiotu FormaOrganizacyjna AdresPodmiotu PodmiotNIP NumerWRejestrze DataRejestracji NazwaRejestru Kraj
source <xsd:complexType name="TOsPrawnaUproszczona">
 
<xsd:sequence>
   
<xsd:element name="NazwaPodmiotu" type="TNazwaPodmiotu"/>
   
<xsd:element name="FormaOrganizacyjna" type="TFormaOrganizacyjna" minOccurs="0"/>
   
<xsd:element name="AdresPodmiotu" type="TAdresUproszczony" minOccurs="0"/>
   
<xsd:choice minOccurs="0">
     
<xsd:element name="PodmiotNIP" type="TNIP" minOccurs="0"/>
     
<xsd:sequence minOccurs="0">
       
<xsd:element name="NumerWRejestrze" type="TNumerRejestru" minOccurs="0"/>
       
<xsd:element name="DataRejestracji" type="TDataUrodzenia" minOccurs="0"/>
       
<xsd:element name="NazwaRejestru" type="TNazwaRejestru" minOccurs="0"/>
       
<xsd:element name="Kraj" type="TAdresKraj" minOccurs="0"/>
     
</xsd:sequence>
   
</xsd:choice>
 
</xsd:sequence>
</xsd:complexType>

element TOsPrawnaUproszczona/NazwaPodmiotu
diagram typy_p76.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TNazwaPodmiotu
properties
content simple
facets
Kind Value Annotation
maxLength 140
pattern .*
source <xsd:element name="NazwaPodmiotu" type="TNazwaPodmiotu"/>

element TOsPrawnaUproszczona/FormaOrganizacyjna
diagram typy_p77.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TFormaOrganizacyjna
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
length 2
source <xsd:element name="FormaOrganizacyjna" type="TFormaOrganizacyjna" minOccurs="0"/>

element TOsPrawnaUproszczona/AdresPodmiotu
diagram typy_p78.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresUproszczony
properties
minOcc 0
maxOcc 1
content complex
children Kraj Miejscowosc Kod Ulica KodPocztowy
source <xsd:element name="AdresPodmiotu" type="TAdresUproszczony" minOccurs="0"/>

element TOsPrawnaUproszczona/PodmiotNIP
diagram typy_p79.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TNIP
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 10
pattern [0-9]{10}
source <xsd:element name="PodmiotNIP" type="TNIP" minOccurs="0"/>

element TOsPrawnaUproszczona/NumerWRejestrze
diagram typy_p80.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TNumerRejestru
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 30
pattern .*
source <xsd:element name="NumerWRejestrze" type="TNumerRejestru" minOccurs="0"/>

element TOsPrawnaUproszczona/DataRejestracji
diagram typy_p81.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TDataUrodzenia
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="DataRejestracji" type="TDataUrodzenia" minOccurs="0"/>

element TOsPrawnaUproszczona/NazwaRejestru
diagram typy_p82.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TNazwaRejestru
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 40
pattern .*
source <xsd:element name="NazwaRejestru" type="TNazwaRejestru" minOccurs="0"/>

element TOsPrawnaUproszczona/Kraj
diagram typy_p83.png
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type TAdresKraj
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
length 2
pattern [A-Z]{2}
source <xsd:element name="Kraj" type="TAdresKraj" minOccurs="0"/>

simpleType TAdresKod
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
used by
elements TAdresUproszczony/Kod TAdresUproszczony/KodPocztowy/Kod TAdres/KodPocztowy/Kod
facets
Kind Value Annotation
maxLength 25
pattern .*
source <xsd:simpleType name="TAdresKod">
 
<xsd:restriction base="xsd:string">
   
<xsd:maxLength value="25"/>
   
<xsd:pattern value=".*"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TAdresKodPL
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
used by
elements TAdresUproszczony/KodPocztowy/KodPL TAdres/KodPocztowy/KodPL
facets
Kind Value Annotation
length 6
pattern [0-9]{2}-[0-9]{3}
source <xsd:simpleType name="TAdresKodPL">
 
<xsd:restriction base="xsd:string">
   
<xsd:length value="6"/>
   
<xsd:pattern value="[0-9]{2}-[0-9]{3}"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TAdresKraj
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
used by
elements TAdresUproszczony/Kraj TAdres/Kraj TOsPrawnaUproszczona/Kraj TOsobaPrawna/Kraj TNumerRachunku/Kraj TOsobaFizycznaUpowazniona/KrajUrodzenia TOsFizycznaUproszczona/KrajUrodzenia TOsobaFizyczna/KrajUrodzenia TOsobaFizycznaUpowazniona/KrajUrodzeniaOsoby TOsFizycznaUproszczona/KrajUrodzeniaOsoby TOsobaFizyczna/KrajUrodzeniaOsoby
facets
Kind Value Annotation
length 2
pattern [A-Z]{2}
source <xsd:simpleType name="TAdresKraj">
 
<xsd:restriction base="xsd:string">
   
<xsd:length value="2"/>
   
<xsd:pattern value="[A-Z]{2}"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TAdresMiejscowosc
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
used by
elements TAdresUproszczony/Miejscowosc TAdres/Miejscowosc
facets
Kind Value Annotation
maxLength 35
pattern .*
source <xsd:simpleType name="TAdresMiejscowosc">
 
<xsd:restriction base="xsd:string">
   
<xsd:maxLength value="35"/>
   
<xsd:pattern value=".*"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TAdresUlica
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
used by
elements TAdresUproszczony/Ulica TAdres/Ulica
facets
Kind Value Annotation
maxLength 80
pattern .*
source <xsd:simpleType name="TAdresUlica">
 
<xsd:restriction base="xsd:string">
   
<xsd:maxLength value="80"/>
   
<xsd:pattern value=".*"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TCharakterPodmiotu
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
facets
Kind Value Annotation
length 4
source <xsd:simpleType name="TCharakterPodmiotu">
 
<xsd:restriction base="xsd:string">
   
<xsd:length value="4"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TDataTr
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type xsd:dateTime
properties
base xsd:dateTime
used by
element TOsobaPrawna/DataRejestracji
source <xsd:simpleType name="TDataTr">
 
<xsd:restriction base="xsd:dateTime"/>
</xsd:simpleType>

simpleType TDataUrodzenia
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type xsd:date
properties
base xsd:date
used by
elements TOsPrawnaUproszczona/DataRejestracji TOsobaFizycznaUpowazniona/DataUrodzenia TOsFizycznaUproszczona/DataUrodzenia TOsobaFizyczna/DataUrodzenia
source <xsd:simpleType name="TDataUrodzenia">
 
<xsd:restriction base="xsd:date"/>
</xsd:simpleType>

simpleType TEmail
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
facets
Kind Value Annotation
minLength 5
maxLength 127
pattern ([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})
source <xsd:simpleType name="TEmail">
 
<xsd:restriction base="xsd:string">
   
<xsd:minLength value="5"/>
   
<xsd:maxLength value="127"/>
   
<xsd:pattern value="([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TFormaOrganizacyjna
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
used by
elements TOsPrawnaUproszczona/FormaOrganizacyjna TOsobaPrawna/FormaOrganizacyjna
facets
Kind Value Annotation
length 2
source <xsd:simpleType name="TFormaOrganizacyjna">
 
<xsd:restriction base="xsd:string">
   
<xsd:length value="2"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TGminaID
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
facets
Kind Value Annotation
length 5
source <xsd:simpleType name="TGminaID">
 
<xsd:restriction base="xsd:string">
   
<xsd:length value="5"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TIBAN
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
used by
element TNumerRachunku/IBAN
facets
Kind Value Annotation
maxLength 34
pattern [A-Z]{2}[0-9]{2}[A-Z0-9]{1,30}
source <xsd:simpleType name="TIBAN">
 
<xsd:restriction base="xsd:string">
   
<xsd:maxLength value="34"/>
   
<xsd:pattern value="[A-Z]{2}[0-9]{2}[A-Z0-9]{1,30}"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TId
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:short
properties
base xsd:short
facets
Kind Value Annotation
minInclusive 0
maxInclusive 9999
source <xsd:simpleType name="TId">
 
<xsd:restriction base="xsd:short">
   
<xsd:minInclusive value="0"/>
   
<xsd:maxInclusive value="9999"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TIdentyfikatorTr
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
facets
Kind Value Annotation
maxLength 40
pattern .*
source <xsd:simpleType name="TIdentyfikatorTr">
 
<xsd:restriction base="xsd:string">
   
<xsd:maxLength value="40"/>
   
<xsd:pattern value=".*"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TImie
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
used by
elements TOsobaFizycznaUpowazniona/ImieDrugie TOsFizycznaUproszczona/ImieDrugie TOsobaFizyczna/ImieDrugie TOsobaFizycznaUpowazniona/ImiePierwsze TOsFizycznaUproszczona/ImiePierwsze TOsobaFizyczna/ImiePierwsze
facets
Kind Value Annotation
maxLength 30
pattern .*
source <xsd:simpleType name="TImie">
 
<xsd:restriction base="xsd:string">
   
<xsd:maxLength value="30"/>
   
<xsd:pattern value=".*"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TKodRodzTr
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
facets
Kind Value Annotation
length 2
pattern .*
source <xsd:simpleType name="TKodRodzTr">
 
<xsd:restriction base="xsd:string">
   
<xsd:length value="2"/>
   
<xsd:pattern value=".*"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TKodWalutyTr
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
facets
Kind Value Annotation
length 3
source <xsd:simpleType name="TKodWalutyTr">
 
<xsd:restriction base="xsd:string">
   
<xsd:length value="3"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TKwotaTr
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:decimal
properties
base xsd:decimal
facets
Kind Value Annotation
minInclusive 0
totalDigits 20
fractionDigits 2
source <xsd:simpleType name="TKwotaTr">
 
<xsd:restriction base="xsd:decimal">
   
<xsd:minInclusive value="0"/>
   
<xsd:totalDigits value="20"/>
   
<xsd:fractionDigits value="2"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TNazwaPodmiotu
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
used by
elements TOsobaFizyczna/DzialalnoscGosp/NazwaFirmy TOsPrawnaUproszczona/NazwaPodmiotu TOsobaPrawna/NazwaPodmiotu
facets
Kind Value Annotation
maxLength 140
pattern .*
source <xsd:simpleType name="TNazwaPodmiotu">
 
<xsd:restriction base="xsd:string">
   
<xsd:maxLength value="140"/>
   
<xsd:pattern value=".*"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TNazwaRejestru
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
used by
elements TOsPrawnaUproszczona/NazwaRejestru TOsobaPrawna/NazwaRejestru
facets
Kind Value Annotation
maxLength 40
pattern .*
source <xsd:simpleType name="TNazwaRejestru">
 
<xsd:restriction base="xsd:string">
   
<xsd:maxLength value="40"/>
   
<xsd:pattern value=".*"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TNazwisko
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
used by
elements TOsobaFizycznaUpowazniona/Nazwisko TOsFizycznaUproszczona/Nazwisko TOsobaFizyczna/Nazwisko
facets
Kind Value Annotation
maxLength 40
pattern .*
source <xsd:simpleType name="TNazwisko">
 
<xsd:restriction base="xsd:string">
   
<xsd:maxLength value="40"/>
   
<xsd:pattern value=".*"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TNIP
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
used by
elements TOsFizycznaUproszczona/DzialalnoscGosp/NIP TOsobaFizyczna/DzialalnoscGosp/NIP TOsPrawnaUproszczona/PodmiotNIP TOsobaPrawna/PodmiotNIP
facets
Kind Value Annotation
maxLength 10
pattern [0-9]{10}
source <xsd:simpleType name="TNIP">
 
<xsd:restriction base="xsd:string">
   
<xsd:maxLength value="10"/>
   
<xsd:pattern value="[0-9]{10}"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TNumerDomu
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
facets
Kind Value Annotation
maxLength 10
pattern .*
source <xsd:simpleType name="TNumerDomu">
 
<xsd:restriction base="xsd:string">
   
<xsd:maxLength value="10"/>
   
<xsd:pattern value=".*"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TNumerLokalu
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
facets
Kind Value Annotation
maxLength 10
pattern .*
source <xsd:simpleType name="TNumerLokalu">
 
<xsd:restriction base="xsd:string">
   
<xsd:maxLength value="10"/>
   
<xsd:pattern value=".*"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TNumerRejestru
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
used by
elements TOsPrawnaUproszczona/NumerWRejestrze TOsobaPrawna/NumerWRejestrze
facets
Kind Value Annotation
maxLength 30
pattern .*
source <xsd:simpleType name="TNumerRejestru">
 
<xsd:restriction base="xsd:string">
   
<xsd:maxLength value="30"/>
   
<xsd:pattern value=".*"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TObywatelstwo
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
used by
elements TOsobaFizycznaUpowazniona/Obywatelstwo TOsFizycznaUproszczona/Obywatelstwo TOsobaFizyczna/Obywatelstwo
facets
Kind Value Annotation
length 2
pattern .*
source <xsd:simpleType name="TObywatelstwo">
 
<xsd:restriction base="xsd:string">
   
<xsd:length value="2"/>
   
<xsd:pattern value=".*"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TPESEL
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
used by
elements TOsobaFizycznaUpowazniona/PESEL TOsFizycznaUproszczona/PESEL TOsobaFizyczna/PESEL
facets
Kind Value Annotation
length 11
pattern \d{11}
source <xsd:simpleType name="TPESEL">
 
<xsd:restriction base="xsd:string">
   
<xsd:length value="11"/>
   
<xsd:pattern value="\d{11}"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TRodzajDokumentu
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
used by
elements TOsobaFizycznaUpowazniona/RodzajDokumentu TOsFizycznaUproszczona/RodzajDokumentu TOsobaFizyczna/RodzajDokumentu
facets
Kind Value Annotation
length 2
pattern .*
source <xsd:simpleType name="TRodzajDokumentu">
 
<xsd:restriction base="xsd:string">
   
<xsd:length value="2"/>
   
<xsd:pattern value=".*"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TSeriaINumerDokumentu
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
used by
elements TOsobaFizycznaUpowazniona/SeriaINumerDokumentu TOsFizycznaUproszczona/SeriaINumerDokumentu TOsobaFizyczna/SeriaINumerDokumentu
facets
Kind Value Annotation
pattern .*
source <xsd:simpleType name="TSeriaINumerDokumentu">
 
<xsd:restriction base="xsd:string">
   
<xsd:pattern value=".*"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TSposobWydaniaDyspTr
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
facets
Kind Value Annotation
length 1
pattern [0-9]{1}
source <xsd:simpleType name="TSposobWydaniaDyspTr">
 
<xsd:restriction base="xsd:string">
   
<xsd:length value="1"/>
   
<xsd:pattern value="[0-9]{1}"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType TTytulTr
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
facets
Kind Value Annotation
maxLength 1800
source <xsd:simpleType name="TTytulTr">
 
<xsd:restriction base="xsd:string">
   
<xsd:maxLength value="1800"/>
   
<!-- <xsd:pattern value=".*"/> -->
 
</xsd:restriction>
</xsd:simpleType>

simpleType TUwagi
namespace http://www.giif.mofnet.gov.pl/xsd/typy/2018/09/15/typy
type restriction of xsd:string
properties
base xsd:string
facets
Kind Value Annotation
maxLength 2000
source <xsd:simpleType name="TUwagi">
 
<xsd:restriction base="xsd:string">
   
<xsd:maxLength value="2000"/>
 
</xsd:restriction>
</xsd:simpleType>


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