ČSSZ IKR schema documentation 1.4.0.2

Schema files:
REGZEC25.xsd 
baseTypes2.xsd 


 REGZEC25.xsd 
schema location:..\ikr-xsd-doc-generator\REGZEC\REGZEC25.xsd
targetNamespace:http://schemas.cssz.cz/REGZEC/2025
targetNamespace:http://schemas.cssz.cz/REGZEC/2025

ElementsComplex typesSimple types

Back to TOC


 baseTypes2.xsd 
schema location:..\ikr-xsd-doc-generator\REGZEC\baseTypes2.xsd
targetNamespace:http://schemas.cssz.cz/baseTypes/v2
targetNamespace:http://schemas.cssz.cz/baseTypes/v2

Simple types

Back to TOC

element employee
diagramREGZEC25_diagrams/REGZEC25_p1.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typeemployeeType
properties
content complex
childrenclient  comp  job  forin  pens  insh  inso  insp  unemplcomp  fact  nocitizen  forinreg  attachs
attributes
Name Type Use Default Fixed Annotation
sqnr tns:simpleNType required     documentation
pořadové číslo věty v podání (ID 10014)
dep tns:simpleNType required     documentation
kód okresu (org. jednotky ČSSZ) z C_COKR (ID 10004)
act tns:simpleNType required     documentation
číslo akce z C_AKCE. Určuje charakter požadované operace (ID 10008).
dat xs:date required     documentation
datum vyplnění (vyhotovení) dat.věty (ID 10005)
fro xs:date optional     documentation
platnost zaslaných údajů od / datum vyhotovení opravované přihlášky (ID 10009)
source<xs:element  name="employee"  type="employeeType"/>

element REGZEC
diagramREGZEC25_diagrams/REGZEC25_p2.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typeregzecType
properties
content complex
childrenVENDOR  SENDER  employees
attributes
Name Type Use Default Fixed Annotation
version xs:string        
partialAccept xs:string        
source<xs:element  name="REGZEC"  type="regzecType"/>

complexType attachsType
diagramREGZEC25_diagrams/REGZEC25_p3.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
childrenattach
used by
element employeeType/attachs
source<xs:complexType  name="attachsType"> <xs:sequence> <xs:element  name="attach"  minOccurs="0"  maxOccurs="9"> <xs:annotation> <xs:documentation>příloha, je možné vložit max 9 příloh</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute  name="name"  use="required"> <xs:annotation> <xs:documentation>název přílohy/souboru včetně přípony (ID 10396)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="desc"  use="optional"> <xs:annotation> <xs:documentation>popis přílohy (ID 10397)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="0"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="data"  use="required"> <xs:annotation> <xs:documentation>data přílohy (ID 10400)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="xs:base64Binary"> <xs:minLength  value="1"></xs:minLength> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType>

element attachsType/attach
diagramREGZEC25_diagrams/REGZEC25_p4.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
properties
minOcc 0
maxOcc 9
content complex
attributes
Name Type Use Default Fixed Annotation
name tns:simpleL2Type required     documentation
název přílohy/souboru včetně přípony (ID 10396)
desc tns:simpleL2Type optional     documentation
popis přílohy (ID 10397)
data xs:base64Binary required     documentation
data přílohy (ID 10400)
annotation
documentation
příloha, je možné vložit max 9 příloh
source<xs:element  name="attach"  minOccurs="0"  maxOccurs="9"> <xs:annotation> <xs:documentation>příloha, je možné vložit max 9 příloh</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute  name="name"  use="required"> <xs:annotation> <xs:documentation>název přílohy/souboru včetně přípony (ID 10396)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="desc"  use="optional"> <xs:annotation> <xs:documentation>popis přílohy (ID 10397)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="0"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="data"  use="required"> <xs:annotation> <xs:documentation>data přílohy (ID 10400)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="xs:base64Binary"> <xs:minLength  value="1"></xs:minLength> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element>

attribute attachsType/attach/@name
typerestriction of tns:simpleL2Type
properties
use required
facets
Kind Value Annotation
minLength  1  
maxLength  100  
pattern  .*  
annotation
documentation
název přílohy/souboru včetně přípony (ID 10396)
source<xs:attribute  name="name"  use="required"> <xs:annotation> <xs:documentation>název přílohy/souboru včetně přípony (ID 10396)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute attachsType/attach/@desc
typerestriction of tns:simpleL2Type
properties
use optional
facets
Kind Value Annotation
minLength  0  
maxLength  100  
pattern  .*  
annotation
documentation
popis přílohy (ID 10397)
source<xs:attribute  name="desc"  use="optional"> <xs:annotation> <xs:documentation>popis přílohy (ID 10397)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="0"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute attachsType/attach/@data
typerestriction of xs:base64Binary
properties
use required
facets
Kind Value Annotation
minLength  1  
annotation
documentation
data přílohy (ID 10400)
source<xs:attribute  name="data"  use="required"> <xs:annotation> <xs:documentation>data přílohy (ID 10400)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="xs:base64Binary"> <xs:minLength  value="1"></xs:minLength> </xs:restriction> </xs:simpleType> </xs:attribute>

complexType birthType
diagramREGZEC25_diagrams/REGZEC25_p5.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
used by
element clientType/birth
attributes
Name Type Use Default Fixed Annotation
dat xs:date optional     documentation
datum narození (ID 10056)
nam tns:simpleA_ZX_SP_Type optional     documentation
rodné příjmení (ID 10063)
cit tns:simpleA_NN_ZZ_SP_Type optional     documentation
místo narození (ID 10066)
stat tns:simpleAType optional     documentation
stát narození (ID 10065)
source<xs:complexType  name="birthType"> <xs:sequence></xs:sequence> <xs:attribute  name="dat"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>datum narození (ID 10056)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="nam"  use="optional"> <xs:annotation> <xs:documentation>rodné příjmení (ID 10063)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_ZX_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="cit"  use="optional"> <xs:annotation> <xs:documentation>místo narození (ID 10066)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZ_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="stat"  use="optional"> <xs:annotation> <xs:documentation>stát narození (ID 10065)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="2"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>

attribute birthType/@dat
typexs:date
properties
use optional
annotation
documentation
datum narození (ID 10056)
source<xs:attribute  name="dat"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>datum narození (ID 10056)</xs:documentation> </xs:annotation> </xs:attribute>

attribute birthType/@nam
typerestriction of tns:simpleA_ZX_SP_Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  50  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+( +[A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+)*)|  
annotation
documentation
rodné příjmení (ID 10063)
source<xs:attribute  name="nam"  use="optional"> <xs:annotation> <xs:documentation>rodné příjmení (ID 10063)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_ZX_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute birthType/@cit
typerestriction of tns:simpleA_NN_ZZ_SP_Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  50  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+( +[0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+)*)|  
annotation
documentation
místo narození (ID 10066)
source<xs:attribute  name="cit"  use="optional"> <xs:annotation> <xs:documentation>místo narození (ID 10066)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZ_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute birthType/@stat
typerestriction of tns:simpleAType
properties
use optional
facets
Kind Value Annotation
length  2  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
stát narození (ID 10065)
source<xs:attribute  name="stat"  use="optional"> <xs:annotation> <xs:documentation>stát narození (ID 10065)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="2"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute>

complexType clientType
diagramREGZEC25_diagrams/REGZEC25_p6.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
childrenname  birth  stat  adr  fdr  cdr  rdr  taxidrezid  proofid
used by
element employeeType/client
attributes
Name Type Use Default Fixed Annotation
bno tns:simpleNNType optional     documentation
Rodné číslo / EČP (ID 10057/10058)
ikmpsv tns:simpleNNType optional     documentation
IK MPSV (ID 10051)
vcp tns:simpleNType optional     documentation
VČP (ID 10060)
source<xs:complexType  name="clientType"> <xs:sequence> <xs:element  name="name"  type="nameType"  minOccurs="0"></xs:element> <xs:element  name="birth"  type="birthType"  minOccurs="0"></xs:element> <xs:element  name="stat"  type="statType"  minOccurs="0"></xs:element> <xs:element  name="adr"  type="intlAdrType"  minOccurs="0"></xs:element> <xs:element  name="fdr"  type="czAdrType"  minOccurs="0"></xs:element> <xs:element  name="cdr"  type="intlAdrType"  minOccurs="0"></xs:element> <xs:element  name="rdr"  type="rdrType"  minOccurs="0"></xs:element> <xs:element  name="taxidrezid"  type="taxidrezidType"  minOccurs="0"></xs:element> <xs:element  name="proofid"  type="proofidType"  minOccurs="0"></xs:element> </xs:sequence> <xs:attribute  name="bno"  use="optional"> <xs:annotation> <xs:documentation>Rodné číslo / EČP (ID 10057/10058)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNNType"> <xs:minLength  value="9"></xs:minLength> <xs:maxLength  value="10"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="ikmpsv"  use="optional"> <xs:annotation> <xs:documentation>IK MPSV (ID 10051)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNNType"> <xs:length  value="10"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="vcp"  use="optional"> <xs:annotation> <xs:documentation>VČP (ID 10060)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="100000000"></xs:minInclusive> <xs:maxInclusive  value="999999999"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>

attribute clientType/@bno
typerestriction of tns:simpleNNType
properties
use optional
facets
Kind Value Annotation
minLength  9  
maxLength  10  
pattern  [0-9]*  
annotation
documentation
Rodné číslo / EČP (ID 10057/10058)
source<xs:attribute  name="bno"  use="optional"> <xs:annotation> <xs:documentation>Rodné číslo / EČP (ID 10057/10058)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNNType"> <xs:minLength  value="9"></xs:minLength> <xs:maxLength  value="10"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute clientType/@ikmpsv
typerestriction of tns:simpleNNType
properties
use optional
facets
Kind Value Annotation
length  10  
pattern  [0-9]*  
annotation
documentation
IK MPSV (ID 10051)
source<xs:attribute  name="ikmpsv"  use="optional"> <xs:annotation> <xs:documentation>IK MPSV (ID 10051)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNNType"> <xs:length  value="10"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute clientType/@vcp
typerestriction of tns:simpleNType
properties
use optional
facets
Kind Value Annotation
minInclusive  100000000  
maxInclusive  999999999  
pattern  [1-9].*|0  
annotation
documentation
VČP (ID 10060)
source<xs:attribute  name="vcp"  use="optional"> <xs:annotation> <xs:documentation>VČP (ID 10060)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="100000000"></xs:minInclusive> <xs:maxInclusive  value="999999999"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute>

element clientType/name
diagramREGZEC25_diagrams/REGZEC25_p7.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typenameType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
sur tns:simpleA_ZX_SP_Type optional     documentation
příjmení (ID 10053)
ona tns:simpleA_ZX_SP_Type optional     documentation
dřívější příjmení (ID 10064)
fir tns:simpleA_ZX_SP_Type optional     documentation
jméno (ID 10054)
tit tns:simpleA_ZX_SP_Type optional     documentation
titul (ID 10055)
source<xs:element  name="name"  type="nameType"  minOccurs="0"/>

element clientType/birth
diagramREGZEC25_diagrams/REGZEC25_p8.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typebirthType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
dat xs:date optional     documentation
datum narození (ID 10056)
nam tns:simpleA_ZX_SP_Type optional     documentation
rodné příjmení (ID 10063)
cit tns:simpleA_NN_ZZ_SP_Type optional     documentation
místo narození (ID 10066)
stat tns:simpleAType optional     documentation
stát narození (ID 10065)
source<xs:element  name="birth"  type="birthType"  minOccurs="0"/>

element clientType/stat
diagramREGZEC25_diagrams/REGZEC25_p9.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typestatType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
mal xs:string optional     documentation
pohlaví (ID 10059)
cnt tns:simpleAType optional     documentation
státní občanství (ID 10067)
source<xs:element  name="stat"  type="statType"  minOccurs="0"/>

element clientType/adr
diagramREGZEC25_diagrams/REGZEC25_p10.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typeintlAdrType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
str tns:simpleA_NN_ZZ_SP_Type optional     documentation
ulice (ID 10077,10506)
num tns:simpleA_NN_ZZType required     documentation
číslo domu (pro stát CZ č.popisné) (ID 10078,10507)
onum tns:simpleA_NN_ZZType optional     documentation
trvalý pobyt - č.o. (ID 10079,10508)
pnu tns:simpleA_NN_ZZType required     documentation
psč (ID 10082,10510)
cit tns:simpleA_NN_ZL_SP_Type required     documentation
obec (ID 10080,10509)
cnt tns:simpleAType required     documentation
stát (ID 10083,10511)
ruianpoint tns:simpleNType optional     documentation
trvalý pobyt - kód adresního místa (ID 10076,10505)
source<xs:element  name="adr"  type="intlAdrType"  minOccurs="0"/>

element clientType/fdr
diagramREGZEC25_diagrams/REGZEC25_p11.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typeczAdrType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
str tns:simpleA_NN_ZZ_SP_Type optional     documentation
ulice - (ID 10513)
num tns:simpleNType required     documentation
č.popisné - (ID 10514)
onum tns:simpleA_NN_ZZType optional     documentation
číslo orientrační - (ID 10515)
pnu xs:string required     documentation
psč (ID 10517)
cit tns:simpleA_NN_ZL_SP_Type required     documentation
obec - (ID 10516)
ruianpoint tns:simpleNType optional     documentation
pobyt v ČR - (ID 10512)
source<xs:element  name="fdr"  type="czAdrType"  minOccurs="0"/>

element clientType/cdr
diagramREGZEC25_diagrams/REGZEC25_p12.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typeintlAdrType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
str tns:simpleA_NN_ZZ_SP_Type optional     documentation
ulice (ID 10077,10506)
num tns:simpleA_NN_ZZType required     documentation
číslo domu (pro stát CZ č.popisné) (ID 10078,10507)
onum tns:simpleA_NN_ZZType optional     documentation
trvalý pobyt - č.o. (ID 10079,10508)
pnu tns:simpleA_NN_ZZType required     documentation
psč (ID 10082,10510)
cit tns:simpleA_NN_ZL_SP_Type required     documentation
obec (ID 10080,10509)
cnt tns:simpleAType required     documentation
stát (ID 10083,10511)
ruianpoint tns:simpleNType optional     documentation
trvalý pobyt - kód adresního místa (ID 10076,10505)
source<xs:element  name="cdr"  type="intlAdrType"  minOccurs="0"/>

