<?xml version="1.0" encoding="UTF-8"?>

<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataProfileSchema.xsd">
    <entity name="CustomAttributeCategoryIds" type="customAttributeArray">
        <data key="attribute_code">category_ids</data>
        <var key="value" entityType="category" entityKey="id"/>
    </entity>
</entities>
