<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="SwapDynamic" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  <xs:element name="SwapDynamic" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="Swap">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="DateBuy" msdata:Caption="Дата начала сделки" type="xs:dateTime" minOccurs="0" />
              <xs:element name="DateSell" msdata:Caption="Дата окончания сделки" type="xs:dateTime" minOccurs="0" />
              <xs:element name="BaseRate" msdata:Caption="Базовый курс RUB/(Currency)" type="xs:decimal" minOccurs="0" />
              <xs:element name="SD" msdata:Caption="Своп-разница  RUB" type="xs:decimal" minOccurs="0" />
              <xs:element name="TIR" msdata:Caption="Процентная ставка RUB" type="xs:decimal" minOccurs="0" />
              <xs:element name="DEADLINEBS" msdata:Caption="Время завершения расчетов в первый день сделки (not used)" type="xs:string" minOccurs="0" />
              <xs:element name="Stavka" msdata:Caption="Процентная ставка в валюте (см Currency)" type="xs:decimal" minOccurs="0" />
              <xs:element name="Currency" msdata:Caption="Тип валюты (0 - USD / 1 - EURO)" type="xs:short" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>