element clientType/rdr
diagramREGZEC25_diagrams/REGZEC25_p13.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typerdrType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
str tns:simpleA_NN_ZZ_SP_Type optional     documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - ulice (ID 10519)
num tns:simpleA_NN_ZZType required     documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - číslo popisné (ID 10520)
onum tns:simpleA_NN_ZZType optional     documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - číslo orientační (ID 10521)
pnu tns:simpleA_NN_ZZType required     documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - psč (postcode) (ID 10522)
cit tns:simpleA_NN_ZL_SP_Type required     documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - obec (ID 10523)
cnt tns:simpleAType required     documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - stát (ID 10524)
source<xs:element  name="rdr"  type="rdrType"  minOccurs="0"/>

element clientType/taxidrezid
diagramREGZEC25_diagrams/REGZEC25_p14.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typetaxidrezidType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
type tns:simpleAType optional     documentation
typ daňové identifikace (ID 10061)
num tns:simpleA_NN_ZZType optional     documentation
daňový identifikátor ve státě rezidence (ID 10062)
stat tns:simpleAType optional     documentation
kód státu rezidenství (ID 10068)
statchang xs:date optional     documentation
platnost změny kódu státu rezidentství od (ID 10459)
source<xs:element  name="taxidrezid"  type="taxidrezidType"  minOccurs="0"/>

element clientType/proofid
diagramREGZEC25_diagrams/REGZEC25_p15.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typeproofidType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
type tns:simpleAType optional     documentation
typ dokladu (ID 10069)
num tns:simpleL2Type optional     documentation
číslo dokladu (ID 10070)
foreigninst tns:simpleL2Type optional     documentation
orgán, který vydal doklad v zahraničí (ID 10071)
stat tns:simpleAType optional     documentation
kód státu, který doklady vydal (ID 10072)
source<xs:element  name="proofid"  type="proofidType"  minOccurs="0"/>

complexType compType
diagramREGZEC25_diagrams/REGZEC25_p16.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
used by
element employeeType/comp
attributes
Name Type Use Default Fixed Annotation
vs tns:simpleNNType required     documentation
variabilní symbol zaměstnavatele - (ID 10221)
nvs tns:simpleNNType optional     documentation
nový variabilní symbol zaměstnavatele (ID 10222)
nam tns:simpleL2Type required     documentation
název zaměstnavatele (ID 10120)
source<xs:complexType  name="compType"> <xs:sequence></xs:sequence> <xs:attribute  name="vs"  use="required"> <xs:annotation> <xs:documentation>variabilní symbol zaměstnavatele - (ID 10221)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNNType"> <xs:minLength  value="8"></xs:minLength> <xs:maxLength  value="10"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="nvs"  use="optional"> <xs:annotation> <xs:documentation>nový variabilní symbol zaměstnavatele (ID 10222)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNNType"> <xs:minLength  value="8"></xs:minLength> <xs:maxLength  value="10"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="nam"  use="required"> <xs:annotation> <xs:documentation>název zaměstnavatele (ID 10120)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="150"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>

attribute compType/@vs
typerestriction of tns:simpleNNType
properties
use required
facets
Kind Value Annotation
minLength  8  
maxLength  10  
pattern  [0-9]*  
annotation
documentation
variabilní symbol zaměstnavatele - (ID 10221)
source<xs:attribute  name="vs"  use="required"> <xs:annotation> <xs:documentation>variabilní symbol zaměstnavatele - (ID 10221)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNNType"> <xs:minLength  value="8"></xs:minLength> <xs:maxLength  value="10"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute compType/@nvs
typerestriction of tns:simpleNNType
properties
use optional
facets
Kind Value Annotation
minLength  8  
maxLength  10  
pattern  [0-9]*  
annotation
documentation
nový variabilní symbol zaměstnavatele (ID 10222)
source<xs:attribute  name="nvs"  use="optional"> <xs:annotation> <xs:documentation>nový variabilní symbol zaměstnavatele (ID 10222)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNNType"> <xs:minLength  value="8"></xs:minLength> <xs:maxLength  value="10"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute compType/@nam
typerestriction of tns:simpleL2Type
properties
use required
facets
Kind Value Annotation
minLength  1  
maxLength  150  
pattern  .*  
annotation
documentation
název zaměstnavatele (ID 10120)
source<xs:attribute  name="nam"  use="required"> <xs:annotation> <xs:documentation>název zaměstnavatele (ID 10120)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="150"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

complexType czAdrType
diagramREGZEC25_diagrams/REGZEC25_p17.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
used by
element clientType/fdr
attributes
Name Type Use Default Fixed Annotation
str tns:simpleA_NN_ZZ_SP_Type optional     documentation
ulice - (ID 10513)
num tns:simpleNType required     documentation
č.popisné - (ID 10514)
onum tns:simpleA_NN_ZZType optional     documentation
číslo orientrační - (ID 10515)
pnu xs:string required     documentation
psč (ID 10517)
cit tns:simpleA_NN_ZL_SP_Type required     documentation
obec - (ID 10516)
ruianpoint tns:simpleNType optional     documentation
pobyt v ČR - (ID 10512)
source<xs:complexType  name="czAdrType"> <xs:sequence></xs:sequence> <xs:attribute  name="str"  use="optional"> <xs:annotation> <xs:documentation>ulice - (ID 10513)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZ_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="num"  use="required"> <xs:annotation> <xs:documentation>č.popisné - (ID 10514)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="9999"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="onum"  use="optional"> <xs:annotation> <xs:documentation>číslo orientrační - (ID 10515)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="12"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="pnu"  use="required"> <xs:annotation> <xs:documentation>psč (ID 10517)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="xs:string"> <xs:pattern  value="\d{5}"></xs:pattern> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="cit"  use="required"> <xs:annotation> <xs:documentation>obec - (ID 10516)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZL_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="ruianpoint"  use="optional"> <xs:annotation> <xs:documentation>pobyt v ČR - (ID 10512)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="999999999"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>

attribute czAdrType/@str
typerestriction of tns:simpleA_NN_ZZ_SP_Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  50  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+( +[0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+)*)|  
annotation
documentation
ulice - (ID 10513)
source<xs:attribute  name="str"  use="optional"> <xs:annotation> <xs:documentation>ulice - (ID 10513)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZ_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute czAdrType/@num
typerestriction of tns:simpleNType
properties
use required
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  9999  
pattern  [1-9].*|0  
annotation
documentation
č.popisné - (ID 10514)
source<xs:attribute  name="num"  use="required"> <xs:annotation> <xs:documentation>č.popisné - (ID 10514)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="9999"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute czAdrType/@onum
typerestriction of tns:simpleA_NN_ZZType
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  12  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*  
annotation
documentation
číslo orientrační - (ID 10515)
source<xs:attribute  name="onum"  use="optional"> <xs:annotation> <xs:documentation>číslo orientrační - (ID 10515)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="12"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute czAdrType/@pnu
typerestriction of xs:string
properties
use required
facets
Kind Value Annotation
pattern  \d{5}  
annotation
documentation
psč (ID 10517)
source<xs:attribute  name="pnu"  use="required"> <xs:annotation> <xs:documentation>psč (ID 10517)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="xs:string"> <xs:pattern  value="\d{5}"></xs:pattern> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute czAdrType/@cit
typerestriction of tns:simpleA_NN_ZL_SP_Type
properties
use required
facets
Kind Value Annotation
minLength  1  
maxLength  50  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+']+( +[0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+']+)*)|  
annotation
documentation
obec - (ID 10516)
source<xs:attribute  name="cit"  use="required"> <xs:annotation> <xs:documentation>obec - (ID 10516)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZL_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute czAdrType/@ruianpoint
typerestriction of tns:simpleNType
properties
use optional
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  999999999  
pattern  [1-9].*|0  
annotation
documentation
pobyt v ČR - (ID 10512)
source<xs:attribute  name="ruianpoint"  use="optional"> <xs:annotation> <xs:documentation>pobyt v ČR - (ID 10512)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="999999999"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute>

complexType employeeType
diagramREGZEC25_diagrams/REGZEC25_p18.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
childrenclient  comp  job  forin  pens  insh  inso  insp  unemplcomp  fact  nocitizen  forinreg  attachs
used by
element employee  regzecType/employees/employee
attributes
Name Type Use Default Fixed Annotation
sqnr tns:simpleNType required     documentation
pořadové číslo věty v podání (ID 10014)
dep tns:simpleNType required     documentation
kód okresu (org. jednotky ČSSZ) z C_COKR (ID 10004)
act tns:simpleNType required     documentation
číslo akce z C_AKCE. Určuje charakter požadované operace (ID 10008).
dat xs:date required     documentation
datum vyplnění (vyhotovení) dat.věty (ID 10005)
fro xs:date optional     documentation
platnost zaslaných údajů od / datum vyhotovení opravované přihlášky (ID 10009)
source<xs:complexType  name="employeeType"> <xs:sequence> <xs:element  name="client"  type="clientType"></xs:element> <xs:element  name="comp"  type="compType"></xs:element> <xs:element  name="job"  type="jobType"></xs:element> <xs:element  name="forin"  type="forinType"  minOccurs="0"></xs:element> <xs:element  name="pens"  type="pensType"  minOccurs="0"></xs:element> <xs:element  name="insh"  type="inshType"  minOccurs="0"></xs:element> <xs:element  name="inso"  type="insoType"  minOccurs="0"></xs:element> <xs:element  name="insp"  type="inspType"  minOccurs="0"></xs:element> <xs:element  name="unemplcomp"  type="unemplcompType"  minOccurs="0"></xs:element> <xs:element  name="fact"  type="factType"  minOccurs="0"></xs:element> <xs:element  name="nocitizen"  type="nocitizenType"  minOccurs="0"></xs:element> <xs:element  name="forinreg"  type="forinregType"  minOccurs="0"></xs:element> <xs:element  name="attachs"  type="attachsType"  minOccurs="0"></xs:element> </xs:sequence> <xs:attribute  name="sqnr"  use="required"> <xs:annotation> <xs:documentation>pořadové číslo věty v podání (ID 10014)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="1500"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="dep"  use="required"> <xs:annotation> <xs:documentation>kód okresu (org. jednotky ČSSZ) z C_COKR (ID 10004) </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="100"></xs:minInclusive> <xs:maxInclusive  value="999"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="act"  use="required"> <xs:annotation> <xs:documentation>číslo akce z C_AKCE. Určuje charakter požadované operace (ID 10008).</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="99"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="dat"  type="xs:date"  use="required"> <xs:annotation> <xs:documentation>datum vyplnění (vyhotovení) dat.věty (ID 10005)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="fro"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>platnost zaslaných údajů od / datum vyhotovení opravované přihlášky (ID 10009)</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType>

attribute employeeType/@sqnr
typerestriction of tns:simpleNType
properties
use required
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  1500  
pattern  [1-9].*|0  
annotation
documentation
pořadové číslo věty v podání (ID 10014)
source<xs:attribute  name="sqnr"  use="required"> <xs:annotation> <xs:documentation>pořadové číslo věty v podání (ID 10014)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="1500"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute employeeType/@dep
typerestriction of tns:simpleNType
properties
use required
facets
Kind Value Annotation
minInclusive  100  
maxInclusive  999  
pattern  [1-9].*|0  
annotation
documentation
kód okresu (org. jednotky ČSSZ) z C_COKR (ID 10004)
source<xs:attribute  name="dep"  use="required"> <xs:annotation> <xs:documentation>kód okresu (org. jednotky ČSSZ) z C_COKR (ID 10004) </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="100"></xs:minInclusive> <xs:maxInclusive  value="999"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute employeeType/@act
typerestriction of tns:simpleNType
properties
use required
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  99  
pattern  [1-9].*|0  
annotation
documentation
číslo akce z C_AKCE. Určuje charakter požadované operace (ID 10008).
source<xs:attribute  name="act"  use="required"> <xs:annotation> <xs:documentation>číslo akce z C_AKCE. Určuje charakter požadované operace (ID 10008).</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="99"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute employeeType/@dat
typexs:date
properties
use required
annotation
documentation
datum vyplnění (vyhotovení) dat.věty (ID 10005)
source<xs:attribute  name="dat"  type="xs:date"  use="required"> <xs:annotation> <xs:documentation>datum vyplnění (vyhotovení) dat.věty (ID 10005)</xs:documentation> </xs:annotation> </xs:attribute>

attribute employeeType/@fro
typexs:date
properties
use optional
annotation
documentation
platnost zaslaných údajů od / datum vyhotovení opravované přihlášky (ID 10009)
source<xs:attribute  name="fro"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>platnost zaslaných údajů od / datum vyhotovení opravované přihlášky (ID 10009)</xs:documentation> </xs:annotation> </xs:attribute>

element employeeType/client
diagramREGZEC25_diagrams/REGZEC25_p19.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typeclientType
properties
content complex
childrenname  birth  stat  adr  fdr  cdr  rdr  taxidrezid  proofid
attributes
Name Type Use Default Fixed Annotation
bno tns:simpleNNType optional     documentation
Rodné číslo / EČP (ID 10057/10058)
ikmpsv tns:simpleNNType optional     documentation
IK MPSV (ID 10051)
vcp tns:simpleNType optional     documentation
VČP (ID 10060)
source<xs:element  name="client"  type="clientType"/>

element employeeType/comp
diagramREGZEC25_diagrams/REGZEC25_p20.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typecompType
properties
content complex
attributes
Name Type Use Default Fixed Annotation
vs tns:simpleNNType required     documentation
variabilní symbol zaměstnavatele - (ID 10221)
nvs tns:simpleNNType optional     documentation
nový variabilní symbol zaměstnavatele (ID 10222)
nam tns:simpleL2Type required     documentation
název zaměstnavatele (ID 10120)
source<xs:element  name="comp"  type="compType"/>

element employeeType/job
diagramREGZEC25_diagrams/REGZEC25_p21.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typejobType
properties
content complex
childrenprof  position
attributes
Name Type Use Default Fixed Annotation
oid tns:simpleNNType optional     documentation
identifikátor pojistného vztahu - Datový slovník atribut (ID 10228), element v MH idPpv
fro xs:date optional     documentation
datum vstupu do zaměstnání (zaměstnán od)(ID 10223)
to xs:date optional     documentation
datum ukončení zaměstnání (zaměstnán do)(ID 10224)
rel tns:simpleA_NType optional     documentation
druh výdělečné činnosti (ID 10239)
relDetail tns:simpleNType optional     documentation
Bližší určení pracovně právního vztahu (ID 10502)
sme tns:simpleLType optional     documentation
zaměstnání malého rozsahu (ID 10243)
endbydeath tns:simpleLType optional     documentation
zaměstnání ukončeno smrtí (ID 10225)
notstart tns:simpleLType optional     documentation
zaměstnanec nenastoupil (ID 10226)
contractfro xs:date optional     documentation
vznik zaměstnání (ID 10227)
relat tns:simpleNType optional     documentation
postavení v zaměstnání (ID 10249)
workmode tns:simpleNType optional     documentation
pracovní režim (ID 10255)
cont tns:simpleLType optional     documentation
nepřetržitý provoz (ID 10407)
place tns:simpleNType optional     documentation
práce probíhá převážně (ID 10258)
preplace tns:simpleL2Type optional     documentation
Předpokládané/á místo/a výkonu práce (ID 10526)
contractplace tns:simpleL2Type optional     documentation
Místo výkonu práce uvedené v pracovní smlouvě zaměstnance (ID 10527)
cit tns:simpleA_NN_ZZ_SP_Type optional     documentation
Název obce (ID 10528)
municode tns:simpleNNType optional     documentation
Kód obce (ID 10529)
source<xs:element  name="job"  type="jobType"/>

