ds_ilc-4.01.31.xsd
 1 <?xml version="1.0" encoding="utf-8"?>
 2 <xs:schema targetNamespace="urn:cz-mzcr:ns:dasta:ds4:ds_ilc" xmlns:dsilc="urn:cz-mzcr:ns:dasta:ds4:ds_ilc" xmlns:dsComm="urn:cz-mzcr:ns:dasta:ds4:ds_type" xmlns:dsCis="urn:cz-mzcr:ns:dasta:ds4:ds_cistype" xmlns:xs="http://www.w3.org/2001/XMLSchema"
 3            elementFormDefault="qualified">
 4     <!-- Import common element types. -->
 5     <xs:import namespace="urn:cz-mzcr:ns:dasta:ds4:ds_type" schemaLocation="ds_type-4.02.21.xsd"/>
 6     <xs:import namespace="urn:cz-mzcr:ns:dasta:ds4:ds_cistype" schemaLocation="ds_cistype-4.01.13.xsd"/>
 7     <!--  
 8         ***********************************************************************
 9         * KORENOVY ELEMENT ILC (matrjoska)                                    *
10         ***********************************************************************
11     -->
12     <xs:element name="ilc">
13         <xs:complexType>
14             <xs:sequence>
15                 <xs:element name="lc" maxOccurs="unbounded">
16                     <xs:complexType>
17                         <xs:sequence>
18                             <xs:element name="priloha" type="dsComm:prilohaType"/>
19                             <xs:element name="int_pril" type="dsComm:int_prilType" minOccurs="0" maxOccurs="unbounded"/>
20                         </xs:sequence>
21                         <xs:attribute name="typ_s_lc" use="required" type="dsCis:typSdeleniLC"/>
22                         <xs:attribute name="vyznam" type="dsCis:vyznObsahSdeleni" use="required"/>
23                         <xs:attribute name="verze_puv" type="dsComm:verzeLPType" use="required"/>
24                         <xs:attribute name="verze_akt" type="dsComm:verzeLPType"/>
25                         <xs:attribute name="ciselnik" type="dsComm:str20" use="required"/>
26                     </xs:complexType>
27                 </xs:element>
28             </xs:sequence>
29         </xs:complexType>
30     </xs:element>
31 </xs:schema>