<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="urn:cz:isvs:isui:schemas:PrehledReklamaci:v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="urn:cz:isvs:isui:schemas:PrehledReklamaci:v1" xmlns:pre="urn:cz:isvs:isui:schemas:PrehledReklamaci:v1" xmlns:icom="urn:cz:isvs:isui:schemas:IsuiCommon:v1" xmlns:rcom="urn:cz:isvs:isui:schemas:ReklamaceCommon:v1" xmlns:base="urn:cz:isvs:ruian:schemas:BaseTypy:v1" xmlns:com="urn:cz:isvs:ruian:schemas:CommonTypy:v1" elementFormDefault="qualified" version="1.3.2">
	<xs:import namespace="urn:cz:isvs:ruian:schemas:CommonTypy:v1" schemaLocation="../../../../ruian/xsd/typy/CommonTypy.xsd"/>
	<xs:import namespace="urn:cz:isvs:ruian:schemas:BaseTypy:v1" schemaLocation="../../../../ruian/xsd/typy/BaseTypy.xsd"/>
	<xs:import namespace="urn:cz:isvs:isui:schemas:ReklamaceCommon:v1" schemaLocation="../reklCommon/ReklamaceCommon.xsd"/>
	<xs:import namespace="urn:cz:isvs:isui:schemas:IsuiCommon:v1" schemaLocation="../../common/IsuiCommon.xsd"/>
	<xs:element name="PrehledReklamaci" type="pre:PrehledReklamaciType">
		<xs:annotation>
			<xs:documentation xml:lang="cs">Přehled reklamací podle zadaných parametrů</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:complexType name="PrehledReklamaciType">
		<xs:annotation>
			<xs:documentation xml:lang="cs">Přehled reklamací podle zadaných parametrů</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ParametryZadani" type="PrehledReklamaciParametryType" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Vstupní parametry přehledu reklamací</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ReklamaceSeznam" type="PrehledReklamaciSeznamType" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Reklamace odpovídající vstupním parametrům</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PrehledReklamaciParametryType">
		<xs:annotation>
			<xs:documentation xml:lang="cs">Parametry přehledu reklamací</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Zpracovane" type="xs:boolean" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Zda je zpracování reklamace dokončeno</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="AgendaKod" type="icom:AgendaIsuiKodType" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Kód agendy ISUI</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="OvmZkratka" type="icom:RegOvmZkratkaType" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Zkratka OVM</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="StavReklamaceKod" type="rcom:StavReklamaceKodType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Kód stavu reklamace</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ReklamaceId" type="base:Id18Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Identifikátor reklamace</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TypReklamaceKod" type="rcom:TypReklamaceKodType" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Kód typu reklamace</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Resitel" type="base:Nazev50Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Řešitel reklamace</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ExterniId" type="rcom:ExterniIdReklamaceType" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Externí identifikátor reklamace</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TypPrvkuKod" type="com:TypPrvkuType" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Kód typu územního prvku, kterého se reklamace týká.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PrvekKod" type="base:Kod30Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Kód územního prvku, kterého se reklamace týká.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="OkresKod" type="base:Kod4Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Kód okresu</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ObecKod" type="base:Kod6Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Kód obce</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="MomcKod" type="base:Kod6Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Kód městské obce / městské části</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PrehledReklamaciSeznamType">
		<xs:annotation>
			<xs:documentation xml:lang="cs">Seznam reklamací pro přehled reklamací</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Reklamace" type="PrehledReklamaceType" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PrehledReklamaceType">
		<xs:annotation>
			<xs:documentation xml:lang="cs">Jednotlivá reklamace v přehledu reklamací</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ReklamaceId" type="base:Id18Type" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Identifikátor reklamace</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TypReklamaceKod" type="rcom:TypReklamaceKodType" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Kód typu reklamace</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PrvekKod" type="base:Kod30Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Kód prvku, kterého se reklamace týká</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Resitel" type="base:Nazev50Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Řešitel reklamace</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="OvmZkratka" type="icom:RegOvmZkratkaType" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Zkratka OVM</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="AgendaKod" type="icom:AgendaIsuiKodType" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Kód agendy ISUI</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="VlozenoIsui" type="base:DatumCasType" minOccurs="0" maxOccurs="1"/>
			<xs:element name="StavReklamaceKod" type="rcom:StavReklamaceKodType" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Kód stavu reklamace.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SkupinaReklamaci" type="base:Kod30Type" minOccurs="0" maxOccurs="1"/>
			<xs:element name="DatumVyrizeniZamitnuti" type="base:DatumCasType" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Datum kladného vyřízení reklamace nebo datum jejího zamítnutí.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PoznamkaResitele" type="base:Text2000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Poznámka řešitele reklamace</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
</xs:schema>