element employeeType/forin
diagramREGZEC25_diagrams/REGZEC25_p22.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typeforinType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
cur tns:simpleAType optional     documentation
informace o cizozemském nositeli pojištění - specifikace (ID 10092)
nam tns:simpleL2Type optional     documentation
nositel cizozemského pojištění - název (ID 10093)
str tns:simpleA_NN_ZZ_SP_Type optional     documentation
nositel cizozemského pojištění - ulice (ID 10094)
num tns:simpleA_NN_ZZType optional     documentation
nositel cizozemského pojištění - č.p. (ID 10095)
onum tns:simpleA_NN_ZZType optional     documentation
nositel cizozemského pojištění - č.o.(ID 10096)
pnu tns:simpleA_NN_ZZ_SP_Type optional     documentation
nositel cizozemského pojištění - PSČ (postcode)(ID 10098)
cit tns:simpleA_NN_ZL_SP_Type optional     documentation
nositel cizozemského pojištění - obec (ID 10097)
cnt tns:simpleAType optional     documentation
nositel cizozemského pojištění - stát (ID 10099)
id tns:simpleA_NN_ZZType optional     documentation
číslo cizozemského pojištění (ID 10100)
sec tns:simpleNNType optional     documentation
sektor (účel pojištění)(ID 10101)
source<xs:element  name="forin"  type="forinType"  minOccurs="0"/>

element employeeType/pens
diagramREGZEC25_diagrams/REGZEC25_p23.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typepensType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
typ tns:simpleA_NType optional     documentation
druh pobíraného důchodu (ID 10113)
tak xs:date optional     documentation
důchod pobírán od (ID 10114)
early tns:simpleLType optional     documentation
poživatel předčasného starobního důchodu (ID 10115)
reducedAge tns:simpleLType optional     documentation
Poživatel starobního důchodu se sníženým důchodovým věkem (ID 10504)
source<xs:element  name="pens"  type="pensType"  minOccurs="0"/>

element employeeType/insh
diagramREGZEC25_diagrams/REGZEC25_p24.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typeinshType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
cnr tns:simpleNType required     documentation
kód zdravotní pojištovny (ID 10102)
source<xs:element  name="insh"  type="inshType"  minOccurs="0"/>

element employeeType/inso
diagramREGZEC25_diagrams/REGZEC25_p25.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typeinsoType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
nam tns:simpleL2Type required     documentation
název současného orgánu nem. pojištění (mimo ČSSZ)(ID 10103)
source<xs:element  name="inso"  type="insoType"  minOccurs="0"/>

element employeeType/insp
diagramREGZEC25_diagrams/REGZEC25_p26.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typeinspType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
nam tns:simpleL2Type required     documentation
název předchozího orgánu nem. pojištění (mimo ČSSZ)(ID 10104)
source<xs:element  name="insp"  type="inspType"  minOccurs="0"/>

element employeeType/unemplcomp
diagramREGZEC25_diagrams/REGZEC25_p27.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typeunemplcompType
properties
minOcc 0
maxOcc 1
content complex
childrenpensionperiod
attributes
Name Type Use Default Fixed Annotation
rsn number3Type optional     documentation
kód důvodu neposkytnutí podkladů (ID 10376)
typeempl number3Type optional     documentation
kód druhu zaměstnání (ID 10525)
belong tns:simpleLType optional     documentation
odchodné/odbytné/odstupné náleží (ID 10378)
fullpay tns:simpleLType optional     documentation
odchodné/odbytné/odstupné vyplaceno v plné výši (ID 10379)
avgmonear tns:simpleNType_string optional     documentation
průměrný čistý měsíční výdělek (ID 10377)
rsnterrel number3Type optional     documentation
kód důvodu ukončení služebního poměru (ID 10381)
rsnterempl number3Type optional     documentation
kód důvodu ukončení pracovněprávního vztahu (ID 10380)
replacement tns:simpleNType_string optional     documentation
Jednorázová náhrada při skončení pracovního poměru (§271ca ZP) (ID 10530)
goldenhandshake tns:simpleNType_string optional     documentation
Odstupné podle § 67 odst. 1 ZP (ID 10531)
severancepay tns:simpleNType_string optional     documentation
Odchodné (ID 10532)
disposal tns:simpleNType_string optional     documentation
Odbytné (ID 10533)
earlyterm tns:simpleNType optional     documentation
Důvod předčasného ukončení (ID 10534)
source<xs:element  name="unemplcomp"  type="unemplcompType"  minOccurs="0"/>

element employeeType/fact
diagramREGZEC25_diagrams/REGZEC25_p28.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typefactType
properties
minOcc 0
maxOcc 1
content complex
childrenhealtrest
attributes
Name Type Use Default Fixed Annotation
ztp tns:simpleLType optional     documentation
držitel karty ZTP/P (ID 10090)
highedu tns:simpleAType optional     documentation
nejvyšší dosažené vzdělání podle KKOV (ID 10091)
source<xs:element  name="fact"  type="factType"  minOccurs="0"/>

element employeeType/nocitizen
diagramREGZEC25_diagrams/REGZEC25_p29.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typenocitizenType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
freeacc tns:simpleLType optional     documentation
volný přístup na trh práce (ID 10414)
perm tns:simpleNType optional     documentation
Důvod pro volný přístup na trh práce (ID 10105)
permtype tns:simpleNType optional     documentation
druh pracovního oprávnění (ID 10106)
issue tns:simpleAType optional     documentation
vydala Krajská pobočka ÚP ČR (ID 10107)
permid tns:simpleA_NN_ZZType optional     documentation
identifikátor pracovního oprávnění (ID 10108)
permfro xs:date optional     documentation
trvání oprávnění od (ID 10109)
permto xs:date optional     documentation
trvání oprávnění do (ID 10110)
source<xs:element  name="nocitizen"  type="nocitizenType"  minOccurs="0"/>

element employeeType/forinreg
diagramREGZEC25_diagrams/REGZEC25_p30.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typeforinregType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
juris tns:simpleLType optional     documentation
příslušnost k cizím právním předpisům (ID 10427)
state tns:simpleAType optional     documentation
kód státu (ID 10428)
source<xs:element  name="forinreg"  type="forinregType"  minOccurs="0"/>

element employeeType/attachs
diagramREGZEC25_diagrams/REGZEC25_p31.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typeattachsType
properties
minOcc 0
maxOcc 1
content complex
childrenattach
source<xs:element  name="attachs"  type="attachsType"  minOccurs="0"/>

complexType factType
diagramREGZEC25_diagrams/REGZEC25_p32.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
childrenhealtrest
used by
element employeeType/fact
attributes
Name Type Use Default Fixed Annotation
ztp tns:simpleLType optional     documentation
držitel karty ZTP/P (ID 10090)
highedu tns:simpleAType optional     documentation
nejvyšší dosažené vzdělání podle KKOV (ID 10091)
source<xs:complexType  name="factType"> <xs:sequence> <xs:element  name="healtrest"  minOccurs="0"> <xs:annotation> <xs:documentation>Zdravotní omezení</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute  name="type"  use="optional"> <xs:annotation> <xs:documentation>typ zdravotního omezení (ID 10085)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="9"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="fro"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>zdravotní omezení přiznané od (ID 10086)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="to"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>zdravotní omezení přiznané do (ID 10087)</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute  name="ztp"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>držitel karty ZTP/P (ID 10090)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="highedu"  use="optional"> <xs:annotation> <xs:documentation>nejvyšší dosažené vzdělání podle KKOV (ID 10091)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="1"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>

attribute factType/@ztp
typetns:simpleLType
properties
use optional
facets
Kind Value Annotation
enumeration  A  
enumeration  N  
annotation
documentation
držitel karty ZTP/P (ID 10090)
source<xs:attribute  name="ztp"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>držitel karty ZTP/P (ID 10090)</xs:documentation> </xs:annotation> </xs:attribute>

attribute factType/@highedu
typerestriction of tns:simpleAType
properties
use optional
facets
Kind Value Annotation
length  1  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
nejvyšší dosažené vzdělání podle KKOV (ID 10091)
source<xs:attribute  name="highedu"  use="optional"> <xs:annotation> <xs:documentation>nejvyšší dosažené vzdělání podle KKOV (ID 10091)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="1"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute>

element factType/healtrest
diagramREGZEC25_diagrams/REGZEC25_p33.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
type tns:simpleNType optional     documentation
typ zdravotního omezení (ID 10085)
fro xs:date optional     documentation
zdravotní omezení přiznané od (ID 10086)
to xs:date optional     documentation
zdravotní omezení přiznané do (ID 10087)
annotation
documentation
Zdravotní omezení
source<xs:element  name="healtrest"  minOccurs="0"> <xs:annotation> <xs:documentation>Zdravotní omezení</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute  name="type"  use="optional"> <xs:annotation> <xs:documentation>typ zdravotního omezení (ID 10085)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="9"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="fro"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>zdravotní omezení přiznané od (ID 10086)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="to"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>zdravotní omezení přiznané do (ID 10087)</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element>

attribute factType/healtrest/@type
typerestriction of tns:simpleNType
properties
use optional
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  9  
pattern  [1-9].*|0  
annotation
documentation
typ zdravotního omezení (ID 10085)
source<xs:attribute  name="type"  use="optional"> <xs:annotation> <xs:documentation>typ zdravotního omezení (ID 10085)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="9"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute factType/healtrest/@fro
typexs:date
properties
use optional
annotation
documentation
zdravotní omezení přiznané od (ID 10086)
source<xs:attribute  name="fro"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>zdravotní omezení přiznané od (ID 10086)</xs:documentation> </xs:annotation> </xs:attribute>

attribute factType/healtrest/@to
typexs:date
properties
use optional
annotation
documentation
zdravotní omezení přiznané do (ID 10087)
source<xs:attribute  name="to"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>zdravotní omezení přiznané do (ID 10087)</xs:documentation> </xs:annotation> </xs:attribute>

complexType forinregType
diagramREGZEC25_diagrams/REGZEC25_p34.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
used by
element employeeType/forinreg
attributes
Name Type Use Default Fixed Annotation
juris tns:simpleLType optional     documentation
příslušnost k cizím právním předpisům (ID 10427)
state tns:simpleAType optional     documentation
kód státu (ID 10428)
source<xs:complexType  name="forinregType"> <xs:attribute  name="juris"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>příslušnost k cizím právním předpisům (ID 10427)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="state"  use="optional"> <xs:annotation> <xs:documentation>kód státu (ID 10428)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="2"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>

attribute forinregType/@juris
typetns:simpleLType
properties
use optional
facets
Kind Value Annotation
enumeration  A  
enumeration  N  
annotation
documentation
příslušnost k cizím právním předpisům (ID 10427)
source<xs:attribute  name="juris"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>příslušnost k cizím právním předpisům (ID 10427)</xs:documentation> </xs:annotation> </xs:attribute>

attribute forinregType/@state
typerestriction of tns:simpleAType
properties
use optional
facets
Kind Value Annotation
length  2  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
kód státu (ID 10428)
source<xs:attribute  name="state"  use="optional"> <xs:annotation> <xs:documentation>kód státu (ID 10428)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="2"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute>

complexType forinType
diagramREGZEC25_diagrams/REGZEC25_p35.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
used by
element employeeType/forin
attributes
Name Type Use Default Fixed Annotation
cur tns:simpleAType optional     documentation
informace o cizozemském nositeli pojištění - specifikace (ID 10092)
nam tns:simpleL2Type optional     documentation
nositel cizozemského pojištění - název (ID 10093)
str tns:simpleA_NN_ZZ_SP_Type optional     documentation
nositel cizozemského pojištění - ulice (ID 10094)
num tns:simpleA_NN_ZZType optional     documentation
nositel cizozemského pojištění - č.p. (ID 10095)
onum tns:simpleA_NN_ZZType optional     documentation
nositel cizozemského pojištění - č.o.(ID 10096)
pnu tns:simpleA_NN_ZZ_SP_Type optional     documentation
nositel cizozemského pojištění - PSČ (postcode)(ID 10098)
cit tns:simpleA_NN_ZL_SP_Type optional     documentation
nositel cizozemského pojištění - obec (ID 10097)
cnt tns:simpleAType optional     documentation
nositel cizozemského pojištění - stát (ID 10099)
id tns:simpleA_NN_ZZType optional     documentation
číslo cizozemského pojištění (ID 10100)
sec tns:simpleNNType optional     documentation
sektor (účel pojištění)(ID 10101)
source<xs:complexType  name="forinType"> <xs:sequence></xs:sequence> <xs:attribute  name="cur"  use="optional"> <xs:annotation> <xs:documentation>informace o cizozemském nositeli pojištění - specifikace (ID 10092)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="1"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="nam"  use="optional"> <xs:annotation> <xs:documentation>nositel cizozemského pojištění - název (ID 10093)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="str"  use="optional"> <xs:annotation> <xs:documentation>nositel cizozemského pojištění - ulice (ID 10094)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZ_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="num"  use="optional"> <xs:annotation> <xs:documentation>nositel cizozemského pojištění - č.p. (ID 10095)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="12"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="onum"  use="optional"> <xs:annotation> <xs:documentation>nositel cizozemského pojištění - č.o.(ID 10096)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="12"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="pnu"  use="optional"> <xs:annotation> <xs:documentation>nositel cizozemského pojištění - PSČ (postcode)(ID 10098)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZ_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="11"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="cit"  use="optional"> <xs:annotation> <xs:documentation>nositel cizozemského pojištění - obec (ID 10097)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZL_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="cnt"  use="optional"> <xs:annotation> <xs:documentation>nositel cizozemského pojištění - stát (ID 10099)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="2"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="id"  use="optional"> <xs:annotation> <xs:documentation>číslo cizozemského pojištění (ID 10100)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="25"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="sec"  use="optional"> <xs:annotation> <xs:documentation>sektor (účel pojištění)(ID 10101)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNNType"> <xs:length  value="2"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>

