<core:FragmentDefinition xmlns:m="sap.m"
				xmlns:core="sap.ui.core">
	<m:HBox>
		<m:Text text="{$this>text}"
						width="10rem" class="sapUiSmallMarginTop"/>
		<m:Input value="{$this>value}"
						width="10rem" />
	</m:HBox>
</core:FragmentDefinition>
