<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<action 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"/>
        </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>
        <type>string</type>
        <url path="anySimpleType">
            <param name="string">value</param>
        </url>
        <confirm>
            <title translate="false">string</title>
            <message translate="true">string</message>
        </confirm>
        <callback>
            <provider>string</provider>
            <target>string</target>
        </callback>
        <actions class="string">
            <action name="action">
                <type>some_type</type>
                <url path="some_url">
                    <param name="key1">value1</param>
                    <param name="key2">value2</param>
                </url>
                <label translate="true">Translate Label</label>
                <param name="custom_param" xsi:type="string">custom_value</param>
            </action>
        </actions>
    </settings>
</action>
