<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">	<xsd:simpleType name="AZ-Typ">		<xsd:annotation>			<xsd:documentation>Alfaznaky a znaménka " - , . + / \ "</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:pattern value="[a-zA-ZŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+/\\&amp; ]*"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="AN-Typ">		<xsd:annotation>			<xsd:documentation>Alfaznaky a numerické znaky</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:pattern value="[a-zA-Z0-9ŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ ]*"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="ANZ-Typ">		<xsd:annotation>			<xsd:documentation>Alfaznaky, numerické znaky a znaménka</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:pattern value="[a-zA-Z0-9ŠŚŤŽŹšśťžźŁĄŞŻłąşĽľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőöřůúűüýţ\-,\.\+/\\&amp; ]*"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="N-Typ">		<xsd:annotation>			<xsd:documentation>Numerické znaky - nesmí začínat "0"</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:decimal">			<xsd:pattern value="[1-9][0-9]*"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="N0-Typ">		<xsd:annotation>			<xsd:documentation>Numerické znaky</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:decimal"/>	</xsd:simpleType>	<xsd:simpleType name="D-Typ">		<xsd:annotation>			<xsd:documentation>Datum - ISO</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:date"/>	</xsd:simpleType>	<xsd:simpleType name="IC-typ">		<xsd:annotation>			<xsd:documentation>Identifikační číslo organizace - 8 číslic</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:length value="8"/>			<xsd:pattern value="\d{8}"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Var-typ">		<xsd:annotation>			<xsd:documentation>Variabilní symbol organizace - 8 nebo 9 číslic,nesmí začínat "0"</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:minLength value="8"/>			<xsd:maxLength value="9"/>			<xsd:pattern value="[1-9][0-9]*"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="RC-typ">		<xsd:annotation>			<xsd:documentation>Rodné číslo - 9-10 číslic</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:minLength value="9"/>			<xsd:maxLength value="10"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="PSC-Typ">		<xsd:annotation>			<xsd:documentation>PSČ - 5 číslic</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:pattern value="\d{3}|\d{5}"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Check-Typ">		<xsd:annotation>			<xsd:documentation>Zahrnutý měsíc - obsahuje X x</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:length value="1"/>			<xsd:pattern value="[Xx]"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="Znep-Typ">		<xsd:annotation>			<xsd:documentation>Zneplatnění - obsahuje Z z</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:length value="1"/>			<xsd:pattern value="[Zz]"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="KodCin-Typ">		<xsd:annotation>			<xsd:documentation>Kód čínnosti - 3 číslice</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:length value="3"/>			<xsd:pattern value="[A-Z0-9][DMNPR\+][S\+]"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="CisReldp-Typ">		<xsd:annotation>			<xsd:documentation>Seznam RELDP - 2 číslice</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:length value="2"/>			<xsd:pattern value="\d{2}"/>			<xsd:enumeration value="01"/>			<xsd:enumeration value="02"/>			<xsd:enumeration value="03"/>			<xsd:enumeration value="51"/>			<xsd:enumeration value="52"/>			<xsd:enumeration value="53"/>			<xsd:enumeration value="71"/>			<xsd:enumeration value="72"/>			<xsd:enumeration value="73"/>			<xsd:enumeration value="91"/>			<xsd:enumeration value="92"/>			<xsd:enumeration value="93"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="CisDruhDob-Typ">		<xsd:annotation>			<xsd:documentation>Seznam Druh doby - 1-2 číslice</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:minLength value="1"/>			<xsd:maxLength value="2"/>			<xsd:enumeration value="V"/>			<xsd:enumeration value="V2"/>			<xsd:enumeration value="V3"/>			<xsd:enumeration value="V4"/>			<xsd:enumeration value="V5"/>			<xsd:enumeration value="V6"/>			<xsd:enumeration value="V7"/>			<xsd:enumeration value="V8"/>			<xsd:enumeration value="V9"/>			<xsd:enumeration value="C"/>			<xsd:enumeration value="C2"/>			<xsd:enumeration value="C3"/>			<xsd:enumeration value="C4"/>			<xsd:enumeration value="C5"/>			<xsd:enumeration value="C6"/>			<xsd:enumeration value="C7"/>			<xsd:enumeration value="C8"/>			<xsd:enumeration value="C9"/>			<xsd:enumeration value="M"/>			<xsd:enumeration value="M2"/>			<xsd:enumeration value="M3"/>			<xsd:enumeration value="M4"/>			<xsd:enumeration value="M5"/>			<xsd:enumeration value="M6"/>			<xsd:enumeration value="M7"/>			<xsd:enumeration value="M8"/>			<xsd:enumeration value="M9"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:element name="reldp">		<xsd:annotation>			<xsd:documentation>Obsahuje hlavičkové údaje RELDP</xsd:documentation>		</xsd:annotation>		<xsd:complexType>			<xsd:sequence>				<xsd:element name="client">					<xsd:annotation>						<xsd:documentation>Obsahuje údaje o pojištěnci</xsd:documentation>					</xsd:annotation>					<xsd:complexType>						<xsd:all>							<xsd:element name="name">								<xsd:annotation>									<xsd:documentation>Obsahuje jmenné údaje o pojištěnci</xsd:documentation>								</xsd:annotation>								<xsd:complexType>									<xsd:attribute name="sur" use="required">										<xsd:annotation>											<xsd:documentation source="Příjmení pojištěnce"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="AZ-Typ">												<xsd:minLength value="1"/>												<xsd:maxLength value="50"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>									<xsd:attribute name="fir" use="required">										<xsd:annotation>											<xsd:documentation source="Křestní jméno pojištěnce"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="AZ-Typ">												<xsd:minLength value="1"/>												<xsd:maxLength value="50"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>									<xsd:attribute name="tit" use="optional">										<xsd:annotation>											<xsd:documentation source="Titul pojištěnce"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="AZ-Typ">												<xsd:minLength value="1"/>												<xsd:maxLength value="15"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>								</xsd:complexType>							</xsd:element>							<xsd:element name="adr">								<xsd:annotation>									<xsd:documentation>Obsahuje adresní údaje pojištěnce</xsd:documentation>								</xsd:annotation>								<xsd:complexType>									<xsd:attribute name="cit" use="required">										<xsd:annotation>											<xsd:documentation source="Obec"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="ANZ-Typ">												<xsd:minLength value="1"/>												<xsd:maxLength value="50"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>									<xsd:attribute name="str" use="optional">										<xsd:annotation>											<xsd:documentation source="Ulice"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="ANZ-Typ">												<xsd:minLength value="1"/>												<xsd:maxLength value="50"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>									<xsd:attribute name="num" use="required">										<xsd:annotation>											<xsd:documentation source="Číslo popisné (orientační)"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="ANZ-Typ">												<xsd:minLength value="1"/>												<xsd:maxLength value="15"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>									<xsd:attribute name="pos" use="optional">										<xsd:annotation>											<xsd:documentation source="Prvních 5 písmen názvu pošty"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="AN-Typ">												<xsd:minLength value="0"/>												<xsd:maxLength value="5"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>									<xsd:attribute name="pnu" type="PSC-Typ" use="required">										<xsd:annotation>											<xsd:documentation source="PSČ"/>										</xsd:annotation>									</xsd:attribute>								</xsd:complexType>							</xsd:element>							<xsd:element name="birth">								<xsd:annotation>									<xsd:documentation>Obsahuje rodné údaje pojištěnce</xsd:documentation>								</xsd:annotation>								<xsd:complexType>									<xsd:attribute name="dat" type="D-Typ" use="required">										<xsd:annotation>											<xsd:documentation source="Datum narození"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="nam" use="required">										<xsd:annotation>											<xsd:documentation source="Rodné příjmení"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="AZ-Typ">												<xsd:minLength value="1"/>												<xsd:maxLength value="50"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>									<xsd:attribute name="cit" use="required">										<xsd:annotation>											<xsd:documentation source="Místo (obec) narození"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="ANZ-Typ">												<xsd:minLength value="1"/>												<xsd:maxLength value="50"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>								</xsd:complexType>							</xsd:element>						</xsd:all>						<xsd:attribute name="bno" type="RC-typ" use="required">							<xsd:annotation>								<xsd:documentation source="Rodné číslo pojištěnce"/>							</xsd:annotation>						</xsd:attribute>					</xsd:complexType>				</xsd:element>				<xsd:element name="items">					<xsd:annotation>						<xsd:documentation>Obsahuje údaje o dobách pojištění</xsd:documentation>					</xsd:annotation>					<xsd:complexType>						<xsd:sequence maxOccurs="unbounded">							<xsd:annotation>								<xsd:documentation>Musí být alespoň jeden tag t1 nebo t2</xsd:documentation>							</xsd:annotation>							<xsd:element name="t1" minOccurs="0" maxOccurs="100">								<xsd:annotation>									<xsd:documentation>Obsahuje údaje o jedné době pojištění</xsd:documentation>								</xsd:annotation>								<xsd:complexType>									<xsd:attribute name="row" use="required">										<xsd:annotation>											<xsd:documentation source="Pořadové číslo na formuláři RELDP"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="N-Typ">												<xsd:totalDigits value="3"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>									<xsd:attribute name="cod" type="KodCin-Typ" use="required">										<xsd:annotation>											<xsd:documentation source="Kód činnosti"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="fro" type="D-Typ" use="optional">										<xsd:annotation>											<xsd:documentation source="Datum počátku činnosti"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="to" type="D-Typ" use="optional">										<xsd:annotation>											<xsd:documentation source="Datum konce činnosti"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="din" use="optional">										<xsd:annotation>											<xsd:documentation source="Započtené dny - počet dnů"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="N-Typ">												<xsd:totalDigits value="3"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>									<xsd:attribute name="m1" type="Check-Typ" use="optional">										<xsd:annotation>											<xsd:documentation source="Měsíce bez pojištění - leden"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="m2" type="Check-Typ" use="optional">										<xsd:annotation>											<xsd:documentation source="Měsíce bez pojištění - únor"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="m3" type="Check-Typ" use="optional">										<xsd:annotation>											<xsd:documentation source="Měsíce bez pojištění - březen"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="m4" type="Check-Typ" use="optional">										<xsd:annotation>											<xsd:documentation source="Měsíce bez pojištění - duben"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="m5" type="Check-Typ" use="optional">										<xsd:annotation>											<xsd:documentation source="Měsíce bez pojištění - květen"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="m6" type="Check-Typ" use="optional">										<xsd:annotation>											<xsd:documentation source="Měsíce bez pojištění - červen"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="m7" type="Check-Typ" use="optional">										<xsd:annotation>											<xsd:documentation source="Měsíce bez pojištění - červenec"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="m8" type="Check-Typ" use="optional">										<xsd:annotation>											<xsd:documentation source="Měsíce bez pojištění - srpen"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="m9" type="Check-Typ" use="optional">										<xsd:annotation>											<xsd:documentation source="Měsíce bez pojištění - září"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="m10" type="Check-Typ" use="optional">										<xsd:annotation>											<xsd:documentation source="Měsíce bez pojištění - říjen"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="m11" type="Check-Typ" use="optional">										<xsd:annotation>											<xsd:documentation source="Měsíce bez pojištění - listopad"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="m12" type="Check-Typ" use="optional">										<xsd:annotation>											<xsd:documentation source="Měsíce bez pojištění - prosinec"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="m13" type="Check-Typ" use="optional">										<xsd:annotation>											<xsd:documentation source="Měsíce bez pojištění - celý rok"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="inc" use="optional">										<xsd:annotation>											<xsd:documentation source="Vyměřovací základ - v Kč"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="N-Typ">												<xsd:totalDigits value="10"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>									<xsd:attribute name="dex" use="optional">										<xsd:annotation>											<xsd:documentation source="Vyloučené doby - počet dnů"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="N-Typ">												<xsd:totalDigits value="3"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>									<xsd:attribute name="dar" use="optional">										<xsd:annotation>											<xsd:documentation source="Doby odečtené po vzniku nároku - počet dnů"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="N-Typ">												<xsd:totalDigits value="3"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>									<xsd:attribute name="val" type="Znep-Typ" use="optional">										<xsd:annotation>											<xsd:documentation source="Zneplatnění řádku"/>										</xsd:annotation>									</xsd:attribute>								</xsd:complexType>							</xsd:element>							<xsd:element name="t2" minOccurs="0" maxOccurs="10">								<xsd:annotation>									<xsd:documentation>Obsahuje údaje o jedné době pojištění V,C,M</xsd:documentation>								</xsd:annotation>								<xsd:complexType>									<xsd:attribute name="row" use="required">										<xsd:annotation>											<xsd:documentation source="Pořadové číslo doby pojištění V,C,M na formuláři ELDP"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="N-Typ">												<xsd:totalDigits value="2"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>									<xsd:attribute name="cod" use="required">										<xsd:annotation>											<xsd:documentation source="Druh doby"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="CisDruhDob-Typ">												<xsd:minLength value="1"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>									<xsd:attribute name="fro" type="D-Typ" use="required">										<xsd:annotation>											<xsd:documentation source="Datum počátku"/>										</xsd:annotation>									</xsd:attribute>									<xsd:attribute name="to" type="D-Typ" use="required">										<xsd:annotation>											<xsd:documentation source="Datum konce"/>										</xsd:annotation>									</xsd:attribute>								</xsd:complexType>							</xsd:element>						</xsd:sequence>						<xsd:attribute name="coun" use="required">							<xsd:annotation>								<xsd:documentation source="Celkový počet tagů t1 a t2"/>							</xsd:annotation>							<xsd:simpleType>								<xsd:restriction base="N-Typ">									<xsd:totalDigits value="3"/>								</xsd:restriction>							</xsd:simpleType>						</xsd:attribute>						<xsd:attribute name="sdex" use="optional">							<xsd:annotation>								<xsd:documentation source="Součet vyloučených dnů"/>							</xsd:annotation>							<xsd:simpleType>								<xsd:restriction base="N-Typ">									<xsd:totalDigits value="10"/>								</xsd:restriction>							</xsd:simpleType>						</xsd:attribute>						<xsd:attribute name="sinc" use="optional">							<xsd:annotation>								<xsd:documentation source="Součet vyměřovacích základů"/>							</xsd:annotation>							<xsd:simpleType>								<xsd:restriction base="N-Typ">									<xsd:totalDigits value="10"/>								</xsd:restriction>							</xsd:simpleType>						</xsd:attribute>						<xsd:attribute name="sdar" use="optional">							<xsd:annotation>								<xsd:documentation source="Součet dnů odečtených po důchodovém věku"/>							</xsd:annotation>							<xsd:simpleType>								<xsd:restriction base="N-Typ">									<xsd:totalDigits value="10"/>								</xsd:restriction>							</xsd:simpleType>						</xsd:attribute>					</xsd:complexType>				</xsd:element>				<xsd:element name="comp">					<xsd:annotation>						<xsd:documentation>Obsahuje údaje o zaměstnavateli</xsd:documentation>					</xsd:annotation>					<xsd:complexType>						<xsd:sequence>							<xsd:element name="adr">								<xsd:annotation>									<xsd:documentation>Obsahuje adresní údaje zaměstnavatele</xsd:documentation>								</xsd:annotation>								<xsd:complexType>									<xsd:attribute name="cit" use="required">										<xsd:annotation>											<xsd:documentation source="Obec"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="ANZ-Typ">												<xsd:minLength value="1"/>												<xsd:maxLength value="50"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>									<xsd:attribute name="str" use="optional">										<xsd:annotation>											<xsd:documentation source="Ulice"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="ANZ-Typ">												<xsd:minLength value="1"/>												<xsd:maxLength value="50"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>									<xsd:attribute name="num" use="required">										<xsd:annotation>											<xsd:documentation source="Číslo popisné (orientační)"/>										</xsd:annotation>										<xsd:simpleType>											<xsd:restriction base="ANZ-Typ">												<xsd:minLength value="1"/>												<xsd:maxLength value="15"/>											</xsd:restriction>										</xsd:simpleType>									</xsd:attribute>									<xsd:attribute name="pnu" type="PSC-Typ" use="required">										<xsd:annotation>											<xsd:documentation source="PSČ"/>										</xsd:annotation>									</xsd:attribute>								</xsd:complexType>							</xsd:element>						</xsd:sequence>						<xsd:attribute name="nam" use="required">							<xsd:annotation>								<xsd:documentation source="Název organizace"/>							</xsd:annotation>							<xsd:simpleType>								<xsd:restriction base="ANZ-Typ">									<xsd:minLength value="1"/>									<xsd:maxLength value="100"/>								</xsd:restriction>							</xsd:simpleType>						</xsd:attribute>						<xsd:attribute name="id" type="IC-typ" use="optional">							<xsd:annotation>								<xsd:documentation source="Identifikační číslo organizace (IČ)"/>							</xsd:annotation>						</xsd:attribute>						<xsd:attribute name="vs" type="Var-typ" use="required">							<xsd:annotation>								<xsd:documentation source="Variabilní symbol organizace"/>							</xsd:annotation>						</xsd:attribute>						<xsd:attribute name="cre" type="D-Typ" use="required">							<xsd:annotation>								<xsd:documentation source="Datum vyhotovení RELDP"/>							</xsd:annotation>						</xsd:attribute>						<xsd:attribute name="fro" type="D-Typ" use="optional">							<xsd:annotation>								<xsd:documentation source="Výdělečná činnost v organizaci od"/>							</xsd:annotation>						</xsd:attribute>					</xsd:complexType>				</xsd:element>			</xsd:sequence>			<xsd:attribute name="yer" use="required">				<xsd:annotation>					<xsd:documentation source="Rok Platnosti evid. Listu"/>				</xsd:annotation>				<xsd:simpleType>					<xsd:restriction base="xsd:gYear">						<xsd:pattern value="\d{4}"/>					</xsd:restriction>				</xsd:simpleType>			</xsd:attribute>			<xsd:attribute name="typ" type="CisReldp-Typ" use="required">				<xsd:annotation>					<xsd:documentation source="Typ ELDP"/>				</xsd:annotation>			</xsd:attribute>			<xsd:attribute name="dre" type="D-Typ" use="optional">				<xsd:annotation>					<xsd:documentation source="Datum vyhotovení evid. listu, který se opravuje"/>				</xsd:annotation>			</xsd:attribute>			<xsd:attribute name="tco" type="CisReldp-Typ" use="optional">				<xsd:annotation>					<xsd:documentation source="Technický kód"/>				</xsd:annotation>			</xsd:attribute>		</xsd:complexType>	</xsd:element>	<xsd:element name="RELDP">		<xsd:annotation>			<xsd:documentation>Identifikace organizace</xsd:documentation>		</xsd:annotation>		<xsd:complexType>			<xsd:sequence>				<xsd:element ref="reldp" maxOccurs="unbounded"/>			</xsd:sequence>			<xsd:attribute name="vs" type="Var-typ" use="required">				<xsd:annotation>					<xsd:documentation source="Variabilní symbol organizace"/>				</xsd:annotation>			</xsd:attribute>			<xsd:attribute name="id" type="IC-typ" use="optional">				<xsd:annotation>					<xsd:documentation source="Identifikační číslo organizace (IČ)"/>				</xsd:annotation>			</xsd:attribute>			<xsd:attribute name="nam" use="optional">				<xsd:annotation>					<xsd:documentation source="Název organizace dle OR"/>				</xsd:annotation>				<xsd:simpleType>					<xsd:restriction base="ANZ-Typ">						<xsd:minLength value="1"/>						<xsd:maxLength value="100"/>					</xsd:restriction>				</xsd:simpleType>			</xsd:attribute>			<xsd:attribute name="cit" use="required">				<xsd:annotation>					<xsd:documentation source="Obec"/>				</xsd:annotation>				<xsd:simpleType>					<xsd:restriction base="ANZ-Typ">						<xsd:minLength value="1"/>						<xsd:maxLength value="50"/>					</xsd:restriction>				</xsd:simpleType>			</xsd:attribute>			<xsd:attribute name="str" use="optional">				<xsd:annotation>					<xsd:documentation source="Ulice"/>				</xsd:annotation>				<xsd:simpleType>					<xsd:restriction base="ANZ-Typ">						<xsd:minLength value="1"/>						<xsd:maxLength value="50"/>					</xsd:restriction>				</xsd:simpleType>			</xsd:attribute>			<xsd:attribute name="num" use="required">				<xsd:annotation>					<xsd:documentation source="Číslo popisné (orientační)"/>				</xsd:annotation>				<xsd:simpleType>					<xsd:restriction base="ANZ-Typ">						<xsd:minLength value="1"/>						<xsd:maxLength value="15"/>					</xsd:restriction>				</xsd:simpleType>			</xsd:attribute>			<xsd:attribute name="pnu" type="PSC-Typ" use="required">				<xsd:annotation>					<xsd:documentation source="PSČ"/>				</xsd:annotation>			</xsd:attribute>		</xsd:complexType>	</xsd:element></xsd:schema>