<core:FragmentDefinition
		xmlns="sap.m"
		xmlns:core="sap.ui.core"
		xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1">
	<template:if
			test="{= ${dataPoint>Visualization} &amp;&amp; ${dataPoint>Visualization/$EnumMember}.indexOf('com.sap.vocabularies.UI.v1.VisualizationType/Progress') >= 0}">
		<template:then>
			<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.HeaderProgressIndicator"
						   type="XML"/>
		</template:then>
		<template:elseif
				test="{= ${dataPoint>Visualization/$EnumMember} === 'com.sap.vocabularies.UI.v1.VisualizationType/Rating'}">
			<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.HeaderRatingIndicator" type="XML"/>
		</template:elseif>
		<template:else>
			<VBox displayInline="true">
				<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.HeaderDataPointContent"
							   type="XML"/>
			</VBox>
		</template:else>
	</template:if>
</core:FragmentDefinition>
