<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
    <head>
        <layout>
            <root-layout width="640" height="480" backgroundColor="white"/>
            <region id="d1" backgroundColor="blue" top="5px" left="5px" height="20px" width="20px" />
        </layout>
    </head>
    <body>
        <par dur="indefinite">
            <animateMotion to="5, 400" begin="2s" autoReverse="true" dur="2s" targetElement="d1"  calcMode="linear" fill="freeze"/>
        </par>
    </body>
</smil>