<core:FragmentDefinition
	xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
	xmlns="sap.m"
	xmlns:core="sap.ui.core"
	xmlns:uxap="sap.uxap"
	template:require="{
		AH: 'sap/fe/templates/ObjectPage/AnnotationHelper'
	}">

	<!--
		This Fragment renders Action buttons in Sections.
		UI.DataFieldForActions from
		1. UI.Identification with a qualifer
		2. UI.FieldGroup
		3. UI.StatusInfo
		will be capable of rendering action buttons in Sections.
	 -->
	<uxap:actions>
		<template:if test="{facet>Facets}">
			<template:then>
				<template:repeat list="{facet>Facets}" var="facet">
					<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.FormActionButtons" type="XML"/>
				</template:repeat>
			</template:then>
			<template:else>
				<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.FormActionButtons" type="XML"/>
			</template:else>
		</template:if>
	</uxap:actions>

</core:FragmentDefinition>
