<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="True">
    <ui:VisualElement name="validationContainer" style="flex-direction: row; flex-shrink: 0; flex-grow: 0; border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-width: 0; border-right-width: 0; border-top-width: 0; border-bottom-width: 0;">
        <ui:HelpBox focusable="false" text="If you are seeing this text that means something is wrong." message-type="Warning" name="validationHelpBox" style="margin-left: 0; margin-right: 0; flex-grow: 1;" />
        <ui:VisualElement name="validationButtonsContainer" style="flex-shrink: 0; flex-direction: column; flex-grow: 0; display: flex;">
            <ui:Button text="Select" display-tooltip-when-elided="true" name="btn-select" style="width: 80px; visibility: visible; display: none; flex-grow: 1;" />
            <ui:Button text="Auto Fix" display-tooltip-when-elided="true" name="btn-autofix" style="width: 80px; flex-grow: 1; display: none;" />
        </ui:VisualElement>
    </ui:VisualElement>
</ui:UXML>
