1<tt xmlns="http://www.w3.org/ns/ttml"
2    xmlns:ttp="http://www.w3.org/ns/ttml#parameter"
3    ttp:frameRate="50"
4    ttp:frameRateMultiplier="1000 1001"
5    ttp:tickRate="100">
6    <head>
7        <styling>
8        </styling>
9    </head>
10    <body>
11        <div>
12            <p begin="100t" end="101t">text 1</p>
13        </div>
14        <div>
15            <p begin="50000f" end="100000f">text 2</p>
16        </div>
17    </body>
18</tt>
19