<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
	targetNamespace="urn:cz:isvs:iszr:schemas:IszrRppVypisSluzbuVs3:v1"
	xmlns="urn:cz:isvs:iszr:schemas:IszrRppVypisSluzbuVs3:v1"
	xmlns:e328="urn:cz:isvs:iszr:schemas:IszrRppVypisSluzbuVs3:v1"
	xmlns:abs="urn:cz:isvs:iszr:schemas:IszrAbstract:v1"
	xmlns:pdo="urn:cz:isvs:rpp:schemas:RppDotazyData:v1"
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	elementFormDefault="qualified"
	attributeFormDefault="unqualified"
	version="1.0.0">

	<xs:annotation>
		<xs:documentation xml:lang="cs">Návrh XML schématu s definicemi datových prvků ISZR. Služba E328 externího rozhraní - dotaz a odpověď. RPP služba P116.</xs:documentation>
	</xs:annotation>

	<!-- Výchozí verze 1.0.0, 26.3.2024, Aleš Teplý -->
	<!-- Aricoma a.s. -->

	<xs:import namespace="urn:cz:isvs:iszr:schemas:IszrAbstract:v1" schemaLocation="IszrAbstract.xsd"/>
	<xs:import namespace="urn:cz:isvs:rpp:schemas:RppDotazyData:v1" schemaLocation="../../rpp/xsd/RppDotazyData.xsd"/>
	<xs:element name="RppVypisSluzbuVs3" type="RppVypisSluzbuVs3Type"/>
	<xs:element name="RppVypisSluzbuVs3Response" type="RppVypisSluzbuVs3ResponseType"/>
	<xs:complexType name="RppVypisSluzbuVs3Type">
		<xs:annotation>
			<xs:documentation xml:lang="cs">Služba E328 externího rozhraní - typ pro žádost.</xs:documentation>
		</xs:annotation>
		<xs:complexContent>
			<xs:extension base="abs:IszrZadostAbstractType">
				<xs:sequence>
					<xs:element name="Zadost">
						<xs:complexType>
							<xs:sequence>
								<xs:element name="RppVypisSluzbuVs3Data" type="pdo:RppVypisSluzbuVs3DataType"/>
							</xs:sequence>
						</xs:complexType>
					</xs:element>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="RppVypisSluzbuVs3ResponseType">
		<xs:annotation>
			<xs:documentation xml:lang="cs">Služba E328 externího rozhraní - typ pro odpověď.</xs:documentation>
		</xs:annotation>
		<xs:complexContent>
			<xs:extension base="abs:IszrOdpovedAbstractType">
				<xs:sequence>
					<xs:element name="RppOdpoved" minOccurs="0">
						<xs:complexType>
							<xs:sequence>
								<xs:element name="RppVypisSluzbuVs3DataResponse" type="pdo:RppVypisSluzbuVs3DataResponseType"/>
							</xs:sequence>
						</xs:complexType>
					</xs:element>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
</xs:schema>
