ui_configuration.xsd 39.4 KB
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
    <xs:annotation>
        <xs:appinfo>The definition of a configuration item components</xs:appinfo>
        <xs:documentation>The definition of a configuration item components</xs:documentation>
    </xs:annotation>
    <xs:include schemaLocation="urn:magento:module:Magento_Ui:etc/ui_components.xsd"/>

    <xs:group name="formElements">
        <xs:choice>
            <xs:element ref="bookmark" maxOccurs="unbounded"/>
            <xs:element ref="boolean" maxOccurs="unbounded"/>
            <xs:element ref="button" maxOccurs="unbounded"/>
            <xs:element ref="checkbox" maxOccurs="unbounded"/>
            <xs:element ref="checkboxset" maxOccurs="unbounded"/>
            <xs:element ref="colorPicker" maxOccurs="unbounded"/>
            <xs:element ref="component" maxOccurs="unbounded"/>
            <xs:element ref="container" maxOccurs="unbounded"/>
            <xs:element ref="dataSource" maxOccurs="unbounded"/>
            <xs:element ref="dataProvider" maxOccurs="unbounded"/>
            <xs:element ref="date" maxOccurs="unbounded"/>
            <xs:element ref="dynamicRows" maxOccurs="unbounded"/>
            <xs:element ref="email" maxOccurs="unbounded"/>
            <xs:element ref="exportButton" maxOccurs="unbounded"/>
            <xs:element ref="field" maxOccurs="unbounded"/>
            <xs:element ref="fieldset" maxOccurs="unbounded"/>
            <xs:element ref="file" maxOccurs="unbounded"/>
            <xs:element ref="fileUploader" maxOccurs="unbounded"/>
            <xs:element ref="form" maxOccurs="unbounded"/>
            <xs:element ref="hidden" maxOccurs="unbounded"/>
            <xs:element ref="htmlContent" maxOccurs="unbounded"/>
            <xs:element ref="imageUploader" maxOccurs="unbounded"/>
            <xs:element ref="input" maxOccurs="unbounded"/>
            <xs:element ref="insertForm" maxOccurs="unbounded"/>
            <xs:element ref="insertListing" maxOccurs="unbounded"/>
            <xs:element ref="listing" maxOccurs="unbounded"/>
            <xs:element ref="massaction" maxOccurs="unbounded"/>
            <xs:element ref="modal" maxOccurs="unbounded"/>
            <xs:element ref="multiline" maxOccurs="unbounded"/>
            <xs:element ref="multiselect" maxOccurs="unbounded"/>
            <xs:element ref="nav" maxOccurs="unbounded"/>
            <xs:element ref="number" maxOccurs="unbounded"/>
            <xs:element ref="paging" maxOccurs="unbounded"/>
            <xs:element ref="price" maxOccurs="unbounded"/>
            <xs:element ref="range" maxOccurs="unbounded"/>
            <xs:element ref="radioset" maxOccurs="unbounded"/>
            <xs:element ref="select" maxOccurs="unbounded"/>
            <xs:element ref="tab" maxOccurs="unbounded"/>
            <xs:element ref="text" maxOccurs="unbounded"/>
            <xs:element ref="textarea" maxOccurs="unbounded"/>
            <xs:element ref="wysiwyg" maxOccurs="unbounded"/>
            <xs:element ref="urlInput" maxOccurs="unbounded"/>
        </xs:choice>
    </xs:group>
    <xs:group name="listingElements">
        <xs:choice>
            <xs:element ref="actions" maxOccurs="unbounded"/>
            <xs:element ref="actionsColumn" maxOccurs="unbounded"/>
            <xs:element ref="bookmark" maxOccurs="unbounded"/>
            <xs:element ref="boolean" maxOccurs="unbounded"/>
            <xs:element ref="button" maxOccurs="unbounded"/>
            <xs:element ref="checkbox" maxOccurs="unbounded"/>
            <xs:element ref="checkboxset" maxOccurs="unbounded"/>
            <xs:element ref="colorPicker" maxOccurs="unbounded"/>
            <xs:element ref="column" maxOccurs="unbounded"/>
            <xs:element ref="columns" maxOccurs="unbounded"/>
            <xs:element ref="columnsControls" maxOccurs="unbounded"/>
            <xs:element ref="component" maxOccurs="unbounded"/>
            <xs:element ref="container" maxOccurs="unbounded"/>
            <xs:element ref="dataSource" maxOccurs="unbounded"/>
            <xs:element ref="dataProvider" maxOccurs="unbounded"/>
            <xs:element ref="date" maxOccurs="unbounded"/>
            <xs:element ref="dynamicRows" maxOccurs="unbounded"/>
            <xs:element ref="email" maxOccurs="unbounded"/>
            <xs:element ref="exportButton" maxOccurs="unbounded"/>
            <xs:element ref="field" maxOccurs="unbounded"/>
            <xs:element ref="fieldset" maxOccurs="unbounded"/>
            <xs:element ref="file" maxOccurs="unbounded"/>
            <xs:element ref="filters" maxOccurs="unbounded"/>
            <xs:element ref="form" maxOccurs="unbounded"/>
            <xs:element ref="hidden" maxOccurs="unbounded"/>
            <xs:element ref="htmlContent" maxOccurs="unbounded"/>
            <xs:element ref="input" maxOccurs="unbounded"/>
            <xs:element ref="insertForm" maxOccurs="unbounded"/>
            <xs:element ref="insertListing" maxOccurs="unbounded"/>
            <xs:element ref="listing" maxOccurs="unbounded"/>
            <xs:element ref="listingToolbar" maxOccurs="unbounded"/>
            <xs:element ref="massaction" maxOccurs="unbounded"/>
            <xs:element ref="modal" maxOccurs="unbounded"/>
            <xs:element ref="multiline" maxOccurs="unbounded"/>
            <xs:element ref="multiselect" maxOccurs="unbounded"/>
            <xs:element ref="nav" maxOccurs="unbounded"/>
            <xs:element ref="number" maxOccurs="unbounded"/>
            <xs:element ref="paging" maxOccurs="unbounded"/>
            <xs:element ref="price" maxOccurs="unbounded"/>
            <xs:element ref="range" maxOccurs="unbounded"/>
            <xs:element ref="radioset" maxOccurs="unbounded"/>
            <xs:element ref="select" maxOccurs="unbounded"/>
            <xs:element ref="selectionsColumn" maxOccurs="unbounded"/>
            <xs:element ref="tab" maxOccurs="unbounded"/>
            <xs:element ref="text" maxOccurs="unbounded"/>
            <xs:element ref="textarea" maxOccurs="unbounded"/>
            <xs:element ref="wysiwyg" maxOccurs="unbounded"/>
        </xs:choice>
    </xs:group>
    <xs:group name="fieldsetElements">
        <xs:choice>
            <xs:group ref="formElements"/>
        </xs:choice>
    </xs:group>
    <xs:group name="dynamicRowsElements">
        <xs:choice>
            <xs:group ref="formElements"/>
            <xs:element ref="actionDelete"/>
        </xs:choice>
    </xs:group>
    <xs:group name="actionsElements">
        <xs:choice>
            <xs:element ref="container" maxOccurs="unbounded"/>
            <xs:element ref="component" maxOccurs="unbounded"/>
            <xs:element ref="action" maxOccurs="unbounded"/>
        </xs:choice>
    </xs:group>
    <xs:group name="massactionElements">
        <xs:choice>
            <xs:group ref="actionsElements"/>
            <xs:element ref="actions" maxOccurs="unbounded"/>
        </xs:choice>
    </xs:group>
    <xs:group name="actionsColumnElements">
        <xs:choice>
            <xs:group ref="massactionElements"/>
        </xs:choice>
    </xs:group>
    <xs:group name="filtersElements">
        <xs:choice>
            <xs:element ref="container" maxOccurs="unbounded"/>
            <xs:element ref="component" maxOccurs="unbounded"/>
            <xs:element ref="filterDate" maxOccurs="unbounded"/>
            <xs:element ref="filterInput" maxOccurs="unbounded"/>
            <xs:element ref="filterRange" maxOccurs="unbounded"/>
            <xs:element ref="filterSelect" maxOccurs="unbounded"/>
            <xs:element ref="filterSearch" maxOccurs="unbounded"/>
        </xs:choice>
    </xs:group>
    <xs:group name="allComponents">
        <xs:choice>
            <xs:element ref="action" maxOccurs="unbounded"/>
            <xs:element ref="actionDelete" maxOccurs="unbounded"/>
            <xs:element ref="actions" maxOccurs="unbounded"/>
            <xs:element ref="actionsColumn" maxOccurs="unbounded"/>
            <xs:element ref="bookmark" maxOccurs="unbounded"/>
            <xs:element ref="boolean" maxOccurs="unbounded"/>
            <xs:element ref="button" maxOccurs="unbounded"/>
            <xs:element ref="checkbox" maxOccurs="unbounded"/>
            <xs:element ref="checkboxset" maxOccurs="unbounded"/>
            <xs:element ref="colorPicker" maxOccurs="unbounded"/>
            <xs:element ref="column" maxOccurs="unbounded"/>
            <xs:element ref="columns" maxOccurs="unbounded"/>
            <xs:element ref="columnsControls" maxOccurs="unbounded"/>
            <xs:element ref="component" maxOccurs="unbounded"/>
            <xs:element ref="container" maxOccurs="unbounded"/>
            <xs:element ref="dataSource" maxOccurs="unbounded"/>
            <xs:element ref="dataProvider" maxOccurs="unbounded"/>
            <xs:element ref="date" maxOccurs="unbounded"/>
            <xs:element ref="dynamicRows" maxOccurs="unbounded"/>
            <xs:element ref="email" maxOccurs="unbounded"/>
            <xs:element ref="exportButton" maxOccurs="unbounded"/>
            <xs:element ref="field" maxOccurs="unbounded"/>
            <xs:element ref="fieldset" maxOccurs="unbounded"/>
            <xs:element ref="file" maxOccurs="unbounded"/>
            <xs:element ref="fileUploader" maxOccurs="unbounded"/>
            <xs:element ref="filterDate" maxOccurs="unbounded"/>
            <xs:element ref="filterInput" maxOccurs="unbounded"/>
            <xs:element ref="filterRange" maxOccurs="unbounded"/>
            <xs:element ref="filterSelect" maxOccurs="unbounded"/>
            <xs:element ref="filterSearch" maxOccurs="unbounded"/>
            <xs:element ref="filters" maxOccurs="unbounded"/>
            <xs:element ref="form" maxOccurs="unbounded"/>
            <xs:element ref="hidden" maxOccurs="unbounded"/>
            <xs:element ref="htmlContent" maxOccurs="unbounded"/>
            <xs:element ref="imageUploader" maxOccurs="unbounded"/>
            <xs:element ref="input" maxOccurs="unbounded"/>
            <xs:element ref="insertForm" maxOccurs="unbounded"/>
            <xs:element ref="insertListing" maxOccurs="unbounded"/>
            <xs:element ref="listing" maxOccurs="unbounded"/>
            <xs:element ref="massaction" maxOccurs="unbounded"/>
            <xs:element ref="modal" maxOccurs="unbounded"/>
            <xs:element ref="multiline" maxOccurs="unbounded"/>
            <xs:element ref="multiselect" maxOccurs="unbounded"/>
            <xs:element ref="nav" maxOccurs="unbounded"/>
            <xs:element ref="number" maxOccurs="unbounded"/>
            <xs:element ref="paging" maxOccurs="unbounded"/>
            <xs:element ref="price" maxOccurs="unbounded"/>
            <xs:element ref="range" maxOccurs="unbounded"/>
            <xs:element ref="radioset" maxOccurs="unbounded"/>
            <xs:element ref="select" maxOccurs="unbounded"/>
            <xs:element ref="selectionsColumn" maxOccurs="unbounded"/>
            <xs:element ref="tab" maxOccurs="unbounded"/>
            <xs:element ref="text" maxOccurs="unbounded"/>
            <xs:element ref="textarea" maxOccurs="unbounded"/>
            <xs:element ref="wysiwyg" maxOccurs="unbounded"/>
        </xs:choice>
    </xs:group>

    <xs:group name="formElementsConfig">
        <xs:choice>
            <xs:element name="hidden" type="formElementHidden" maxOccurs="unbounded"/>
            <xs:element name="file" type="formElementFile" maxOccurs="unbounded"/>
            <xs:element name="input" type="formElementInput" maxOccurs="unbounded"/>
            <xs:element name="date" type="formElementDate" maxOccurs="unbounded"/>
            <xs:element name="boolean" type="formElementBoolean" maxOccurs="unbounded"/>
            <xs:element name="checkbox" type="formElementCheckbox" maxOccurs="unbounded"/>
            <xs:element name="checkboxset" type="formElementCheckboxset" maxOccurs="unbounded"/>
            <xs:element name="email" type="formElementEmail" maxOccurs="unbounded"/>
            <xs:element name="colorPicker" type="formElementColorPicker" maxOccurs="unbounded"/>
            <xs:element name="select" type="formElementSelect" maxOccurs="unbounded"/>
            <xs:element name="multiselect" type="formElementMultiselect" maxOccurs="unbounded"/>
            <xs:element name="text" type="formElementText" maxOccurs="unbounded"/>
            <xs:element name="textarea" type="formElementTextarea" maxOccurs="unbounded"/>
            <xs:element name="price" type="formElementPrice" maxOccurs="unbounded"/>
            <xs:element name="radioset" type="formElementRadioset" maxOccurs="unbounded"/>
            <xs:element name="wysiwyg" type="formElementWysiwyg" maxOccurs="unbounded"/>
            <xs:element name="fileUploader" type="formElementFileUploader" maxOccurs="unbounded"/>
            <xs:element name="imageUploader" type="formElementImageUploader" maxOccurs="unbounded"/>
            <xs:element name="button" type="formElementButton" maxOccurs="unbounded"/>
        </xs:choice>
    </xs:group>

    <xs:complexType name="componentListingConfigured">
        <xs:complexContent>
            <xs:extension base="componentListing">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:group ref="listingElements"/>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="componentActionsConfigured">
        <xs:complexContent>
            <xs:extension base="componentActions">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:group ref="actionsElements"/>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="componentActionsColumnConfigured">
        <xs:complexContent>
            <xs:extension base="componentActionsColumn">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:group ref="actionsColumnElements"/>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="componentColumnsConfigured">
        <xs:complexContent>
            <xs:extension base="componentColumns">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:element ref="column"/>
                    <xs:element ref="actionsColumn"/>
                    <xs:element ref="selectionsColumn"/>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="componentContainerConfigured">
        <xs:complexContent>
            <xs:extension base="componentContainer">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:group ref="allComponents"/>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="componentDataSourceConfigured">
        <xs:complexContent>
            <xs:extension base="componentDataSource">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:element ref="dataProvider"/>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="componentDynamicRowsConfigured">
        <xs:complexContent>
            <xs:extension base="componentDynamicRows">
                <xs:choice minOccurs="0" maxOccurs="1">
                    <xs:group ref="dynamicRowsElements"/>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="componentFieldConfigured">
        <xs:complexContent>
            <xs:extension base="componentField">
                <xs:choice minOccurs="0" maxOccurs="1">
                    <xs:element name="formElements" minOccurs="0" maxOccurs="unbounded">
                        <xs:annotation>
                            <xs:documentation>
                                A container for a configuration that is specific to the form element specified
                                in the formElement attribute.
                            </xs:documentation>
                        </xs:annotation>
                        <xs:complexType>
                            <xs:choice minOccurs="1" maxOccurs="unbounded">
                                <xs:group ref="formElementsConfig"/>
                            </xs:choice>
                        </xs:complexType>
                    </xs:element>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="componentFieldsetConfigured">
        <xs:complexContent>
            <xs:extension base="componentFieldset">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:group ref="fieldsetElements"/>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="componentFiltersConfigured">
        <xs:complexContent>
            <xs:extension base="componentFilters">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:group ref="filtersElements"/>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="componentFormConfigured">
        <xs:complexContent>
            <xs:extension base="componentForm">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:group ref="formElements"/>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="componentHtmlContentConfigured">
        <xs:complexContent>
            <xs:extension base="componentHtmlContent">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:element name="block" type="blockType"/>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="componentInsertFormConfigured">
        <xs:complexContent>
            <xs:extension base="componentInsertForm">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:group ref="allComponents"/>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="componentInsertListingConfigured">
        <xs:complexContent>
            <xs:extension base="componentInsertListing">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:group ref="allComponents"/>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="componentListingToolbarConfigured">
        <xs:complexContent>
            <xs:extension base="componentListingToolbar">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:group ref="allComponents"/>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="componentMassactionConfigured">
        <xs:complexContent>
            <xs:extension base="componentMassaction">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:group ref="massactionElements"/>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="componentModalConfigured">
        <xs:complexContent>
            <xs:extension base="componentModal">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:group ref="allComponents"/>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="componentFilterRangeConfigured">
        <xs:complexContent>
            <xs:extension base="componentFilterRange">
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:element ref="filterDate"/>
                    <xs:element ref="filterInput"/>
                    <xs:element ref="filterSelect"/>
                </xs:choice>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>

    <xs:element name="action" type="componentAction">
        <xs:annotation>
            <xs:documentation>
                Defines an action that is used in scope of the Massaction component.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="actionDelete" type="componentActionDelete">
        <xs:annotation>
            <xs:documentation>
                The ActionDelete component provides user interface for deleting records of the DynamicRows component.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="actions" type="componentActionsConfigured">
        <xs:annotation>
            <xs:documentation>
                A list of available actions for the Massaction component.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="actionsColumn" type="componentActionsColumnConfigured">
        <xs:annotation>
            <xs:documentation>
                The ActionsColumns component is a table's column responsible for displaying and performing
                a list of record-related actions.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="bookmark" type="componentBookmark">
        <xs:annotation>
            <xs:documentation>
                The Bookmarks component is responsible for storing active and changed states of data grids.
                It includes state of filters, columns position, applied sorting, pagination, and so on.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="boolean" type="componentBoolean"/> <!--/-->
    <xs:element name="button" type="componentButton">
        <xs:annotation>
            <xs:documentation>
                The Button component is a UI element which allows to perform a list of predefined actions when user
                clicks on it. It's default display mode is the HTML "button" element which be configured
                to display a link.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="checkbox" type="componentCheckbox">
        <xs:annotation>
            <xs:documentation>
                The Checkbox component is a field of the UI Form the initial display state of which is an "input"
                element of the "checkbox" type. It also can be displayed as the "toggle" handler or the radio button
                element.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="checkboxset" type="componentCheckboxset">
        <xs:annotation>
            <xs:documentation>
                The Checkboxset component implements a group of selection elements type of which can be either
                "checkbox" (default) or "radio".
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="colorPicker" type="componentColorPicker">
        <xs:annotation>
            <xs:documentation>
                The ColorPicker component uses the Spectrum and tinycolor .js libraries to make it easier to choose and
                implement color values.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="column" type="componentColumn">
        <xs:annotation>
            <xs:documentation>
                The Column component is a collection of columns and it provides an interface for such actions
                as showing and hiding columns.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="columns" type="componentColumnsConfigured">
        <xs:annotation>
            <xs:documentation>
                The Columns component is a collection of columns which is responsible for rendering the "table"
                element and displaying records of the Listing component in it.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="columnsControls" type="componentColumnsControls">
        <xs:annotation>
            <xs:documentation>
                The ColumnsControls component allows to modify visibility of the table's columns. It renders
                a list of checkboxes that indicate whether an associated column is displayed in the table or not.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="component" type="componentComponent">
        <xs:annotation>
            <xs:documentation>
                Used to define an abstract instance of the UI component.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="container" type="componentContainerConfigured">
        <xs:annotation>
            <xs:documentation>
                Used to define an abstract instance of the UI component.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="dataSource" type="componentDataSourceConfigured">
        <xs:annotation>
            <xs:documentation>
                DataSource component is a container for a DataProvider and exposes DataProvider's data to the UI
                Components tree.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="dataProvider" type="componentDataProvider"/> <!--/-->
    <xs:element name="date" type="componentDate">
        <xs:annotation>
            <xs:documentation>
                The Date component is a form element that implements a date input field. It should not be confused with
                the native "input" type="date" as it uses a custom date picker implementation provided by the
                mage/calendar widget.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="dynamicRows" type="componentDynamicRowsConfigured">
        <xs:annotation>
            <xs:documentation>
                The DynamicRows component is, essentially, a dynamic collection of records that can be edited by user.
                Additionally it implements features like changing the position of records and navigation through the
                collection.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="email" type="componentEmail">
        <xs:annotation>
            <xs:documentation>
                The Email component is a form element that implements the HTML "input" field of type="email".
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="exportButton" type="componentExportButton">
        <xs:annotation>
            <xs:documentation>
                The ExportButton component exports grid data to the specified data format (cvs, xml, and so on).
                To enable the ExportButton сomponent, add the "exportButton" element with a "selectProvider" item
                to the listing configuration file.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="field" type="componentFieldConfigured">
        <xs:annotation>
            <xs:documentation>
                Defines a form field.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="fieldset" type="componentFieldsetConfigured">
        <xs:annotation>
            <xs:documentation>
                The Fieldset component is a container for visually grouped form elements, such as buttons and form
                fields.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="file" type="componentFile">
        <xs:annotation>
            <xs:documentation>
                The File component is a form element that implements the HTML "input" field of type="file".
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="fileUploader" type="componentFileUploader">
        <xs:annotation>
            <xs:documentation>
                UI File Uploader component is an adapter for jQuery-File-Upload plugin used in Magento.
                This component integrates file upload functionality with UI components.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="filterDate" type="componentFilterDate"/> <!--/-->
    <xs:element name="filterInput" type="componentFilterInput"/> <!--/-->
    <xs:element name="filterSelect" type="componentFilterSelect"/> <!--/-->
    <xs:element name="filterRange" type="componentFilterRangeConfigured">
        <xs:annotation>
            <xs:documentation>
                The Range component is a filter element that allows to specify search criteria by which associated
                fields of the listing's records will be limited to the provided boundaries. Visually this component
                represents two input fields for the "from" and "to" limits and type of which can be either
                "date" or "text".
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="filterSearch" type="componentFilterSearch">
        <xs:annotation>
            <xs:documentation>
                Search component allows to find records in the table that satisfy provided criteria. It displays
                a single input field that accepts a search query and it may be considered as a generic tool
                for filtering content that aggregates all other filter elements.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="filters" type="componentFiltersConfigured">
        <xs:annotation>
            <xs:documentation>
                The Filters component is responsible for rendering filters UI and applying filtering.
                Must be a child of the Listing component.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="form" type="componentFormConfigured">
        <xs:annotation>
            <xs:documentation>
                The Form component allows performing CRUD operations on an entity.
                Form is a basic component.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="hidden" type="componentHidden">
        <xs:annotation>
            <xs:documentation>
                The Hidden component is a form element that implements the HTML <input/> field of type="hidden".
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="htmlContent" type="componentHtmlContentConfigured">
        <xs:annotation>
            <xs:documentation>
                HtmlContent is a UI component that provides the ability to process and render a layout structure or a
                Magento block directly inside a UI component configuration. Processing and rendering is executed
                on the server side.
                The layout structure inside HtmlContent must contain only one top-level block. The top-level block
                may contain as many child blocks or containers as required.
                All blocks inside HtmlContent are integrated into layout, and external blocks can refer to them and
                vice versa.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="imageUploader" type="componentImageUploader">
        <xs:annotation>
            <xs:documentation>
                Adds image gallery functionality alongside file uploader functionality.
                See fileUploader component documentation for more information.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="input" type="componentInput">
        <xs:annotation>
            <xs:documentation>
                The Input component is a form element that implements the HTML <input/> field of type="text".
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="insertForm" type="componentInsertFormConfigured">
        <xs:annotation>
            <xs:documentation>
                The InsertForm component is used to insert Form into other components.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="insertListing" type="componentInsertListingConfigured">
        <xs:annotation>
            <xs:documentation>
                The InsertListing component is used to insert Listing into other components.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="listing" type="componentListingConfigured">
        <xs:annotation>
            <xs:documentation>
                Listing is a basic component responsible for rendering grids, lists and tiles, providing filtering,
                pagination, sorting and other features.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="listingToolbar" type="componentListingToolbarConfigured">
        <xs:annotation>
            <xs:documentation>
                Toolbar component serves as a container for the listing-related elements like paging, massactions,
                filters, bookmarks, i.e. it aggregates all elements that serve as "tools" and renders them above
                the main table. It also allows to fix the position of its content along with the table's header
                so that they would always stay in the viewport area.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="massaction" type="componentMassactionConfigured">
        <xs:annotation>
            <xs:documentation>
                The MassActions component allows selecting items in Listing and creates actions to perform with
                selected items. Must be a child of the Listing component.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="modal" type="componentModalConfigured">
        <xs:annotation>
            <xs:documentation>
                The Modal UI component implements a secondary window that opens on top of the main window.
                It uses the modal widget.
                Similar to the widget's configuration, the component's configuration allows you to set the window type
                and the behavior of action buttons (including linking action buttons to methods of the other
                UI components).
                The Modal component can be used for both Admin and storefronts.
                For recommendations about modal windows usage from the UX point of view, see the corresponding topic
                in the Magento Admin pattern library.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="multiline" type="componentMultiline">
        <xs:annotation>
            <xs:documentation>
                The Multiline component is a collection form elements that is used to display multiple fields
                of the same type, the "Street Address" fields, for instance.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="multiselect" type="componentMultiselect">
        <xs:annotation>
            <xs:documentation>
                The Multiselect component provides a check box interface for a specific listing or data set.
                The component is an extension for the Column component, and it allows the user to select
                either a collection of items or all items from the given set.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="nav" type="componentNav">
        <xs:annotation>
            <xs:documentation>
                The Nav component implements tabs navigation.
                See the Admin Design Pattern Library (Tabs) topic for information about the UI design patterns
                that can be implemented using the Nav component.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="number" type="componentNumber"/> <!--/-->
    <xs:element name="paging" type="componentPaging">
        <xs:annotation>
            <xs:documentation>
                Paging component provides navigation through the parts/pages of the table.
                On top of that, it creates an instance of the child Sizes component that allows
                to define the number of records displayed in the associated table.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="price" type="componentPrice" /> <!--/-->
    <xs:element name="range" type="componentRange" /> <!--/-->
    <xs:element name="radioset" type="componentRadioset">
        <xs:annotation>
            <xs:documentation>
                The Radioset component is essentially a wrapper for the Chekboxset with the input type set
                to the radio button.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="select" type="componentSelect">
        <xs:annotation>
            <xs:documentation>
                The Select component is used to provide check box interface for a list or a data set.
                The component allows selecting a collection of items.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="selectionsColumn" type="componentSelectionsColumn">
        <xs:annotation>
            <xs:documentation>
                The SelectColumn is a column that displays values of provided records as labels
                of the corresponding options.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="tab" type="componentTab">
        <xs:annotation>
            <xs:documentation>
                The Tab component implements a tab content area.
                See the Admin Design Pattern Library (Tabs) topic for information about the UI design patterns
                that can be implemented using the Tab component.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="text" type="componentText">
        <xs:annotation>
            <xs:documentation>
                The Text component is used to display text data in elements like Form and DynamicRows.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="textarea" type="componentTextarea">
        <xs:annotation>
            <xs:documentation>
                The Textarea component is a form element which implements the "textarea" field.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="wysiwyg" type="componentWysiwyg">
        <xs:annotation>
            <xs:documentation>
                The Wysiwyg component is an adapter for the TinyMCE editor which is used to integrate editor's instance
                into the UI Form. It expects to receive complete widget declaration in the "content" option
                which should contain both markup and the script responsible for creating editor's instance.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
    <xs:element name="urlInput" type="componentUrlInput">
        <xs:annotation>
            <xs:documentation>
                The Url Input component allows to insert External URL and relative URL into the content. Add abilities
                to define custom url link types.
            </xs:documentation>
        </xs:annotation>
    </xs:element>
</xs:schema>