<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="RepoDebtUSD" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  <xs:element name="RepoDebtUSD" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="rd">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="D0" msdata:Caption="Дата" type="xs:dateTime" />
              <xs:element name="TP" msdata:Caption="Тип: 0 - первая часть сделки, 1- вторая " type="xs:unsignedByte" />
              <xs:element name="debt1w" msdata:Caption="Срок РЕПО: 1 неделя" type="xs:decimal" minOccurs="0" />
              <xs:element name="debt28d" msdata:Caption="Срок РЕПО: 28 дней" type="xs:decimal" minOccurs="0" />
              <xs:element name="debt12m" msdata:Caption="Срок РЕПО: 12 месяцев" type="xs:decimal" minOccurs="0" />
              <xs:element name="debtSum" msdata:Caption="Суммарный объем" type="xs:decimal" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
    <xs:unique name="Constraint1" msdata:PrimaryKey="true">
      <xs:selector xpath=".//rd" />
      <xs:field xpath="D0" />
      <xs:field xpath="TP" />
    </xs:unique>
  </xs:element>
</xs:schema>