<tt xml:lang="en" xmlns="http://www.w3.org/ns/ttml" xmlns:ttm="http://www.w3.org/ns/ttml#metadata" xmlns:ttp = "http://www.w3.org/ns/ttml#parameter" >
  <head>
	<metadata>
		<ttm:title>Document Metadata Example</ttm:title>
		<ttm:desc>This document employs document metadata.</ttm:desc>
		<ttm:copyright>This example is made up from example fragments by the TimedText WG</ttm:copyright>
		<ttm:agent xml:id="connery" type="person">
		  <ttm:name type="family">Connery</ttm:name>
		  <ttm:name type="given">Thomas Sean</ttm:name>
		  <ttm:name type="alias">Sean</ttm:name>
		  <ttm:name type="full">Sir Thomas Sean Connery</ttm:name>
		</ttm:agent>
		<ttm:agent xml:id="bond" type="character">
		  <ttm:name type="family">Bond</ttm:name>
		  <ttm:name type="given">James</ttm:name>
		  <ttm:name type="alias">007</ttm:name>
		  <ttm:actor agent="connery"/>
		</ttm:agent>	
		<ttm:agent xml:id="foo" type="character">
		  <ttm:name type="family">Foo</ttm:name>
		  <ttm:name type="given">Jim</ttm:name>
		</ttm:agent>
    <ttm:agent xml:id="w3" type="organization">
		  <ttm:name type="full">W3 Pictures Inc.</ttm:name>
		</ttm:agent>	
	</metadata>
  </head>
  <body>
    <div dur="5.5s" ttp:frameRate="25">
		<metadata>
			<ttm:title>Bond speaking</ttm:title>
			<ttm:desc>Holmes shows Watson how the murderer entered the window.</ttm:desc>
		</metadata>
		<p xml:id="subtitle1" begin="0.76s" end="3.45s" ttm:agent="bond">I travel, a sort of licensed troubleshooter.</p>
    </div>
  </body>
</tt>