<core:FragmentDefinition
        xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:f="sap.f">
    <ResponsivePopover
            id="sapUshellProductSwitchPopover"
            placement="Bottom"
            showArrow="true"
            showHeader="false"
            title="{i18n>productSwitch}"
            class="sapUshellPopupContainer sapUiSizeCompact">
        <content>
            <f:ProductSwitch
                change="onProductItemPress"
                items="{/}">
                <f:items>
                    <f:ProductSwitchItem
                        title="{title}"
                        src="{visual/icon}"
                        subTitle="{subtitle}"
                        targetSrc="{targetUrl}"/>
                </f:items>
            </f:ProductSwitch>
       </content>
    </ResponsivePopover>
</core:FragmentDefinition>