<core:FragmentDefinition
	xmlns="sap.fe.experimental"
	xmlns:core="sap.ui.core"
	xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
	template:require="{
		CORE: 'sap/fe/core/AnnotationHelper'
	}">

	<ViewSwitchContainerItem iconurl="sap-icon://table-view" height="100%">
		<template:with path="visualizationPath>" var="collection" helper="CORE.getNavigationContext">
			<template:with path="visualizationPath>" var="presentation">
				<core:Fragment fragmentName="sap.fe.controls.ViewSwitchContainer.Table" type="XML"/>
			</template:with>
		</template:with>
	</ViewSwitchContainerItem>

</core:FragmentDefinition>