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

	<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.FormActions" type="XML"/>
	<uxap:blocks>
		<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.SubSectionContent" type="XML"/>
	</uxap:blocks>

	<!-- <template:with path="facet>" helper="OP.checkBlockContent" var="blockFacet">
        <template:if test="{= ${blockFacet>$Type}.indexOf('com.sap.vocabularies.UI.v1.ReferenceFacet') > -1 &amp;&amp; ${blockFacet>@com.sap.vocabularies.UI.v1.PartOfPreview} !== false }">
            <uxap:blocks>
                <core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.SubSectionContent" type="XML"/>
            </uxap:blocks>
        </template:if>
    </template:with>
	<template:with path="facet>" helper="OP.checkMoreBlockContent" var="blockFacet">
        <template:if test="{= ${blockFacet>$Type}.indexOf('com.sap.vocabularies.UI.v1.ReferenceFacet') > -1 &amp;&amp; ${blockFacet>@com.sap.vocabularies.UI.v1.PartOfPreview} === false }">
            <uxap:moreBlocks>
                <core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.SubSectionContent" type="XML"/>
            </uxap:moreBlocks>
        </template:if>
    </template:with> -->

</core:FragmentDefinition>