<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="IREK_21_1.xsd" 
 targetNamespace="http://edavki.durs.si/Documents/Schemas/IREK_21_1.xsd" 
 elementFormDefault="qualified" 
 xmlns="http://edavki.durs.si/Documents/Schemas/IREK_21_1.xsd" 
 xmlns:xs="http://www.w3.org/2001/XMLSchema" 
 xmlns:ds="http://www.w3.org/2000/09/xmldsig#" 
 xmlns:edp="http://edavki.durs.si/Documents/Schemas/EDP-Common-1.xsd">
  <!-- Import the common schema -->
  <xs:import namespace="http://edavki.durs.si/Documents/Schemas/EDP-Common-1.xsd" schemaLocation="EDP-Common-1.xsd" id="EDP-Common-1" />
  <!-- Root element of the document definition -->
  <!-- Document envelope that contains the document header, signatures and its body. -->
  <xs:element name="Envelope">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="edp:Header" />        
        <xs:element ref="edp:Transformation" />
        <xs:element ref="edp:Signatures" />        
        <xs:element name="body">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="edp:bodyContent" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>