<?xml version="1.0" encoding="UTF-8"?>
<objects type="array">
  <product-field>
    <id type="integer">1</id>
    <handle>handle</handle>
    <type>ProductField::TextField</type>
    <application-id type="integer" nil="true"/>
    <position type="integer">1</position>
    <is-hidden type="boolean" nil="true"/>
    <is-indexed type="boolean" nil="true"/>
    <title>title</title>
  </product-field>
  <product-field>
    <id type="integer">4</id>
    <handle>yml_import</handle>
    <type>ProductField::YmlImportField</type>
    <application-id type="integer" nil="true"/>
    <position type="integer">1</position>
    <is-hidden type="boolean" nil="true"/>
    <is-indexed type="boolean" nil="true"/>
    <title>import field</title>
  </product-field>
  <product-field>
    <id type="integer">2</id>
    <handle>handle2</handle>
    <type>ProductField::TextArea</type>
    <application-id type="integer">1</application-id>
    <position type="integer">2</position>
    <is-hidden type="boolean" nil="true"/>
    <is-indexed type="boolean" nil="true"/>
    <title>title2</title>
  </product-field>
</objects>
