﻿<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="F123DATA" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop">
  <xs:element name="F123DATA" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:OnDate="20140201">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="F123">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="CODE" msdata:Caption="Номер строки" type="xs:string" minOccurs="0" />
              <xs:element name="NAME" msdata:Caption="Наименование показателя" type="xs:string" minOccurs="0" />
              <xs:element name="VALUE" msdata:Caption="Остаток на отчётную дату" type="xs:decimal" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>