<?xml version="1.0" encoding="UTF-8"?>
<request>
    <response-format value="xml"/>
    <template uri="local" id="examples/xlsx/blocks"/>
    <input-data>
        <tags>
            <tag name="n_buro">n_buro_val</tag>
            <tag name="user_name">Пользователь 1</tag>
            <tag name="issue_date">17.04.2024</tag>
            <tag name="doc_cnt" type="num">2</tag>
        </tags>
        <blocks>
            <block template="block_1">
                <data>
                    <tags>
                        <tag name="main2">main_for_1</tag>
                        <tag name="main3">m1_val</tag>
                        <tag name="main4">m1_val2</tag>
                    </tags>
                    <tables>
                        <table name="table">
                            <cell-tags>
                                <cell-tag name="f2" index="0"/>
                                <cell-tag name="f3" index="1"/>
                                <cell-tag name="dt_pay" index="2"/>
                            </cell-tags>
                            <rows>
                                <row>
                                    <cell>f2_val1</cell>
                                    <cell>f3_val1</cell>
                                    <cell>22.12.2023</cell>
                                </row>
                                <row>
                                    <cell>f2_val2</cell>
                                    <cell>f3_val2</cell>
                                    <cell>22.12.2024</cell>
                                </row>
                            </rows>
                        </table>
                    </tables>
                </data>
            </block>
            <block template="block_1">
                <no-page-break>true</no-page-break>
                <data>
                    <tags>
                        <tag name="main2">main_for_2</tag>
                        <tag name="main3">m2_val</tag>
                        <tag name="main4">m2_val2</tag>
                    </tags>
                    <tables>
                        <table name="table">
                            <cell-tags>
                                <cell-tag name="f2" index="0"/>
                                <cell-tag name="f3" index="1"/>
                                <cell-tag name="dt_pay" index="2"/>
                            </cell-tags>
                            <rows>
                                <row>
                                    <cell>f2_val3</cell>
                                    <cell>f3_val3</cell>
                                    <cell>22.12.2023</cell>
                                </row>
                                <row>
                                    <cell>f2_val4</cell>
                                    <cell>f3_val4</cell>
                                    <cell>22.12.2024</cell>
                                </row>
                                 <row>
                                    <cell>f2_val5</cell>
                                    <cell>f3_val5</cell>
                                    <cell>22.12.2024</cell>
                                </row>
                                 <row>
                                    <cell>f2_val6</cell>
                                    <cell>f3_val6</cell>
                                    <cell>22.12.2024</cell>
                                </row>
                            </rows>
                        </table>
                    </tables>
                </data>
            </block>
            <block template="block_2">
                <no-page-break>true</no-page-break>
                <data>
                    <tags>
                        <tag name="date">01.02.2024</tag>
                    </tags>
                </data>
            </block>
            <block template="block_2">
                <page-break>true</page-break>
                <data>
                    <tags>
                        <tag name="date">01.02.2025</tag>
                    </tags>
                </data>
            </block>
            <block template="block_2">
                <data>
                    <tags>
                        <tag name="date">01.02.2026</tag>
                    </tags>
                </data>
            </block>
        </blocks>
    </input-data>
    <options>
        <enable-debug-report-save>true</enable-debug-report-save>
		<output-mode>binary</output-mode>
    </options>
</request>