attribute forinType/@cur
typerestriction of tns:simpleAType
properties
use optional
facets
Kind Value Annotation
length  1  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
informace o cizozemském nositeli pojištění - specifikace (ID 10092)
source<xs:attribute  name="cur"  use="optional"> <xs:annotation> <xs:documentation>informace o cizozemském nositeli pojištění - specifikace (ID 10092)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="1"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute forinType/@nam
typerestriction of tns:simpleL2Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  100  
pattern  .*  
annotation
documentation
nositel cizozemského pojištění - název (ID 10093)
source<xs:attribute  name="nam"  use="optional"> <xs:annotation> <xs:documentation>nositel cizozemského pojištění - název (ID 10093)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute forinType/@str
typerestriction of tns:simpleA_NN_ZZ_SP_Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  50  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+( +[0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+)*)|  
annotation
documentation
nositel cizozemského pojištění - ulice (ID 10094)
source<xs:attribute  name="str"  use="optional"> <xs:annotation> <xs:documentation>nositel cizozemského pojištění - ulice (ID 10094)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZ_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute forinType/@num
typerestriction of tns:simpleA_NN_ZZType
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  12  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*  
annotation
documentation
nositel cizozemského pojištění - č.p. (ID 10095)
source<xs:attribute  name="num"  use="optional"> <xs:annotation> <xs:documentation>nositel cizozemského pojištění - č.p. (ID 10095)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="12"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute forinType/@onum
typerestriction of tns:simpleA_NN_ZZType
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  12  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*  
annotation
documentation
nositel cizozemského pojištění - č.o.(ID 10096)
source<xs:attribute  name="onum"  use="optional"> <xs:annotation> <xs:documentation>nositel cizozemského pojištění - č.o.(ID 10096)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="12"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute forinType/@pnu
typerestriction of tns:simpleA_NN_ZZ_SP_Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  11  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+( +[0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+)*)|  
annotation
documentation
nositel cizozemského pojištění - PSČ (postcode)(ID 10098)
source<xs:attribute  name="pnu"  use="optional"> <xs:annotation> <xs:documentation>nositel cizozemského pojištění - PSČ (postcode)(ID 10098)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZ_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="11"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute forinType/@cit
typerestriction of tns:simpleA_NN_ZL_SP_Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  50  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+']+( +[0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+']+)*)|  
annotation
documentation
nositel cizozemského pojištění - obec (ID 10097)
source<xs:attribute  name="cit"  use="optional"> <xs:annotation> <xs:documentation>nositel cizozemského pojištění - obec (ID 10097)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZL_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute forinType/@cnt
typerestriction of tns:simpleAType
properties
use optional
facets
Kind Value Annotation
length  2  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
nositel cizozemského pojištění - stát (ID 10099)
source<xs:attribute  name="cnt"  use="optional"> <xs:annotation> <xs:documentation>nositel cizozemského pojištění - stát (ID 10099)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="2"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute forinType/@id
typerestriction of tns:simpleA_NN_ZZType
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  25  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*  
annotation
documentation
číslo cizozemského pojištění (ID 10100)
source<xs:attribute  name="id"  use="optional"> <xs:annotation> <xs:documentation>číslo cizozemského pojištění (ID 10100)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="25"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute forinType/@sec
typerestriction of tns:simpleNNType
properties
use optional
facets
Kind Value Annotation
length  2  
pattern  [0-9]*  
annotation
documentation
sektor (účel pojištění)(ID 10101)
source<xs:attribute  name="sec"  use="optional"> <xs:annotation> <xs:documentation>sektor (účel pojištění)(ID 10101)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNNType"> <xs:length  value="2"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute>

complexType inshType
diagramREGZEC25_diagrams/REGZEC25_p36.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
used by
element employeeType/insh
attributes
Name Type Use Default Fixed Annotation
cnr tns:simpleNType required     documentation
kód zdravotní pojištovny (ID 10102)
source<xs:complexType  name="inshType"> <xs:sequence></xs:sequence> <xs:attribute  name="cnr"  use="required"> <xs:annotation> <xs:documentation>kód zdravotní pojištovny (ID 10102)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="100"></xs:minInclusive> <xs:maxInclusive  value="999"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>

attribute inshType/@cnr
typerestriction of tns:simpleNType
properties
use required
facets
Kind Value Annotation
minInclusive  100  
maxInclusive  999  
pattern  [1-9].*|0  
annotation
documentation
kód zdravotní pojištovny (ID 10102)
source<xs:attribute  name="cnr"  use="required"> <xs:annotation> <xs:documentation>kód zdravotní pojištovny (ID 10102)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="100"></xs:minInclusive> <xs:maxInclusive  value="999"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute>

complexType insoType
diagramREGZEC25_diagrams/REGZEC25_p37.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
used by
element employeeType/inso
attributes
Name Type Use Default Fixed Annotation
nam tns:simpleL2Type required     documentation
název současného orgánu nem. pojištění (mimo ČSSZ)(ID 10103)
source<xs:complexType  name="insoType"> <xs:sequence></xs:sequence> <xs:attribute  name="nam"  use="required"> <xs:annotation> <xs:documentation>název současného orgánu nem. pojištění (mimo ČSSZ)(ID 10103)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="0"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>

attribute insoType/@nam
typerestriction of tns:simpleL2Type
properties
use required
facets
Kind Value Annotation
minLength  0  
maxLength  100  
pattern  .*  
annotation
documentation
název současného orgánu nem. pojištění (mimo ČSSZ)(ID 10103)
source<xs:attribute  name="nam"  use="required"> <xs:annotation> <xs:documentation>název současného orgánu nem. pojištění (mimo ČSSZ)(ID 10103)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="0"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

complexType inspType
diagramREGZEC25_diagrams/REGZEC25_p38.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
used by
element employeeType/insp
attributes
Name Type Use Default Fixed Annotation
nam tns:simpleL2Type required     documentation
název předchozího orgánu nem. pojištění (mimo ČSSZ)(ID 10104)
source<xs:complexType  name="inspType"> <xs:sequence></xs:sequence> <xs:attribute  name="nam"  use="required"> <xs:annotation> <xs:documentation>název předchozího orgánu nem. pojištění (mimo ČSSZ)(ID 10104)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="0"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>

attribute inspType/@nam
typerestriction of tns:simpleL2Type
properties
use required
facets
Kind Value Annotation
minLength  0  
maxLength  100  
pattern  .*  
annotation
documentation
název předchozího orgánu nem. pojištění (mimo ČSSZ)(ID 10104)
source<xs:attribute  name="nam"  use="required"> <xs:annotation> <xs:documentation>název předchozího orgánu nem. pojištění (mimo ČSSZ)(ID 10104)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="0"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

complexType intlAdrType
diagramREGZEC25_diagrams/REGZEC25_p39.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
used by
element clientType/adr  clientType/cdr
attributes
Name Type Use Default Fixed Annotation
str tns:simpleA_NN_ZZ_SP_Type optional     documentation
ulice (ID 10077,10506)
num tns:simpleA_NN_ZZType required     documentation
číslo domu (pro stát CZ č.popisné) (ID 10078,10507)
onum tns:simpleA_NN_ZZType optional     documentation
trvalý pobyt - č.o. (ID 10079,10508)
pnu tns:simpleA_NN_ZZType required     documentation
psč (ID 10082,10510)
cit tns:simpleA_NN_ZL_SP_Type required     documentation
obec (ID 10080,10509)
cnt tns:simpleAType required     documentation
stát (ID 10083,10511)
ruianpoint tns:simpleNType optional     documentation
trvalý pobyt - kód adresního místa (ID 10076,10505)
source<xs:complexType  name="intlAdrType"> <xs:sequence></xs:sequence> <xs:attribute  name="str"  use="optional"> <xs:annotation> <xs:documentation>ulice (ID 10077,10506)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZ_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="num"  use="required"> <xs:annotation> <xs:documentation>číslo domu (pro stát CZ č.popisné) (ID 10078,10507)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="12"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="onum"  use="optional"> <xs:annotation> <xs:documentation>trvalý pobyt - č.o. (ID 10079,10508)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="12"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="pnu"  use="required"> <xs:annotation> <xs:documentation>psč (ID 10082,10510)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="11"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="cit"  use="required"> <xs:annotation> <xs:documentation>obec (ID 10080,10509)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZL_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="cnt"  use="required"> <xs:annotation> <xs:documentation>stát (ID 10083,10511)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="2"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="ruianpoint"  use="optional"> <xs:annotation> <xs:documentation>trvalý pobyt - kód adresního místa (ID 10076,10505)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="999999999"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>

attribute intlAdrType/@str
typerestriction of tns:simpleA_NN_ZZ_SP_Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  50  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+( +[0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+)*)|  
annotation
documentation
ulice (ID 10077,10506)
source<xs:attribute  name="str"  use="optional"> <xs:annotation> <xs:documentation>ulice (ID 10077,10506)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZ_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute intlAdrType/@num
typerestriction of tns:simpleA_NN_ZZType
properties
use required
facets
Kind Value Annotation
minLength  1  
maxLength  12  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*  
annotation
documentation
číslo domu (pro stát CZ č.popisné) (ID 10078,10507)
source<xs:attribute  name="num"  use="required"> <xs:annotation> <xs:documentation>číslo domu (pro stát CZ č.popisné) (ID 10078,10507)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="12"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute intlAdrType/@onum
typerestriction of tns:simpleA_NN_ZZType
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  12  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*  
annotation
documentation
trvalý pobyt - č.o. (ID 10079,10508)
source<xs:attribute  name="onum"  use="optional"> <xs:annotation> <xs:documentation>trvalý pobyt - č.o. (ID 10079,10508)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="12"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute intlAdrType/@pnu
typerestriction of tns:simpleA_NN_ZZType
properties
use required
facets
Kind Value Annotation
minLength  1  
maxLength  11  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*  
annotation
documentation
psč (ID 10082,10510)
source<xs:attribute  name="pnu"  use="required"> <xs:annotation> <xs:documentation>psč (ID 10082,10510)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="11"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute intlAdrType/@cit
typerestriction of tns:simpleA_NN_ZL_SP_Type
properties
use required
facets
Kind Value Annotation
minLength  1  
maxLength  50  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+']+( +[0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+']+)*)|  
annotation
documentation
obec (ID 10080,10509)
source<xs:attribute  name="cit"  use="required"> <xs:annotation> <xs:documentation>obec (ID 10080,10509)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZL_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute intlAdrType/@cnt
typerestriction of tns:simpleAType
properties
use required
facets
Kind Value Annotation
length  2  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
stát (ID 10083,10511)
source<xs:attribute  name="cnt"  use="required"> <xs:annotation> <xs:documentation>stát (ID 10083,10511)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="2"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute intlAdrType/@ruianpoint
typerestriction of tns:simpleNType
properties
use optional
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  999999999  
pattern  [1-9].*|0  
annotation
documentation
trvalý pobyt - kód adresního místa (ID 10076,10505)
source<xs:attribute  name="ruianpoint"  use="optional"> <xs:annotation> <xs:documentation>trvalý pobyt - kód adresního místa (ID 10076,10505)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="999999999"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute>

complexType jobType
diagramREGZEC25_diagrams/REGZEC25_p40.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
childrenprof  position
used by
element employeeType/job
attributes
Name Type Use Default Fixed Annotation
oid tns:simpleNNType optional     documentation
identifikátor pojistného vztahu - Datový slovník atribut (ID 10228), element v MH idPpv
fro xs:date optional     documentation
datum vstupu do zaměstnání (zaměstnán od)(ID 10223)
to xs:date optional     documentation
datum ukončení zaměstnání (zaměstnán do)(ID 10224)
rel tns:simpleA_NType optional     documentation
druh výdělečné činnosti (ID 10239)
relDetail tns:simpleNType optional     documentation
Bližší určení pracovně právního vztahu (ID 10502)
sme tns:simpleLType optional     documentation
zaměstnání malého rozsahu (ID 10243)
endbydeath tns:simpleLType optional     documentation
zaměstnání ukončeno smrtí (ID 10225)
notstart tns:simpleLType optional     documentation
zaměstnanec nenastoupil (ID 10226)
contractfro xs:date optional     documentation
vznik zaměstnání (ID 10227)
relat tns:simpleNType optional     documentation
postavení v zaměstnání (ID 10249)
workmode tns:simpleNType optional     documentation
pracovní režim (ID 10255)
cont tns:simpleLType optional     documentation
nepřetržitý provoz (ID 10407)
place tns:simpleNType optional     documentation
práce probíhá převážně (ID 10258)
preplace tns:simpleL2Type optional     documentation
Předpokládané/á místo/a výkonu práce (ID 10526)
contractplace tns:simpleL2Type optional     documentation
Místo výkonu práce uvedené v pracovní smlouvě zaměstnance (ID 10527)
cit tns:simpleA_NN_ZZ_SP_Type optional     documentation
Název obce (ID 10528)
municode tns:simpleNNType optional     documentation
Kód obce (ID 10529)
source<xs:complexType  name="jobType"> <xs:sequence> <xs:element  name="prof"  minOccurs="0"> <xs:annotation> <xs:documentation>Profese</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute  name="clas"  use="optional"> <xs:annotation> <xs:documentation>Profese (ID 10234)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNNType"> <xs:minLength  value="3"></xs:minLength> <xs:maxLength  value="5"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="edu"  use="optional"> <xs:annotation> <xs:documentation>Vzdělání požadované pro výkon profese. (ID 10248)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="1"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> <xs:element  name="position"  minOccurs="0"> <xs:annotation> <xs:documentation>Pozice</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute  name="name"  use="optional"> <xs:annotation> <xs:documentation>název pozice (ID 10235)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="lead"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>vedoucí zaměstnanec (ID 10238)</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute  name="oid"  use="optional"> <xs:annotation> <xs:documentation>identifikátor pojistného vztahu - Datový slovník atribut (ID 10228), element v MH idPpv</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNNType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="22"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="fro"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>datum vstupu do zaměstnání (zaměstnán od)(ID 10223)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="to"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>datum ukončení zaměstnání (zaměstnán do)(ID 10224)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="rel"  use="optional"> <xs:annotation> <xs:documentation>druh výdělečné činnosti (ID 10239)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="2"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="relDetail"  use="optional"> <xs:annotation> <xs:documentation>Bližší určení pracovně právního vztahu (ID 10502)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="9"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="sme"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>zaměstnání malého rozsahu (ID 10243)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="endbydeath"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>zaměstnání ukončeno smrtí (ID 10225)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="notstart"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>zaměstnanec nenastoupil (ID 10226)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="contractfro"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>vznik zaměstnání (ID 10227)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="relat"  use="optional"> <xs:annotation> <xs:documentation>postavení v zaměstnání (ID 10249)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="99999"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="workmode"  use="optional"> <xs:annotation> <xs:documentation>pracovní režim (ID 10255)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="9"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="cont"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>nepřetržitý provoz (ID 10407)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="place"  use="optional"> <xs:annotation> <xs:documentation>práce probíhá převážně (ID 10258)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="9"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="preplace"  use="optional"> <xs:annotation> <xs:documentation>Předpokládané/á místo/a výkonu práce (ID 10526)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="500"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="contractplace"  use="optional"> <xs:annotation> <xs:documentation>Místo výkonu práce uvedené v pracovní smlouvě zaměstnance (ID 10527)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="200"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="cit"  use="optional"> <xs:annotation> <xs:documentation>Název obce (ID 10528)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZ_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="municode"  use="optional"> <xs:annotation> <xs:documentation>Kód obce (ID 10529)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNNType"> <xs:length  value="6"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>

