﻿<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="Coupons" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
 <xs:element name="Coupons" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
 <xs:complexType>
 <xs:choice minOccurs="0" maxOccurs="unbounded">
 <xs:element name="CP">
 <xs:complexType>
 <xs:sequence>
  <xs:element name="code" msdata:Caption="Код бумаги" type="xs:string" minOccurs="0" /> 
  <xs:element name="D1" msdata:Caption="Дата выплаты" type="xs:dateTime" minOccurs="0" /> 
  <xs:element name="T1" msdata:Caption="Тип бумаги" type="xs:string" minOccurs="0" /> 
  <xs:element name="T2" msdata:Caption="Тип выплаты" type="xs:string" minOccurs="0" /> 
  <xs:element name="val" msdata:Caption="Объем выплаты(млн.руб.)" type="xs:decimal" minOccurs="0" /> 
  <xs:element name="DStart" msdata:Caption="Дата начала купона" type="xs:dateTime" minOccurs="0" /> 
  <xs:element name="DFinish" msdata:Caption="Дата погашения купона" type="xs:dateTime" minOccurs="0" /> 
  <xs:element name="PERIOD" msdata:Caption="Купонный период, дней" type="xs:short" minOccurs="0" /> 
  <xs:element name="RATE" msdata:Caption="Ставка купона(% годовых)" type="xs:short" minOccurs="0" /> 
  <xs:element name="Vsum" msdata:Caption="Размер выплат на 1 бумагу (руб.)" type="xs:decimal" minOccurs="0" /> 
  <xs:element name="WARNO" msdata:Caption="Номер выплаты" type="xs:decimal" minOccurs="0" /> 
  </xs:sequence>
  </xs:complexType>
  </xs:element>
  </xs:choice>
  </xs:complexType>
  </xs:element>
  </xs:schema>