﻿<?xml version="1.0" encoding="utf-8"?>
        <xs:schema id="NonMarketCredit" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
          <xs:element name="NonMarketCredit" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
            <xs:complexType>
              <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element name="nc">
                  <xs:complexType>
                    <xs:sequence>
                      <xs:element name="D0" msdata:Caption="Дата" type="xs:dateTime" minOccurs="0" />
                      <xs:element name="D9" msdata:Caption="до 90 дней" type="xs:decimal" minOccurs="0" />
                      <xs:element name="D180" msdata:Caption="от 91 до 180 дней" type="xs:decimal" minOccurs="0" />
                      <xs:element name="D365" msdata:Caption="от 181 до 365 дней" type="xs:decimal" minOccurs="0" />
                    </xs:sequence>
                  </xs:complexType>
                </xs:element>
              </xs:choice>
            </xs:complexType>
          </xs:element>
        </xs:schema>
      