<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="urn:cz:isvs:isui:schemas:ZpracujReklamaci:v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="urn:cz:isvs:isui:schemas:ZpracujReklamaci:v1" xmlns:zpRe="urn:cz:isvs:isui:schemas:ZpracujReklamaci:v1" xmlns:reg="urn:cz:isvs:reg:schemas:RegTypy:v1" xmlns:base="urn:cz:isvs:ruian:schemas:BaseTypy:v1" elementFormDefault="qualified" version="1.1.0">
	<xs:annotation>
		<xs:documentation xml:lang="cs">Typy pro provedení akce s reklamací</xs:documentation>
	</xs:annotation>
	<xs:import namespace="urn:cz:isvs:ruian:schemas:BaseTypy:v1" schemaLocation="../../../../ruian/xsd/typy/BaseTypy.xsd"/>
	<xs:import namespace="urn:cz:isvs:reg:schemas:RegTypy:v1" schemaLocation="../../../../RegTypy.xsd"/>
	<xs:complexType name="ZpracujReklamaciRequestType">
		<xs:annotation>
			<xs:documentation xml:lang="cs">Požadavek na provedení akce s reklamací</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ZadostInfo" type="reg:ZadostInfoType" minOccurs="1" maxOccurs="1"/>
			<xs:element name="Dotaz" type="ZpracujReklamaciDotazType" minOccurs="1" maxOccurs="1"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ZpracujReklamaciResponseType">
		<xs:annotation>
			<xs:documentation xml:lang="cs">Odpověď na požadavek na provedení akce s reklamací</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="OdpovedInfo" type="reg:OdpovedInfoType" minOccurs="1" maxOccurs="1"/>
		</xs:sequence>
	</xs:complexType>
	<xs:element name="ZpracujReklamaciRequest" type="zpRe:ZpracujReklamaciRequestType">
		<xs:annotation>
			<xs:documentation xml:lang="cs">Požadavek na provedení akce s reklamací</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZpracujReklamaciResponse" type="zpRe:ZpracujReklamaciResponseType">
		<xs:annotation>
			<xs:documentation xml:lang="cs">Odpověď na požadavek na provedení akce s reklamací</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:complexType name="ZpracujReklamaciDotazType">
		<xs:sequence>
			<xs:element name="Id" type="base:Id18Type" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Id reklamace</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Akce" type="ZpracujReklamaciAkce" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Požadovaná akce s reklamací</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Poznamka" type="base:Text2000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation xml:lang="cs">Poznámka k požadované akci s reklamací</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="ZpracujReklamaciAkce">
		<xs:annotation>
			<xs:documentation xml:lang="cs">Požadovaná akce s reklamací</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="Resit"/>
			<xs:enumeration value="Zamitnout"/>
			<xs:enumeration value="VratitDoStavuVlozena"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
