<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="ImpliedRateCNY" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  <xs:element name="ImpliedRateCNY" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="im">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="DT" msdata:Caption="Дата" type="xs:dateTime" />
              <xs:element name="Rate" msdata:Caption="Ставка" type="xs:decimal" minOccurs="0" />
              <xs:element name="CalcType" msdata:Caption="Статус расчета (1 - Стандартный / 2,3 - Резервный)" type="xs:unsignedByte" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
    <xs:unique name="Constraint1" msdata:PrimaryKey="true">
      <xs:selector xpath=".//im" />
      <xs:field xpath="DT" />
    </xs:unique>
  </xs:element>
</xs:schema>