<core:FragmentDefinition
		xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
		xmlns:core="sap.ui.core"
		xmlns:mdc="sap.ui.mdc"
>

	<mdc:CreationRow
			visible="{= (${this>/showCreate} !== undefined &amp;&amp; ${this>/showCreate} !== null) ? ${this>/showCreate} : ((${collection>@com.sap.vocabularies.Session.v1.StickySessionSupported/NewAction} || ${collection>@com.sap.vocabularies.Common.v1.DraftRoot/NewAction}) ? ((${collection>@com.sap.vocabularies.Session.v1.StickySessionSupported/NewAction@Org.OData.Core.V1.OperationAvailable} !== false) &amp;&amp; (${collection>@com.sap.vocabularies.Common.v1.DraftRoot/NewAction@Org.OData.Core.V1.OperationAvailable} !== false)) : (${collection>@Org.OData.Capabilities.V1.InsertRestrictions/Insertable} !== false)) }"
			apply="{= ${this>/onCreate} + '(${$source>}.getParent()._getRowBinding(), {creationMode: \'CreationRow\', creationRow : ${$source>} , createAtEnd : ' + ${this>/createAtEnd} + ' })'}"
	/>

</core:FragmentDefinition>