attribute jobType/@oid
typerestriction of tns:simpleNNType
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  22  
pattern  [0-9]*  
annotation
documentation
identifikátor pojistného vztahu - Datový slovník atribut (ID 10228), element v MH idPpv
source<xs:attribute  name="oid"  use="optional"> <xs:annotation> <xs:documentation>identifikátor pojistného vztahu - Datový slovník atribut (ID 10228), element v MH idPpv</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNNType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="22"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute jobType/@fro
typexs:date
properties
use optional
annotation
documentation
datum vstupu do zaměstnání (zaměstnán od)(ID 10223)
source<xs:attribute  name="fro"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>datum vstupu do zaměstnání (zaměstnán od)(ID 10223)</xs:documentation> </xs:annotation> </xs:attribute>

attribute jobType/@to
typexs:date
properties
use optional
annotation
documentation
datum ukončení zaměstnání (zaměstnán do)(ID 10224)
source<xs:attribute  name="to"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>datum ukončení zaměstnání (zaměstnán do)(ID 10224)</xs:documentation> </xs:annotation> </xs:attribute>

attribute jobType/@rel
typerestriction of tns:simpleA_NType
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  2  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
druh výdělečné činnosti (ID 10239)
source<xs:attribute  name="rel"  use="optional"> <xs:annotation> <xs:documentation>druh výdělečné činnosti (ID 10239)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="2"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute jobType/@relDetail
typerestriction of tns:simpleNType
properties
use optional
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  9  
pattern  [1-9].*|0  
annotation
documentation
Bližší určení pracovně právního vztahu (ID 10502)
source<xs:attribute  name="relDetail"  use="optional"> <xs:annotation> <xs:documentation>Bližší určení pracovně právního vztahu (ID 10502)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="9"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute jobType/@sme
typetns:simpleLType
properties
use optional
facets
Kind Value Annotation
enumeration  A  
enumeration  N  
annotation
documentation
zaměstnání malého rozsahu (ID 10243)
source<xs:attribute  name="sme"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>zaměstnání malého rozsahu (ID 10243)</xs:documentation> </xs:annotation> </xs:attribute>

attribute jobType/@endbydeath
typetns:simpleLType
properties
use optional
facets
Kind Value Annotation
enumeration  A  
enumeration  N  
annotation
documentation
zaměstnání ukončeno smrtí (ID 10225)
source<xs:attribute  name="endbydeath"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>zaměstnání ukončeno smrtí (ID 10225)</xs:documentation> </xs:annotation> </xs:attribute>

attribute jobType/@notstart
typetns:simpleLType
properties
use optional
facets
Kind Value Annotation
enumeration  A  
enumeration  N  
annotation
documentation
zaměstnanec nenastoupil (ID 10226)
source<xs:attribute  name="notstart"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>zaměstnanec nenastoupil (ID 10226)</xs:documentation> </xs:annotation> </xs:attribute>

attribute jobType/@contractfro
typexs:date
properties
use optional
annotation
documentation
vznik zaměstnání (ID 10227)
source<xs:attribute  name="contractfro"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>vznik zaměstnání (ID 10227)</xs:documentation> </xs:annotation> </xs:attribute>

attribute jobType/@relat
typerestriction of tns:simpleNType
properties
use optional
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  99999  
pattern  [1-9].*|0  
annotation
documentation
postavení v zaměstnání (ID 10249)
source<xs:attribute  name="relat"  use="optional"> <xs:annotation> <xs:documentation>postavení v zaměstnání (ID 10249)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="99999"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute jobType/@workmode
typerestriction of tns:simpleNType
properties
use optional
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  9  
pattern  [1-9].*|0  
annotation
documentation
pracovní režim (ID 10255)
source<xs:attribute  name="workmode"  use="optional"> <xs:annotation> <xs:documentation>pracovní režim (ID 10255)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="9"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute jobType/@cont
typetns:simpleLType
properties
use optional
facets
Kind Value Annotation
enumeration  A  
enumeration  N  
annotation
documentation
nepřetržitý provoz (ID 10407)
source<xs:attribute  name="cont"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>nepřetržitý provoz (ID 10407)</xs:documentation> </xs:annotation> </xs:attribute>

attribute jobType/@place
typerestriction of tns:simpleNType
properties
use optional
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  9  
pattern  [1-9].*|0  
annotation
documentation
práce probíhá převážně (ID 10258)
source<xs:attribute  name="place"  use="optional"> <xs:annotation> <xs:documentation>práce probíhá převážně (ID 10258)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="9"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute jobType/@preplace
typerestriction of tns:simpleL2Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  500  
pattern  .*  
annotation
documentation
Předpokládané/á místo/a výkonu práce (ID 10526)
source<xs:attribute  name="preplace"  use="optional"> <xs:annotation> <xs:documentation>Předpokládané/á místo/a výkonu práce (ID 10526)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="500"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute jobType/@contractplace
typerestriction of tns:simpleL2Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  200  
pattern  .*  
annotation
documentation
Místo výkonu práce uvedené v pracovní smlouvě zaměstnance (ID 10527)
source<xs:attribute  name="contractplace"  use="optional"> <xs:annotation> <xs:documentation>Místo výkonu práce uvedené v pracovní smlouvě zaměstnance (ID 10527)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="200"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute jobType/@cit
typerestriction of tns:simpleA_NN_ZZ_SP_Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  50  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+( +[0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+)*)|  
annotation
documentation
Název obce (ID 10528)
source<xs:attribute  name="cit"  use="optional"> <xs:annotation> <xs:documentation>Název obce (ID 10528)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZ_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute jobType/@municode
typerestriction of tns:simpleNNType
properties
use optional
facets
Kind Value Annotation
length  6  
pattern  [0-9]*  
annotation
documentation
Kód obce (ID 10529)
source<xs:attribute  name="municode"  use="optional"> <xs:annotation> <xs:documentation>Kód obce (ID 10529)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNNType"> <xs:length  value="6"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute>

element jobType/prof
diagramREGZEC25_diagrams/REGZEC25_p41.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
clas tns:simpleNNType optional     documentation
Profese (ID 10234)
edu tns:simpleAType optional     documentation
Vzdělání požadované pro výkon profese. (ID 10248)
annotation
documentation
Profese
source<xs:element  name="prof"  minOccurs="0"> <xs:annotation> <xs:documentation>Profese</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute  name="clas"  use="optional"> <xs:annotation> <xs:documentation>Profese (ID 10234)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNNType"> <xs:minLength  value="3"></xs:minLength> <xs:maxLength  value="5"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="edu"  use="optional"> <xs:annotation> <xs:documentation>Vzdělání požadované pro výkon profese. (ID 10248)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="1"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element>

attribute jobType/prof/@clas
typerestriction of tns:simpleNNType
properties
use optional
facets
Kind Value Annotation
minLength  3  
maxLength  5  
pattern  [0-9]*  
annotation
documentation
Profese (ID 10234)
source<xs:attribute  name="clas"  use="optional"> <xs:annotation> <xs:documentation>Profese (ID 10234)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNNType"> <xs:minLength  value="3"></xs:minLength> <xs:maxLength  value="5"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute jobType/prof/@edu
typerestriction of tns:simpleAType
properties
use optional
facets
Kind Value Annotation
length  1  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
Vzdělání požadované pro výkon profese. (ID 10248)
source<xs:attribute  name="edu"  use="optional"> <xs:annotation> <xs:documentation>Vzdělání požadované pro výkon profese. (ID 10248)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="1"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute>

element jobType/position
diagramREGZEC25_diagrams/REGZEC25_p42.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
name tns:simpleL2Type optional     documentation
název pozice (ID 10235)
lead tns:simpleLType optional     documentation
vedoucí zaměstnanec (ID 10238)
annotation
documentation
Pozice
source<xs:element  name="position"  minOccurs="0"> <xs:annotation> <xs:documentation>Pozice</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute  name="name"  use="optional"> <xs:annotation> <xs:documentation>název pozice (ID 10235)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="lead"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>vedoucí zaměstnanec (ID 10238)</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element>

attribute jobType/position/@name
typerestriction of tns:simpleL2Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  100  
pattern  .*  
annotation
documentation
název pozice (ID 10235)
source<xs:attribute  name="name"  use="optional"> <xs:annotation> <xs:documentation>název pozice (ID 10235)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute jobType/position/@lead
typetns:simpleLType
properties
use optional
facets
Kind Value Annotation
enumeration  A  
enumeration  N  
annotation
documentation
vedoucí zaměstnanec (ID 10238)
source<xs:attribute  name="lead"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>vedoucí zaměstnanec (ID 10238)</xs:documentation> </xs:annotation> </xs:attribute>

complexType nameType
diagramREGZEC25_diagrams/REGZEC25_p43.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
used by
element clientType/name
attributes
Name Type Use Default Fixed Annotation
sur tns:simpleA_ZX_SP_Type optional     documentation
příjmení (ID 10053)
ona tns:simpleA_ZX_SP_Type optional     documentation
dřívější příjmení (ID 10064)
fir tns:simpleA_ZX_SP_Type optional     documentation
jméno (ID 10054)
tit tns:simpleA_ZX_SP_Type optional     documentation
titul (ID 10055)
source<xs:complexType  name="nameType"> <xs:sequence></xs:sequence> <xs:attribute  name="sur"  use="optional"> <xs:annotation> <xs:documentation>příjmení (ID 10053)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_ZX_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="ona"  use="optional"> <xs:annotation> <xs:documentation>dřívější příjmení (ID 10064)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_ZX_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="fir"  use="optional"> <xs:annotation> <xs:documentation>jméno (ID 10054)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_ZX_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="tit"  use="optional"> <xs:annotation> <xs:documentation>titul (ID 10055)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_ZX_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="30"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>

attribute nameType/@sur
typerestriction of tns:simpleA_ZX_SP_Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  50  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+( +[A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+)*)|  
annotation
documentation
příjmení (ID 10053)
source<xs:attribute  name="sur"  use="optional"> <xs:annotation> <xs:documentation>příjmení (ID 10053)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_ZX_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute nameType/@ona
typerestriction of tns:simpleA_ZX_SP_Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  100  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+( +[A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+)*)|  
annotation
documentation
dřívější příjmení (ID 10064)
source<xs:attribute  name="ona"  use="optional"> <xs:annotation> <xs:documentation>dřívější příjmení (ID 10064)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_ZX_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute nameType/@fir
typerestriction of tns:simpleA_ZX_SP_Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  50  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+( +[A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+)*)|  
annotation
documentation
jméno (ID 10054)
source<xs:attribute  name="fir"  use="optional"> <xs:annotation> <xs:documentation>jméno (ID 10054)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_ZX_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute nameType/@tit
typerestriction of tns:simpleA_ZX_SP_Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  30  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+( +[A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+)*)|  
annotation
documentation
titul (ID 10055)
source<xs:attribute  name="tit"  use="optional"> <xs:annotation> <xs:documentation>titul (ID 10055)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_ZX_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="30"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

complexType nocitizenType
diagramREGZEC25_diagrams/REGZEC25_p44.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
used by
element employeeType/nocitizen
attributes
Name Type Use Default Fixed Annotation
freeacc tns:simpleLType optional     documentation
volný přístup na trh práce (ID 10414)
perm tns:simpleNType optional     documentation
Důvod pro volný přístup na trh práce (ID 10105)
permtype tns:simpleNType optional     documentation
druh pracovního oprávnění (ID 10106)
issue tns:simpleAType optional     documentation
vydala Krajská pobočka ÚP ČR (ID 10107)
permid tns:simpleA_NN_ZZType optional     documentation
identifikátor pracovního oprávnění (ID 10108)
permfro xs:date optional     documentation
trvání oprávnění od (ID 10109)
permto xs:date optional     documentation
trvání oprávnění do (ID 10110)
source<xs:complexType  name="nocitizenType"> <xs:attribute  name="freeacc"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>volný přístup na trh práce (ID 10414)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="perm"  use="optional"> <xs:annotation> <xs:documentation>Důvod pro volný přístup na trh práce (ID 10105)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="99"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="permtype"  use="optional"> <xs:annotation> <xs:documentation>druh pracovního oprávnění (ID 10106)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="9"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="issue"  use="optional"> <xs:annotation> <xs:documentation>vydala Krajská pobočka ÚP ČR (ID 10107)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="3"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="permid"  use="optional"> <xs:annotation> <xs:documentation>identifikátor pracovního oprávnění (ID 10108)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="20"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="permfro"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>trvání oprávnění od (ID 10109)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="permto"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>trvání oprávnění do (ID 10110)</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType>

attribute nocitizenType/@freeacc
typetns:simpleLType
properties
use optional
facets
Kind Value Annotation
enumeration  A  
enumeration  N  
annotation
documentation
volný přístup na trh práce (ID 10414)
source<xs:attribute  name="freeacc"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>volný přístup na trh práce (ID 10414)</xs:documentation> </xs:annotation> </xs:attribute>

