<core:FragmentDefinition
        xmlns="sap.m" xmlns:core="sap.ui.core">
    <Popover
            id="sapUshellMeAreaPopover"
            placement="Bottom"
            showArrow="true"
            showHeader="false"
            class="sapUshellPopupContainer sapUiSizeCompact">
        <content>
            <List
                class="sapUshellPopoverList"
                showSeparators="None"
                includeItemInSelection="true"
                items="{
                    path: '/actions',
                    factory: '.meAreaPopoverItemFactory'
                }">
                <headerToolbar>
                    <Toolbar style="Clear">
                        <Title level="H5" text="{/userName}"/>
                    </Toolbar>
                </headerToolbar>
            </List>
       </content>
    </Popover>
</core:FragmentDefinition>