<?xml version="1.0" encoding="UTF-8"?>
<!--
 /**
  * Copyright © Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
-->

<operations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataOperation.xsd">
    <operation name="CreateCustomAttribute" dataType="custom_attribute" type="create">
        <field key="attribute_code">string</field>
        <field key="value">string</field>
    </operation>
    <operation name="CreateCustomAttributeArray" dataType="custom_attribute_array" type="create">
        <field key="attribute_code">string</field>
        <array key="value">
            <value>string</value>
        </array>
    </operation>
    <operation name="UpdateCustomAttribute" dataType="custom_attribute" type="update">
        <field key="attribute_code">string</field>
        <field key="value">string</field>
    </operation>
</operations>
