<FragmentDefinition xmlns:m="sap.m" xmlns="sap.ui.core" xmlns:f="composites">
	<m:HBox id="focus">
		<f:SimpleText text="{$this>text}"/>
		<m:Input value="{$this>value}" enabled="{$this>enabled}"/>
	</m:HBox>
</FragmentDefinition>
