<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="True">
    <ui:VisualElement name="CreateObjectField" style="flex-direction: row; flex-shrink: 0; margin-left: 3px; margin-right: 3px; margin-top: 1px; margin-bottom: 1px;">
        <ui:Label tabindex="-1" parse-escape-sequences="true" display-tooltip-when-elided="true" class="unity-base-field__label" style="display: none;" />
        <uie:ObjectField name="TargetObjectField" allow-scene-objects="false" style="flex-shrink: 1; flex-grow: 1; margin-left: 0; margin-right: 4px; margin-top: 0; margin-bottom: 0; display: flex;" />
        <ui:Button text="Create" parse-escape-sequences="true" display-tooltip-when-elided="true" name="ObjectCreateButton" style="margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; width: 96px; display: flex;" />
        <ui:Button text="Open" parse-escape-sequences="true" display-tooltip-when-elided="true" name="ObjectOpenButton" style="margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; display: none; padding-left: 5px; padding-right: 5px; width: 96px;" />
    </ui:VisualElement>
</ui:UXML>
