<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
 <xs:element name="Zoznam_projektov">
  <xs:complexType>
   <xs:sequence>
    <xs:element name="polozka" maxOccurs="unbounded" minOccurs="0">
     <xs:complexType>
      <xs:sequence>
       <xs:element name="itms" type="xs:string"/>
       <xs:element name="projekt" type="xs:string"/>
       <xs:element name="vydavky" type="xs:string"/>
       <xs:element name="zaciatok" type="xs:string"/>
       <xs:element name="koniec" type="xs:string"/>
       <xs:element name="program" type="xs:string"/>
       <xs:element name="poznamka" type="xs:string"/>
      </xs:sequence>
     </xs:complexType>
    </xs:element>
   </xs:sequence>
  </xs:complexType>
 </xs:element>
</xs:schema>