<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="urn:cz:isvs:iszr:schemas:IszrReg:v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:reg="urn:cz:isvs:reg:schemas:RegTypy:v1" targetNamespace="urn:cz:isvs:iszr:schemas:IszrReg:v1" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0.0">
    <xs:annotation>
        <xs:documentation xml:lang="cs">
            Definice interních služeb ISZR.
        </xs:documentation>
    </xs:annotation>

    <!-- Verze 1.0.0, 4.9.2014 -->
    <xs:import namespace="urn:cz:isvs:reg:schemas:RegTypy:v1" schemaLocation="../../RegTypy.xsd"/>
    
    <!-- Číselník IZZR služeb -->
    <xs:simpleType name="KodIszrSluzbyType">
        <xs:annotation>
            <xs:documentation xml:lang="cs">
                Kód služby, výčtový typ všech služeb ISZR.
            </xs:documentation>
        </xs:annotation>
        <xs:restriction base="reg:NazevSluzbyType">
            <xs:enumeration value="IszrIntCiselnik"/>
        </xs:restriction>
    </xs:simpleType>
    
</xs:schema>