attribute nocitizenType/@perm
typerestriction of tns:simpleNType
properties
use optional
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  99  
pattern  [1-9].*|0  
annotation
documentation
Důvod pro volný přístup na trh práce (ID 10105)
source<xs:attribute  name="perm"  use="optional"> <xs:annotation> <xs:documentation>Důvod pro volný přístup na trh práce (ID 10105)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="99"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute nocitizenType/@permtype
typerestriction of tns:simpleNType
properties
use optional
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  9  
pattern  [1-9].*|0  
annotation
documentation
druh pracovního oprávnění (ID 10106)
source<xs:attribute  name="permtype"  use="optional"> <xs:annotation> <xs:documentation>druh pracovního oprávnění (ID 10106)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="9"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute nocitizenType/@issue
typerestriction of tns:simpleAType
properties
use optional
facets
Kind Value Annotation
length  3  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
vydala Krajská pobočka ÚP ČR (ID 10107)
source<xs:attribute  name="issue"  use="optional"> <xs:annotation> <xs:documentation>vydala Krajská pobočka ÚP ČR (ID 10107)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="3"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute nocitizenType/@permid
typerestriction of tns:simpleA_NN_ZZType
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  20  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*  
annotation
documentation
identifikátor pracovního oprávnění (ID 10108)
source<xs:attribute  name="permid"  use="optional"> <xs:annotation> <xs:documentation>identifikátor pracovního oprávnění (ID 10108)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="20"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute nocitizenType/@permfro
typexs:date
properties
use optional
annotation
documentation
trvání oprávnění od (ID 10109)
source<xs:attribute  name="permfro"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>trvání oprávnění od (ID 10109)</xs:documentation> </xs:annotation> </xs:attribute>

attribute nocitizenType/@permto
typexs:date
properties
use optional
annotation
documentation
trvání oprávnění do (ID 10110)
source<xs:attribute  name="permto"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>trvání oprávnění do (ID 10110)</xs:documentation> </xs:annotation> </xs:attribute>

complexType pensType
diagramREGZEC25_diagrams/REGZEC25_p45.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
used by
element employeeType/pens
attributes
Name Type Use Default Fixed Annotation
typ tns:simpleA_NType optional     documentation
druh pobíraného důchodu (ID 10113)
tak xs:date optional     documentation
důchod pobírán od (ID 10114)
early tns:simpleLType optional     documentation
poživatel předčasného starobního důchodu (ID 10115)
reducedAge tns:simpleLType optional     documentation
Poživatel starobního důchodu se sníženým důchodovým věkem (ID 10504)
source<xs:complexType  name="pensType"> <xs:sequence></xs:sequence> <xs:attribute  name="typ"  use="optional"> <xs:annotation> <xs:documentation>druh pobíraného důchodu (ID 10113)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NType"> <xs:length  value="1"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="tak"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>důchod pobírán od (ID 10114)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="early"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>poživatel předčasného starobního důchodu (ID 10115)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="reducedAge"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>Poživatel starobního důchodu se sníženým důchodovým věkem (ID 10504)</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType>

attribute pensType/@typ
typerestriction of tns:simpleA_NType
properties
use optional
facets
Kind Value Annotation
length  1  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
druh pobíraného důchodu (ID 10113)
source<xs:attribute  name="typ"  use="optional"> <xs:annotation> <xs:documentation>druh pobíraného důchodu (ID 10113)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NType"> <xs:length  value="1"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute pensType/@tak
typexs:date
properties
use optional
annotation
documentation
důchod pobírán od (ID 10114)
source<xs:attribute  name="tak"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>důchod pobírán od (ID 10114)</xs:documentation> </xs:annotation> </xs:attribute>

attribute pensType/@early
typetns:simpleLType
properties
use optional
facets
Kind Value Annotation
enumeration  A  
enumeration  N  
annotation
documentation
poživatel předčasného starobního důchodu (ID 10115)
source<xs:attribute  name="early"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>poživatel předčasného starobního důchodu (ID 10115)</xs:documentation> </xs:annotation> </xs:attribute>

attribute pensType/@reducedAge
typetns:simpleLType
properties
use optional
facets
Kind Value Annotation
enumeration  A  
enumeration  N  
annotation
documentation
Poživatel starobního důchodu se sníženým důchodovým věkem (ID 10504)
source<xs:attribute  name="reducedAge"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>Poživatel starobního důchodu se sníženým důchodovým věkem (ID 10504)</xs:documentation> </xs:annotation> </xs:attribute>

complexType proofidType
diagramREGZEC25_diagrams/REGZEC25_p46.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
used by
element clientType/proofid
attributes
Name Type Use Default Fixed Annotation
type tns:simpleAType optional     documentation
typ dokladu (ID 10069)
num tns:simpleL2Type optional     documentation
číslo dokladu (ID 10070)
foreigninst tns:simpleL2Type optional     documentation
orgán, který vydal doklad v zahraničí (ID 10071)
stat tns:simpleAType optional     documentation
kód státu, který doklady vydal (ID 10072)
source<xs:complexType  name="proofidType"> <xs:attribute  name="type"  use="optional"> <xs:annotation> <xs:documentation>typ dokladu (ID 10069)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="2"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="num"  use="optional"> <xs:annotation> <xs:documentation>číslo dokladu (ID 10070)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:maxLength  value="20"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="foreigninst"  use="optional"> <xs:annotation> <xs:documentation>orgán, který vydal doklad v zahraničí (ID 10071)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="stat"  use="optional"> <xs:annotation> <xs:documentation>kód státu, který doklady vydal (ID 10072)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="2"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>

attribute proofidType/@type
typerestriction of tns:simpleAType
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  2  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
typ dokladu (ID 10069)
source<xs:attribute  name="type"  use="optional"> <xs:annotation> <xs:documentation>typ dokladu (ID 10069)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="2"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute proofidType/@num
typerestriction of tns:simpleL2Type
properties
use optional
facets
Kind Value Annotation
maxLength  20  
pattern  .*  
annotation
documentation
číslo dokladu (ID 10070)
source<xs:attribute  name="num"  use="optional"> <xs:annotation> <xs:documentation>číslo dokladu (ID 10070)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:maxLength  value="20"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute proofidType/@foreigninst
typerestriction of tns:simpleL2Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  100  
pattern  .*  
annotation
documentation
orgán, který vydal doklad v zahraničí (ID 10071)
source<xs:attribute  name="foreigninst"  use="optional"> <xs:annotation> <xs:documentation>orgán, který vydal doklad v zahraničí (ID 10071)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleL2Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="100"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute proofidType/@stat
typerestriction of tns:simpleAType
properties
use optional
facets
Kind Value Annotation
length  2  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
kód státu, který doklady vydal (ID 10072)
source<xs:attribute  name="stat"  use="optional"> <xs:annotation> <xs:documentation>kód státu, který doklady vydal (ID 10072)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="2"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute>

complexType rdrType
diagramREGZEC25_diagrams/REGZEC25_p47.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
used by
element clientType/rdr
attributes
Name Type Use Default Fixed Annotation
str tns:simpleA_NN_ZZ_SP_Type optional     documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - ulice (ID 10519)
num tns:simpleA_NN_ZZType required     documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - číslo popisné (ID 10520)
onum tns:simpleA_NN_ZZType optional     documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - číslo orientační (ID 10521)
pnu tns:simpleA_NN_ZZType required     documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - psč (postcode) (ID 10522)
cit tns:simpleA_NN_ZL_SP_Type required     documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - obec (ID 10523)
cnt tns:simpleAType required     documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - stát (ID 10524)
source<xs:complexType  name="rdrType"> <xs:attribute  name="str"  use="optional"> <xs:annotation> <xs:documentation>Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - ulice (ID 10519)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZ_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="num"  use="required"> <xs:annotation> <xs:documentation>Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - číslo popisné (ID 10520)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="12"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="onum"  use="optional"> <xs:annotation> <xs:documentation>Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - číslo orientační (ID 10521)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="12"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="pnu"  use="required"> <xs:annotation> <xs:documentation>Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - psč (postcode) (ID 10522)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="11"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="cit"  use="required"> <xs:annotation> <xs:documentation>Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - obec (ID 10523)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZL_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="cnt"  use="required"> <xs:annotation> <xs:documentation>Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - stát (ID 10524)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="2"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>

attribute rdrType/@str
typerestriction of tns:simpleA_NN_ZZ_SP_Type
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  50  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+( +[0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+)*)|  
annotation
documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - ulice (ID 10519)
source<xs:attribute  name="str"  use="optional"> <xs:annotation> <xs:documentation>Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - ulice (ID 10519)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZ_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute rdrType/@num
typerestriction of tns:simpleA_NN_ZZType
properties
use required
facets
Kind Value Annotation
minLength  1  
maxLength  12  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*  
annotation
documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - číslo popisné (ID 10520)
source<xs:attribute  name="num"  use="required"> <xs:annotation> <xs:documentation>Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - číslo popisné (ID 10520)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="12"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute rdrType/@onum
typerestriction of tns:simpleA_NN_ZZType
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  12  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*  
annotation
documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - číslo orientační (ID 10521)
source<xs:attribute  name="onum"  use="optional"> <xs:annotation> <xs:documentation>Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - číslo orientační (ID 10521)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="12"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute rdrType/@pnu
typerestriction of tns:simpleA_NN_ZZType
properties
use required
facets
Kind Value Annotation
minLength  1  
maxLength  11  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*  
annotation
documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - psč (postcode) (ID 10522)
source<xs:attribute  name="pnu"  use="required"> <xs:annotation> <xs:documentation>Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - psč (postcode) (ID 10522)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="11"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute rdrType/@cit
typerestriction of tns:simpleA_NN_ZL_SP_Type
properties
use required
facets
Kind Value Annotation
minLength  1  
maxLength  50  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+']+( +[0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+']+)*)|  
annotation
documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - obec (ID 10523)
source<xs:attribute  name="cit"  use="required"> <xs:annotation> <xs:documentation>Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - obec (ID 10523)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZL_SP_Type"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="50"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute rdrType/@cnt
typerestriction of tns:simpleAType
properties
use required
facets
Kind Value Annotation
length  2  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - stát (ID 10524)
source<xs:attribute  name="cnt"  use="required"> <xs:annotation> <xs:documentation>Adresa bydliště ve státě, jehož je zaměstnanec rezidentem - stát (ID 10524)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="2"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute>

complexType regzecType
diagramREGZEC25_diagrams/REGZEC25_p48.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
childrenVENDOR  SENDER  employees
used by
element REGZEC
attributes
Name Type Use Default Fixed Annotation
version xs:string        
partialAccept xs:string        
source<xs:complexType  name="regzecType"> <xs:sequence> <xs:element  name="VENDOR"  minOccurs="0"> <xs:complexType> <xs:attribute  name="productName"  type="xs:string"></xs:attribute> <xs:attribute  name="productVersion"  type="xs:string"></xs:attribute> </xs:complexType> </xs:element> <xs:element  name="SENDER"  minOccurs="0"> <xs:complexType> <xs:attribute  name="EmailNotifikace"  type="xs:string"></xs:attribute> <xs:attribute  name="ISDSreport"  type="xs:string"></xs:attribute> <xs:attribute  name="VerzeProtokolu"  type="xs:string"></xs:attribute> </xs:complexType> </xs:element> <xs:element  name="employees"  maxOccurs="1"> <xs:complexType> <xs:sequence> <xs:element  name="employee"  type="employeeType"  maxOccurs="1500"></xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute  name="version"  type="xs:string"></xs:attribute> <xs:attribute  name="partialAccept"  type="xs:string"></xs:attribute> </xs:complexType>

attribute regzecType/@version
typexs:string
source<xs:attribute  name="version"  type="xs:string"/>

attribute regzecType/@partialAccept
typexs:string
source<xs:attribute  name="partialAccept"  type="xs:string"/>

element regzecType/VENDOR
diagramREGZEC25_diagrams/REGZEC25_p49.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
productName xs:string        
productVersion xs:string        
source<xs:element  name="VENDOR"  minOccurs="0"> <xs:complexType> <xs:attribute  name="productName"  type="xs:string"></xs:attribute> <xs:attribute  name="productVersion"  type="xs:string"></xs:attribute> </xs:complexType> </xs:element>

attribute regzecType/VENDOR/@productName
typexs:string
source<xs:attribute  name="productName"  type="xs:string"/>

attribute regzecType/VENDOR/@productVersion
typexs:string
source<xs:attribute  name="productVersion"  type="xs:string"/>

element regzecType/SENDER
diagramREGZEC25_diagrams/REGZEC25_p50.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
properties
minOcc 0
maxOcc 1
content complex
attributes
Name Type Use Default Fixed Annotation
EmailNotifikace xs:string        
ISDSreport xs:string        
VerzeProtokolu xs:string        
source<xs:element  name="SENDER"  minOccurs="0"> <xs:complexType> <xs:attribute  name="EmailNotifikace"  type="xs:string"></xs:attribute> <xs:attribute  name="ISDSreport"  type="xs:string"></xs:attribute> <xs:attribute  name="VerzeProtokolu"  type="xs:string"></xs:attribute> </xs:complexType> </xs:element>

attribute regzecType/SENDER/@EmailNotifikace
typexs:string
source<xs:attribute  name="EmailNotifikace"  type="xs:string"/>

attribute regzecType/SENDER/@ISDSreport
typexs:string
source<xs:attribute  name="ISDSreport"  type="xs:string"/>

attribute regzecType/SENDER/@VerzeProtokolu
typexs:string
source<xs:attribute  name="VerzeProtokolu"  type="xs:string"/>

element regzecType/employees
diagramREGZEC25_diagrams/REGZEC25_p51.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
properties
content complex
childrenemployee
source<xs:element  name="employees"  maxOccurs="1"> <xs:complexType> <xs:sequence> <xs:element  name="employee"  type="employeeType"  maxOccurs="1500"></xs:element> </xs:sequence> </xs:complexType> </xs:element>

element regzecType/employees/employee
diagramREGZEC25_diagrams/REGZEC25_p52.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
typeemployeeType
properties
minOcc 1
maxOcc 1500
content complex
childrenclient  comp  job  forin  pens  insh  inso  insp  unemplcomp  fact  nocitizen  forinreg  attachs
attributes
Name Type Use Default Fixed Annotation
sqnr tns:simpleNType required     documentation
pořadové číslo věty v podání (ID 10014)
dep tns:simpleNType required     documentation
kód okresu (org. jednotky ČSSZ) z C_COKR (ID 10004)
act tns:simpleNType required     documentation
číslo akce z C_AKCE. Určuje charakter požadované operace (ID 10008).
dat xs:date required     documentation
datum vyplnění (vyhotovení) dat.věty (ID 10005)
fro xs:date optional     documentation
platnost zaslaných údajů od / datum vyhotovení opravované přihlášky (ID 10009)
source<xs:element  name="employee"  type="employeeType"  maxOccurs="1500"/>

