<?xml version="1.0" encoding="utf-8" ?> <configuration> <methods> <method name="main"> <fields> <field name="basket_id" mode="1"/> <field name="product_id"/> <field name="product_name" title="FIELD_PRODUCT_NAME" type="string"/> <field name="product_segment" type="string" mode="1"/> <field name="product_price" title="FIELD_PRODUCT_PRICE" type="float"/> <field name="basket_count" type="int" title="FIELD_BASKET_COUNT" mode="1"/> <field name="product_summ" title="FIELD_PRODUCT_SUMM" type="float" mode="1"/> </fields> </method> </methods> </configuration>