<?xml version="1.0" encoding="utf-8" ?>
<xs:schema targetNamespace="http://edavki.durs.si/Documents/Schemas/KD_ODKD_1.xsd" elementFormDefault="qualified"
  xmlns="http://edavki.durs.si/Documents/Schemas/KD_ODKD_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">
  <xs:import namespace="http://edavki.durs.si/Documents/Schemas/EDP-Common-1.xsd" schemaLocation="EDP-Common-1.xsd"
    id="EDP-Common-1" />
  <xs:element name="KD_ODKD">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="BalanceMonth" type="xs:string" minOccurs="0" />
        <xs:element name="BaseAmount" type="edp:Decimal14_0Type" minOccurs="0" />
        <xs:element name="TaxRate" type="xs:string" minOccurs="0" />
        <xs:element name="PaymentAmount" type="edp:Decimal14_0Type" minOccurs="0" />
        <xs:element name="PaymentAmountInEuro" type="edp:Decimal14_2Type" minOccurs="0" />
        <xs:element name="AccountNo" type="xs:string" minOccurs="0" />
        <xs:element name="AccountModel" type="xs:string" minOccurs="0" />
        <xs:element name="AccountRefNo" type="xs:string" minOccurs="0" />
      </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:element name="Envelope">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="edp:Header" />
        <xs:element ref="edp:Signatures" />
        <xs:element name="body">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="edp:bodyContent" />
              <xs:element ref="KD_ODKD" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>