<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<insertForm xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"
            name="string"
            template="string"
            component="string"
            class="string"
            provider="string"
            sortOrder="0"
            displayArea="string">
    <settings>

        <!-- uiElementSettings -->
        <statefull>
            <property xsi:type="boolean" name="anySimpleType">true</property>
        </statefull>
        <imports>
            <link active="false" name="string">string</link>
        </imports>
        <exports>
            <link active="false" name="string">string</link>
        </exports>
        <links>
            <link active="false" name="string">string</link>
        </links>
        <listens>
            <link active="false" name="string">string</link>
        </listens>
        <deps>
            <dep active="false">string</dep>
        </deps>
        <ns>string</ns>
        <componentType>string</componentType>
        <dataScope>string</dataScope>
        <storageConfig>
            <provider>string</provider>
            <namespace>string</namespace>
            <path path="string">
                <param name="string">string</param>
            </path>
        </storageConfig>
        <!-- /uiElementSettings -->

        <label translate="false">string</label>
        <visible>false</visible>
        <renderUrl path="anySimpleType">
            <param name="string">string</param>
        </renderUrl>
        <updateUrl path="anySimpleType">
            <param name="string">string</param>
        </updateUrl>
        <autoRender>false</autoRender>
        <dataLinks>
            <imports>false</imports>
            <exports>false</exports>
        </dataLinks>
        <realTimeLink>false</realTimeLink>
        <externalProvider>string</externalProvider>
        <showSpinner>false</showSpinner>
        <toolbarContainer>string</toolbarContainer>
        <formSubmitType>string</formSubmitType>
        <columnsProvider>string</columnsProvider>
        <loading>false</loading>

    </settings>
</insertForm>
