<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="urn:cz:isvs:aisp:schemas:AispSeznamIsProIszr2:v1" xmlns:aispd="urn:cz:isvs:aisp:schemas:AispDotazyData:v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:cz:isvs:aisp:schemas:AispSeznamIsProIszr2:v1" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0.0">
    <xs:annotation>
        <xs:documentation xml:lang="cs">Seznam informačních systémů pro ISZR, 2. verze.</xs:documentation>
    </xs:annotation>
    <!-- Verze 1.0.0, 13.04.2023, Petr Roušar -->
    <xs:import namespace="urn:cz:isvs:aisp:schemas:AispDotazyData:v1" schemaLocation="AispDotazyData.xsd"/>
    <xs:element name="AispSeznamIsProIszr2" type="AispSeznamIsProIszr2Type"/>
    <xs:element name="AispSeznamIsProIszr2Response" type="AispSeznamIsProIszr2ResponseType"/>
    <xs:complexType name="AispSeznamIsProIszr2Type">
        <xs:annotation>
            <xs:documentation xml:lang="cs">Dotaz na seznam informačních systémů pro ISZR, 2. verze.</xs:documentation>
        </xs:annotation>
        <xs:complexContent>
            <xs:extension base="aispd:ZadostAbstractType">
                <xs:sequence>
                    <xs:element name="Zadost">
                        <xs:complexType>
                            <xs:sequence>
                                <xs:element name="AispSeznamIsProIszr2Data" type="aispd:AispSeznamIsProIszr2DataType"/>
                            </xs:sequence>
                        </xs:complexType>
                    </xs:element>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="AispSeznamIsProIszr2ResponseType">
        <xs:annotation>
            <xs:documentation xml:lang="cs">Odpověď na dotaz na seznam informačních systémů pro ISZR, 2. verze.</xs:documentation>
        </xs:annotation>
        <xs:complexContent>
            <xs:extension base="aispd:OdpovedAbstractType">
                <xs:sequence>
                    <xs:element name="AispOdpoved" minOccurs="0">
                        <xs:complexType>
                            <xs:sequence>
                                <xs:element name="AispSeznamIsProIszr2DataResponse" type="aispd:AispSeznamIsProIszr2DataResponseType"/>
                            </xs:sequence>
                        </xs:complexType>
                    </xs:element>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:schema>
