<!-- Use stable and unique IDs!-->
<core:FragmentDefinition
    xmlns:uxap="sap.uxap"
    xmlns:core='sap.ui.core'
    xmlns='sap.m'
><% if (targetAggregation && controlType && viewName) { %>
    <!-- viewName: <%= viewName %> -->
    <!-- controlType: <%= controlType %> -->
    <!-- targetAggregation: <%= targetAggregation %> --> <% } %>
    <VBox id="<%- ids.vBoxContainer %>">
        <Label id="<%- ids.label %>" text="New Field"></Label>
    </VBox>
</core:FragmentDefinition>