complexType statType
diagramREGZEC25_diagrams/REGZEC25_p53.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
used by
element clientType/stat
attributes
Name Type Use Default Fixed Annotation
mal xs:string optional     documentation
pohlaví (ID 10059)
cnt tns:simpleAType optional     documentation
státní občanství (ID 10067)
source<xs:complexType  name="statType"> <xs:sequence></xs:sequence> <xs:attribute  name="mal"  use="optional"> <xs:annotation> <xs:documentation>pohlaví (ID 10059)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="xs:string"> <xs:length  value="1"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="cnt"  use="optional"> <xs:annotation> <xs:documentation>státní občanství (ID 10067)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="2"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>

attribute statType/@mal
typerestriction of xs:string
properties
use optional
facets
Kind Value Annotation
length  1  
annotation
documentation
pohlaví (ID 10059)
source<xs:attribute  name="mal"  use="optional"> <xs:annotation> <xs:documentation>pohlaví (ID 10059)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="xs:string"> <xs:length  value="1"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute statType/@cnt
typerestriction of tns:simpleAType
properties
use optional
facets
Kind Value Annotation
length  2  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
státní občanství (ID 10067)
source<xs:attribute  name="cnt"  use="optional"> <xs:annotation> <xs:documentation>státní občanství (ID 10067)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="2"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute>

complexType taxidrezidType
diagramREGZEC25_diagrams/REGZEC25_p54.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
used by
element clientType/taxidrezid
attributes
Name Type Use Default Fixed Annotation
type tns:simpleAType optional     documentation
typ daňové identifikace (ID 10061)
num tns:simpleA_NN_ZZType optional     documentation
daňový identifikátor ve státě rezidence (ID 10062)
stat tns:simpleAType optional     documentation
kód státu rezidenství (ID 10068)
statchang xs:date optional     documentation
platnost změny kódu státu rezidentství od (ID 10459)
source<xs:complexType  name="taxidrezidType"> <xs:attribute  name="type"  use="optional"> <xs:annotation> <xs:documentation>typ daňové identifikace (ID 10061)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="1"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="num"  use="optional"> <xs:annotation> <xs:documentation>daňový identifikátor ve státě rezidence (ID 10062)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="20"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="stat"  use="optional"> <xs:annotation> <xs:documentation>kód státu rezidenství (ID 10068)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:minLength  value="2"></xs:minLength> <xs:maxLength  value="2"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="statchang"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>platnost změny kódu státu rezidentství od (ID 10459)</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType>

attribute taxidrezidType/@type
typerestriction of tns:simpleAType
properties
use optional
facets
Kind Value Annotation
length  1  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
typ daňové identifikace (ID 10061)
source<xs:attribute  name="type"  use="optional"> <xs:annotation> <xs:documentation>typ daňové identifikace (ID 10061)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:length  value="1"></xs:length> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute taxidrezidType/@num
typerestriction of tns:simpleA_NN_ZZType
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  20  
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*  
annotation
documentation
daňový identifikátor ve státě rezidence (ID 10062)
source<xs:attribute  name="num"  use="optional"> <xs:annotation> <xs:documentation>daňový identifikátor ve státě rezidence (ID 10062)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleA_NN_ZZType"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="20"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute taxidrezidType/@stat
typerestriction of tns:simpleAType
properties
use optional
facets
Kind Value Annotation
minLength  2  
maxLength  2  
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
kód státu rezidenství (ID 10068)
source<xs:attribute  name="stat"  use="optional"> <xs:annotation> <xs:documentation>kód státu rezidenství (ID 10068)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleAType"> <xs:minLength  value="2"></xs:minLength> <xs:maxLength  value="2"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute taxidrezidType/@statchang
typexs:date
properties
use optional
annotation
documentation
platnost změny kódu státu rezidentství od (ID 10459)
source<xs:attribute  name="statchang"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>platnost změny kódu státu rezidentství od (ID 10459)</xs:documentation> </xs:annotation> </xs:attribute>

complexType unemplcompType
diagramREGZEC25_diagrams/REGZEC25_p55.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
childrenpensionperiod
used by
element employeeType/unemplcomp
attributes
Name Type Use Default Fixed Annotation
rsn number3Type optional     documentation
kód důvodu neposkytnutí podkladů (ID 10376)
typeempl number3Type optional     documentation
kód druhu zaměstnání (ID 10525)
belong tns:simpleLType optional     documentation
odchodné/odbytné/odstupné náleží (ID 10378)
fullpay tns:simpleLType optional     documentation
odchodné/odbytné/odstupné vyplaceno v plné výši (ID 10379)
avgmonear tns:simpleNType_string optional     documentation
průměrný čistý měsíční výdělek (ID 10377)
rsnterrel number3Type optional     documentation
kód důvodu ukončení služebního poměru (ID 10381)
rsnterempl number3Type optional     documentation
kód důvodu ukončení pracovněprávního vztahu (ID 10380)
replacement tns:simpleNType_string optional     documentation
Jednorázová náhrada při skončení pracovního poměru (§271ca ZP) (ID 10530)
goldenhandshake tns:simpleNType_string optional     documentation
Odstupné podle § 67 odst. 1 ZP (ID 10531)
severancepay tns:simpleNType_string optional     documentation
Odchodné (ID 10532)
disposal tns:simpleNType_string optional     documentation
Odbytné (ID 10533)
earlyterm tns:simpleNType optional     documentation
Důvod předčasného ukončení (ID 10534)
source<xs:complexType  name="unemplcompType"> <xs:sequence> <xs:element  name="pensionperiod"  minOccurs="0"  maxOccurs="unbounded"> <xs:annotation> <xs:documentation> intervaly důchodového pojištění </xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute  name="fro"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>důchod pobírán od (ID 10386)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="to"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>důchod pobírán do (ID 10387)</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute  name="rsn"  type="number3Type"  use="optional"> <xs:annotation> <xs:documentation>kód důvodu neposkytnutí podkladů (ID 10376)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="typeempl"  type="number3Type"  use="optional"> <xs:annotation> <xs:documentation>kód druhu zaměstnání (ID 10525)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="belong"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>odchodné/odbytné/odstupné náleží (ID 10378)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="fullpay"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>odchodné/odbytné/odstupné vyplaceno v plné výši (ID 10379)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="avgmonear"  use="optional"> <xs:annotation> <xs:documentation>průměrný čistý měsíční výdělek (ID 10377)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType_string"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="10"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="rsnterrel"  type="number3Type"  use="optional"> <xs:annotation> <xs:documentation>kód důvodu ukončení služebního poměru (ID 10381)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="rsnterempl"  type="number3Type"  use="optional"> <xs:annotation> <xs:documentation>kód důvodu ukončení pracovněprávního vztahu (ID 10380)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="replacement"  use="optional"> <xs:annotation> <xs:documentation>Jednorázová náhrada při skončení pracovního poměru (§271ca ZP) (ID 10530)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType_string"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="10"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="goldenhandshake"  use="optional"> <xs:annotation> <xs:documentation>Odstupné podle § 67 odst. 1 ZP (ID 10531)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType_string"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="10"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="severancepay"  use="optional"> <xs:annotation> <xs:documentation>Odchodné (ID 10532)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType_string"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="10"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="disposal"  use="optional"> <xs:annotation> <xs:documentation>Odbytné (ID 10533)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType_string"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="10"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute  name="earlyterm"  use="optional"> <xs:annotation> <xs:documentation>Důvod předčasného ukončení (ID 10534)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="9"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>

attribute unemplcompType/@rsn
typenumber3Type
properties
use optional
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  999  
pattern  [1-9].*|0  
annotation
documentation
kód důvodu neposkytnutí podkladů (ID 10376)
source<xs:attribute  name="rsn"  type="number3Type"  use="optional"> <xs:annotation> <xs:documentation>kód důvodu neposkytnutí podkladů (ID 10376)</xs:documentation> </xs:annotation> </xs:attribute>

attribute unemplcompType/@typeempl
typenumber3Type
properties
use optional
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  999  
pattern  [1-9].*|0  
annotation
documentation
kód druhu zaměstnání (ID 10525)
source<xs:attribute  name="typeempl"  type="number3Type"  use="optional"> <xs:annotation> <xs:documentation>kód druhu zaměstnání (ID 10525)</xs:documentation> </xs:annotation> </xs:attribute>

attribute unemplcompType/@belong
typetns:simpleLType
properties
use optional
facets
Kind Value Annotation
enumeration  A  
enumeration  N  
annotation
documentation
odchodné/odbytné/odstupné náleží (ID 10378)
source<xs:attribute  name="belong"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>odchodné/odbytné/odstupné náleží (ID 10378)</xs:documentation> </xs:annotation> </xs:attribute>

attribute unemplcompType/@fullpay
typetns:simpleLType
properties
use optional
facets
Kind Value Annotation
enumeration  A  
enumeration  N  
annotation
documentation
odchodné/odbytné/odstupné vyplaceno v plné výši (ID 10379)
source<xs:attribute  name="fullpay"  type="t:simpleLType"  use="optional"> <xs:annotation> <xs:documentation>odchodné/odbytné/odstupné vyplaceno v plné výši (ID 10379)</xs:documentation> </xs:annotation> </xs:attribute>

attribute unemplcompType/@avgmonear
typerestriction of tns:simpleNType_string
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  10  
pattern  [1-9][0-9]*  
annotation
documentation
průměrný čistý měsíční výdělek (ID 10377)
source<xs:attribute  name="avgmonear"  use="optional"> <xs:annotation> <xs:documentation>průměrný čistý měsíční výdělek (ID 10377)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType_string"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="10"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute unemplcompType/@rsnterrel
typenumber3Type
properties
use optional
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  999  
pattern  [1-9].*|0  
annotation
documentation
kód důvodu ukončení služebního poměru (ID 10381)
source<xs:attribute  name="rsnterrel"  type="number3Type"  use="optional"> <xs:annotation> <xs:documentation>kód důvodu ukončení služebního poměru (ID 10381)</xs:documentation> </xs:annotation> </xs:attribute>

attribute unemplcompType/@rsnterempl
typenumber3Type
properties
use optional
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  999  
pattern  [1-9].*|0  
annotation
documentation
kód důvodu ukončení pracovněprávního vztahu (ID 10380)
source<xs:attribute  name="rsnterempl"  type="number3Type"  use="optional"> <xs:annotation> <xs:documentation>kód důvodu ukončení pracovněprávního vztahu (ID 10380)</xs:documentation> </xs:annotation> </xs:attribute>

attribute unemplcompType/@replacement
typerestriction of tns:simpleNType_string
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  10  
pattern  [1-9][0-9]*  
annotation
documentation
Jednorázová náhrada při skončení pracovního poměru (§271ca ZP) (ID 10530)
source<xs:attribute  name="replacement"  use="optional"> <xs:annotation> <xs:documentation>Jednorázová náhrada při skončení pracovního poměru (§271ca ZP) (ID 10530)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType_string"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="10"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute unemplcompType/@goldenhandshake
typerestriction of tns:simpleNType_string
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  10  
pattern  [1-9][0-9]*  
annotation
documentation
Odstupné podle § 67 odst. 1 ZP (ID 10531)
source<xs:attribute  name="goldenhandshake"  use="optional"> <xs:annotation> <xs:documentation>Odstupné podle § 67 odst. 1 ZP (ID 10531)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType_string"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="10"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute unemplcompType/@severancepay
typerestriction of tns:simpleNType_string
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  10  
pattern  [1-9][0-9]*  
annotation
documentation
Odchodné (ID 10532)
source<xs:attribute  name="severancepay"  use="optional"> <xs:annotation> <xs:documentation>Odchodné (ID 10532)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType_string"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="10"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute unemplcompType/@disposal
typerestriction of tns:simpleNType_string
properties
use optional
facets
Kind Value Annotation
minLength  1  
maxLength  10  
pattern  [1-9][0-9]*  
annotation
documentation
Odbytné (ID 10533)
source<xs:attribute  name="disposal"  use="optional"> <xs:annotation> <xs:documentation>Odbytné (ID 10533)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType_string"> <xs:minLength  value="1"></xs:minLength> <xs:maxLength  value="10"></xs:maxLength> </xs:restriction> </xs:simpleType> </xs:attribute>

attribute unemplcompType/@earlyterm
typerestriction of tns:simpleNType
properties
use optional
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  9  
pattern  [1-9].*|0  
annotation
documentation
Důvod předčasného ukončení (ID 10534)
source<xs:attribute  name="earlyterm"  use="optional"> <xs:annotation> <xs:documentation>Důvod předčasného ukončení (ID 10534)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="9"></xs:maxInclusive> </xs:restriction> </xs:simpleType> </xs:attribute>

element unemplcompType/pensionperiod
diagramREGZEC25_diagrams/REGZEC25_p56.png
namespacehttp://schemas.cssz.cz/REGZEC/2025
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name Type Use Default Fixed Annotation
fro xs:date optional     documentation
důchod pobírán od (ID 10386)
to xs:date optional     documentation
důchod pobírán do (ID 10387)
annotation
documentation
intervaly důchodového pojištění
source<xs:element  name="pensionperiod"  minOccurs="0"  maxOccurs="unbounded"> <xs:annotation> <xs:documentation> intervaly důchodového pojištění </xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute  name="fro"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>důchod pobírán od (ID 10386)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute  name="to"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>důchod pobírán do (ID 10387)</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element>

attribute unemplcompType/pensionperiod/@fro
typexs:date
properties
use optional
annotation
documentation
důchod pobírán od (ID 10386)
source<xs:attribute  name="fro"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>důchod pobírán od (ID 10386)</xs:documentation> </xs:annotation> </xs:attribute>

attribute unemplcompType/pensionperiod/@to
typexs:date
properties
use optional
annotation
documentation
důchod pobírán do (ID 10387)
source<xs:attribute  name="to"  type="xs:date"  use="optional"> <xs:annotation> <xs:documentation>důchod pobírán do (ID 10387)</xs:documentation> </xs:annotation> </xs:attribute>

simpleType number3Type
namespacehttp://schemas.cssz.cz/REGZEC/2025
typerestriction of tns:simpleNType
properties
base t:simpleNType
used by
attribute unemplcompType/@rsn  unemplcompType/@rsnterempl  unemplcompType/@rsnterrel  unemplcompType/@typeempl
facets
Kind Value Annotation
minInclusive  1  
maxInclusive  999  
pattern  [1-9].*|0  
source<xs:simpleType  name="number3Type"> <xs:restriction  base="t:simpleNType"> <xs:minInclusive  value="1"></xs:minInclusive> <xs:maxInclusive  value="999"></xs:maxInclusive> </xs:restriction> </xs:simpleType>


