<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
    <ui:VisualElement name="OrganizationsView" style="flex-direction: row; flex-shrink: 1; flex-grow: 0;">
        <ui:Label text="Organization" display-tooltip-when-elided="true" />
        <ui:DropdownField index="-1" choices="System.Collections.Generic.List`1[System.String]" name="OrganizationDropdown" style="flex-grow: 1; margin-left: 15px; height: initial; flex-shrink: 1;" />
    </ui:VisualElement>
</ui:UXML>