simpleType simpleA_N_ZXType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.'])*  
annotation
documentation
Typ A + N + ZX
source<xs:simpleType  name="simpleA_N_ZXType"> <xs:annotation> <xs:documentation>Typ A + N + ZX</xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.'])*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleA_N_ZZType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*  
annotation
documentation
Typ A + N + ZZ
source<xs:simpleType  name="simpleA_N_ZZType"> <xs:annotation> <xs:documentation>Typ A + N + ZZ</xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleA_NN_ZL_SP_Type
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
used by
attribute intlAdrType/@cit  czAdrType/@cit  rdrType/@cit  forinType/@cit
facets
Kind Value Annotation
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+']+( +[0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+']+)*)|  
annotation
documentation
Typ A + NN + ZL + SP (mezera [U+0020], nesmí být prvním ani posledním znakem)
source<xs:simpleType  name="simpleA_NN_ZL_SP_Type"> <xs:annotation> <xs:documentation> Typ A + NN + ZL + SP (mezera [U+0020], nesmí být prvním ani posledním znakem) </xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+']+( +[0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+']+)*)|"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleA_NN_ZLType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'])*  
annotation
documentation
Typ A + NN + ZL
source<xs:simpleType  name="simpleA_NN_ZLType"> <xs:annotation> <xs:documentation>Typ A + NN + ZL</xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'])*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleA_NN_ZX_SP_Type
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+( +[0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+)*)|  
annotation
documentation
Typ A + NN + ZX + SP (mezera [U+0020], nesmí být prvním ani posledním znakem)
source<xs:simpleType  name="simpleA_NN_ZX_SP_Type"> <xs:annotation> <xs:documentation> Typ A + NN + ZX + SP (mezera [U+0020], nesmí být prvním ani posledním znakem) </xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+( +[0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+)*)|"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleA_NN_ZXType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.'])*  
annotation
documentation
Typ A + NN + ZX
source<xs:simpleType  name="simpleA_NN_ZXType"> <xs:annotation> <xs:documentation>Typ A + NN + ZX</xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.'])*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleA_NN_ZZ_SP_Type
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
used by
attribute birthType/@cit  jobType/@cit  forinType/@pnu  intlAdrType/@str  czAdrType/@str  rdrType/@str  forinType/@str
facets
Kind Value Annotation
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+( +[0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+)*)|  
annotation
documentation
Typ A + NN + ZZ + SP (mezera [U+0020], nesmí být prvním ani posledním znakem)
source<xs:simpleType  name="simpleA_NN_ZZ_SP_Type"> <xs:annotation> <xs:documentation> Typ A + NN + ZZ + SP (mezera [U+0020], nesmí být prvním ani posledním znakem) </xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+( +[0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\]+)*)|"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleA_NN_ZZType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
used by
attribute forinType/@id  intlAdrType/@num  rdrType/@num  forinType/@num  taxidrezidType/@num  intlAdrType/@onum  czAdrType/@onum  rdrType/@onum  forinType/@onum  nocitizenType/@permid  intlAdrType/@pnu  rdrType/@pnu
facets
Kind Value Annotation
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*  
annotation
documentation
Typ A + NN + ZZ
source<xs:simpleType  name="simpleA_NN_ZZType"> <xs:annotation> <xs:documentation>Typ A + NN + ZZ</xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleA_NNType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
Typ A + NN
source<xs:simpleType  name="simpleA_NNType"> <xs:annotation> <xs:documentation>Typ A + NN</xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleA_NType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
used by
attribute jobType/@rel  pensType/@typ
facets
Kind Value Annotation
pattern  ([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
Typ A + N
source<xs:simpleType  name="simpleA_NType"> <xs:annotation> <xs:documentation>Typ A + N</xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([0-9A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleA_ZX_SP_Type
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
used by
attribute nameType/@fir  birthType/@nam  nameType/@ona  nameType/@sur  nameType/@tit
facets
Kind Value Annotation
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+( +[A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+)*)|  
annotation
documentation
Typ A + ZX + SP (mezera [U+0020], nesmí být prvním ani posledním znakem)
source<xs:simpleType  name="simpleA_ZX_SP_Type"> <xs:annotation> <xs:documentation> Typ A + ZX + SP (mezera [U+0020], nesmí být prvním ani posledním znakem) </xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+( +[A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.']+)*)|"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleA_ZXType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.'])*  
annotation
documentation
Typ A + ZX
source<xs:simpleType  name="simpleA_ZXType"> <xs:annotation> <xs:documentation>Typ A + ZX</xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.'])*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleA_ZZType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*  
annotation
documentation
Typ A + ZZ
source<xs:simpleType  name="simpleA_ZZType"> <xs:annotation> <xs:documentation>Typ A + ZZ</xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+'/\\])*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleAType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
used by
attribute statType/@cnt  intlAdrType/@cnt  rdrType/@cnt  forinType/@cnt  forinType/@cur  jobType/prof/@edu  factType/@highedu  nocitizenType/@issue  birthType/@stat  taxidrezidType/@stat  proofidType/@stat  forinregType/@state  taxidrezidType/@type  proofidType/@type
facets
Kind Value Annotation
pattern  ([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*  
annotation
documentation
Typ A - Znaková množina: alfaznaky (A - Z, a-z) + ŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ
source<xs:simpleType  name="simpleAType"> <xs:annotation> <xs:documentation> Typ A - Znaková množina: alfaznaky (A - Z, a-z) + ŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ </xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([A-Za-zŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ])*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleDTType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
pattern  ([1-2][0-9]{3}-(([1][0-2])|([0][0-9]))-(([0-2][0-9])|([3][0-1]))T(([01][0-9])|([2][0-3]))-([0-5][0-9])-([0-5][0-9]))|([1-2][0-9]{3}-(([1][0-2])|([0][0-9]))-(([0-2][0-9])|([3][0-1])) (([01][0-9])|([2][0-3])):([0-5][0-9]):([0-5][0-9]).[0-9]{3})  
annotation
documentation
Typ DT - Znaková množina: datum a čas ve formátu unicode yyyy-mm-ddThh-mm-ss Pro zpetnou kompatibilitu je zadana i podpora formatu yyyy-mm-dd hh:mm:ss.nnn
source<xs:simpleType  name="simpleDTType"> <xs:annotation> <xs:documentation> Typ DT - Znaková množina: datum a čas ve formátu unicode yyyy-mm-ddThh-mm-ss Pro zpetnou kompatibilitu je zadana i podpora formatu yyyy-mm-dd hh:mm:ss.nnn </xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([1-2][0-9]{3}-(([1][0-2])|([0][0-9]))-(([0-2][0-9])|([3][0-1]))T(([01][0-9])|([2][0-3]))-([0-5][0-9])-([0-5][0-9]))|([1-2][0-9]{3}-(([1][0-2])|([0][0-9]))-(([0-2][0-9])|([3][0-1])) (([01][0-9])|([2][0-3])):([0-5][0-9]):([0-5][0-9]).[0-9]{3})"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleDType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typexs:date
properties
base date
source<xs:simpleType  name="simpleDType"> <xs:restriction  base="date"></xs:restriction> </xs:simpleType>

simpleType simpleL2Type
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
used by
attribute jobType/@contractplace  attachsType/attach/@desc  proofidType/@foreigninst  compType/@nam  forinType/@nam  insoType/@nam  inspType/@nam  jobType/position/@name  attachsType/attach/@name  proofidType/@num  jobType/@preplace
facets
Kind Value Annotation
pattern  .*  
annotation
documentation
Typ L2 - vsechny znaky mimo ridicich znaku XML
source<xs:simpleType  name="simpleL2Type"> <xs:annotation> <xs:documentation>Typ L2 - vsechny znaky mimo ridicich znaku XML</xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value=".*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleL_EmptyType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
enumeration  A  
enumeration  N  
enumeration     
annotation
documentation
Logicka hodnota A/N + ""
source<xs:simpleType  name="simpleL_EmptyType"> <xs:annotation> <xs:documentation>Logicka hodnota A/N + ""</xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:enumeration  value="A"></xs:enumeration> <xs:enumeration  value="N"></xs:enumeration> <xs:enumeration  value=""></xs:enumeration> </xs:restriction> </xs:simpleType>

simpleType simpleLType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
used by
attribute unemplcompType/@belong  jobType/@cont  pensType/@early  jobType/@endbydeath  nocitizenType/@freeacc  unemplcompType/@fullpay  forinregType/@juris  jobType/position/@lead  jobType/@notstart  pensType/@reducedAge  jobType/@sme  factType/@ztp
facets
Kind Value Annotation
enumeration  A  
enumeration  N  
annotation
documentation
Logicka hodnota A/N
source<xs:simpleType  name="simpleLType"> <xs:annotation> <xs:documentation>Logicka hodnota A/N</xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:enumeration  value="A"></xs:enumeration> <xs:enumeration  value="N"></xs:enumeration> </xs:restriction> </xs:simpleType>

simpleType simpleN_ZXType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
pattern  ([0-9\-,\.'])*  
annotation
documentation
Typ N + ZX
source<xs:simpleType  name="simpleN_ZXType"> <xs:annotation> <xs:documentation>Typ N + ZX</xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([0-9\-,\.'])*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleNDType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
pattern  [\+\-]?\d*[,\.]?\d*  
annotation
documentation
Typ ND - Znaková množina: číslo - znaky 0-9, může obsahovat znaménko jako první znak a des. tečku (nebo des. čárku)
source<xs:simpleType  name="simpleNDType"> <xs:annotation> <xs:documentation> Typ ND - Znaková množina: číslo - znaky 0-9, může obsahovat znaménko jako první znak a des. tečku (nebo des. čárku) </xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="[\+\-]?\d*[,\.]?\d*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleNN_ZLType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
pattern  [0-9\-,\.\+']*  
annotation
documentation
Typ NN + ZL
source<xs:simpleType  name="simpleNN_ZLType"> <xs:annotation> <xs:documentation>Typ NN + ZL</xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="[0-9\-,\.\+']*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleNNType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
used by
attribute clientType/@bno  jobType/prof/@clas  clientType/@ikmpsv  jobType/@municode  compType/@nvs  jobType/@oid  forinType/@sec  compType/@vs
facets
Kind Value Annotation
pattern  [0-9]*  
annotation
documentation
Typ NN - Znaková množina: číslo - znaky 0-9, může začínat nulou
source<xs:simpleType  name="simpleNNType"> <xs:annotation> <xs:documentation> Typ NN - Znaková množina: číslo - znaky 0-9, může začínat nulou </xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="[0-9]*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleNType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:nonNegativeInteger
properties
base nonNegativeInteger
used by
simpleType number3Type
attribute employeeType/@act  inshType/@cnr  employeeType/@dep  unemplcompType/@earlyterm  czAdrType/@num  nocitizenType/@perm  nocitizenType/@permtype  jobType/@place  jobType/@relat  jobType/@relDetail  intlAdrType/@ruianpoint  czAdrType/@ruianpoint  employeeType/@sqnr  factType/healtrest/@type  clientType/@vcp  jobType/@workmode
facets
Kind Value Annotation
pattern  [1-9].*|0  
annotation
documentation
Typ N - Znaková množina: číslo - znaky 0-9, nesmí začínat nulou
source<xs:simpleType  name="simpleNType"> <xs:annotation> <xs:documentation> Typ N - Znaková množina: číslo - znaky 0-9, nesmí začínat nulou </xs:documentation> </xs:annotation> <xs:restriction  base="nonNegativeInteger"> <xs:pattern  value="[1-9].*|0"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleNType_string
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
used by
attribute unemplcompType/@avgmonear  unemplcompType/@disposal  unemplcompType/@goldenhandshake  unemplcompType/@replacement  unemplcompType/@severancepay
facets
Kind Value Annotation
pattern  [1-9][0-9]*  
annotation
documentation
Typ N - Znaková množina: číslo - znaky 0-9, nesmí začínat nulou
source<xs:simpleType  name="simpleNType_string"> <xs:annotation> <xs:documentation> Typ N - Znaková množina: číslo - znaky 0-9, nesmí začínat nulou </xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="[1-9][0-9]*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleZLType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
pattern  ([-,\.\+'])*  
annotation
documentation
Typ ZL - Znaková množina: znaménka: pomlčka(-), čárka (,), tečka(.), plus(+), jednoduchý apostrof (‘)
source<xs:simpleType  name="simpleZLType"> <xs:annotation> <xs:documentation> Typ ZL - Znaková množina: znaménka: pomlčka(-), čárka (,), tečka(.), plus(+), jednoduchý apostrof (‘) </xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([-,\.\+'])*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleZMType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
pattern  ([-\._])*  
annotation
documentation
Typ ZM - Znaková množina: znaménka: pomlčka(-), tečka(.), podtržítko(_)
source<xs:simpleType  name="simpleZMType"> <xs:annotation> <xs:documentation> Typ ZM - Znaková množina: znaménka: pomlčka(-), tečka(.), podtržítko(_) </xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([-\._])*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleZNType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
pattern  ([-_])*  
annotation
documentation
Typ ZN - Znaková množina: znaménka: pomlčka(-), podtržítko(_)
source<xs:simpleType  name="simpleZNType"> <xs:annotation> <xs:documentation> Typ ZN - Znaková množina: znaménka: pomlčka(-), podtržítko(_) </xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([-_])*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleZXType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
pattern  ([-,\.'])*  
annotation
documentation
Typ ZX - Znaková množina: znaménka: pomlčka(-), čárka (,), tečka(.), jednoduchý apostrof (‘)
source<xs:simpleType  name="simpleZXType"> <xs:annotation> <xs:documentation> Typ ZX - Znaková množina: znaménka: pomlčka(-), čárka (,), tečka(.), jednoduchý apostrof (‘) </xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([-,\.'])*"></xs:pattern> </xs:restriction> </xs:simpleType>

simpleType simpleZZType
namespacehttp://schemas.cssz.cz/baseTypes/v2
typerestriction of xs:string
properties
base string
facets
Kind Value Annotation
pattern  ([-,\.\+'/\\])*  
annotation
documentation
Typ ZZ - Znaková množina: znaménka: pomlčka(-), čárka (,), tečka(.), plus(+), jednoduchý apostrof (‘), lomítko (/), zpětné lomítko (\)
source<xs:simpleType  name="simpleZZType"> <xs:annotation> <xs:documentation> Typ ZZ - Znaková množina: znaménka: pomlčka(-), čárka (,), tečka(.), plus(+), jednoduchý apostrof (‘), lomítko (/), zpětné lomítko (\) </xs:documentation> </xs:annotation> <xs:restriction  base="string"> <xs:pattern  value="([-,\.\+'/\\])*"></xs:pattern> </xs:restriction> </xs:simpleType>


ČSSZ IKR - XML Schema documentation